1 line
No EOL
2.6 KiB
JSON
1 line
No EOL
2.6 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: \"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6\",\n key: \"y09zxi\"\n}], [\"path\", {\n d: \"m21 3-9 9\",\n key: \"mpx6sq\"\n}], [\"path\", {\n d: \"M15 3h6v6\",\n key: \"1q9fwt\"\n}]];\nconst SquareArrowOutUpRight = createLucideIcon(\"square-arrow-out-up-right\", __iconNode);\nexport { __iconNode, SquareArrowOutUpRight as default };","map":{"version":3,"names":["__iconNode","d","key","SquareArrowOutUpRight","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/square-arrow-out-up-right.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6', key: 'y09zxi' }],\n ['path', { d: 'm21 3-9 9', key: 'mpx6sq' }],\n ['path', { d: 'M15 3h6v6', key: '1q9fwt' }],\n];\n\n/**\n * @component @name SquareArrowOutUpRight\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/square-arrow-out-up-right\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 SquareArrowOutUpRight = createLucideIcon('square-arrow-out-up-right', __iconNode);\n\nexport default SquareArrowOutUpRight;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA4DC,GAAA,EAAK;AAAA,CAAU,GACzF,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,EAC5C;AAaA,MAAMC,qBAAA,GAAwBC,gBAAA,CAAiB,6BAA6BJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |