Skip to content

Commit

Permalink
feat: divider 아이콘 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
maylh committed Jan 14, 2025
1 parent daba45e commit 32b7e51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/svgs/icn_divider.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/svgs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import IcnArrowGrayUp from './icn_arrow_gray_up.svg';
import IcnBackBlackLeft from './icn_back_black_left.svg';
import IcnCloseLargeGray from './icn_close_large_gray.svg';
import IcnCloseSmallGray from './icn_close_small_gray.svg';
import IcnDivider from './icn_divider.svg';
import IcnFilter from './icn_filter.svg';
import IncFlowerGray from './icn_flower_gray.svg';
import IcnFlowerPink from './icn_flower_pink.svg';
Expand Down Expand Up @@ -52,6 +53,7 @@ const Icon = {
IcnBackBlackLeft,
IcnFlowerPink,
IncFlowerGray,
IcnDivider,
};

export default Icon;

0 comments on commit 32b7e51

Please sign in to comment.