1 line
2.1 KiB
JSON
1 line
2.1 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Tv = createLucideIcon(\"Tv\", [[\"rect\", {\n width: \"20\",\n height: \"15\",\n x: \"2\",\n y: \"7\",\n rx: \"2\",\n ry: \"2\",\n key: \"10ag99\"\n}], [\"polyline\", {\n points: \"17 2 12 7 7 2\",\n key: \"11pgbg\"\n}]]);\nexport { Tv as default };","map":{"version":3,"names":["Tv","createLucideIcon","width","height","x","y","rx","ry","key","points"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/tv.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Tv\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/tv\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 Tv = createLucideIcon('Tv', [\n [\n 'rect',\n {\n width: '20',\n height: '15',\n x: '2',\n y: '7',\n rx: '2',\n ry: '2',\n key: '10ag99',\n },\n ],\n ['polyline', { points: '17 2 12 7 7 2', key: '11pgbg' }],\n]);\n\nexport default Tv;\n"],"mappings":";;;;;AAaM,MAAAA,EAAA,GAAKC,gBAAA,CAAiB,IAAM,GAChC,CACE,QACA;EACEC,KAAO;EACPC,MAAQ;EACRC,CAAG;EACHC,CAAG;EACHC,EAAI;EACJC,EAAI;EACJC,GAAK;AACP,EACF,EACA,CAAC,UAAY;EAAEC,MAAA,EAAQ,eAAiB;EAAAD,GAAA,EAAK;AAAA,CAAU,EACxD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |