lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.91 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/square-function.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['rect', { width: '18', height: '18', x: '3', y: '3', rx: '2', ry: '2', key: '1m3agn' }],\n ['path', { d: 'M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3', key: 'm1af9g' }],\n ['path', { d: 'M9 11.2h5.7', key: '3zgcl2' }],\n];\n\n/**\n * @component @name SquareFunction\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/square-function\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 SquareFunction = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"square-function\" />\n);\n\nexport default SquareFunction;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,OAAO,MAAM,QAAQ,MAAM,GAAG,KAAK,GAAG,KAAK,IAAI,KAAK,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,EACvF,CAAC,QAAQ,EAAE,GAAG,8CAA8C,KAAK,SAAS,CAAC;AAAA,EAC3E,CAAC,QAAQ,EAAE,GAAG,eAAe,KAAK,SAAS,CAAC;AAC9C;AAaA,IAAM,iBAAiB,CAAC,UACtB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,kBAAkB;AAG9D,IAAO,0BAAQ;",
"names": []
}