lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.44 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/navigation.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [['polygon', { points: '3 11 22 2 13 21 11 13 3 11', key: '1ltx0t' }]];\n\n/**\n * @component @name Navigation\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/navigation\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 Navigation = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"navigation\" />\n);\n\nexport default Navigation;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB,CAAC,CAAC,WAAW,EAAE,QAAQ,8BAA8B,KAAK,SAAS,CAAC,CAAC;AAahG,IAAM,aAAa,CAAC,UAClB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,aAAa;AAGzD,IAAO,qBAAQ;",
"names": []
}