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