1 line
No EOL
3.1 KiB
JSON
1 line
No EOL
3.1 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: \"M11 15h2\",\n key: \"199qp6\"\n}], [\"path\", {\n d: \"M12 12v3\",\n key: \"158kv8\"\n}], [\"path\", {\n d: \"M12 19v3\",\n key: \"npa21l\"\n}], [\"path\", {\n d: \"M15.282 19a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z\",\n key: \"1jofit\"\n}], [\"path\", {\n d: \"M9 9a3 3 0 1 1 6 0\",\n key: \"jdoeu8\"\n}]];\nconst ParkingMeter = createLucideIcon(\"parking-meter\", __iconNode);\nexport { __iconNode, ParkingMeter as default };","map":{"version":3,"names":["__iconNode","d","key","ParkingMeter","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/parking-meter.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M11 15h2', key: '199qp6' }],\n ['path', { d: 'M12 12v3', key: '158kv8' }],\n ['path', { d: 'M12 19v3', key: 'npa21l' }],\n [\n 'path',\n {\n d: 'M15.282 19a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z',\n key: '1jofit',\n },\n ],\n ['path', { d: 'M9 9a3 3 0 1 1 6 0', key: 'jdoeu8' }],\n];\n\n/**\n * @component @name ParkingMeter\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/parking-meter\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 ParkingMeter = createLucideIcon('parking-meter', __iconNode);\n\nexport default ParkingMeter;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CACE,QACA;EACED,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAsBC,GAAA,EAAK;AAAA,CAAU,EACrD;AAaA,MAAMC,YAAA,GAAeC,gBAAA,CAAiB,iBAAiBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |