------------------
* Upgrade embedded icon set to v2, specifically v2.0.11.
See the `heroicons v2 release notes <https://github.com/tailwindlabs/heroicons/releases/tag/v2.0.0>`__.
heroicons v2 is a substantially different icon set that makes a number of breaking changes:
* Every icon has been redrawn.
* Many icons have been renamed.
* The “solid” style no longer defaults to 20px dimensions, but 24px.
* There’s a new “mini” style, solid icons with 20px dimensions.
You’ll proboably need to make some code and design changes when updating to this release.
You don’t necessarily need to upgrade, but it’s unlikely this package will be maintained for the 1.x series icons going forwards.
To assist with upgrading, this package now includes a CLI for updating templates:
.. code-block:: console
$ python -m heroicons update <filenames>
See the `CLI documentation section <https://github.com/adamchainz/heroicons#cli>`__.
Thanks to Andrew Ingram for upgrading the icon set in `PR 143 <https://github.com/adamchainz/heroicons/pull/143>`__.