1 line
2.4 KiB
JSON
1 line
2.4 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst FolderSymlink = createLucideIcon(\"FolderSymlink\", [[\"path\", {\n d: \"M2 9V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2\",\n key: \"1or2t8\"\n}], [\"path\", {\n d: \"m8 16 3-3-3-3\",\n key: \"rlqrt1\"\n}], [\"path\", {\n d: \"M2 16v-1a2 2 0 0 1 2-2h6\",\n key: \"pgw8ln\"\n}]]);\nexport { FolderSymlink as default };","map":{"version":3,"names":["FolderSymlink","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/folder-symlink.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name FolderSymlink\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/folder-symlink\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst FolderSymlink = createLucideIcon('FolderSymlink', [\n [\n 'path',\n {\n d: 'M2 9V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2',\n key: '1or2t8',\n },\n ],\n ['path', { d: 'm8 16 3-3-3-3', key: 'rlqrt1' }],\n ['path', { d: 'M2 16v-1a2 2 0 0 1 2-2h6', key: 'pgw8ln' }],\n]);\n\nexport default FolderSymlink;\n"],"mappings":";;;;;AAaM,MAAAA,aAAA,GAAgBC,gBAAA,CAAiB,eAAiB,GACtD,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,eAAiB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,MAAQ;EAAED,CAAA,EAAG,0BAA4B;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC1D","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |