From 044d134d38579757f2f6f7571800fde6a40e87c7 Mon Sep 17 00:00:00 2001 From: Pawel Skroban Date: Wed, 30 Oct 2024 10:55:01 +0100 Subject: [PATCH] Update icon & version --- package.json | 2 +- src/components/ui/icon/types.ts | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 64afbe4..567c15d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@awell-health/design-system", - "version": "0.11.2", + "version": "0.11.3", "type": "module", "files": [ "dist" diff --git a/src/components/ui/icon/types.ts b/src/components/ui/icon/types.ts index 5902dcb..1889612 100644 --- a/src/components/ui/icon/types.ts +++ b/src/components/ui/icon/types.ts @@ -91,7 +91,8 @@ import { RiCollapseHorizontalLine, RiExpandHorizontalLine, RiCollapseVerticalLine, - RiExpandVerticalLine + RiExpandVerticalLine, + RiSparklingLine } from '@remixicon/react'; export const ICONS = { @@ -187,7 +188,8 @@ export const ICONS = { RiCollapseHorizontalLine, RiExpandHorizontalLine, RiCollapseVerticalLine, - RiExpandVerticalLine + RiExpandVerticalLine, + RiSparklingLine }; export enum IconSize {