react-magma-icons
v3.2.3
Published
This repository provides all the icons used in [React Magma](https://github.com/cengage/react-magma).
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.
