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 Rss = createLucideIcon(\"Rss\", [[\"path\", {\n d: \"M4 11a9 9 0 0 1 9 9\",\n key: \"pv89mb\"\n}], [\"path\", {\n d: \"M4 4a16 16 0 0 1 16 16\",\n key: \"k0647b\"\n}], [\"circle\", {\n cx: \"5\",\n cy: \"19\",\n r: \"1\",\n key: \"bfqh0e\"\n}]]);\nexport { Rss as default };","map":{"version":3,"names":["Rss","createLucideIcon","d","key","cx","cy","r"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/rss.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Rss\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/rss\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 Rss = createLucideIcon('Rss', [\n ['path', { d: 'M4 11a9 9 0 0 1 9 9', key: 'pv89mb' }],\n ['path', { d: 'M4 4a16 16 0 0 1 16 16', key: 'k0647b' }],\n ['circle', { cx: '5', cy: '19', r: '1', key: 'bfqh0e' }],\n]);\n\nexport default Rss;\n"],"mappings":";;;;;AAaM,MAAAA,GAAA,GAAMC,gBAAA,CAAiB,KAAO,GAClC,CAAC,MAAQ;EAAEC,CAAA,EAAG,qBAAuB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACpD,CAAC,MAAQ;EAAED,CAAA,EAAG,wBAA0B;EAAAC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,QAAU;EAAEC,EAAI;EAAKC,EAAI;EAAMC,CAAG;EAAKH,GAAK;AAAA,CAAU,EACxD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |