-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: 중복되는 이름의 아이콘 수정 * feat: 새로운 아이콘 추가 및 default export 적용 * refactor: images 폴더에 있던 아이콘 경로 수정 * fix: TopNavigation 아이콘 이름 수정 * refactor: legacy 폴더 생성 및 import 경로 수정 * refactor: logo 아이콘 이름 및 경로 수정
- Loading branch information
Showing
62 changed files
with
163 additions
and
35 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,33 @@ | ||
export { default as IconLeftArrow } from './left-arrow.svg'; | ||
export { default as IconShare } from './share.svg'; | ||
// 상단 Nav & Header | ||
export { default as IconArrowLeft } from './arrow-left.svg'; | ||
export { default as IconClose } from './close.svg'; | ||
export { default as IconPost } from './post.svg'; | ||
export { default as IconOptions } from './options.svg'; | ||
export { default as IconMore } from './more.svg'; | ||
export { default as IconHamburger } from './hamburger.svg'; | ||
export { default as IconShare } from './share.svg'; | ||
|
||
// 하단 Nav | ||
export { default as IconBookarchive } from './bookarchive.svg'; | ||
export { default as IconDiscover } from './discover.svg'; | ||
export { default as IconGroup } from './group.svg'; | ||
export { default as IconProfile } from './profile.svg'; | ||
|
||
// 책 & 책장 | ||
export { default as IconArrowRight } from './arrow-right.svg'; | ||
export { default as IconBookmark } from './bookmark.svg'; | ||
export { default as IconHeart } from './heart.svg'; | ||
|
||
// 검색 | ||
export { default as IconSearch } from './search.svg'; | ||
export { default as IconWarningCircle } from './warning-circle.svg'; | ||
export { default as IconCheckCircle } from './check-circle.svg'; | ||
|
||
// 독서 모임 | ||
export { default as IconAvatar } from './avatar.svg'; | ||
export { default as IconCalendar } from './calendar.svg'; | ||
export { default as IconCheck } from './check.svg'; | ||
export { default as IconComments } from './comments.svg'; | ||
export { default as IconDelete } from './delete.svg'; | ||
export { default as IconMembers } from './members.svg'; | ||
|
||
// 카카오 | ||
export { default as IconKakao } from './kakao.svg'; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.