Thank you for your interest in contributing to Nimbus-icons! We are only going to consider icons uploaded through Github and that comply with both the process described below and the icons system guidelines.
Follow these steps to add or update an icon.
# Clone the repository
git clone https://github.com/cyberalien/nimbus-icons
# Navigate to the newly cloned directory
cd nimbus-icons
git checkout -b <branch-name>
Before adding a new icon, check that it meets all the following requirements:
- All icons must be 16 x 16.
- Icon should be cleaned up.
- Icon sould use only default
fill
for shapes, it should not include color in SVG.
git add .
git commit -m <message>
git push
Use GitHub to create a pull request for your branch. In your pull request description, be sure to mention where the icon will be used and any relevant timeline information.
If everything looks good, the design team will approve and merge the pull request where appropriate. After the pull request is merged, your icon will be available in the next Nimbus-icons release.