1 line
2.2 KiB
JSON
1 line
2.2 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Library = createLucideIcon(\"Library\", [[\"path\", {\n d: \"m16 6 4 14\",\n key: \"ji33uf\"\n}], [\"path\", {\n d: \"M12 6v14\",\n key: \"1n7gus\"\n}], [\"path\", {\n d: \"M8 8v12\",\n key: \"1gg7y9\"\n}], [\"path\", {\n d: \"M4 4v16\",\n key: \"6qkkli\"\n}]]);\nexport { Library as default };","map":{"version":3,"names":["Library","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/library.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Library\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/library\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst Library = createLucideIcon('Library', [\n ['path', { d: 'm16 6 4 14', key: 'ji33uf' }],\n ['path', { d: 'M12 6v14', key: '1n7gus' }],\n ['path', { d: 'M8 8v12', key: '1gg7y9' }],\n ['path', { d: 'M4 4v16', key: '6qkkli' }],\n]);\n\nexport default Library;\n"],"mappings":";;;;;AAaM,MAAAA,OAAA,GAAUC,gBAAA,CAAiB,SAAW,GAC1C,CAAC,MAAQ;EAAEC,CAAA,EAAG,YAAc;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,EACzC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |