Skip to content

Commit dc2b29d

Browse files
committed
chore: slider vertical icon added
1 parent 088c0f3 commit dc2b29d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 7 additions & 0 deletions
Loading

src/Shared/Components/Icon/Icon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ import { ReactComponent as ICPencil } from '@IconsV2/ic-pencil.svg'
8787
import { ReactComponent as ICQuay } from '@IconsV2/ic-quay.svg'
8888
import { ReactComponent as ICQuote } from '@IconsV2/ic-quote.svg'
8989
import { ReactComponent as ICShieldCheck } from '@IconsV2/ic-shield-check.svg'
90+
import { ReactComponent as ICSlidersVertical } from '@IconsV2/ic-sliders-vertical.svg'
9091
import { ReactComponent as ICSortAscending } from '@IconsV2/ic-sort-ascending.svg'
9192
import { ReactComponent as ICSortDescending } from '@IconsV2/ic-sort-descending.svg'
9293
import { ReactComponent as ICSortable } from '@IconsV2/ic-sortable.svg'
@@ -196,6 +197,7 @@ export const iconMap = {
196197
'ic-quay': ICQuay,
197198
'ic-quote': ICQuote,
198199
'ic-shield-check': ICShieldCheck,
200+
'ic-sliders-vertical': ICSlidersVertical,
199201
'ic-sort-ascending': ICSortAscending,
200202
'ic-sort-descending': ICSortDescending,
201203
'ic-sortable': ICSortable,

0 commit comments

Comments
 (0)