tailwindlabs / heroicons

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

add aurelia support #694

Closed dcharbonnier closed 2 years ago

dcharbonnier commented 2 years ago

This PR add aurelia v2 support

you can test it using npm i https://gitpkg.now.sh/dcharbonnier/heroicons/aurelia?ef00f51a53bf9e0d5b579b734ba622d38f518e1a

Read https://docs.aurelia.io/developer-guides/scenarios/tailwindcss-integration

import * as Icons from "@heroicons/aurelia/solid";

Aurelia
  .register(Icons)
[...]

<arrow-circle-up-icon class="h-4 w-4"></arrow-circle-up-icon>

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 Aurelia. Better for someone who would actually be using it to publish their own package and share it with the community, then it will actually be properly maintained 👍🏻

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