1 line
3.3 KiB
JSON
1 line
3.3 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Palette = createLucideIcon(\"Palette\", [[\"circle\", {\n cx: \"13.5\",\n cy: \"6.5\",\n r: \".5\",\n key: \"1xcu5\"\n}], [\"circle\", {\n cx: \"17.5\",\n cy: \"10.5\",\n r: \".5\",\n key: \"736e4u\"\n}], [\"circle\", {\n cx: \"8.5\",\n cy: \"7.5\",\n r: \".5\",\n key: \"clrty\"\n}], [\"circle\", {\n cx: \"6.5\",\n cy: \"12.5\",\n r: \".5\",\n key: \"1s4xz9\"\n}], [\"path\", {\n d: \"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z\",\n key: \"12rzf8\"\n}]]);\nexport { Palette as default };","map":{"version":3,"names":["Palette","createLucideIcon","cx","cy","r","key","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/palette.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Palette\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/palette\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 Palette = createLucideIcon('Palette', [\n ['circle', { cx: '13.5', cy: '6.5', r: '.5', key: '1xcu5' }],\n ['circle', { cx: '17.5', cy: '10.5', r: '.5', key: '736e4u' }],\n ['circle', { cx: '8.5', cy: '7.5', r: '.5', key: 'clrty' }],\n ['circle', { cx: '6.5', cy: '12.5', r: '.5', key: '1s4xz9' }],\n [\n 'path',\n {\n d: 'M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z',\n key: '12rzf8',\n },\n ],\n]);\n\nexport default Palette;\n"],"mappings":";;;;;AAaM,MAAAA,OAAA,GAAUC,gBAAA,CAAiB,SAAW,GAC1C,CAAC,QAAU;EAAEC,EAAI;EAAQC,EAAI;EAAOC,CAAG;EAAMC,GAAK;AAAA,CAAS,GAC3D,CAAC,QAAU;EAAEH,EAAI;EAAQC,EAAI;EAAQC,CAAG;EAAMC,GAAK;AAAA,CAAU,GAC7D,CAAC,QAAU;EAAEH,EAAI;EAAOC,EAAI;EAAOC,CAAG;EAAMC,GAAK;AAAA,CAAS,GAC1D,CAAC,QAAU;EAAEH,EAAI;EAAOC,EAAI;EAAQC,CAAG;EAAMC,GAAK;AAAA,CAAU,GAC5D,CACE,QACA;EACEC,CAAG;EACHD,GAAK;AACP,EACF,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |