-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Updating An Icon
Alex Canales edited this page Oct 10, 2023
·
2 revisions
Sometimes, a company will update their logo or you spotted an error in the SVG/icon that needs to be fixed. This means the current icon in our repository might need an update.
If you want to point out the issue:
- Open a new Icon Request Issue and explains the update/issue
- If it's an update, include a link to the new logo/announcement.
If you want to fix/update the icon:
- Create a new commit to fix the SVGs.
- Open a pull request based on the `develop` branch.
- Rather than naming the PR
new icon
, name the pull requestupdate icon: IconName (versions)
. Basically, follow the Overview on Submitting Icon but replace thenew
withupdate
in name of request with the above. - Follow the rest of the steps as laid out in Overview on Submitting Icon.