1 line
No EOL
3 KiB
JSON
1 line
No EOL
3 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: \"m17 3-5 5-5-5h10\",\n key: \"1ftt6x\"\n}], [\"path\", {\n d: \"m17 21-5-5-5 5h10\",\n key: \"1m0wmu\"\n}], [\"path\", {\n d: \"M4 12H2\",\n key: \"rhcxmi\"\n}], [\"path\", {\n d: \"M10 12H8\",\n key: \"s88cx1\"\n}], [\"path\", {\n d: \"M16 12h-2\",\n key: \"10asgb\"\n}], [\"path\", {\n d: \"M22 12h-2\",\n key: \"14jgyd\"\n}]];\nconst FlipVertical2 = createLucideIcon(\"flip-vertical-2\", __iconNode);\nexport { __iconNode, FlipVertical2 as default };","map":{"version":3,"names":["__iconNode","d","key","FlipVertical2","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/flip-vertical-2.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm17 3-5 5-5-5h10', key: '1ftt6x' }],\n ['path', { d: 'm17 21-5-5-5 5h10', key: '1m0wmu' }],\n ['path', { d: 'M4 12H2', key: 'rhcxmi' }],\n ['path', { d: 'M10 12H8', key: 's88cx1' }],\n ['path', { d: 'M16 12h-2', key: '10asgb' }],\n ['path', { d: 'M22 12h-2', key: '14jgyd' }],\n];\n\n/**\n * @component @name FlipVertical2\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/flip-vertical-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 FlipVertical2 = createLucideIcon('flip-vertical-2', __iconNode);\n\nexport default FlipVertical2;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAoBC,GAAA,EAAK;AAAA,CAAU,GACjD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAqBC,GAAA,EAAK;AAAA,CAAU,GAClD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,EAC5C;AAaA,MAAMC,aAAA,GAAgBC,gBAAA,CAAiB,mBAAmBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |