1 line
2.6 KiB
JSON
1 line
2.6 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst ListRestart = createLucideIcon(\"ListRestart\", [[\"path\", {\n d: \"M21 6H3\",\n key: \"1jwq7v\"\n}], [\"path\", {\n d: \"M7 12H3\",\n key: \"13ou7f\"\n}], [\"path\", {\n d: \"M7 18H3\",\n key: \"1sijw9\"\n}], [\"path\", {\n d: \"M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14\",\n key: \"qth677\"\n}], [\"path\", {\n d: \"M11 10v4h4\",\n key: \"172dkj\"\n}]]);\nexport { ListRestart as default };","map":{"version":3,"names":["ListRestart","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/list-restart.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ListRestart\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/list-restart\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 ListRestart = createLucideIcon('ListRestart', [\n ['path', { d: 'M21 6H3', key: '1jwq7v' }],\n ['path', { d: 'M7 12H3', key: '13ou7f' }],\n ['path', { d: 'M7 18H3', key: '1sijw9' }],\n [\n 'path',\n {\n d: 'M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14',\n key: 'qth677',\n },\n ],\n ['path', { d: 'M11 10v4h4', key: '172dkj' }],\n]);\n\nexport default ListRestart;\n"],"mappings":";;;;;AAaM,MAAAA,WAAA,GAAcC,gBAAA,CAAiB,aAAe,GAClD,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CACE,QACA;EACED,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,YAAc;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC5C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |