lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 2.26 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/heart-handshake.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M19.414 14.414C21 12.828 22 11.5 22 9.5a5.5 5.5 0 0 0-9.591-3.676.6.6 0 0 1-.818.001A5.5 5.5 0 0 0 2 9.5c0 2.3 1.5 4 3 5.5l5.535 5.362a2 2 0 0 0 2.879.052 2.12 2.12 0 0 0-.004-3 2.124 2.124 0 1 0 3-3 2.124 2.124 0 0 0 3.004 0 2 2 0 0 0 0-2.828l-1.881-1.882a2.41 2.41 0 0 0-3.409 0l-1.71 1.71a2 2 0 0 1-2.828 0 2 2 0 0 1 0-2.828l2.823-2.762',\n key: '17lmqv',\n },\n ],\n];\n\n/**\n * @component @name HeartHandshake\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/heart-handshake\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 HeartHandshake = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"heart-handshake\" />\n);\n\nexport default HeartHandshake;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IACP;AAAA,EACF;AACF;AAaA,IAAM,iBAAiB,CAAC,UACtB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,kBAAkB;AAG9D,IAAO,0BAAQ;",
"names": []
}