lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 2.23 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/phone-forwarded.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M14 6h8', key: 'yd68k4' }],\n ['path', { d: 'm18 2 4 4-4 4', key: 'pucp1d' }],\n [\n 'path',\n {\n d: 'M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384',\n key: '9njp5v',\n },\n ],\n];\n\n/**\n * @component @name PhoneForwarded\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/phone-forwarded\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 PhoneForwarded = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"phone-forwarded\" />\n);\n\nexport default PhoneForwarded;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAAA,EACxC,CAAC,QAAQ,EAAE,GAAG,iBAAiB,KAAK,SAAS,CAAC;AAAA,EAC9C;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": []
}