Skip to content

Commit

Permalink
ADD :: new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kimhyerin0909 committed Sep 7, 2023
1 parent 3b071fc commit 70124d1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@k99hyerin/dj-simblue",
"version": "1.2.0",
"version": "1.2.1",
"private": false,
"readme": "dj 심청이",
"_id": "[email protected].0",
"_id": "[email protected].1",
"description": "design system for simblue web",
"main": "dist/index.js",
"repository": "https://github.com/soolung/dj-simblue.git",
Expand Down
8 changes: 8 additions & 0 deletions src/assets/icon/do_not_disturb.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 src/theme/icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export { ReactComponent as Check } from "../assets/icon/check.svg";
export { ReactComponent as Close } from "../assets/icon/close.svg";
export { ReactComponent as Cloud } from "../assets/icon/cloud.svg";
export { ReactComponent as Copy } from "../assets/icon/copy.svg";
export { ReactComponent as DoNotDisturb } from "../assets/icon/do_not_disturb.svg";
export { ReactComponent as Edit } from "../assets/icon/edit.svg";
export { ReactComponent as Error } from "../assets/icon/error.svg";
export { ReactComponent as Excel } from "../assets/icon/excel.svg";
Expand Down

0 comments on commit 70124d1

Please sign in to comment.