jacobparis-insiders / sly

Monorepo for Sly CLI
https://sly-cli.fly.dev/
153 stars 11 forks source link

feature: update tabler icons to variants #49

Closed jacobparis closed 5 months ago

jacobparis commented 5 months ago

Tabler Icons has switched their trunk branch from master to main (good) which breaks the library in our registry (bad). They've also added variants to the icons in a similar way to how Heroicons does, so I've used the same implementation here

Each icon now gets appended heart-filled.svg or heart-outline.svg

Fixes #48