From ec50b4b3a0120a4f253f3e875d388da20fba5a03 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 9 Jan 2023 13:55:14 +0100 Subject: [PATCH] fix(core): update --- ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/dees-icon.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index ee15bee..e0c4d3c 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@designestate/dees-catalog', - version: '1.0.121', + version: '1.0.122', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-icon.ts b/ts_web/elements/dees-icon.ts index 1ded4b4..04f68ce 100644 --- a/ts_web/elements/dees-icon.ts +++ b/ts_web/elements/dees-icon.ts @@ -95,8 +95,8 @@ export class DeesIcon extends DeesElement { display: inline-block; height: ${this.svgSize}px; } - .material-symbols-outlined { - font-family: 'Material Symbols Outlined'; + .material-symbols-rounded { + font-family: 'Material Symbols Rounded'; font-weight: normal; font-style: normal; line-height: inherit; @@ -113,7 +113,7 @@ export class DeesIcon extends DeesElement { ${this.iconName ? html` ${this.iconName} `