pf-icon-svg
v1.1.0
Published
<h1 align="center"> pf-ui-icon </h1>
Downloads
5
Readme
Install
# use yarn
$ yarn add pf-ui-icon
# or use npm
$ npm install pf-ui-icon --save
Get started
import { AccountBookOutlined } from 'pf-ui-icon'
// import AccountBookOutlined from 'pf-ui-icon/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- ...'
// }
// }
// ]
// }
// };