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 StretchVertical = createLucideIcon(\"StretchVertical\", [[\"rect\", {\n width: \"6\",\n height: \"20\",\n x: \"4\",\n y: \"2\",\n rx: \"2\",\n key: \"19qu7m\"\n}], [\"rect\", {\n width: \"6\",\n height: \"20\",\n x: \"14\",\n y: \"2\",\n rx: \"2\",\n key: \"24v0nk\"\n}]]);\nexport { StretchVertical as default };","map":{"version":3,"names":["StretchVertical","createLucideIcon","width","height","x","y","rx","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/stretch-vertical.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name StretchVertical\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/stretch-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 StretchVertical = createLucideIcon('StretchVertical', [\n [\n 'rect',\n { width: '6', height: '20', x: '4', y: '2', rx: '2', key: '19qu7m' },\n ],\n [\n 'rect',\n { width: '6', height: '20', x: '14', y: '2', rx: '2', key: '24v0nk' },\n ],\n]);\n\nexport default StretchVertical;\n"],"mappings":";;;;;AAaM,MAAAA,eAAA,GAAkBC,gBAAA,CAAiB,iBAAmB,GAC1D,CACE,QACA;EAAEC,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACrE,EACA,CACE,QACA;EAAEL,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |