Skip to content

Commit

Permalink
[#382] Assets 정리 (#384)
Browse files Browse the repository at this point in the history
* refactor: 중복되는 이름의 아이콘 수정

* feat: 새로운 아이콘 추가 및 default export 적용

* refactor: images 폴더에 있던 아이콘 경로 수정

* fix: TopNavigation 아이콘 이름 수정

* refactor: legacy 폴더 생성 및 import 경로 수정

* refactor: logo 아이콘 이름 및 경로 수정
  • Loading branch information
hanyugeon authored Jul 27, 2023
1 parent aa4ba6c commit 745e289
Show file tree
Hide file tree
Showing 62 changed files with 163 additions and 35 deletions.
3 changes: 3 additions & 0 deletions public/icons/arrow-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/icons/arrow-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/icons/avatar.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
4 changes: 2 additions & 2 deletions public/icons/bookmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/icons/calendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/icons/check-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/icons/check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions public/icons/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/icons/comments.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/icons/delete.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
File renamed without changes
5 changes: 5 additions & 0 deletions public/icons/hamburger.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/icons/heart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 32 additions & 4 deletions public/icons/index.ts
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';
4 changes: 2 additions & 2 deletions public/icons/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
1 change: 1 addition & 0 deletions public/icons/legacy/book.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
3 changes: 3 additions & 0 deletions public/icons/legacy/bookmark-legacy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/legacy/bookshelf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/icons/legacy/close-legacy.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
1 change: 1 addition & 0 deletions public/icons/legacy/hashtag.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
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
Loading

0 comments on commit 745e289

Please sign in to comment.