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 GalleryVerticalEnd = createLucideIcon(\"GalleryVerticalEnd\", [[\"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}]]);\nexport { GalleryVerticalEnd as default };","map":{"version":3,"names":["GalleryVerticalEnd","createLucideIcon","d","key","width","height","x","y","rx"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/gallery-vertical-end.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\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('GalleryVerticalEnd', [\n ['path', { d: 'M7 2h10', key: 'nczekb' }],\n ['path', { d: 'M5 6h14', key: 'u2x4p' }],\n [\n 'rect',\n { width: '18', height: '12', x: '3', y: '10', rx: '2', key: 'l0tzu3' },\n ],\n]);\n\nexport default GalleryVerticalEnd;\n"],"mappings":";;;;;AAaM,MAAAA,kBAAA,GAAqBC,gBAAA,CAAiB,oBAAsB,GAChE,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAS,GACvC,CACE,QACA;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACvE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |