lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.84 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/square-arrow-out-up-left.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6', key: '14mv1t' }],\n ['path', { d: 'm3 3 9 9', key: 'rks13r' }],\n ['path', { d: 'M3 9V3h6', key: 'ira0h2' }],\n];\n\n/**\n * @component @name SquareArrowOutUpLeft\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/square-arrow-out-up-left\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 SquareArrowOutUpLeft = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"square-arrow-out-up-left\" />\n);\n\nexport default SquareArrowOutUpLeft;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,6DAA6D,KAAK,SAAS,CAAC;AAAA,EAC1F,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAAA,EACzC,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAC3C;AAaA,IAAM,uBAAuB,CAAC,UAC5B,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,2BAA2B;AAGvE,IAAO,mCAAQ;",
"names": []
}