UNPKG

@kadconsulting/dry

Version:
3 lines 525 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ThermometerWarm = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "thermometer-warm" }), _jsx("path", { className: 'dry-icon-thermometer-warm', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 9a4 4 0 0 0-2 7.5M12 3v2M6.6 18.4l-1.4 1.4M4 13H2m4.6-5.4L5.2 6.2M20 14.535V4a2 2 0 1 0-4 0v10.535a4 4 0 1 0 4 0Z' })] })); //# sourceMappingURL=ThermometerWarm.js.map