1 line
No EOL
2.4 KiB
JSON
1 line
No EOL
2.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: \"m18 8 4 4-4 4\",\n key: \"1ak13k\"\n}], [\"path\", {\n d: \"M2 12h20\",\n key: \"9i4pu4\"\n}], [\"path\", {\n d: \"m6 8-4 4 4 4\",\n key: \"15zrgr\"\n}]];\nconst MoveHorizontal = createLucideIcon(\"move-horizontal\", __iconNode);\nexport { __iconNode, MoveHorizontal as default };","map":{"version":3,"names":["__iconNode","d","key","MoveHorizontal","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/move-horizontal.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm18 8 4 4-4 4', key: '1ak13k' }],\n ['path', { d: 'M2 12h20', key: '9i4pu4' }],\n ['path', { d: 'm6 8-4 4 4 4', key: '15zrgr' }],\n];\n\n/**\n * @component @name MoveHorizontal\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/move-horizontal\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 MoveHorizontal = createLucideIcon('move-horizontal', __iconNode);\n\nexport default MoveHorizontal;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAiBC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAgBC,GAAA,EAAK;AAAA,CAAU,EAC/C;AAaA,MAAMC,cAAA,GAAiBC,gBAAA,CAAiB,mBAAmBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |