Skip to content

Commit

Permalink
Merge pull request #143 from awell-health/sparkline-icon
Browse files Browse the repository at this point in the history
Update icon & version
  • Loading branch information
skrobek authored Oct 30, 2024
2 parents 8fb7496 + 044d134 commit 142a4a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@awell-health/design-system",
"version": "0.11.2",
"version": "0.11.3",
"type": "module",
"files": [
"dist"
Expand Down
6 changes: 4 additions & 2 deletions src/components/ui/icon/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ import {
RiCollapseHorizontalLine,
RiExpandHorizontalLine,
RiCollapseVerticalLine,
RiExpandVerticalLine
RiExpandVerticalLine,
RiSparklingLine
} from '@remixicon/react';

export const ICONS = {
Expand Down Expand Up @@ -187,7 +188,8 @@ export const ICONS = {
RiCollapseHorizontalLine,
RiExpandHorizontalLine,
RiCollapseVerticalLine,
RiExpandVerticalLine
RiExpandVerticalLine,
RiSparklingLine
};

export enum IconSize {
Expand Down

0 comments on commit 142a4a6

Please sign in to comment.