Hello using the package in an angular project. I have installed and have working (using pro). When searching on fontawesome website there is an option for duotone-thin. The only package I see when installing for angular on duotone is @fortawesome/pro-duotone-svg-icons. This is the regular duotone icons. I can't find a package for duotone thin. Is it not possible to use the duotone thin icons with the angular fontawesome package? Thanks.
Hello using the https://github/FortAwesome/angular-fontawesome package in an angular project. I have installed and have working (using pro). When searching on fontawesome website there is an option for duotone-thin. The only package I see when installing for angular on duotone is @fortawesome/pro-duotone-svg-icons. This is the regular duotone icons. I can't find a package for duotone thin. Is it not possible to use the duotone thin icons with the angular fontawesome package? Thanks.
Share Improve this question edited Nov 20, 2024 at 20:55 Rob 15.2k30 gold badges48 silver badges73 bronze badges asked Nov 20, 2024 at 20:25 JMIIIJMIII 4043 silver badges17 bronze badges 2 |1 Answer
Reset to default 1You'll need to install @fortawesome/duotone-thin-svg-icons
package using:
$ npm install @fortawesome/duotone-thin-svg-icons
All available Pro icon package names can be found on the FontAwesome website: https://docs.fontawesome/web/setup/packages#svg-icon-packages
@fortawesome/duotone-thin-svg-icons
is the package name I believe. Will be added to ng add in the next release. – Yaroslav Admin Commented Nov 20, 2024 at 20:40