Skip to content

Commit aa5ab6f

Browse files
committed
feat: implement icons-master
1 parent 86f0f5d commit aa5ab6f

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

frontend/frontend-kit/ui/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"private": true,
66
"scripts": {
77
"preinstall": "npx only-allow pnpm",
8-
"lint": "eslint ."
8+
"lint": "eslint .",
9+
"icon:add": "icons-master add",
10+
"icon:remove": "icons-master remove"
911
},
1012
"dependencies": {
1113
"@radix-ui/react-checkbox": "^1.3.3",
@@ -34,6 +36,7 @@
3436
"zustand": "^5.0.11"
3537
},
3638
"devDependencies": {
39+
"@maximka76667/icons-master": "^1.0.1",
3740
"@tailwindcss/postcss": "^4.1.18",
3841
"@turbo/gen": "^2.8.3",
3942
"@types/node": "^25.2.0",

frontend/frontend-kit/ui/src/icons/arrows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ export {
22
ChevronDown,
33
ChevronLeft,
44
ChevronRight,
5-
ChevronsUpDown,
65
ChevronUp,
6+
ChevronsUpDown,
77
Play,
88
RefreshCw,
99
TrendingDown,

pnpm-lock.yaml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)