Skip to content

Commit d0568c2

Browse files
committed
feat: add spray can icon to the icon library
1 parent 67d8895 commit d0568c2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/Assets/IconV2/ic-spray-can.svg

Lines changed: 3 additions & 0 deletions
Loading

src/Shared/Components/Icon/Icon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ import { ReactComponent as ICSortDescending } from '@IconsV2/ic-sort-descending.
136136
import { ReactComponent as ICSortable } from '@IconsV2/ic-sortable.svg'
137137
import { ReactComponent as ICSparkleColor } from '@IconsV2/ic-sparkle-color.svg'
138138
import { ReactComponent as ICSpinny } from '@IconsV2/ic-spinny.svg'
139+
import { ReactComponent as ICSprayCan } from '@IconsV2/ic-spray-can.svg'
139140
import { ReactComponent as ICStack } from '@IconsV2/ic-stack.svg'
140141
import { ReactComponent as ICStamp } from '@IconsV2/ic-stamp.svg'
141142
import { ReactComponent as ICSuccess } from '@IconsV2/ic-success.svg'
@@ -298,6 +299,7 @@ export const iconMap = {
298299
'ic-sortable': ICSortable,
299300
'ic-sparkle-color': ICSparkleColor,
300301
'ic-spinny': ICSpinny,
302+
'ic-spray-can': ICSprayCan,
301303
'ic-stack': ICStack,
302304
'ic-stamp': ICStamp,
303305
'ic-success': ICSuccess,

0 commit comments

Comments
 (0)