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 |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
本文标签: angular fontawesomeCan39t find a package for duotone thinStack Overflow
版权声明:本文标题:angular fontawesome - Can't find a package for duotone thin - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742330850a2454663.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
@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