1 line
2.3 KiB
JSON
1 line
2.3 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst CaseLower = createLucideIcon(\"CaseLower\", [[\"circle\", {\n cx: \"7\",\n cy: \"12\",\n r: \"3\",\n key: \"12clwm\"\n}], [\"path\", {\n d: \"M10 9v6\",\n key: \"17i7lo\"\n}], [\"circle\", {\n cx: \"17\",\n cy: \"12\",\n r: \"3\",\n key: \"gl7c2s\"\n}], [\"path\", {\n d: \"M14 7v8\",\n key: \"dl84cr\"\n}]]);\nexport { CaseLower as default };","map":{"version":3,"names":["CaseLower","createLucideIcon","cx","cy","r","key","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/case-lower.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name CaseLower\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/case-lower\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 CaseLower = createLucideIcon('CaseLower', [\n ['circle', { cx: '7', cy: '12', r: '3', key: '12clwm' }],\n ['path', { d: 'M10 9v6', key: '17i7lo' }],\n ['circle', { cx: '17', cy: '12', r: '3', key: 'gl7c2s' }],\n ['path', { d: 'M14 7v8', key: 'dl84cr' }],\n]);\n\nexport default CaseLower;\n"],"mappings":";;;;;AAaM,MAAAA,SAAA,GAAYC,gBAAA,CAAiB,WAAa,GAC9C,CAAC,QAAU;EAAEC,EAAI;EAAKC,EAAI;EAAMC,CAAG;EAAKC,GAAK;AAAA,CAAU,GACvD,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAD,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAU;EAAEH,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAKC,GAAK;AAAA,CAAU,GACxD,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAD,GAAA,EAAK;AAAA,CAAU,EACzC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |