Skip to content

Commit

Permalink
feat: add icons config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 22, 2022
1 parent 49a70ea commit af71d13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/icons.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* Define any of the icon collections you like to use via "icons in pure css."
* See https://stacks.ow3.org/config/icons for a list of available icon sets.
*/
export const icons = {
'heroicon-outline': () => import('@iconify-json/heroicons-outline/icons.json').then(i => i.default as any),
'heroicon-solid': () => import('@iconify-json/heroicons-solid/icons.json').then(i => i.default as any),
}
1 change: 1 addition & 0 deletions config/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './styles'
export * from './icons'
export * from './library'

0 comments on commit af71d13

Please sign in to comment.