Skip to content

Commit

Permalink
Add global icon (#145)
Browse files Browse the repository at this point in the history
* add-global-icon

* bump version
  • Loading branch information
sharlotta93 authored Oct 30, 2024
1 parent bb5d582 commit fb3e878
Show file tree
Hide file tree
Showing 2 changed files with 7 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.4",
"version": "0.11.5",
"type": "module",
"files": [
"dist"
Expand Down
8 changes: 6 additions & 2 deletions src/components/ui/icon/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ import {
RiExpandHorizontalLine,
RiCollapseVerticalLine,
RiExpandVerticalLine,
RiSparklingLine
RiSparklingLine,
RiGlobeLine,
RiGlobalLine,
} from '@remixicon/react';

export const ICONS = {
Expand Down Expand Up @@ -189,7 +191,9 @@ export const ICONS = {
RiExpandHorizontalLine,
RiCollapseVerticalLine,
RiExpandVerticalLine,
RiSparklingLine
RiSparklingLine,
RiGlobeLine,
RiGlobalLine,
};

export enum IconSize {
Expand Down

0 comments on commit fb3e878

Please sign in to comment.