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 Ratio = createLucideIcon(\"Ratio\", [[\"rect\", {\n width: \"12\",\n height: \"20\",\n x: \"6\",\n y: \"2\",\n rx: \"2\",\n key: \"1oxtiu\"\n}], [\"rect\", {\n width: \"20\",\n height: \"12\",\n x: \"2\",\n y: \"6\",\n rx: \"2\",\n key: \"9lu3g6\"\n}]]);\nexport { Ratio as default };","map":{"version":3,"names":["Ratio","createLucideIcon","width","height","x","y","rx","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/ratio.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Ratio\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/ratio\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 Ratio = createLucideIcon('Ratio', [\n [\n 'rect',\n { width: '12', height: '20', x: '6', y: '2', rx: '2', key: '1oxtiu' },\n ],\n [\n 'rect',\n { width: '20', height: '12', x: '2', y: '6', rx: '2', key: '9lu3g6' },\n ],\n]);\n\nexport default Ratio;\n"],"mappings":";;;;;AAaM,MAAAA,KAAA,GAAQC,gBAAA,CAAiB,OAAS,GACtC,CACE,QACA;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,EACA,CACE,QACA;EAAEL,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |