Skip to content

Latest commit

 

History

History
 
 

icons

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Paragon Icons

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:

  1. Install dependencies
npm install
  1. Add the desired .svg icon file to the svg folder. It should be designed for display at 24px by 24px.

  2. Generate the React components

npm run build