diff --git a/src/components/icons/Icon.tsx b/src/components/icons/Icon.tsx index f8bbc11ad..74c1da209 100644 --- a/src/components/icons/Icon.tsx +++ b/src/components/icons/Icon.tsx @@ -64,6 +64,7 @@ export type IconTypeType = | 'cup' | 'cursor_select' | 'cyrillic' + | 'document' | 'dot' | 'draw' | 'drawing_mode' @@ -128,6 +129,7 @@ export type IconTypeType = | 'padlock_open' | 'padlock' | 'pause' + | 'pdf' | 'pencil' | 'pi' | 'play' @@ -181,6 +183,7 @@ export type IconTypeType = | 'twitter' | 'underlined' | 'unseen' + | 'upload' | 'user_block' | 'verified' | 'view_checked' @@ -272,6 +275,7 @@ export const TYPE = { CUP: 'cup', CURSOR_SELECT: 'cursor_select', CYRILLIC: 'cyrillic', + DOCUMENT: 'document', DOT: 'dot', DRAW: 'draw', DRAWING_MODE: 'drawing_mode', @@ -336,6 +340,7 @@ export const TYPE = { PADLOCK_OPEN: 'padlock_open', PADLOCK: 'padlock', PAUSE: 'pause', + PDF: 'pdf', PENCIL: 'pencil', PI: 'pi', PLAY: 'play', @@ -389,6 +394,7 @@ export const TYPE = { TWITTER: 'twitter', UNDERLINED: 'underlined', UNSEEN: 'unseen', + UPLOAD: 'upload', USER_BLOCK: 'user_block', VERIFIED: 'verified', VIEW_CHECKED: 'view_checked', diff --git a/src/components/icons/get-icon-group.ts b/src/components/icons/get-icon-group.ts index 211fae83b..ad9ce22b1 100644 --- a/src/components/icons/get-icon-group.ts +++ b/src/components/icons/get-icon-group.ts @@ -22,6 +22,7 @@ const iconMap = { 'counter', 'credit_card', 'cursor_select', + 'document', 'dot', 'envelope', 'exclamation_mark', @@ -148,6 +149,7 @@ const iconMap = { 'mic_muted', 'numbered_list', 'pause', + 'pdf', 'pencil', 'pi', 'play', @@ -166,6 +168,7 @@ const iconMap = { 'trash', 'triangle', 'underlined', + 'upload', ], Navigation: [ 'add_more', diff --git a/src/images/icons/document.svg b/src/images/icons/document.svg new file mode 100644 index 000000000..5ca608f72 --- /dev/null +++ b/src/images/icons/document.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/images/icons/pdf.svg b/src/images/icons/pdf.svg new file mode 100644 index 000000000..96faa34bc --- /dev/null +++ b/src/images/icons/pdf.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/images/icons/upload.svg b/src/images/icons/upload.svg new file mode 100644 index 000000000..77ea3cb53 --- /dev/null +++ b/src/images/icons/upload.svg @@ -0,0 +1,3 @@ + + +