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 AlignHorizontalJustifyCenter = createLucideIcon(\"AlignHorizontalJustifyCenter\", [[\"rect\", {\n width: \"6\",\n height: \"14\",\n x: \"2\",\n y: \"5\",\n rx: \"2\",\n key: \"dy24zr\"\n}], [\"rect\", {\n width: \"6\",\n height: \"10\",\n x: \"16\",\n y: \"7\",\n rx: \"2\",\n key: \"13zkjt\"\n}], [\"path\", {\n d: \"M12 2v20\",\n key: \"t6zp3m\"\n}]]);\nexport { AlignHorizontalJustifyCenter as default };","map":{"version":3,"names":["AlignHorizontalJustifyCenter","createLucideIcon","width","height","x","y","rx","key","d"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/align-horizontal-justify-center.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name AlignHorizontalJustifyCenter\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/align-horizontal-justify-center\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 AlignHorizontalJustifyCenter = createLucideIcon(\n 'AlignHorizontalJustifyCenter',\n [\n [\n 'rect',\n { width: '6', height: '14', x: '2', y: '5', rx: '2', key: 'dy24zr' },\n ],\n [\n 'rect',\n { width: '6', height: '10', x: '16', y: '7', rx: '2', key: '13zkjt' },\n ],\n ['path', { d: 'M12 2v20', key: 't6zp3m' }],\n ],\n);\n\nexport default AlignHorizontalJustifyCenter;\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,EAE7C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |