JSPM

i-linear

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q14705F
  • License MIT

Vusion Icon Set - Linear

Package Exports

  • i-linear

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (i-linear) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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>

图标集合