1 line
No EOL
2.8 KiB
JSON
1 line
No EOL
2.8 KiB
JSON
{"ast":null,"code":"/**\n * @license lucide-react v0.544.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\nconst __iconNode = [[\"path\", {\n d: \"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16\",\n key: \"d5nyq2\"\n}], [\"path\", {\n d: \"M22 9v7\",\n key: \"pvm9v3\"\n}], [\"path\", {\n d: \"M3.304 13h6.392\",\n key: \"1q3zxz\"\n}], [\"circle\", {\n cx: \"18.5\",\n cy: \"12.5\",\n r: \"3.5\",\n key: \"z97x68\"\n}]];\nconst CaseSensitive = createLucideIcon(\"case-sensitive\", __iconNode);\nexport { __iconNode, CaseSensitive as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","CaseSensitive","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/case-sensitive.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16', key: 'd5nyq2' }],\n ['path', { d: 'M22 9v7', key: 'pvm9v3' }],\n ['path', { d: 'M3.304 13h6.392', key: '1q3zxz' }],\n ['circle', { cx: '18.5', cy: '12.5', r: '3.5', key: 'z97x68' }],\n];\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('case-sensitive', __iconNode);\n\nexport default CaseSensitive;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA4CC,GAAA,EAAK;AAAA,CAAU,GACzE,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAmBC,GAAA,EAAK;AAAA,CAAU,GAChD,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAQC,EAAA,EAAI;EAAQC,CAAA,EAAG;EAAOH,GAAA,EAAK;AAAA,CAAU,EAChE;AAaA,MAAMI,aAAA,GAAgBC,gBAAA,CAAiB,kBAAkBP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |