1 line
3.2 KiB
JSON
1 line
3.2 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Replace = createLucideIcon(\"Replace\", [[\"path\", {\n d: \"M14 4c0-1.1.9-2 2-2\",\n key: \"1mvvbw\"\n}], [\"path\", {\n d: \"M20 2c1.1 0 2 .9 2 2\",\n key: \"1mj6oe\"\n}], [\"path\", {\n d: \"M22 8c0 1.1-.9 2-2 2\",\n key: \"v1wql3\"\n}], [\"path\", {\n d: \"M16 10c-1.1 0-2-.9-2-2\",\n key: \"821ux0\"\n}], [\"path\", {\n d: \"m3 7 3 3 3-3\",\n key: \"x25e72\"\n}], [\"path\", {\n d: \"M6 10V5c0-1.7 1.3-3 3-3h1\",\n key: \"13af7h\"\n}], [\"rect\", {\n width: \"8\",\n height: \"8\",\n x: \"2\",\n y: \"14\",\n rx: \"2\",\n key: \"17ihk4\"\n}]]);\nexport { Replace as default };","map":{"version":3,"names":["Replace","createLucideIcon","d","key","width","height","x","y","rx"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/replace.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Replace\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/replace\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 Replace = createLucideIcon('Replace', [\n ['path', { d: 'M14 4c0-1.1.9-2 2-2', key: '1mvvbw' }],\n ['path', { d: 'M20 2c1.1 0 2 .9 2 2', key: '1mj6oe' }],\n ['path', { d: 'M22 8c0 1.1-.9 2-2 2', key: 'v1wql3' }],\n ['path', { d: 'M16 10c-1.1 0-2-.9-2-2', key: '821ux0' }],\n ['path', { d: 'm3 7 3 3 3-3', key: 'x25e72' }],\n ['path', { d: 'M6 10V5c0-1.7 1.3-3 3-3h1', key: '13af7h' }],\n [\n 'rect',\n { width: '8', height: '8', x: '2', y: '14', rx: '2', key: '17ihk4' },\n ],\n]);\n\nexport default Replace;\n"],"mappings":";;;;;AAaM,MAAAA,OAAA,GAAUC,gBAAA,CAAiB,SAAW,GAC1C,CAAC,MAAQ;EAAEC,CAAA,EAAG,qBAAuB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACpD,CAAC,MAAQ;EAAED,CAAA,EAAG,sBAAwB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACrD,CAAC,MAAQ;EAAED,CAAA,EAAG,sBAAwB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACrD,CAAC,MAAQ;EAAED,CAAA,EAAG,wBAA0B;EAAAC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,MAAQ;EAAED,CAAA,EAAG,cAAgB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC7C,CAAC,MAAQ;EAAED,CAAA,EAAG,2BAA6B;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1D,CACE,QACA;EAAEC,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACrE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |