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 Scaling = createLucideIcon(\"Scaling\", [[\"path\", {\n d: \"M21 3 9 15\",\n key: \"15kdhq\"\n}], [\"path\", {\n d: \"M12 3H3v18h18v-9\",\n key: \"8suug0\"\n}], [\"path\", {\n d: \"M16 3h5v5\",\n key: \"1806ms\"\n}], [\"path\", {\n d: \"M14 15H9v-5\",\n key: \"pi4jk9\"\n}]]);\nexport { Scaling as default };","map":{"version":3,"names":["Scaling","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/scaling.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Scaling\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/scaling\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 Scaling = createLucideIcon('Scaling', [\n ['path', { d: 'M21 3 9 15', key: '15kdhq' }],\n ['path', { d: 'M12 3H3v18h18v-9', key: '8suug0' }],\n ['path', { d: 'M16 3h5v5', key: '1806ms' }],\n ['path', { d: 'M14 15H9v-5', key: 'pi4jk9' }],\n]);\n\nexport default Scaling;\n"],"mappings":";;;;;AAaM,MAAAA,OAAA,GAAUC,gBAAA,CAAiB,SAAW,GAC1C,CAAC,MAAQ;EAAEC,CAAA,EAAG,YAAc;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,MAAQ;EAAED,CAAA,EAAG,kBAAoB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACjD,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,MAAQ;EAAED,CAAA,EAAG,aAAe;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC7C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |