1 line
2.7 KiB
JSON
1 line
2.7 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst CandyCane = createLucideIcon(\"CandyCane\", [[\"path\", {\n d: \"M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6 2 2 0 1 1-3.464-2 2 2 0 1 0-3.464-2Z\",\n key: \"isaq8g\"\n}], [\"path\", {\n d: \"M17.75 7 15 2.1\",\n key: \"12x7e8\"\n}], [\"path\", {\n d: \"M10.9 4.8 13 9\",\n key: \"100a87\"\n}], [\"path\", {\n d: \"m7.9 9.7 2 4.4\",\n key: \"ntfhaj\"\n}], [\"path\", {\n d: \"M4.9 14.7 7 18.9\",\n key: \"1x43jy\"\n}]]);\nexport { CandyCane as default };","map":{"version":3,"names":["CandyCane","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/candy-cane.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name CandyCane\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/candy-cane\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 CandyCane = createLucideIcon('CandyCane', [\n [\n 'path',\n {\n d: 'M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6 2 2 0 1 1-3.464-2 2 2 0 1 0-3.464-2Z',\n key: 'isaq8g',\n },\n ],\n ['path', { d: 'M17.75 7 15 2.1', key: '12x7e8' }],\n ['path', { d: 'M10.9 4.8 13 9', key: '100a87' }],\n ['path', { d: 'm7.9 9.7 2 4.4', key: 'ntfhaj' }],\n ['path', { d: 'M4.9 14.7 7 18.9', key: '1x43jy' }],\n]);\n\nexport default CandyCane;\n"],"mappings":";;;;;AAaM,MAAAA,SAAA,GAAYC,gBAAA,CAAiB,WAAa,GAC9C,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,iBAAmB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAChD,CAAC,MAAQ;EAAED,CAAA,EAAG,gBAAkB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC/C,CAAC,MAAQ;EAAED,CAAA,EAAG,gBAAkB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC/C,CAAC,MAAQ;EAAED,CAAA,EAAG,kBAAoB;EAAAC,GAAA,EAAK;AAAA,CAAU,EAClD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |