Skip to content

TrySound/icons

 
 

Repository files navigation

Icons

This library contains the icons used in Storybook and Chromatic apps and marketing sites.

Install

yarn add @storybook/icons

To Do

  • Export every single icons instead of a single component
  • Add stories for each components

Generating new icons from Figma

This command will fetch all icons from Figma locally and create react components + stories automatically

yarn icons

Inpired from this article.

Developing

Watch and rebuild code with tsup and runs Storybook to preview your UI during development.

yarn storybook

Building

Build package with tsup for production.

yarn build

About

Library of icons used in apps and marketing sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%