diff --git a/src/components/icons/Icon.tsx b/src/components/icons/Icon.tsx index c45a4851f..27290417e 100644 --- a/src/components/icons/Icon.tsx +++ b/src/components/icons/Icon.tsx @@ -40,6 +40,7 @@ export type IconTypeType = | 'caret_down' | 'caret_up' | 'chapter' + | 'chat' | 'check' | 'check_circle' | 'chevron_double_down' @@ -254,6 +255,7 @@ export const TYPE = { CARET_UP: 'caret_up', CHAPTER: 'chapter', CHECK: 'check', + CHAT: 'chat', CHECK_CIRCLE: 'check_circle', CHEVRON_DOUBLE_DOWN: 'chevron_double_down', CHEVRON_DOUBLE_RIGHT: 'chevron_double_right', diff --git a/src/components/icons/get-icon-group.ts b/src/components/icons/get-icon-group.ts index 4a380d74e..5c5803544 100644 --- a/src/components/icons/get-icon-group.ts +++ b/src/components/icons/get-icon-group.ts @@ -73,6 +73,7 @@ const iconMap = { 'bookmark_outlined', 'bookmark', 'check', + 'chat', 'check_circle', 'comment_outlined', 'comment', diff --git a/src/images/icons/chat.svg b/src/images/icons/chat.svg new file mode 100644 index 000000000..a72680b67 --- /dev/null +++ b/src/images/icons/chat.svg @@ -0,0 +1,3 @@ + + +