clean up & polish

This commit is contained in:
Ren Amamiya
2023-08-30 09:03:02 +07:00
parent 91e50efb1a
commit abe4d11498
24 changed files with 93 additions and 268 deletions

57
src/shared/icons/index.ts Normal file
View File

@@ -0,0 +1,57 @@
export * from './addWidget';
export * from './arrowLeft';
export * from './arrowRight';
export * from './bell';
export * from './cancel';
export * from './checkCircle';
export * from './chevronDown';
export * from './chevronRight';
export * from './compose';
export * from './copy';
export * from './edit';
export * from './enter';
export * from './eyeOff';
export * from './eyeOn';
export * from './feed';
export * from './heartbeat';
export * from './hide';
export * from './image';
export * from './like';
export * from './lume';
export * from './media';
export * from './mute';
export * from './space';
export * from './navArrowDown';
export * from './plus';
export * from './plusCircle';
export * from './refresh';
export * from './reply';
export * from './replyMessage';
export * from './repost';
export * from './threads';
export * from './trash';
export * from './world';
export * from './zap';
export * from './loader';
export * from './trending';
export * from './empty';
export * from './cmd';
export * from './verticalDots';
export * from './signal';
export * from './unverified';
export * from './settings';
export * from './logout';
export * from './follow';
export * from './unfollow';
export * from './reaction';
export * from './thread';
export * from './strangers';
export * from './download';
export * from './horizontalDots';
export * from './arrowRightCircle';
export * from './hashtag';
export * from './file';
export * from './share';
export * from './expand';
export * from './focus';
export * from './chevronUp';