Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 384 Bytes

ADDING_NEW_ICONS.md

File metadata and controls

9 lines (7 loc) · 384 Bytes

Adding new icons

To add a new icon to Astro Galaxy, please follow the steps below:

  • Create a new branch.
  • Place your svg icon file inside packages/icons/svg-icons.
  • Your file should have the icon- prefix. If necessary, rename your svg file to add the icon- prefix.
  • Run yarn compile from packages/icons or from the root.
  • Commit your changes and open a new PR.