Skip to content

Commit b497e64

Browse files
committed
fix: 변수명 변경
더 직관적인 이름으로 변경했습니다!
1 parent ac60cdf commit b497e64

11 files changed

Lines changed: 35 additions & 50 deletions

File tree

src/shared/ui/assets/index.tsx

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -9,87 +9,85 @@ import Chart from './chart.svg';
99
import Check from './check.svg';
1010
import Cleaning from './cleaning.svg';
1111
import Close from './close.svg';
12-
import ClubFeed from './clubFeed.svg';
13-
import ClubMember from './clubMember.svg';
14-
import ClubScore from './clubScore.svg';
12+
import Contacts from './contacts.svg';
13+
import Cube from './cube.svg';
1514
import Dots from './dots.svg';
16-
import DoubleArrow from './doubleArrow.svg';
1715
import DownLoad from './download.svg';
1816
import Drag from './drag.svg';
1917
import Dustpan from './dustpan.svg';
2018
import Etc from './etc.svg';
21-
import Faq from './faq.svg';
19+
import Feed from './feed.svg';
2220
import File from './file.svg';
23-
import HandleApply from './handleApply.svg';
21+
import Heart from './heart.svg';
2422
import Information from './information.svg';
25-
import JoinActivity from './joinActivity.svg';
2623
import List from './list.svg';
2724
import Loading from './loading.svg';
2825
import Locate from './locate.svg';
29-
import Manage from './manage.svg';
3026
import NavbarArrow from './navbar-arrow.svg';
3127
import New from './new.svg';
28+
import OpenBook from './openBook.svg';
3229
import Peoples from './peoples.svg';
3330
import Pin from './pin.svg';
3431
import PlusMinus from './plusminus.svg';
32+
import Questionmark from './questionmark.svg';
3533
import Refresh from './refresh.svg';
3634
import Repair from './repair.svg';
3735
import Report from './report.svg';
3836
import Score from './score.svg';
39-
import ScoreAdjust from './scoreAdjust.svg';
4037
import Search from './search.svg';
4138
import ShortReport from './shortReport.svg';
39+
import Skip from './skip.svg';
40+
import Star from './star.svg';
4241
import Trash from './trash.svg';
4342
import Upload from './upload.svg';
4443
import Video from './video.svg';
4544
import Write from './write.svg';
4645

4746
export const Icons = {
47+
activityReport: ActivityReport,
4848
add: Add,
4949
arrowDown: ArrowDown,
50-
arrowUp: ArrowUp,
5150
arrowLeft: ArrowLeft,
5251
arrowRight: ArrowRight,
53-
check: Check,
54-
close: Close,
52+
arrowUp: ArrowUp,
5553
camera: Camera,
5654
chart: Chart,
55+
check: Check,
56+
cleaning: Cleaning,
57+
close: Close,
58+
contacts: Contacts,
5759
download: DownLoad,
5860
drag: Drag,
5961
dots: Dots,
6062
dustpan: Dustpan,
61-
peoples: Peoples,
62-
plusMinus: PlusMinus,
63-
report: Report,
64-
shortReport: ShortReport,
6563
etc: Etc,
64+
feed: Feed,
6665
file: File,
66+
heart: Heart,
67+
information: Information,
6768
list: List,
69+
loading: Loading,
70+
locate: Locate,
71+
cube: Cube,
6872
navbarArrow: NavbarArrow,
6973
new: New,
74+
openBook: OpenBook,
75+
peoples: Peoples,
7076
pin: Pin,
71-
locate: Locate,
77+
plusMinus: PlusMinus,
78+
questionmark: Questionmark,
79+
refresh: Refresh,
80+
repair: Repair,
81+
report: Report,
82+
score: Score,
7283
search: Search,
84+
shortReport: ShortReport,
85+
skip: Skip,
86+
star: Star,
7387
trash: Trash,
74-
write: Write,
75-
loading: Loading,
76-
refresh: Refresh,
7788
upload: Upload,
78-
score: Score,
7989
video: Video,
80-
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,
90+
write: Write,
9391
};
9492

9593
export type IconName = keyof typeof Icons;

src/shared/ui/assets/openBook.svg

Lines changed: 3 additions & 0 deletions
Loading

src/shared/ui/assets/scoreAdjust.svg

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)