1 line
2.7 KiB
JSON
1 line
2.7 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Scale = createLucideIcon(\"Scale\", [[\"path\", {\n d: \"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z\",\n key: \"7g6ntu\"\n}], [\"path\", {\n d: \"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z\",\n key: \"ijws7r\"\n}], [\"path\", {\n d: \"M7 21h10\",\n key: \"1b0cd5\"\n}], [\"path\", {\n d: \"M12 3v18\",\n key: \"108xh3\"\n}], [\"path\", {\n d: \"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2\",\n key: \"3gwbw2\"\n}]]);\nexport { Scale as default };","map":{"version":3,"names":["Scale","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/scale.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Scale\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/scale\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 Scale = createLucideIcon('Scale', [\n [\n 'path',\n { d: 'm16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z', key: '7g6ntu' },\n ],\n [\n 'path',\n { d: 'm2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z', key: 'ijws7r' },\n ],\n ['path', { d: 'M7 21h10', key: '1b0cd5' }],\n ['path', { d: 'M12 3v18', key: '108xh3' }],\n ['path', { d: 'M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2', key: '3gwbw2' }],\n]);\n\nexport default Scale;\n"],"mappings":";;;;;AAaM,MAAAA,KAAA,GAAQC,gBAAA,CAAiB,OAAS,GACtC,CACE,QACA;EAAEC,CAAA,EAAG,kDAAoD;EAAAC,GAAA,EAAK;AAAS,EACzE,EACA,CACE,QACA;EAAED,CAAA,EAAG,iDAAmD;EAAAC,GAAA,EAAK;AAAS,EACxE,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,kCAAoC;EAAAC,GAAA,EAAK;AAAA,CAAU,EAClE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |