lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.97 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/align-vertical-justify-end.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['rect', { width: '14', height: '6', x: '5', y: '12', rx: '2', key: '4l4tp2' }],\n ['rect', { width: '10', height: '6', x: '7', y: '2', rx: '2', key: 'ypihtt' }],\n ['path', { d: 'M2 22h20', key: '272qi7' }],\n];\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-solid - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst AlignVerticalJustifyEnd = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"align-vertical-justify-end\" />\n);\n\nexport default AlignVerticalJustifyEnd;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,OAAO,MAAM,QAAQ,KAAK,GAAG,KAAK,GAAG,MAAM,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,EAC9E,CAAC,QAAQ,EAAE,OAAO,MAAM,QAAQ,KAAK,GAAG,KAAK,GAAG,KAAK,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,EAC7E,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAC3C;AAaA,IAAM,0BAA0B,CAAC,UAC/B,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,6BAA6B;AAGzE,IAAO,qCAAQ;",
"names": []
}