lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.72 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/square-round-corner.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M21 11a8 8 0 0 0-8-8', key: '1lxwo5' }],\n ['path', { d: 'M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4', key: '1dv2y5' }],\n];\n\n/**\n * @component @name SquareRoundCorner\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/square-round-corner\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 SquareRoundCorner = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"square-round-corner\" />\n);\n\nexport default SquareRoundCorner;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,wBAAwB,KAAK,SAAS,CAAC;AAAA,EACrD,CAAC,QAAQ,EAAE,GAAG,4DAA4D,KAAK,SAAS,CAAC;AAC3F;AAaA,IAAM,oBAAoB,CAAC,UACzB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,sBAAsB;AAGlE,IAAO,8BAAQ;",
"names": []
}