Skip to content

Commit

Permalink
feat(kicon): add increase/decrease icons [ma-643] (#655)
Browse files Browse the repository at this point in the history
Port #654
  • Loading branch information
kaiarrowood authored Jun 10, 2022
1 parent 22e0b46 commit a3beae6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/KIcon/icons/icn-decrease.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/KIcon/icons/icn-increase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/KIcon/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export { default as copy } from './icn-copy.svg?raw'
export { default as dangerCircle } from './icn-danger-circle.svg?raw'
export { default as dangerCircleOutline } from './icn-danger-circle-outline.svg?raw'
export { default as dashboard } from './icn-dashboard.svg?raw'
export { default as decrease } from './icn-decrease.svg?raw'
export { default as devPortal } from './icn-dev-portal.svg?raw'
export { default as disabled } from './icn-disabled.svg?raw'
export { default as document } from './icn-document.svg?raw'
Expand All @@ -37,6 +38,7 @@ export { default as gearFilled } from './icn-gear-filled.svg?raw'
export { default as grid } from './icn-grid.svg?raw'
export { default as help } from './icn-help.svg?raw'
export { default as immunity } from './icn-immunity.svg?raw'
export { default as increase } from './icn-increase.svg?raw'
export { default as info } from './icn-info.svg?raw'
export { default as kong } from './icn-kong.svg?raw'
export { default as lock } from './icn-lock.svg?raw'
Expand Down

0 comments on commit a3beae6

Please sign in to comment.