1 line
2.9 KiB
JSON
1 line
2.9 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst AlignHorizontalDistributeEnd = createLucideIcon(\"AlignHorizontalDistributeEnd\", [[\"rect\", {\n width: \"6\",\n height: \"14\",\n x: \"4\",\n y: \"5\",\n rx: \"2\",\n key: \"1wwnby\"\n}], [\"rect\", {\n width: \"6\",\n height: \"10\",\n x: \"14\",\n y: \"7\",\n rx: \"2\",\n key: \"1fe6j6\"\n}], [\"path\", {\n d: \"M10 2v20\",\n key: \"uyc634\"\n}], [\"path\", {\n d: \"M20 2v20\",\n key: \"1tx262\"\n}]]);\nexport { AlignHorizontalDistributeEnd as default };","map":{"version":3,"names":["AlignHorizontalDistributeEnd","createLucideIcon","width","height","x","y","rx","key","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/align-horizontal-distribute-end.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name AlignHorizontalDistributeEnd\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/align-horizontal-distribute-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 AlignHorizontalDistributeEnd = createLucideIcon(\n 'AlignHorizontalDistributeEnd',\n [\n [\n 'rect',\n { width: '6', height: '14', x: '4', y: '5', rx: '2', key: '1wwnby' },\n ],\n [\n 'rect',\n { width: '6', height: '10', x: '14', y: '7', rx: '2', key: '1fe6j6' },\n ],\n ['path', { d: 'M10 2v20', key: 'uyc634' }],\n ['path', { d: 'M20 2v20', key: '1tx262' }],\n ],\n);\n\nexport default AlignHorizontalDistributeEnd;\n"],"mappings":";;;;;AAaA,MAAMA,4BAA+B,GAAAC,gBAAA,CACnC,gCACA,CACE,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,EACA,CAAC,MAAQ;EAAEC,CAAA,EAAG,UAAY;EAAAD,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAEC,CAAA,EAAG,UAAY;EAAAD,GAAA,EAAK;AAAA,CAAU,EAE7C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |