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 TextQuote = createLucideIcon(\"TextQuote\", [[\"path\", {\n d: \"M17 6H3\",\n key: \"16j9eg\"\n}], [\"path\", {\n d: \"M21 12H8\",\n key: \"scolzb\"\n}], [\"path\", {\n d: \"M21 18H8\",\n key: \"1wfozv\"\n}], [\"path\", {\n d: \"M3 12v6\",\n key: \"fv4c87\"\n}]]);\nexport { TextQuote as default };","map":{"version":3,"names":["TextQuote","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/text-quote.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name TextQuote\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/text-quote\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 TextQuote = createLucideIcon('TextQuote', [\n ['path', { d: 'M17 6H3', key: '16j9eg' }],\n ['path', { d: 'M21 12H8', key: 'scolzb' }],\n ['path', { d: 'M21 18H8', key: '1wfozv' }],\n ['path', { d: 'M3 12v6', key: 'fv4c87' }],\n]);\n\nexport default TextQuote;\n"],"mappings":";;;;;AAaM,MAAAA,SAAA,GAAYC,gBAAA,CAAiB,WAAa,GAC9C,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,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,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,EACzC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |