Skip to content

Commit

Permalink
feat: #330 이모지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
donghunee committed Sep 6, 2024
1 parent ecc9adc commit daa83c5
Show file tree
Hide file tree
Showing 9 changed files with 81 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/assets/svgs/template/list/ic_communication.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 src/assets/svgs/template/list/ic_emotion_share.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 src/assets/svgs/template/list/ic_improve_problem.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 src/assets/svgs/template/list/ic_indi_share.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 src/assets/svgs/template/list/ic_pin.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 src/assets/svgs/template/list/ic_share_history.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 src/assets/svgs/template/list/ic_team_share.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 src/assets/svgs/template/list/ic_time_check.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 src/assets/svgs/template/list/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
export { default as ic_info } from "../../template/list/ic_info.svg?react";
export { default as ic_emotion_share } from "../../template/list/ic_emotion_share.svg?react";
export { default as ic_indi_share } from "../../template/list/ic_indi_share.svg?react";
export { default as ic_team_share } from "../../template/list/ic_team_share.svg?react";
export { default as ic_communication } from "../../template/list/ic_communication.svg?react";
export { default as ic_improve_problem } from "../../template/list/ic_improve_problem.svg?react";
export { default as ic_share_history } from "../../template/list/ic_share_history.svg?react";
export { default as ic_pin } from "../../template/list/ic_pin.svg?react";

export { default as ic_time_check } from "../../template/list/ic_time_check.svg?react";

0 comments on commit daa83c5

Please sign in to comment.