lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.81 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/proportions.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['rect', { width: '20', height: '16', x: '2', y: '4', rx: '2', key: '18n3k1' }],\n ['path', { d: 'M12 9v11', key: '1fnkrn' }],\n ['path', { d: 'M2 9h13a2 2 0 0 1 2 2v9', key: '11z3ex' }],\n];\n\n/**\n * @component @name Proportions\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/proportions\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 Proportions = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"proportions\" />\n);\n\nexport default Proportions;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,OAAO,MAAM,QAAQ,MAAM,GAAG,KAAK,GAAG,KAAK,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,EAC9E,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAAA,EACzC,CAAC,QAAQ,EAAE,GAAG,2BAA2B,KAAK,SAAS,CAAC;AAC1D;AAaA,IAAM,cAAc,CAAC,UACnB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,cAAc;AAG1D,IAAO,sBAAQ;",
"names": []
}