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 GalleryVertical = createLucideIcon(\"GalleryVertical\", [[\"path\", {\n d: \"M3 2h18\",\n key: \"15qxfx\"\n}], [\"rect\", {\n width: \"18\",\n height: \"12\",\n x: \"3\",\n y: \"6\",\n rx: \"2\",\n key: \"1439r6\"\n}], [\"path\", {\n d: \"M3 22h18\",\n key: \"8prr45\"\n}]]);\nexport { GalleryVertical as default };","map":{"version":3,"names":["GalleryVertical","createLucideIcon","d","key","width","height","x","y","rx"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/gallery-vertical.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name GalleryVertical\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/gallery-vertical\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 GalleryVertical = createLucideIcon('GalleryVertical', [\n ['path', { d: 'M3 2h18', key: '15qxfx' }],\n [\n 'rect',\n { width: '18', height: '12', x: '3', y: '6', rx: '2', key: '1439r6' },\n ],\n ['path', { d: 'M3 22h18', key: '8prr45' }],\n]);\n\nexport default GalleryVertical;\n"],"mappings":";;;;;AAaM,MAAAA,eAAA,GAAkBC,gBAAA,CAAiB,iBAAmB,GAC1D,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CACE,QACA;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACtE,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC1C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |