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 ToggleRight = createLucideIcon(\"ToggleRight\", [[\"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: \"16\",\n cy: \"12\",\n r: \"2\",\n key: \"4ma0v8\"\n}]]);\nexport { ToggleRight as default };","map":{"version":3,"names":["ToggleRight","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-right.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ToggleRight\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/toggle-right\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 ToggleRight = createLucideIcon('ToggleRight', [\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: '16', cy: '12', r: '2', key: '4ma0v8' }],\n]);\n\nexport default ToggleRight;\n"],"mappings":";;;;;AAaM,MAAAA,WAAA,GAAcC,gBAAA,CAAiB,aAAe,GAClD,CACE,QACA;EACEC,KAAO;EACPC,MAAQ;EACRC,CAAG;EACHC,CAAG;EACHC,EAAI;EACJC,EAAI;EACJC,GAAK;AACP,EACF,EACA,CAAC,QAAU;EAAEC,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAKH,GAAK;AAAA,CAAU,EACzD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |