1 line
No EOL
2.5 KiB
JSON
1 line
No EOL
2.5 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 8V2h6\",\n key: \"hiwtdz\"\n}], [\"path\", {\n d: \"m2 2 10 10\",\n key: \"1oh8rs\"\n}], [\"path\", {\n d: \"M12 2A10 10 0 1 1 2 12\",\n key: \"rrk4fa\"\n}]];\nconst CircleArrowOutUpLeft = createLucideIcon(\"circle-arrow-out-up-left\", __iconNode);\nexport { __iconNode, CircleArrowOutUpLeft as default };","map":{"version":3,"names":["__iconNode","d","key","CircleArrowOutUpLeft","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/circle-arrow-out-up-left.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M2 8V2h6', key: 'hiwtdz' }],\n ['path', { d: 'm2 2 10 10', key: '1oh8rs' }],\n ['path', { d: 'M12 2A10 10 0 1 1 2 12', key: 'rrk4fa' }],\n];\n\n/**\n * @component @name CircleArrowOutUpLeft\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/circle-arrow-out-up-left\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 CircleArrowOutUpLeft = createLucideIcon('circle-arrow-out-up-left', __iconNode);\n\nexport default CircleArrowOutUpLeft;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA0BC,GAAA,EAAK;AAAA,CAAU,EACzD;AAaA,MAAMC,oBAAA,GAAuBC,gBAAA,CAAiB,4BAA4BJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |