mini-dashboard icon indicating copy to clipboard operation
mini-dashboard copied to clipboard

Streamline SVG icons workflow

Open Strift opened this issue 1 year ago • 0 comments

Icons in the svg folder work as follow

  • I put my svg in the icons/svg folder
  • I run yarn icons
  • It transforms the SVG into react components that I can use in my app

Icons in heroicons are directly the React components.

It would be better to use a single workflow for consistency

Strift avatar Feb 25 '25 11:02 Strift