tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.22k stars 1.27k forks source link

add svelte package #332

Closed krowten closed 2 years ago

krowten commented 2 years ago

Hi, I added svelte package, you can check it like this npx degit sveltejs/template svelte-app cd svelte-app && npm install && npm install ./path/heroicons/svelte npm run dev ... from README heroicons#svelte

adamwathan commented 2 years ago

Hey thank you so much! I think for now this would best be handled as a third-party package, just because I don't want to commit to maintaining this ourselves going forward as none of the maintainers actively use Svelte.

Sorry, hope that's understandable and thanks again regardless, really appreciate it.