@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 538 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Speedometer03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "speedometer-03" }), _jsx("path", { className: 'dry-icon-speedometer-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M5 12a7 7 0 0 1 7-7m4.5 2.5L12 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=Speedometer03.js.map