Skip to content

Commit

Permalink
feat: flower 아이콘 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
maylh committed Jan 14, 2025
1 parent 7bf543b commit daba45e
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/assets/svgs/icn_flower_gray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions src/assets/svgs/icn_flower_pink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/svgs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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 IcnFilter from './icn_filter.svg';
import IncFlowerGray from './icn_flower_gray.svg';
import IcnFlowerPink from './icn_flower_pink.svg';
import IcnHome from './icn_home.svg';
import IcnInsta from './icn_insta.svg';
import IcnLargeHeartPink from './icn_large_heart_pink.svg';
Expand Down Expand Up @@ -48,6 +50,8 @@ const Icon = {
IcnWish,
IcnX,
IcnBackBlackLeft,
IcnFlowerPink,
IncFlowerGray,
};

export default Icon;

0 comments on commit daba45e

Please sign in to comment.