i-zondicons

Vusion Icon Set - Feather

Usage no npm install needed!

<script type="module">
  import iZondicons from 'https://cdn.skypack.dev/i-zondicons';
</script>

README

Zondicons 图标

NPM Version NPM Download

使用方法

在 CSS 中使用(推荐)

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

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

在 Vue 组件中使用

需要先引入包

import IZondicons from 'i-zondicons.vue';

Vue.component(IZondicons);

然后按照如下方式使用

<i-zondicons name="500px"></i-zondicons>

图标集合