i-linear

1.0.0 • Public • Published

Linear 图标

NPM Version NPM Download

使用方法

在 CSS 中使用(推荐)

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

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

在 Vue 组件中使用

需要先引入包

import ILinear from 'i-linear.vue';

Vue.component(ILinear);

然后按照如下方式使用

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

图标集合

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i i-linear

      Weekly Downloads

      0

      Version

      1.0.0

      License

      MIT

      Unpacked Size

      256 kB

      Total Files

      175

      Last publish

      Collaborators

      • rainfore