@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 590 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Speedometer04 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "speedometer-04" }), _jsx("path", { className: 'dry-icon-speedometer-04', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M17.745 16a7.026 7.026 0 0 0 1.094-5.5M6.255 16a7 7 0 0 1 6.982-10.891M16.5 7.5 12 12m10 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-9 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z' })] }));
//# sourceMappingURL=Speedometer04.js.map