From 46fc39677296b1755b2037bbe60fb63faf21005d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 11 Jan 2023 20:55:06 +0100 Subject: [PATCH] fix(core): update --- ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/dees-icon.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 8ff1803..39511f7 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.131', + version: '1.0.132', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-icon.ts b/ts_web/elements/dees-icon.ts index 6c97043..558d5d3 100644 --- a/ts_web/elements/dees-icon.ts +++ b/ts_web/elements/dees-icon.ts @@ -37,6 +37,7 @@ import { faUsers as faUsersSolid, faShare as faShareSolid, faSun as faSunSolid, + faXmark as faXmarkSolid, } from '@fortawesome/free-solid-svg-icons'; export const faIcons = { @@ -61,6 +62,8 @@ export const faIcons = { shareSolid: faShareSolid, sun: faSunRegular, sunSolid: faSunSolid, + xmark: faXmarkSolid, + xmarkSolid: faXmarkSolid, // brands facebook: faFacebook, google: faGoogle,