1 line
2.3 KiB
JSON
1 line
2.3 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst GalleryHorizontalEnd = createLucideIcon(\"GalleryHorizontalEnd\", [[\"path\", {\n d: \"M2 7v10\",\n key: \"a2pl2d\"\n}], [\"path\", {\n d: \"M6 5v14\",\n key: \"1kq3d7\"\n}], [\"rect\", {\n width: \"12\",\n height: \"18\",\n x: \"10\",\n y: \"3\",\n rx: \"2\",\n key: \"13i7bc\"\n}]]);\nexport { GalleryHorizontalEnd as default };","map":{"version":3,"names":["GalleryHorizontalEnd","createLucideIcon","d","key","width","height","x","y","rx"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/gallery-horizontal-end.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name GalleryHorizontalEnd\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/gallery-horizontal-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 GalleryHorizontalEnd = createLucideIcon('GalleryHorizontalEnd', [\n ['path', { d: 'M2 7v10', key: 'a2pl2d' }],\n ['path', { d: 'M6 5v14', key: '1kq3d7' }],\n [\n 'rect',\n { width: '12', height: '18', x: '10', y: '3', rx: '2', key: '13i7bc' },\n ],\n]);\n\nexport default GalleryHorizontalEnd;\n"],"mappings":";;;;;AAaM,MAAAA,oBAAA,GAAuBC,gBAAA,CAAiB,sBAAwB,GACpE,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CACE,QACA;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACvE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |