lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.87 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/navigation-2-off.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M9.31 9.31 5 21l7-4 7 4-1.17-3.17', key: 'qoq2o2' }],\n ['path', { d: 'M14.53 8.88 12 2l-1.17 3.17', key: 'k3sjzy' }],\n ['line', { x1: '2', x2: '22', y1: '2', y2: '22', key: 'a6p6uj' }],\n];\n\n/**\n * @component @name Navigation2Off\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/navigation-2-off\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 Navigation2Off = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"navigation-2-off\" />\n);\n\nexport default Navigation2Off;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,qCAAqC,KAAK,SAAS,CAAC;AAAA,EAClE,CAAC,QAAQ,EAAE,GAAG,+BAA+B,KAAK,SAAS,CAAC;AAAA,EAC5D,CAAC,QAAQ,EAAE,IAAI,KAAK,IAAI,MAAM,IAAI,KAAK,IAAI,MAAM,KAAK,SAAS,CAAC;AAClE;AAaA,IAAM,iBAAiB,CAAC,UACtB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,mBAAmB;AAG/D,IAAO,2BAAQ;",
"names": []
}