1 line
No EOL
2.7 KiB
JSON
1 line
No EOL
2.7 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: \"M10 9.17a3 3 0 1 0 0 5.66\",\n key: \"h9wayk\"\n}], [\"path\", {\n d: \"M17 9.17a3 3 0 1 0 0 5.66\",\n key: \"1v6zke\"\n}], [\"rect\", {\n x: \"2\",\n y: \"5\",\n width: \"20\",\n height: \"14\",\n rx: \"2\",\n key: \"qneu4z\"\n}]];\nconst ClosedCaption = createLucideIcon(\"closed-caption\", __iconNode);\nexport { __iconNode, ClosedCaption as default };","map":{"version":3,"names":["__iconNode","d","key","x","y","width","height","rx","ClosedCaption","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/closed-caption.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M10 9.17a3 3 0 1 0 0 5.66', key: 'h9wayk' }],\n ['path', { d: 'M17 9.17a3 3 0 1 0 0 5.66', key: '1v6zke' }],\n ['rect', { x: '2', y: '5', width: '20', height: '14', rx: '2', key: 'qneu4z' }],\n];\n\n/**\n * @component @name ClosedCaption\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/closed-caption\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 ClosedCaption = createLucideIcon('closed-caption', __iconNode);\n\nexport default ClosedCaption;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA6BC,GAAA,EAAK;AAAA,CAAU,GAC1D,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA6BC,GAAA,EAAK;AAAA,CAAU,GAC1D,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,EAChF;AAaA,MAAMM,aAAA,GAAgBC,gBAAA,CAAiB,kBAAkBT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |