From fd6696a2fa2ff8522b2abaeaa6e7be215b7b7da0 Mon Sep 17 00:00:00 2001 From: Karol Rzotki Date: Tue, 15 Apr 2025 16:11:08 +0200 Subject: [PATCH] feat: add 'chat' icon and update icon types --- src/components/icons/Icon.tsx | 2 ++ src/components/icons/get-icon-group.ts | 1 + src/images/icons/chat.svg | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 src/images/icons/chat.svg 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 @@ + + +