lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 1.88 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/fast-forward.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n { d: 'M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z', key: 'b19h5q' },\n ],\n [\n 'path',\n { d: 'M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z', key: 'h7h5ge' },\n ],\n];\n\n/**\n * @component @name FastForward\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/fast-forward\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 FastForward = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"fast-forward\" />\n);\n\nexport default FastForward;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB;AAAA,IACE;AAAA,IACA,EAAE,GAAG,2EAA2E,KAAK,SAAS;AAAA,EAChG;AAAA,EACA;AAAA,IACE;AAAA,IACA,EAAE,GAAG,yEAAyE,KAAK,SAAS;AAAA,EAC9F;AACF;AAaA,IAAM,cAAc,CAAC,UACnB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,eAAe;AAG3D,IAAO,uBAAQ;",
"names": []
}