1.1.0 • Published 3 years ago

pf-icon-svg v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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- ...'
//         }
//       }
//     ]
//   }
// };