@huangshuisheng/icons-svg
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

Billd-UI Icons

The abstract node of the Billd-UI SVG icons.

NPM version NPM downloads

Install

npm i @huangshuisheng/icons-svg --save

Base usage

support tree shaking!

import { AccountBookFilled } from '@huangshuisheng/icons-svg';
//or
// import AccountBookFilled from '@huangshuisheng/icons-svg/es/asn/AccountBookFilled';
//or
// import AccountBookFilled from '@huangshuisheng/icons-svg/lib/asn/AccountBookFilled';

//===>
// {
//     "type": "document",
//     "children": [
//         {
//             "type": "element",
//             "isRootNode": true,
//             "name": "svg",
//             "attributes": {
//                 "class": "icon",
//                 "viewBox": "0 0 1024 1024"
//             },
//             "children": [
//                 {
//                     "type": "element",
//                     "name": "path",
//                     "attributes": {
//                         "d": "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM648.3 426.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V752c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 0 1 8.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z"
//                     },
//                     "children": []
//                 }
//             ]
//         }
//     ]
// }

Readme

Keywords

Package Sidebar

Install

npm i @huangshuisheng/icons-svg

Weekly Downloads

1

Version

1.1.4

License

MIT

Unpacked Size

7.99 MB

Total Files

3171

Last publish

Collaborators

  • huangshuisheng