lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.59 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/rewind.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['polygon', { points: '11 19 2 12 11 5 11 19', key: '14yba5' }],\n ['polygon', { points: '22 19 13 12 22 5 22 19', key: '1pi1cj' }],\n];\n\n/**\n * @component @name Rewind\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/rewind\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 Rewind = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"rewind\" />;\n\nexport default Rewind;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,WAAW,EAAE,QAAQ,yBAAyB,KAAK,SAAS,CAAC;AAAA,EAC9D,CAAC,WAAW,EAAE,QAAQ,0BAA0B,KAAK,SAAS,CAAC;AACjE;AAaA,IAAM,SAAS,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,SAAS;AAE1F,IAAO,iBAAQ;",
"names": []
}