react-magma-icons
v3.0.0
Published
This repository provides all the icons used in [React Magma](https://github.com/cengage/react-magma).
Downloads
794
Keywords
Readme
React Magma Icons
This repository provides all the icons used in React Magma.
Adding new icons
- Add svg files to the appropriate folder under
src/svg/icons/
. - Run the command
npm run build
. - Update the package version in the
package.json
. - Open a pull request and commit the changes.
- Run the command
npm publish
. Confirm that the new version has been released in NPM. - In
react-magma
, update all instances of this package to use the new released version.