File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed
Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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} ;
225227const groups = Object . keys ( iconMap ) ;
You can’t perform that action at this time.
0 commit comments