Skip to content

Commit f7c79c3

Browse files
authored
feat: add 'chat' icon and update icon types (#2831)
1 parent afe3450 commit f7c79c3

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/components/icons/Icon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export type IconTypeType =
4040
| 'caret_down'
4141
| 'caret_up'
4242
| 'chapter'
43+
| 'chat'
4344
| 'check'
4445
| 'check_circle'
4546
| 'chevron_double_down'
@@ -254,6 +255,7 @@ export const TYPE = {
254255
CARET_UP: 'caret_up',
255256
CHAPTER: 'chapter',
256257
CHECK: 'check',
258+
CHAT: 'chat',
257259
CHECK_CIRCLE: 'check_circle',
258260
CHEVRON_DOUBLE_DOWN: 'chevron_double_down',
259261
CHEVRON_DOUBLE_RIGHT: 'chevron_double_right',

src/components/icons/get-icon-group.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ const iconMap = {
7373
'bookmark_outlined',
7474
'bookmark',
7575
'check',
76+
'chat',
7677
'check_circle',
7778
'comment_outlined',
7879
'comment',

src/images/icons/chat.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)