This module contains icons for use with the Paragon <Icon />
component. This module generates source .svg
icons into jsx and es5 React components.
To add a new icon:
- Install dependencies
npm install
-
Add the desired
.svg
icon file to the svg folder. It should be designed for display at 24px by 24px. -
Generate the React components
npm run build