1 line
2.7 KiB
JSON
1 line
2.7 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst GalleryThumbnails = createLucideIcon(\"GalleryThumbnails\", [[\"rect\", {\n width: \"18\",\n height: \"14\",\n x: \"3\",\n y: \"3\",\n rx: \"2\",\n key: \"74y24f\"\n}], [\"path\", {\n d: \"M4 21h1\",\n key: \"16zlid\"\n}], [\"path\", {\n d: \"M9 21h1\",\n key: \"15o7lz\"\n}], [\"path\", {\n d: \"M14 21h1\",\n key: \"v9vybs\"\n}], [\"path\", {\n d: \"M19 21h1\",\n key: \"edywat\"\n}]]);\nexport { GalleryThumbnails as default };","map":{"version":3,"names":["GalleryThumbnails","createLucideIcon","width","height","x","y","rx","key","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/gallery-thumbnails.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name GalleryThumbnails\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/gallery-thumbnails\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 GalleryThumbnails = createLucideIcon('GalleryThumbnails', [\n [\n 'rect',\n { width: '18', height: '14', x: '3', y: '3', rx: '2', key: '74y24f' },\n ],\n ['path', { d: 'M4 21h1', key: '16zlid' }],\n ['path', { d: 'M9 21h1', key: '15o7lz' }],\n ['path', { d: 'M14 21h1', key: 'v9vybs' }],\n ['path', { d: 'M19 21h1', key: 'edywat' }],\n]);\n\nexport default GalleryThumbnails;\n"],"mappings":";;;;;AAaM,MAAAA,iBAAA,GAAoBC,gBAAA,CAAiB,mBAAqB,GAC9D,CACE,QACA;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,EACA,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAD,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAD,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAEC,CAAA,EAAG,UAAY;EAAAD,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAEC,CAAA,EAAG,UAAY;EAAAD,GAAA,EAAK;AAAA,CAAU,EAC1C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |