Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 542 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 542 Bytes

⭐️ @thecolvinco/icons

A package for generate svg icons as a react components.

🚀 Installation

npm install @thecolvinco/icons --save-dev

🅰️ Scripts

Optimize SVG files

When you execute the command all SVG icons are optimized and copied in a new optimized directory.

colvin-icons optimize --source icons --dist icons-dist

--source -s Use it to define the base directory of the icons.

--dist -d Directory where the svg optimized icons will be located, so as not to crush the original files