Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
feat(Icon): expose Icon component
Browse files Browse the repository at this point in the history
Now you will be able to use the Icon component in your own codebase by supplying your own SVG content/icon.
  • Loading branch information
glenngijsberts committed Nov 3, 2021
1 parent 82a4ccd commit a3b2539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export { Gear } from './Gear'
export { Github } from './Github'
export { Happy } from './Happy'
export { House } from './House'
export { Icon } from './Icon'
export { Image } from './Image'
export { Info } from './Info'
export { InfoRounded } from './InfoRounded'
Expand Down

0 comments on commit a3b2539

Please sign in to comment.