1.0.2 • Published 4 years ago

i-zondicons.vue v1.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

IZondicons 图标

NPM Version NPM Download

使用方法

在 CSS 中使用(推荐)

只引用具体的图标,可以减少最后的打包大小。

.bar::before {
    icon-font: url('i-zondicons.vue/assets/add-outline.svg');
}

在 Vue 组件中使用

需要先引入包

import IZondicons from 'i-zondicons.vue';

Vue.component('i-zondicons', IZondicons);

然后按照如下方式使用

<i-zondicons name="add-outline"></i-zondicons>

图标集合