1 line
2.5 KiB
JSON
1 line
2.5 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Cast = createLucideIcon(\"Cast\", [[\"path\", {\n d: \"M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6\",\n key: \"3zrzxg\"\n}], [\"path\", {\n d: \"M2 12a9 9 0 0 1 8 8\",\n key: \"g6cvee\"\n}], [\"path\", {\n d: \"M2 16a5 5 0 0 1 4 4\",\n key: \"1y1dii\"\n}], [\"line\", {\n x1: \"2\",\n x2: \"2.01\",\n y1: \"20\",\n y2: \"20\",\n key: \"xu2jvo\"\n}]]);\nexport { Cast as default };","map":{"version":3,"names":["Cast","createLucideIcon","d","key","x1","x2","y1","y2"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/cast.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Cast\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/cast\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 Cast = createLucideIcon('Cast', [\n [\n 'path',\n {\n d: 'M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6',\n key: '3zrzxg',\n },\n ],\n ['path', { d: 'M2 12a9 9 0 0 1 8 8', key: 'g6cvee' }],\n ['path', { d: 'M2 16a5 5 0 0 1 4 4', key: '1y1dii' }],\n ['line', { x1: '2', x2: '2.01', y1: '20', y2: '20', key: 'xu2jvo' }],\n]);\n\nexport default Cast;\n"],"mappings":";;;;;AAaM,MAAAA,IAAA,GAAOC,gBAAA,CAAiB,MAAQ,GACpC,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,qBAAuB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACpD,CAAC,MAAQ;EAAED,CAAA,EAAG,qBAAuB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACpD,CAAC,QAAQ;EAAEC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,MAAQ;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAJ,GAAA,EAAK;AAAA,CAAU,EACpE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |