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-terminal.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'm7 11 2-2-2-2', key: '1lz0vl' }],\n ['path', { d: 'M11 13h4', key: '1p7l4v' }],\n ['rect', { width: '18', height: '18', x: '3', y: '3', rx: '2', ry: '2', key: '1m3agn' }],\n];\n\n/**\n * @component @name SquareTerminal\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/square-terminal\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 SquareTerminal = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"square-terminal\" />\n);\n\nexport default SquareTerminal;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,iBAAiB,KAAK,SAAS,CAAC;AAAA,EAC9C,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAAA,EACzC,CAAC,QAAQ,EAAE,OAAO,MAAM,QAAQ,MAAM,GAAG,KAAK,GAAG,KAAK,IAAI,KAAK,IAAI,KAAK,KAAK,SAAS,CAAC;AACzF;AAaA,IAAM,iBAAiB,CAAC,UACtB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,kBAAkB;AAG9D,IAAO,0BAAQ;",
"names": []
}