alphapeter / fa-svelte

Font Awesome 5 for svelte.js
MIT License
71 stars 3 forks source link

Issue with Duotone #6

Closed RemiKalbe closed 4 years ago

RemiKalbe commented 5 years ago

If I use the new fontawesome duotone style, only one part on the icon shows. For example, https://fontawesome.com/icons/money-check?style=duotone only the part with less opacity will show.

RemiKalbe commented 5 years ago

The "classic" styles's svgPathData is a string, but with duotone it's an array of 2 strings.

Cweili commented 4 years ago

Have a try svelte-fa which supported fontawesome duotone style.

https://cweili.github.io/svelte-fa/

alphapeter commented 4 years ago

Sorry for the late reply! I noticed that you already found an alternative that fits your needs, perfect!