1 line
3.3 KiB
JSON
1 line
3.3 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Combine = createLucideIcon(\"Combine\", [[\"rect\", {\n width: \"8\",\n height: \"8\",\n x: \"2\",\n y: \"2\",\n rx: \"2\",\n key: \"z1hh3n\"\n}], [\"path\", {\n d: \"M14 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2\",\n key: \"83orz6\"\n}], [\"path\", {\n d: \"M20 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2\",\n key: \"k86dmt\"\n}], [\"path\", {\n d: \"M10 18H5c-1.7 0-3-1.3-3-3v-1\",\n key: \"6vokjl\"\n}], [\"polyline\", {\n points: \"7 21 10 18 7 15\",\n key: \"1k02g0\"\n}], [\"rect\", {\n width: \"8\",\n height: \"8\",\n x: \"14\",\n y: \"14\",\n rx: \"2\",\n key: \"1fa9i4\"\n}]]);\nexport { Combine as default };","map":{"version":3,"names":["Combine","createLucideIcon","width","height","x","y","rx","key","d","points"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/combine.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Combine\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/combine\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 Combine = createLucideIcon('Combine', [\n ['rect', { width: '8', height: '8', x: '2', y: '2', rx: '2', key: 'z1hh3n' }],\n ['path', { d: 'M14 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2', key: '83orz6' }],\n ['path', { d: 'M20 2c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2', key: 'k86dmt' }],\n ['path', { d: 'M10 18H5c-1.7 0-3-1.3-3-3v-1', key: '6vokjl' }],\n ['polyline', { points: '7 21 10 18 7 15', key: '1k02g0' }],\n [\n 'rect',\n { width: '8', height: '8', x: '14', y: '14', rx: '2', key: '1fa9i4' },\n ],\n]);\n\nexport default Combine;\n"],"mappings":";;;;;AAaM,MAAAA,OAAA,GAAUC,gBAAA,CAAiB,SAAW,GAC1C,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAKC,MAAQ;EAAKC,CAAG;EAAKC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC5E,CAAC,MAAQ;EAAEC,CAAA,EAAG,uCAAyC;EAAAD,GAAA,EAAK;AAAA,CAAU,GACtE,CAAC,MAAQ;EAAEC,CAAA,EAAG,uCAAyC;EAAAD,GAAA,EAAK;AAAA,CAAU,GACtE,CAAC,MAAQ;EAAEC,CAAA,EAAG,8BAAgC;EAAAD,GAAA,EAAK;AAAA,CAAU,GAC7D,CAAC,UAAY;EAAEE,MAAA,EAAQ,iBAAmB;EAAAF,GAAA,EAAK;AAAA,CAAU,GACzD,CACE,QACA;EAAEL,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |