-
Notifications
You must be signed in to change notification settings - Fork 0
[CHORE] 아이콘 신규 #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CHORE] 아이콘 신규 #137
Changes from 2 commits
92d2df2
ac60cdf
b497e64
da3ec9a
68277c8
eb436d2
8767467
64fa093
52c8c38
83f6757
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| import ActivityReport from './activityReport.svg'; | ||
| import Add from './add.svg'; | ||
| import ArrowDown from './arrow-down.svg'; | ||
| import ArrowLeft from './arrow-left.svg'; | ||
|
|
@@ -6,25 +7,36 @@ import ArrowUp from './arrow-up.svg'; | |
| import Camera from './camera.svg'; | ||
| import Chart from './chart.svg'; | ||
| import Check from './check.svg'; | ||
| import Cleaning from './cleaning.svg'; | ||
| import Close from './close.svg'; | ||
| import ClubFeed from './clubFeed.svg'; | ||
| import ClubMember from './clubMember.svg'; | ||
| import ClubScore from './clubScore.svg'; | ||
| import Dots from './dots.svg'; | ||
| import DoubleArrow from './doubleArrow.svg'; | ||
| import DownLoad from './download.svg'; | ||
| import Drag from './drag.svg'; | ||
| import Dustpan from './dustpan.svg'; | ||
| import Etc from './etc.svg'; | ||
| import Faq from './faq.svg'; | ||
|
||
| import File from './file.svg'; | ||
| import HandleApply from './handleApply.svg'; | ||
|
||
| import Information from './information.svg'; | ||
| import JoinActivity from './joinActivity.svg'; | ||
| import List from './list.svg'; | ||
| import Loading from './loading.svg'; | ||
| import Locate from './locate.svg'; | ||
| import Manage from './manage.svg'; | ||
| import NavbarArrow from './navbar-arrow.svg'; | ||
| import New from './new.svg'; | ||
| import Peoples from './peoples.svg'; | ||
| import Pin from './pin.svg'; | ||
| import PlusMinus from './plusminus.svg'; | ||
| import Refresh from './refresh.svg'; | ||
| import Repair from './repair.svg'; | ||
| import Report from './report.svg'; | ||
| import Score from './score.svg'; | ||
| import ScoreAdjust from './scoreAdjust.svg'; | ||
| import Search from './search.svg'; | ||
| import ShortReport from './shortReport.svg'; | ||
| import Trash from './trash.svg'; | ||
|
|
@@ -66,6 +78,18 @@ export const Icons = { | |
| score: Score, | ||
| video: Video, | ||
| information: Information, | ||
| faq: Faq, | ||
| handleApply: HandleApply, | ||
| joinActivity: JoinActivity, | ||
| manage: Manage, | ||
| activityReport: ActivityReport, | ||
| clubFeed: ClubFeed, | ||
| clubMember: ClubMember, | ||
| clubScore: ClubScore, | ||
| doubleArrow: DoubleArrow, | ||
| repair: Repair, | ||
| cleaning: Cleaning, | ||
| ScoreAdjust: ScoreAdjust, | ||
coderabbitai[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
coderabbitai[bot] marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| }; | ||
|
|
||
| export type IconName = keyof typeof Icons; | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요런 네이밍이 너무 도메인을 따라가는 네이밍이라 최대한 커먼하게 변수명 지어주시면 좋을 것 같아용
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
b497e64 수정했습니다!