stroke_morph_icons 0.1.0
stroke_morph_icons: ^0.1.0 copied to clipboard
Lucide, Tabler and Heroicons icon data as ready-to-use stroke_morph constants, generated from the upstream packs.
Changelog #
0.1.0 #
First release. 7 210 icons as ready-to-use stroke_morph constants.
| Library | Class | Icons | Source |
|---|---|---|---|
lucide.dart |
MorphLucideIcons |
1 756 | lucide-static v1.28.0 (ISC) |
tabler.dart |
MorphTablerIcons |
5 130 | @tabler/icons v3.46.0, outline (MIT) |
heroicons.dart |
MorphHeroicons |
324 | heroicons v2.2.0, 24×24 outline (MIT) |
- Each pack library re-exports
package:stroke_morph/stroke_morph.dart, so one dependency and one import are enough to get both the icons andMorphIcon. - Every icon is its own
static const, never a map entry, so an app links only the icons it names — a release build drops the rest. - All three packs are drawn on the same 24×24 grid and share a coordinate space:
any icon morphs into any other, across packs, with no
fitIconre-grid.