@qfei-design/icons-svg
v0.0.1
Published
Abstract nodes for qfei design icons.
Downloads
5
Readme
Install
# use yarn
$ yarn add @qfei-design/icons-svg
# or use npm
$ npm install @qfei-design/icons-svg --saveGet started
import { AddWithCircleOutlined } from '@qfei-design/icons-svg';
// or
// import AddWithCircleOutlined from '@qfei-design/icons-svg/es/asn/AccountBookOutlined';
console.log(AccountBookOutlined);
// ==>
// {
// name: 'account-book',
// theme: 'outlined',
// icon: {
// tag: 'svg',
// attrs: {
// viewBox: '64 64 896 896',
// focusable: 'false'
// },
// children: [
// {
// tag: 'path',
// attrs: {
// d:
// 'M880 184H712v-64c0-4.4-3.6-8-8-8h- ...'
// }
// }
// ]
// }
// };