Skip to content

Commit

Permalink
feat(icons): add minus icon
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Apr 18, 2023
1 parent bb63f48 commit 12e335a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/components/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"directory": "packages/components/icons"
},
"devDependencies": {
"@spark-ui/button": "^1.5.5",
"@spark-ui/icon": "^1.4.0",
"@spark-ui/visually-hidden": "^0.4.0",
"@spark-ui/button": "1",
"@spark-ui/icon": "1",
"@spark-ui/visually-hidden": "0",
"change-case": "4.1.2",
"minimatch": "7.4.2",
"path-that-svg": "1.2.4",
Expand Down
1 change: 1 addition & 0 deletions packages/components/icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export { DeleteFill } from './icons/DeleteFill'
export { DeleteOutline } from './icons/DeleteOutline'
export { GraphArrowDown } from './icons/GraphArrowDown'
export { GraphArrowUp } from './icons/GraphArrowUp'
export { Minus } from './icons/Minus'
export { Plus } from './icons/Plus'
export { CalendarFill } from './icons/CalendarFill'
export { CalendarOutline } from './icons/CalendarOutline'
Expand Down
1 change: 1 addition & 0 deletions packages/components/icons/src/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export { tags as deleteFillTags } from './icons/DeleteFill'
export { tags as deleteOutlineTags } from './icons/DeleteOutline'
export { tags as graphArrowDownTags } from './icons/GraphArrowDown'
export { tags as graphArrowUpTags } from './icons/GraphArrowUp'
export { tags as minusTags } from './icons/Minus'
export { tags as plusTags } from './icons/Plus'
export { tags as calendarFillTags } from './icons/CalendarFill'
export { tags as calendarOutlineTags } from './icons/CalendarOutline'
Expand Down

0 comments on commit 12e335a

Please sign in to comment.