Skip to content

Commit 0d858f9

Browse files
feat: add ri-notification-line icon
1 parent 5fa8ef0 commit 0d858f9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/@next/Icon/icons/icons.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ export const iconNames = [
168168
'ri-money-dollar-circle-fill',
169169
'ri-money-dollar-circle-line',
170170
'ri-more',
171+
'ri-notification-line',
171172
'ri-pencil-fill',
172173
'ri-pencil-line',
173174
'ri-phone-fill',
@@ -400,6 +401,7 @@ export const iconsMappingComponent: { [name in IconNames]: SVGComponent } = {
400401
['ri-mail-fill']: Icons.RiMailFill,
401402
['ri-mail-send-fill']: Icons.RiMailSendFill,
402403
['ri-more']: Icons.RiMore,
404+
['ri-notification-line']: Icons.RiNotificationLine,
403405
['ri-map-fill']: Icons.RiMapFill,
404406
['ri-map-line']: Icons.RiMapLine,
405407
['ri-megaphone-fill']: Icons.RiMegaphoneFill,
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)