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 CaseSensitive = createLucideIcon(\"CaseSensitive\", [[\"path\", {\n d: \"m3 15 4-8 4 8\",\n key: \"1vwr6u\"\n}], [\"path\", {\n d: \"M4 13h6\",\n key: \"1r9ots\"\n}], [\"circle\", {\n cx: \"18\",\n cy: \"12\",\n r: \"3\",\n key: \"1kchzo\"\n}], [\"path\", {\n d: \"M21 9v6\",\n key: \"anns31\"\n}]]);\nexport { CaseSensitive as default };","map":{"version":3,"names":["CaseSensitive","createLucideIcon","d","key","cx","cy","r"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/case-sensitive.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name CaseSensitive\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/case-sensitive\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 CaseSensitive = createLucideIcon('CaseSensitive', [\n ['path', { d: 'm3 15 4-8 4 8', key: '1vwr6u' }],\n ['path', { d: 'M4 13h6', key: '1r9ots' }],\n ['circle', { cx: '18', cy: '12', r: '3', key: '1kchzo' }],\n ['path', { d: 'M21 9v6', key: 'anns31' }],\n]);\n\nexport default CaseSensitive;\n"],"mappings":";;;;;AAaM,MAAAA,aAAA,GAAgBC,gBAAA,CAAiB,eAAiB,GACtD,CAAC,MAAQ;EAAEC,CAAA,EAAG,eAAiB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAU;EAAEC,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAKH,GAAK;AAAA,CAAU,GACxD,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,EACzC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |