Release 8 new icons and 2 removed icons (v7.0.0)
·
0 commits
to 798d4148474600ced39616bd9bfb6ba43f7eb42c
since this release
New Icons
- Boxy SVG (#7306)
- Linear (#7419)
- MLflow (#7302)
- PlanetScale (#7367)
- Rasa (#7277)
- Task (#7413)
- tRPC (#7446)
- Vitess (#7372)
Removed Icons
Breaking changes for npm package
-
simple-icons/icons/[ICON SLUG]entrypoints have been removed, useimport { si[ICON SLUG] } from 'simple-icons/icons'instead. -
simple-iconsentrypoint and their property.Gethave been deprecated and will be removed in v8. If you need to iterate over all icons, use:import * as icons from 'simple-icons/icons'; for (const si in icons) { const icon = icons[si]; }