1 line
No EOL
3.4 KiB
JSON
1 line
No EOL
3.4 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: \"M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1\",\n key: \"3pnvol\"\n}], [\"circle\", {\n cx: \"12\",\n cy: \"8\",\n r: \"2\",\n key: \"1822b1\"\n}], [\"path\", {\n d: \"M12 10v12\",\n key: \"6ubwww\"\n}], [\"path\", {\n d: \"M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z\",\n key: \"9hd38g\"\n}], [\"path\", {\n d: \"M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z\",\n key: \"ufn41s\"\n}]];\nconst Flower2 = createLucideIcon(\"flower-2\", __iconNode);\nexport { __iconNode, Flower2 as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","Flower2","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/flower-2.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1',\n key: '3pnvol',\n },\n ],\n ['circle', { cx: '12', cy: '8', r: '2', key: '1822b1' }],\n ['path', { d: 'M12 10v12', key: '6ubwww' }],\n ['path', { d: 'M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z', key: '9hd38g' }],\n ['path', { d: 'M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z', key: 'ufn41s' }],\n];\n\n/**\n * @component @name Flower2\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/flower-2\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 Flower2 = createLucideIcon('flower-2', __iconNode);\n\nexport default Flower2;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CACE,QACA;EACEC,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA+CC,GAAA,EAAK;AAAA,CAAU,GAC5E,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAgDC,GAAA,EAAK;AAAA,CAAU,EAC/E;AAaA,MAAMI,OAAA,GAAUC,gBAAA,CAAiB,YAAYP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |