i-octicons.vue

Vusion Icon Set - octicons

Usage no npm install needed!

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

README

IOcticons 图标

NPM Version NPM Download

使用方法

在 CSS 中使用(推荐)

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

.bar::before {
    icon-font: url('i-octicons.vue/assets/alert.svg');
}

在 Vue 组件中使用

需要先引入包

import IOcticons from 'i-octicons.vue';

Vue.component('i-octicons', IOcticons);

然后按照如下方式使用

<i-octicons name="alert"></i-octicons>

图标集合