UNPKG

@kadconsulting/dry

Version:
3 lines 456 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Thermometer01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "thermometer-01" }), _jsx("path", { className: 'dry-icon-thermometer-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M14.5 4.5a2.5 2.5 0 0 0-5 0v9.258a4.5 4.5 0 1 0 5 0V4.5Z' })] })); //# sourceMappingURL=Thermometer01.js.map