Skip to content

Commit 642ddb9

Browse files
committed
feat: add ic-arrows-clockwise icon and update icon map
1 parent 55da28c commit 642ddb9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
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
@@ -10,6 +10,7 @@ import { ReactComponent as ICAppTemplate } from '@IconsV2/ic-app-template.svg'
1010
import { ReactComponent as ICArrowClockwise } from '@IconsV2/ic-arrow-clockwise.svg'
1111
import { ReactComponent as ICArrowRight } from '@IconsV2/ic-arrow-right.svg'
1212
import { ReactComponent as ICArrowSquareOut } from '@IconsV2/ic-arrow-square-out.svg'
13+
import { ReactComponent as ICArrowsClockwise } from '@IconsV2/ic-arrows-clockwise.svg'
1314
import { ReactComponent as ICArrowsLeftRight } from '@IconsV2/ic-arrows-left-right.svg'
1415
import { ReactComponent as ICAther } from '@IconsV2/ic-ather.svg'
1516
import { 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,

0 commit comments

Comments
 (0)