1 line
2.7 KiB
JSON
1 line
2.7 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst SendToBack = createLucideIcon(\"SendToBack\", [[\"rect\", {\n x: \"14\",\n y: \"14\",\n width: \"8\",\n height: \"8\",\n rx: \"2\",\n key: \"1b0bso\"\n}], [\"rect\", {\n x: \"2\",\n y: \"2\",\n width: \"8\",\n height: \"8\",\n rx: \"2\",\n key: \"1x09vl\"\n}], [\"path\", {\n d: \"M7 14v1a2 2 0 0 0 2 2h1\",\n key: \"pao6x6\"\n}], [\"path\", {\n d: \"M14 7h1a2 2 0 0 1 2 2v1\",\n key: \"19tdru\"\n}]]);\nexport { SendToBack as default };","map":{"version":3,"names":["SendToBack","createLucideIcon","x","y","width","height","rx","key","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/send-to-back.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name SendToBack\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/send-to-back\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 SendToBack = createLucideIcon('SendToBack', [\n [\n 'rect',\n { x: '14', y: '14', width: '8', height: '8', rx: '2', key: '1b0bso' },\n ],\n ['rect', { x: '2', y: '2', width: '8', height: '8', rx: '2', key: '1x09vl' }],\n ['path', { d: 'M7 14v1a2 2 0 0 0 2 2h1', key: 'pao6x6' }],\n ['path', { d: 'M14 7h1a2 2 0 0 1 2 2v1', key: '19tdru' }],\n]);\n\nexport default SendToBack;\n"],"mappings":";;;;;AAaM,MAAAA,UAAA,GAAaC,gBAAA,CAAiB,YAAc,GAChD,CACE,QACA;EAAEC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,IAAM;EAAAC,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,EACA,CAAC,QAAQ;EAAEL,CAAA,EAAG;EAAKC,CAAG;EAAKC,KAAO;EAAKC,MAAA,EAAQ,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC5E,CAAC,MAAQ;EAAEC,CAAA,EAAG,yBAA2B;EAAAD,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,MAAQ;EAAEC,CAAA,EAAG,yBAA2B;EAAAD,GAAA,EAAK;AAAA,CAAU,EACzD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |