@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 516 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Thermometer03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "thermometer-03" }), _jsx("path", { className: 'dry-icon-thermometer-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21 3h-6m6 4h-6m6 4h-6m-9.5 2.758V4.5a2.5 2.5 0 0 1 5 0v9.258a4.5 4.5 0 1 1-5 0ZM9 17.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z' })] }));
//# sourceMappingURL=Thermometer03.js.map