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 AlignVerticalJustifyCenter = createLucideIcon(\"AlignVerticalJustifyCenter\", [[\"rect\", {\n width: \"14\",\n height: \"6\",\n x: \"5\",\n y: \"16\",\n rx: \"2\",\n key: \"1i8z2d\"\n}], [\"rect\", {\n width: \"10\",\n height: \"6\",\n x: \"7\",\n y: \"2\",\n rx: \"2\",\n key: \"ypihtt\"\n}], [\"path\", {\n d: \"M2 12h20\",\n key: \"9i4pu4\"\n}]]);\nexport { AlignVerticalJustifyCenter as default };","map":{"version":3,"names":["AlignVerticalJustifyCenter","createLucideIcon","width","height","x","y","rx","key","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/align-vertical-justify-center.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name AlignVerticalJustifyCenter\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/align-vertical-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 AlignVerticalJustifyCenter = createLucideIcon(\n 'AlignVerticalJustifyCenter',\n [\n [\n 'rect',\n { width: '14', height: '6', x: '5', y: '16', rx: '2', key: '1i8z2d' },\n ],\n [\n 'rect',\n { width: '10', height: '6', x: '7', y: '2', rx: '2', key: 'ypihtt' },\n ],\n ['path', { d: 'M2 12h20', key: '9i4pu4' }],\n ],\n);\n\nexport default AlignVerticalJustifyCenter;\n"],"mappings":";;;;;AAaA,MAAMA,0BAA6B,GAAAC,gBAAA,CACjC,8BACA,CACE,CACE,QACA;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,EACA,CACE,QACA;EAAEL,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACrE,EACA,CAAC,MAAQ;EAAEC,CAAA,EAAG,UAAY;EAAAD,GAAA,EAAK;AAAA,CAAU,EAE7C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |