Skip to content

Commit 5d2a0fe

Browse files
add icons for discord and tiktok (#2833)
1 parent 0dc2fae commit 5d2a0fe

File tree

4 files changed

+6
-0
lines changed

4 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
@@ -282,6 +282,7 @@ export const TYPE = {
282282
CYRILLIC: 'cyrillic',
283283
DOCUMENT: 'document',
284284
DOT: 'dot',
285+
DISCORD: 'discord',
285286
DRAW: 'draw',
286287
DRAWING_MODE: 'drawing_mode',
287288
ENVELOPE: 'envelope',
@@ -393,6 +394,7 @@ export const TYPE = {
393394
THUMB_UP_OUTLINED: 'thumb_up_outlined',
394395
THUMB_UP: 'thumb_up',
395396
TITLE: 'title',
397+
TIKTOK: 'tiktok',
396398
TOUGHEST_QUESTIONS_ALT: 'toughest_questions_alt',
397399
TOUGHEST_QUESTIONS: 'toughest_questions',
398400
TRASH: 'trash',

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,14 @@ const iconMap = {
214214
'brainly_oval',
215215
'brainly_parallelogram',
216216
'facebook',
217+
'discord',
217218
'google',
218219
'instagram',
219220
'linkedin',
220221
'medium',
221222
'twitter',
222223
'youtube',
224+
'tiktok',
223225
],
224226
};
225227
const groups = Object.keys(iconMap);

src/images/icons/discord.svg

Lines changed: 1 addition & 0 deletions
Loading

src/images/icons/tiktok.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)