1 line
2.2 KiB
JSON
1 line
2.2 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst ToggleLeft = createLucideIcon(\"ToggleLeft\", [[\"rect\", {\n width: \"20\",\n height: \"12\",\n x: \"2\",\n y: \"6\",\n rx: \"6\",\n ry: \"6\",\n key: \"f2vt7d\"\n}], [\"circle\", {\n cx: \"8\",\n cy: \"12\",\n r: \"2\",\n key: \"1nvbw3\"\n}]]);\nexport { ToggleLeft as default };","map":{"version":3,"names":["ToggleLeft","createLucideIcon","width","height","x","y","rx","ry","key","cx","cy","r"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/toggle-left.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ToggleLeft\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/toggle-left\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 ToggleLeft = createLucideIcon('ToggleLeft', [\n [\n 'rect',\n {\n width: '20',\n height: '12',\n x: '2',\n y: '6',\n rx: '6',\n ry: '6',\n key: 'f2vt7d',\n },\n ],\n ['circle', { cx: '8', cy: '12', r: '2', key: '1nvbw3' }],\n]);\n\nexport default ToggleLeft;\n"],"mappings":";;;;;AAaM,MAAAA,UAAA,GAAaC,gBAAA,CAAiB,YAAc,GAChD,CACE,QACA;EACEC,KAAO;EACPC,MAAQ;EACRC,CAAG;EACHC,CAAG;EACHC,EAAI;EACJC,EAAI;EACJC,GAAK;AACP,EACF,EACA,CAAC,QAAU;EAAEC,EAAI;EAAKC,EAAI;EAAMC,CAAG;EAAKH,GAAK;AAAA,CAAU,EACxD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |