1 line
3.2 KiB
JSON
1 line
3.2 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Flower = createLucideIcon(\"Flower\", [[\"path\", {\n d: \"M12 7.5a4.5 4.5 0 1 1 4.5 4.5M12 7.5A4.5 4.5 0 1 0 7.5 12M12 7.5V9m-4.5 3a4.5 4.5 0 1 0 4.5 4.5M7.5 12H9m7.5 0a4.5 4.5 0 1 1-4.5 4.5m4.5-4.5H15m-3 4.5V15\",\n key: \"51z86h\"\n}], [\"circle\", {\n cx: \"12\",\n cy: \"12\",\n r: \"3\",\n key: \"1v7zrd\"\n}], [\"path\", {\n d: \"m8 16 1.5-1.5\",\n key: \"ce6zph\"\n}], [\"path\", {\n d: \"M14.5 9.5 16 8\",\n key: \"1kzrzb\"\n}], [\"path\", {\n d: \"m8 8 1.5 1.5\",\n key: \"1yv88w\"\n}], [\"path\", {\n d: \"M14.5 14.5 16 16\",\n key: \"12xhjh\"\n}]]);\nexport { Flower as default };","map":{"version":3,"names":["Flower","createLucideIcon","d","key","cx","cy","r"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/flower.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Flower\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/flower\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 Flower = createLucideIcon('Flower', [\n [\n 'path',\n {\n d: 'M12 7.5a4.5 4.5 0 1 1 4.5 4.5M12 7.5A4.5 4.5 0 1 0 7.5 12M12 7.5V9m-4.5 3a4.5 4.5 0 1 0 4.5 4.5M7.5 12H9m7.5 0a4.5 4.5 0 1 1-4.5 4.5m4.5-4.5H15m-3 4.5V15',\n key: '51z86h',\n },\n ],\n ['circle', { cx: '12', cy: '12', r: '3', key: '1v7zrd' }],\n ['path', { d: 'm8 16 1.5-1.5', key: 'ce6zph' }],\n ['path', { d: 'M14.5 9.5 16 8', key: '1kzrzb' }],\n ['path', { d: 'm8 8 1.5 1.5', key: '1yv88w' }],\n ['path', { d: 'M14.5 14.5 16 16', key: '12xhjh' }],\n]);\n\nexport default Flower;\n"],"mappings":";;;;;AAaM,MAAAA,MAAA,GAASC,gBAAA,CAAiB,QAAU,GACxC,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,QAAU;EAAEC,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAKH,GAAK;AAAA,CAAU,GACxD,CAAC,MAAQ;EAAED,CAAA,EAAG,eAAiB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,MAAQ;EAAED,CAAA,EAAG,gBAAkB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC/C,CAAC,MAAQ;EAAED,CAAA,EAAG,cAAgB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC7C,CAAC,MAAQ;EAAED,CAAA,EAAG,kBAAoB;EAAAC,GAAA,EAAK;AAAA,CAAU,EAClD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |