Skip to content

Removing an icon

Julius Osokinas edited this page Apr 29, 2021 · 5 revisions

Removing an icon is only a matter of removing a mapping from src/icons.json file.

If it was a custom icon, you will also need to remove the SVG file.

It will always be a breaking change if that icon was previously released. Upon marking it as breaking, please include also a guide if an alternative is to be used.

Example PR

Example commit indicating a breaking change with a guide to use alternative icon

Please note that even not enforced, however recommended is to either remove individual icons with separate PRs, or at least group the logical ones. This is because we do auto-generate a CHANGELOG based on commits.

Clone this wiki locally