lucide-react
Version:
A Lucide icon library package for React applications
14 lines (10 loc) • 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