Skip to content

Commit 314135a

Browse files
committed
chore: bell icon added
1 parent e11656c commit 314135a

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/Assets/IconV2/ic-bell.svg

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
@@ -30,6 +30,7 @@ import { ReactComponent as ICBackupAndSchedule } from '@IconsV2/ic-backup-and-sc
3030
import { ReactComponent as ICBackupColor } from '@IconsV2/ic-backup-color.svg'
3131
import { ReactComponent as ICBackupLocation } from '@IconsV2/ic-backup-location.svg'
3232
import { ReactComponent as ICBackupScheduleColor } from '@IconsV2/ic-backup-schedule-color.svg'
33+
import { ReactComponent as ICBell } from '@IconsV2/ic-bell.svg'
3334
import { ReactComponent as ICBgBackupSchedule } from '@IconsV2/ic-bg-backup-schedule.svg'
3435
import { ReactComponent as ICBgBackups } from '@IconsV2/ic-bg-backups.svg'
3536
import { ReactComponent as ICBgBuild } from '@IconsV2/ic-bg-build.svg'
@@ -351,6 +352,7 @@ export const iconMap = {
351352
'ic-backup-color': ICBackupColor,
352353
'ic-backup-location': ICBackupLocation,
353354
'ic-backup-schedule-color': ICBackupScheduleColor,
355+
'ic-bell': ICBell,
354356
'ic-bg-backup-schedule': ICBgBackupSchedule,
355357
'ic-bg-backups': ICBgBackups,
356358
'ic-bg-build': ICBgBuild,

0 commit comments

Comments
 (0)