1.0.3 • Published 4 years ago

one-svgs v1.0.3

Weekly downloads
5
License
ISC
Repository
-
Last release
4 years ago

One Icon

This is independent package which supports sereval svg icons for one-ui, you can install it independently as you like in your project

# install package
yarn add one-svgs

# or use npm
npm install one-svgs -S
# use icon
import xxIcon from 'one-svgs/svg/xx.svg';

<one-icon :svg="xxIcon" />

# import more icons by once
import { xxIcon, yyIcon, zzIcon } from 'one-svgs/svg';
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago