File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ import { ReactComponent as ICPencil } from '@IconsV2/ic-pencil.svg'
87
87
import { ReactComponent as ICQuay } from '@IconsV2/ic-quay.svg'
88
88
import { ReactComponent as ICQuote } from '@IconsV2/ic-quote.svg'
89
89
import { ReactComponent as ICShieldCheck } from '@IconsV2/ic-shield-check.svg'
90
+ import { ReactComponent as ICSlidersVertical } from '@IconsV2/ic-sliders-vertical.svg'
90
91
import { ReactComponent as ICSortAscending } from '@IconsV2/ic-sort-ascending.svg'
91
92
import { ReactComponent as ICSortDescending } from '@IconsV2/ic-sort-descending.svg'
92
93
import { ReactComponent as ICSortable } from '@IconsV2/ic-sortable.svg'
@@ -196,6 +197,7 @@ export const iconMap = {
196
197
'ic-quay' : ICQuay ,
197
198
'ic-quote' : ICQuote ,
198
199
'ic-shield-check' : ICShieldCheck ,
200
+ 'ic-sliders-vertical' : ICSlidersVertical ,
199
201
'ic-sort-ascending' : ICSortAscending ,
200
202
'ic-sort-descending' : ICSortDescending ,
201
203
'ic-sortable' : ICSortable ,
You can’t perform that action at this time.
0 commit comments