Laravel 8 应用程序中支持安装哪些图标?

时间:2021-06-04 11:40:47

标签: laravel

在 laravel 8 / "bootstrap": "^4.6.0" / "bootstrap-vue": "^2.21.2" / app 我有图标支持,比如:

<i class="icon-material-outline-business-center"></i>

它看起来像portolio图标和

<i class="icon-line-awesome-bookmark-o"></i>

它看起来像书签

我想知道哪个是完整的图标列表,因为我需要更多图标而不安装新软件包: 在 resources/sass/app.scss 我有:

// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');

// Variables
@import 'variables';

// Bootstrap
@import '~bootstrap/scss/bootstrap';

因为这个项目是基于 bootstrap-vue 我发现页面 https://bootstrap-vue.org/docs/icons 不过貌似我开头提到的图标不一样?

我在 package.json 或 composer.json 中没有找到任何附加包

使用了哪个库,在哪里可以获得我可以访问的完整图标列表?

谢谢!

0 个答案:

没有答案