1 line
3.1 KiB
JSON
1 line
3.1 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Cable = createLucideIcon(\"Cable\", [[\"path\", {\n d: \"M4 9a2 2 0 0 1-2-2V5h6v2a2 2 0 0 1-2 2Z\",\n key: \"1s6oa5\"\n}], [\"path\", {\n d: \"M3 5V3\",\n key: \"1k5hjh\"\n}], [\"path\", {\n d: \"M7 5V3\",\n key: \"1t1388\"\n}], [\"path\", {\n d: \"M19 15V6.5a3.5 3.5 0 0 0-7 0v11a3.5 3.5 0 0 1-7 0V9\",\n key: \"1ytv72\"\n}], [\"path\", {\n d: \"M17 21v-2\",\n key: \"ds4u3f\"\n}], [\"path\", {\n d: \"M21 21v-2\",\n key: \"eo0ou\"\n}], [\"path\", {\n d: \"M22 19h-6v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2Z\",\n key: \"sdz6o8\"\n}]]);\nexport { Cable as default };","map":{"version":3,"names":["Cable","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/cable.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Cable\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/cable\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 Cable = createLucideIcon('Cable', [\n ['path', { d: 'M4 9a2 2 0 0 1-2-2V5h6v2a2 2 0 0 1-2 2Z', key: '1s6oa5' }],\n ['path', { d: 'M3 5V3', key: '1k5hjh' }],\n ['path', { d: 'M7 5V3', key: '1t1388' }],\n [\n 'path',\n { d: 'M19 15V6.5a3.5 3.5 0 0 0-7 0v11a3.5 3.5 0 0 1-7 0V9', key: '1ytv72' },\n ],\n ['path', { d: 'M17 21v-2', key: 'ds4u3f' }],\n ['path', { d: 'M21 21v-2', key: 'eo0ou' }],\n ['path', { d: 'M22 19h-6v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2Z', key: 'sdz6o8' }],\n]);\n\nexport default Cable;\n"],"mappings":";;;;;AAaM,MAAAA,KAAA,GAAQC,gBAAA,CAAiB,OAAS,GACtC,CAAC,MAAQ;EAAEC,CAAA,EAAG,yCAA2C;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxE,CAAC,MAAQ;EAAED,CAAA,EAAG,QAAU;EAAAC,GAAA,EAAK;AAAA,CAAU,GACvC,CAAC,MAAQ;EAAED,CAAA,EAAG,QAAU;EAAAC,GAAA,EAAK;AAAA,CAAU,GACvC,CACE,QACA;EAAED,CAAA,EAAG,qDAAuD;EAAAC,GAAA,EAAK;AAAS,EAC5E,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAS,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,6CAA+C;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC7E","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |