Skip to content

Commit

Permalink
Remove the Mellow icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Jan 9, 2023
1 parent f564fb2 commit 7693fc5
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion mellow/angle-down.svg

This file was deleted.

1 change: 0 additions & 1 deletion mellow/angle-right.svg

This file was deleted.

1 change: 0 additions & 1 deletion mellow/angle-up.svg

This file was deleted.

1 change: 0 additions & 1 deletion mellow/check.svg

This file was deleted.

1 change: 0 additions & 1 deletion mellow/indeterminate.svg

This file was deleted.

1 change: 0 additions & 1 deletion mellow/radio.svg

This file was deleted.

1 change: 0 additions & 1 deletion mellow/x-mark.svg

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"fonts": "npm run fonts:generate",
"fonts:generate": "fantasticon",
"fonts": "fantasticon",
"icons": "npm run icons:clean && npm run icons:ts",
"icons:clean": "svgo -f ./icons -o ./icons",
"icons:mellow:clean": "svgo -f ./mellow -o ./mellow",
"icons:ts": "svg-to-ts-constants",
"mellow": "svgo -f ./mellow -o ./mellow",
"test": "echo \"Error: no test specified\" && exit 1",
"pages": "node build/generate-pages.js --verbose",
"prod": "npm run icons && npm run fonts && npm run build && npm run scss",
Expand Down

0 comments on commit 7693fc5

Please sign in to comment.