Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/gauge.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

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