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 SmartphoneCharging = createLucideIcon(\"SmartphoneCharging\", [[\"rect\", {\n width: \"14\",\n height: \"20\",\n x: \"5\",\n y: \"2\",\n rx: \"2\",\n ry: \"2\",\n key: \"1yt0o3\"\n}], [\"path\", {\n d: \"M12.667 8 10 12h4l-2.667 4\",\n key: \"h9lk2d\"\n}]]);\nexport { SmartphoneCharging as default };","map":{"version":3,"names":["SmartphoneCharging","createLucideIcon","width","height","x","y","rx","ry","key","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/smartphone-charging.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name SmartphoneCharging\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/smartphone-charging\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 SmartphoneCharging = createLucideIcon('SmartphoneCharging', [\n [\n 'rect',\n {\n width: '14',\n height: '20',\n x: '5',\n y: '2',\n rx: '2',\n ry: '2',\n key: '1yt0o3',\n },\n ],\n ['path', { d: 'M12.667 8 10 12h4l-2.667 4', key: 'h9lk2d' }],\n]);\n\nexport default SmartphoneCharging;\n"],"mappings":";;;;;AAaM,MAAAA,kBAAA,GAAqBC,gBAAA,CAAiB,oBAAsB,GAChE,CACE,QACA;EACEC,KAAO;EACPC,MAAQ;EACRC,CAAG;EACHC,CAAG;EACHC,EAAI;EACJC,EAAI;EACJC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAEC,CAAA,EAAG,4BAA8B;EAAAD,GAAA,EAAK;AAAA,CAAU,EAC5D","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |