Files
khalij-pay/node_modules/lucide-react/dist/esm/icons/gauge.mjs
2025-10-23 21:52:07 +03:30

14 lines
319 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Gauge = createLucideIcon("Gauge", [
["path", { d: "m12 14 4-4", key: "9kzdfg" }],
["path", { d: "M3.34 19a10 10 0 1 1 17.32 0", key: "19p75a" }]
]);
export { Gauge as default };
//# sourceMappingURL=gauge.mjs.map