Skip to content

Commit

Permalink
feat(kicon): add book, plug and contactSupport icons (#761)
Browse files Browse the repository at this point in the history
Backport of #760
  • Loading branch information
dustinryerson authored Aug 17, 2022
1 parent 8a572df commit 986f5d4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/KIcon/icons/icn-book.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/KIcon/icons/icn-contact-support.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-plug.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/KIcon/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ 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 book } from './icn-book.svg?raw'
export { default as brain } from './icn-brain.svg?raw'
export { default as check } from './icn-check.svg?raw'
export { default as chevronDown } from './icn-chevron-down.svg?raw'
Expand All @@ -15,6 +16,7 @@ export { default as clipboard } from './icn-clipboard.svg?raw'
export { default as close } from './icn-close.svg?raw'
export { default as cogwheel } from './icn-cogwheel.svg?raw'
export { default as collapseExpand } from './icn-collapse-expand.svg?raw'
export { default as contactSupport } from './icn-contact-support.svg?raw'
export { default as connections } from './icn-connections.svg?raw'
export { default as copy } from './icn-copy.svg?raw'
export { default as dangerCircle } from './icn-danger-circle.svg?raw'
Expand Down Expand Up @@ -51,6 +53,7 @@ export { default as noData } from './icn-no-data.svg?raw'
export { default as notificationBell } from './icn-notification-bell.svg?raw'
export { default as notificationInbox } from './icn-notification-inbox.svg?raw'
export { default as organization } from './icn-organization.svg?raw'
export { default as plug } from './icn-plug.svg?raw'
export { default as plus } from './icn-plus.svg?raw'
export { default as organizations } from './icn-organizations.svg?raw'
export { default as pencil } from './icn-pencil.svg?raw'
Expand Down

0 comments on commit 986f5d4

Please sign in to comment.