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: \"M7 2h10\",\n key: \"nczekb\"\n}], [\"path\", {\n d: \"M5 6h14\",\n key: \"u2x4p\"\n}], [\"rect\", {\n width: \"18\",\n height: \"12\",\n x: \"3\",\n y: \"10\",\n rx: \"2\",\n key: \"l0tzu3\"\n}]];\nconst GalleryVerticalEnd = createLucideIcon(\"gallery-vertical-end\", __iconNode);\nexport { __iconNode, GalleryVerticalEnd as default };","map":{"version":3,"names":["__iconNode","d","key","width","height","x","y","rx","GalleryVerticalEnd","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/gallery-vertical-end.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M7 2h10', key: 'nczekb' }],\n ['path', { d: 'M5 6h14', key: 'u2x4p' }],\n ['rect', { width: '18', height: '12', x: '3', y: '10', rx: '2', key: 'l0tzu3' }],\n];\n\n/**\n * @component @name GalleryVerticalEnd\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/gallery-vertical-end\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 GalleryVerticalEnd = createLucideIcon('gallery-vertical-end', __iconNode);\n\nexport default GalleryVerticalEnd;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAS,GACvC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAMC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,EACjF;AAaA,MAAMM,kBAAA,GAAqBC,gBAAA,CAAiB,wBAAwBT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |