admin管理员组

文章数量:1336632

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
  • @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
  • @YaroslavAdmin. That worked thanks! if you want to answer Ill mark as answered – JMIII Commented Nov 20, 2024 at 20:48
Add a comment  | 

1 Answer 1

Reset to default 1

You'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

本文标签: angular fontawesomeCan39t find a package for duotone thinStack Overflow