diff --git a/.changeset/full-phosphor-2-1-set.md b/.changeset/full-phosphor-2-1-set.md new file mode 100644 index 0000000..6057b9c --- /dev/null +++ b/.changeset/full-phosphor-2-1-set.md @@ -0,0 +1,9 @@ +--- +"@autoguru/icons": minor +--- + +Add the full Phosphor 2.1 regular-weight set, AutoGuru custom icons, and a browsable category reference — bringing the library to **1,576 icons** (up from 203). + +- **Complete icon set.** Every SVG now lives directly in `icons/`, making the package self-contained — no external icon dependency or import tooling. Each icon is still emitted as an individual, tree-shakeable React component, and all existing export names are preserved. +- **Category reference (`categories/`).** New documentation split into one page per category (20 pages, e.g. `categories/commerce.md`), generated from `categories/categories.json`. Docs only — not part of the build and not published. +- **README** refreshed with clearer usage, naming, category, and contributing guidance.