Skip to content

Commit

Permalink
remove extra icons
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyzif committed May 20, 2024
1 parent c001dde commit f5b9d0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/components/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import MessageQuestionIcon from 'src/assets/svg/message-question.svg?react'
import MpLogoIcon from 'src/assets/svg/mpLogo.svg?react'
import ObservabilityIcon from 'src/assets/svg/mp_pm_lt_observability.svg?react'
import RemoveIcon from 'src/assets/svg/remove.svg?react'
import SetupIcon from 'src/assets/svg/mp_pm_lt_setup.svg?react'
import SignoutIcon from 'src/assets/svg/signout.svg?react'
import SiteMapIcon from 'src/assets/svg/sitemap.svg?react'
import SparklesIcon from 'src/assets/svg/sparkles.svg?react'
Expand Down Expand Up @@ -74,7 +73,6 @@ export {
MpLogoIcon,
ObservabilityIcon,
RemoveIcon,
SetupIcon,
ShieldKeyholeIcon,
SignoutIcon,
SiteMapIcon,
Expand Down
2 changes: 0 additions & 2 deletions src/constants/Icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import {
MpLogoIcon,
ObservabilityIcon,
RemoveIcon,
SetupIcon,
ShieldKeyholeIcon,
SignoutIcon,
SiteMapIcon,
Expand Down Expand Up @@ -76,7 +75,6 @@ export const Icons = {
mpLogo: MpLogoIcon,
observability: ObservabilityIcon,
remove: RemoveIcon,
setUp: SetupIcon,
shieldKeyhole: ShieldKeyholeIcon,
signout: SignoutIcon,
siteMap: SiteMapIcon,
Expand Down

0 comments on commit f5b9d0e

Please sign in to comment.