Skip to content

Commit

Permalink
feat(kicon): add arrow up/down icons (#739)
Browse files Browse the repository at this point in the history
- used in vitals metric cards
  • Loading branch information
filipgutica authored Aug 4, 2022
1 parent 803eac5 commit 7b2e6f7
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-arrow-down.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-arrow-up.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
@@ -1,6 +1,8 @@
// Import icons with `?raw' at the end of the path so Vite will import them raw (without the need for an additional loader)
export { default as arrowDown } from './icn-arrow-down.svg?raw'
export { default as arrowLeft } from './icn-arrow-left.svg?raw'
export { default as arrowRight } from './icn-arrow-right.svg?raw'
export { default as arrowUp } from './icn-arrow-down.svg?raw'
export { default as back } from './icn-back.svg?raw'
export { default as brain } from './icn-brain.svg?raw'
export { default as check } from './icn-check.svg?raw'
Expand Down

0 comments on commit 7b2e6f7

Please sign in to comment.