Icoma is UI environment for generate and manage icon components. With it you can generate icon components from the template and use them in your project.
icon component is a (React, Vue, Angular, ...) component that takes some props like size and renders SVG.
- Install Icoma:
npm i icoma --save-dev
- Add these scripts in your package.json:
"icoma:init": "icoma init"
"icon:start": "icoma start"
- Initialize Icoma:
npm run icoma:init
- Finally start Icoma on localhost:
npm run icoma:start