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'
8787import { ReactComponent as ICQuay } from '@IconsV2/ic-quay.svg'
8888import { ReactComponent as ICQuote } from '@IconsV2/ic-quote.svg'
8989import { ReactComponent as ICShieldCheck } from '@IconsV2/ic-shield-check.svg'
90+ import { ReactComponent as ICSlidersVertical } from '@IconsV2/ic-sliders-vertical.svg'
9091import { ReactComponent as ICSortAscending } from '@IconsV2/ic-sort-ascending.svg'
9192import { ReactComponent as ICSortDescending } from '@IconsV2/ic-sort-descending.svg'
9293import { 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 ,
You can’t perform that action at this time.
0 commit comments