1 line
2.5 KiB
JSON
1 line
2.5 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst BringToFront = createLucideIcon(\"BringToFront\", [[\"rect\", {\n x: \"8\",\n y: \"8\",\n width: \"8\",\n height: \"8\",\n rx: \"2\",\n key: \"yj20xf\"\n}], [\"path\", {\n d: \"M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2\",\n key: \"1ltk23\"\n}], [\"path\", {\n d: \"M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2\",\n key: \"1q24h9\"\n}]]);\nexport { BringToFront as default };","map":{"version":3,"names":["BringToFront","createLucideIcon","x","y","width","height","rx","key","d"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/bring-to-front.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name BringToFront\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/bring-to-front\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 BringToFront = createLucideIcon('BringToFront', [\n ['rect', { x: '8', y: '8', width: '8', height: '8', rx: '2', key: 'yj20xf' }],\n [\n 'path',\n { d: 'M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2', key: '1ltk23' },\n ],\n [\n 'path',\n {\n d: 'M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2',\n key: '1q24h9',\n },\n ],\n]);\n\nexport default BringToFront;\n"],"mappings":";;;;;AAaM,MAAAA,YAAA,GAAeC,gBAAA,CAAiB,cAAgB,GACpD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAKC,CAAG;EAAKC,KAAO;EAAKC,MAAA,EAAQ,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC5E,CACE,QACA;EAAEC,CAAA,EAAG,qDAAuD;EAAAD,GAAA,EAAK;AAAS,EAC5E,EACA,CACE,QACA;EACEC,CAAG;EACHD,GAAK;AACP,EACF,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |