shinokada / svelte-awesome-icons

Font Awesome SVG icon components for Svelte. Svelte-Awesome-Icons support major CSS frameworks using the class props.
https://svelte-awesome-icons.codewithshin.com
MIT License
15 stars 2 forks source link

[FEAT]: pro features #3

Closed Dudek-AMS closed 1 year ago

Dudek-AMS commented 1 year ago

Description

Any plans to support font awesome pro icons?

Additional Information

No response

shinokada commented 1 year ago

Can you tell me where I can find the pro version? If it is paid version, due to licensing I can't do it. But if it is MIT or open source, I can.

Dudek-AMS commented 1 year ago

It's paid so people will need a license for using this. But you could provide a build script to automatically create a up-to-date version of svelte-awesome-icons allowing also using the paid version if wanted. so people need to install npm font awesome paid as well and you're code is not affecting the licensing model of font awesome

shinokada commented 1 year ago

I created a Bash script that converts SVG icons on a GitHub repo. It is OSS, so feel free to use it.

Dudek-AMS commented 1 year ago

thinks looks good, thank you