gpt4 book ai didi

angular - Font Awesome 5 : Could not find icon money-check

转载 作者:太空狗 更新时间:2023-10-29 18:29:15 24 4
gpt4 key购买 nike

我正在尝试使用 angular-fontawesome 加载图标“money-check”;但收到消息 FontAwesome: Could not find icon with iconName=money-check and prefix=fas大多数其他图标都有效;一些我发现没有:

  • 支票
  • money-check-alt
  • 用户检查

它们未在 upgrade guide 下列为已重命名.

我的 package.json:

"@fortawesome/angular-fontawesome": "0.1.0-10",
"@fortawesome/fontawesome-svg-core": "^1.2.0-11",
"@fortawesome/free-brands-svg-icons": "^5.1.0-8",
"@fortawesome/free-regular-svg-icons": "^5.1.0-8",
"@fortawesome/free-solid-svg-icons": "^5.1.0-8",

我的应用程序模块:

import {fas} from '@fortawesome/free-solid-svg-icons';
import {faPlayCircle, faThumbsUp, faThumbsDown} from '@fortawesome/free-regular-svg-icons';

library.add(fas, faPlayCircle, faThumbsUp, faThumbsDown);

我的 html: <fa-icon class="icon type" icon="money-check" size="lg"></fa-icon>

最佳答案

查看icon's page :它是在 5.0.13 中添加的 - 你似乎使用的是 5.1.0-8。 user-check来自 5.1.0.11。

关于angular - Font Awesome 5 : Could not find icon money-check,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50655976/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com