lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 2.2 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/folder-archive.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['circle', { cx: '15', cy: '19', r: '2', key: 'u2pros' }],\n [\n 'path',\n {\n d: 'M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1',\n key: '1jj40k',\n },\n ],\n ['path', { d: 'M15 11v-1', key: 'cntcp' }],\n ['path', { d: 'M15 17v-2', key: '1279jj' }],\n];\n\n/**\n * @component @name FolderArchive\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/folder-archive\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 FolderArchive = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"folder-archive\" />\n);\n\nexport default FolderArchive;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,UAAU,EAAE,IAAI,MAAM,IAAI,MAAM,GAAG,KAAK,KAAK,SAAS,CAAC;AAAA,EACxD;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IACP;AAAA,EACF;AAAA,EACA,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,QAAQ,CAAC;AAAA,EACzC,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAC5C;AAaA,IAAM,gBAAgB,CAAC,UACrB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,iBAAiB;AAG7D,IAAO,yBAAQ;",
"names": []
}