1 line
2.0 KiB
JSON
1 line
2.0 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Pilcrow = createLucideIcon(\"Pilcrow\", [[\"path\", {\n d: \"M13 4v16\",\n key: \"8vvj80\"\n}], [\"path\", {\n d: \"M17 4v16\",\n key: \"7dpous\"\n}], [\"path\", {\n d: \"M19 4H9.5a4.5 4.5 0 0 0 0 9H13\",\n key: \"sh4n9v\"\n}]]);\nexport { Pilcrow as default };","map":{"version":3,"names":["Pilcrow","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/pilcrow.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Pilcrow\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/pilcrow\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 Pilcrow = createLucideIcon('Pilcrow', [\n ['path', { d: 'M13 4v16', key: '8vvj80' }],\n ['path', { d: 'M17 4v16', key: '7dpous' }],\n ['path', { d: 'M19 4H9.5a4.5 4.5 0 0 0 0 9H13', key: 'sh4n9v' }],\n]);\n\nexport default Pilcrow;\n"],"mappings":";;;;;AAaM,MAAAA,OAAA,GAAUC,gBAAA,CAAiB,SAAW,GAC1C,CAAC,MAAQ;EAAEC,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,gCAAkC;EAAAC,GAAA,EAAK;AAAA,CAAU,EAChE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |