lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.96 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/mail-plus.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8', key: '12jkf8' }],\n ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7', key: '1ocrg3' }],\n ['path', { d: 'M19 16v6', key: 'tddt3s' }],\n ['path', { d: 'M16 19h6', key: 'xwg31i' }],\n];\n\n/**\n * @component @name MailPlus\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/mail-plus\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 MailPlus = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"mail-plus\" />;\n\nexport default MailPlus;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,6DAA6D,KAAK,SAAS,CAAC;AAAA,EAC1F,CAAC,QAAQ,EAAE,GAAG,6CAA6C,KAAK,SAAS,CAAC;AAAA,EAC1E,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAAA,EACzC,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAC3C;AAaA,IAAM,WAAW,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,YAAY;AAE/F,IAAO,oBAAQ;",
"names": []
}