Skip to content

Commit ac60cdf

Browse files
committed
chore: 스토리북 아이콘 추가
1 parent 92d2df2 commit ac60cdf

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

src/shared/ui/assets/index.tsx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import ActivityReport from './activityReport.svg';
12
import Add from './add.svg';
23
import ArrowDown from './arrow-down.svg';
34
import ArrowLeft from './arrow-left.svg';
@@ -6,25 +7,36 @@ import ArrowUp from './arrow-up.svg';
67
import Camera from './camera.svg';
78
import Chart from './chart.svg';
89
import Check from './check.svg';
10+
import Cleaning from './cleaning.svg';
911
import Close from './close.svg';
12+
import ClubFeed from './clubFeed.svg';
13+
import ClubMember from './clubMember.svg';
14+
import ClubScore from './clubScore.svg';
1015
import Dots from './dots.svg';
16+
import DoubleArrow from './doubleArrow.svg';
1117
import DownLoad from './download.svg';
1218
import Drag from './drag.svg';
1319
import Dustpan from './dustpan.svg';
1420
import Etc from './etc.svg';
21+
import Faq from './faq.svg';
1522
import File from './file.svg';
23+
import HandleApply from './handleApply.svg';
1624
import Information from './information.svg';
25+
import JoinActivity from './joinActivity.svg';
1726
import List from './list.svg';
1827
import Loading from './loading.svg';
1928
import Locate from './locate.svg';
29+
import Manage from './manage.svg';
2030
import NavbarArrow from './navbar-arrow.svg';
2131
import New from './new.svg';
2232
import Peoples from './peoples.svg';
2333
import Pin from './pin.svg';
2434
import PlusMinus from './plusminus.svg';
2535
import Refresh from './refresh.svg';
36+
import Repair from './repair.svg';
2637
import Report from './report.svg';
2738
import Score from './score.svg';
39+
import ScoreAdjust from './scoreAdjust.svg';
2840
import Search from './search.svg';
2941
import ShortReport from './shortReport.svg';
3042
import Trash from './trash.svg';
@@ -66,6 +78,18 @@ export const Icons = {
6678
score: Score,
6779
video: Video,
6880
information: Information,
81+
faq: Faq,
82+
handleApply: HandleApply,
83+
joinActivity: JoinActivity,
84+
manage: Manage,
85+
activityReport: ActivityReport,
86+
clubFeed: ClubFeed,
87+
clubMember: ClubMember,
88+
clubScore: ClubScore,
89+
doubleArrow: DoubleArrow,
90+
repair: Repair,
91+
cleaning: Cleaning,
92+
ScoreAdjust: ScoreAdjust,
6993
};
7094

7195
export type IconName = keyof typeof Icons;

0 commit comments

Comments
 (0)