1 line
2.6 KiB
JSON
1 line
2.6 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst AlignVerticalJustifyEnd = createLucideIcon(\"AlignVerticalJustifyEnd\", [[\"rect\", {\n width: \"14\",\n height: \"6\",\n x: \"5\",\n y: \"12\",\n rx: \"2\",\n key: \"4l4tp2\"\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 22h20\",\n key: \"272qi7\"\n}]]);\nexport { AlignVerticalJustifyEnd as default };","map":{"version":3,"names":["AlignVerticalJustifyEnd","createLucideIcon","width","height","x","y","rx","key","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/align-vertical-justify-end.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name AlignVerticalJustifyEnd\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/align-vertical-justify-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 AlignVerticalJustifyEnd = createLucideIcon('AlignVerticalJustifyEnd', [\n [\n 'rect',\n { width: '14', height: '6', x: '5', y: '12', rx: '2', key: '4l4tp2' },\n ],\n [\n 'rect',\n { width: '10', height: '6', x: '7', y: '2', rx: '2', key: 'ypihtt' },\n ],\n ['path', { d: 'M2 22h20', key: '272qi7' }],\n]);\n\nexport default AlignVerticalJustifyEnd;\n"],"mappings":";;;;;AAaM,MAAAA,uBAAA,GAA0BC,gBAAA,CAAiB,yBAA2B,GAC1E,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,EAC1C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |