@pf-ui/pf-icons-vue
TypeScript icon, indicating that this package has built-in type declarations

1.1.46 • Public • Published

@pf-ui/pf-icons-vue

⭐ The abstract node of SVG icons.

Install

# use yarn
$ yarn add @pf-ui/pf-icons-vue

# or use npm
$ npm install @pf-ui/pf-icons-vue --save

Get started

import SearchOutlined from '@pf-ui/pf-icons-vue/SearchOutlined'
// import AccountBookOutlined from '@pf-ui/pf-icon-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- ...'
//         }
//       }
//     ]
//   }
// };

Readme

Keywords

none

Package Sidebar

Install

npm i @pf-ui/pf-icons-vue

Weekly Downloads

0

Version

1.1.46

License

ISC

Unpacked Size

1.38 MB

Total Files

1917

Last publish

Collaborators

  • lyh1995
  • xingyuanlong
  • xuzhudong