File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { ReactComponent as ICAppTemplate } from '@IconsV2/ic-app-template.svg'
1010import { ReactComponent as ICArrowClockwise } from '@IconsV2/ic-arrow-clockwise.svg'
1111import { ReactComponent as ICArrowRight } from '@IconsV2/ic-arrow-right.svg'
1212import { ReactComponent as ICArrowSquareOut } from '@IconsV2/ic-arrow-square-out.svg'
13+ import { ReactComponent as ICArrowsClockwise } from '@IconsV2/ic-arrows-clockwise.svg'
1314import { ReactComponent as ICArrowsLeftRight } from '@IconsV2/ic-arrows-left-right.svg'
1415import { ReactComponent as ICAther } from '@IconsV2/ic-ather.svg'
1516import { ReactComponent as ICAzure } from '@IconsV2/ic-azure.svg'
@@ -175,6 +176,7 @@ export const iconMap = {
175176 'ic-arrow-clockwise' : ICArrowClockwise ,
176177 'ic-arrow-right' : ICArrowRight ,
177178 'ic-arrow-square-out' : ICArrowSquareOut ,
179+ 'ic-arrows-clockwise' : ICArrowsClockwise ,
178180 'ic-arrows-left-right' : ICArrowsLeftRight ,
179181 'ic-ather' : ICAther ,
180182 'ic-azure-aks' : ICAzureAks ,
You can’t perform that action at this time.
0 commit comments