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 Tablet = createLucideIcon(\"Tablet\", [[\"rect\", {\n width: \"16\",\n height: \"20\",\n x: \"4\",\n y: \"2\",\n rx: \"2\",\n ry: \"2\",\n key: \"76otgf\"\n}], [\"line\", {\n x1: \"12\",\n x2: \"12.01\",\n y1: \"18\",\n y2: \"18\",\n key: \"1dp563\"\n}]]);\nexport { Tablet as default };","map":{"version":3,"names":["Tablet","createLucideIcon","width","height","x","y","rx","ry","key","x1","x2","y1","y2"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/tablet.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Tablet\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/tablet\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 Tablet = createLucideIcon('Tablet', [\n [\n 'rect',\n {\n width: '16',\n height: '20',\n x: '4',\n y: '2',\n rx: '2',\n ry: '2',\n key: '76otgf',\n },\n ],\n ['line', { x1: '12', x2: '12.01', y1: '18', y2: '18', key: '1dp563' }],\n]);\n\nexport default Tablet;\n"],"mappings":";;;;;AAaM,MAAAA,MAAA,GAASC,gBAAA,CAAiB,QAAU,GACxC,CACE,QACA;EACEC,KAAO;EACPC,MAAQ;EACRC,CAAG;EACHC,CAAG;EACHC,EAAI;EACJC,EAAI;EACJC,GAAK;AACP,EACF,EACA,CAAC,QAAQ;EAAEC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,OAAS;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAJ,GAAA,EAAK;AAAA,CAAU,EACtE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |