@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.33 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNestThermostatEEuFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NestThermostatEEuFilled",
short_name: "NestThermostatEEu",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M200-80q-33 0-56.5-23.5T120-160h191q-94-47-152.5-137.5T100-500q0-79 30-148t81.5-120.5Q263-820 332-850t148-30q79 0 148 30t120.5 81.5Q800-717 830-648t30 148q0 112-58.5 202.5T649-160h191q0 33-23.5 56.5T760-80H200Zm374-280q45 0 70.5-34.5T670-480q0-51-26-85.5T574-600q-45 0-70.5 34.5T478-480q0 51 25.5 85.5T574-360Zm0-41q-26 0-39-23.5T522-480q0-24 11-51.5t41-27.5q30 0 41 27.5t11 51.5q0 32-13 55.5T574-401Zm-149 36q8 0 13.5-6t5.5-14q0-8-5.5-13.5T425-404h-74l-1-2q10-10 18.5-18t15-15q6.5-7 12-12t9.5-9q19-19 28-37t9-36q0-29-21.5-48T365-600q-26 0-47 15t-28 38l-2 8q0 9 6.5 15t15.5 6q7 0 12.5-4.5T330-534q4-11 13.5-18t20.5-7q13 0 22.5 8.5T396-531q0 11-4.5 20T375-489q-6 6-20 20.5T315-428l-17 17q-2 2-6 14v12q0 8 6 14t14 6h113Z"
}));
});
IconMaterialNestThermostatEEuFilled.displayName = 'OnesyIconMaterialNestThermostatEEuFilled';
export default IconMaterialNestThermostatEEuFilled;