Skip to content

DavidTaylorEmberex/react-magma-icons

 
 

Repository files navigation

React Magma Icons

This repository provides all the icons used in React Magma.

Adding new icons

  1. Add svg files to the appropriate folder under src/svg/icons/.
  2. Run the command npm run build.
  3. Update the package version in the package.json.
  4. Open a pull request and commit the changes.
  5. Run the command npm publish. Confirm that the new version has been released in NPM.
  6. In react-magma, update all instances of this package to use the new released version.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.2%
  • JavaScript 0.8%