Skip to content

Commit b0f8e89

Browse files
committed
chore: remove ic-line.svg and its corresponding references from the Icon component.
1 parent dc11f3d commit b0f8e89

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/Assets/IconV2/ic-line.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/Shared/Components/Icon/Icon.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ import { ReactComponent as ICLdap } from '@IconsV2/ic-ldap.svg'
200200
import { ReactComponent as ICLego } from '@IconsV2/ic-lego.svg'
201201
import { ReactComponent as ICLightning } from '@IconsV2/ic-lightning.svg'
202202
import { ReactComponent as ICLightningFill } from '@IconsV2/ic-lightning-fill.svg'
203-
import { ReactComponent as ICLine } from '@IconsV2/ic-line.svg'
204203
import { ReactComponent as ICLink } from '@IconsV2/ic-link.svg'
205204
import { ReactComponent as ICLinkedBuildColor } from '@IconsV2/ic-linked-build-color.svg'
206205
import { ReactComponent as ICListBullets } from '@IconsV2/ic-list-bullets.svg'
@@ -528,7 +527,6 @@ export const iconMap = {
528527
'ic-lego': ICLego,
529528
'ic-lightning-fill': ICLightningFill,
530529
'ic-lightning': ICLightning,
531-
'ic-line': ICLine,
532530
'ic-link': ICLink,
533531
'ic-linked-build-color': ICLinkedBuildColor,
534532
'ic-list-bullets': ICListBullets,

0 commit comments

Comments
 (0)