@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 829 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialThermostatCarbonW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ThermostatCarbonW100Filled",
short_name: "ThermostatCarbon",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-144q-11 0-22-4.5T438-162L162-438q-9-9-13.5-20t-4.5-22q0-11 4.5-22t13.5-20l276-276q9-9 20-13.5t22-4.5q11 0 22 4.5t20 13.5l276 276q9 9 13.5 20t4.5 22q0 11-4.5 22T798-438L522-162q-9 9-20 13.5t-22 4.5Z"
}));
});
IconMaterialThermostatCarbonW100Filled.displayName = 'OnesyIconMaterialThermostatCarbonW100Filled';
export default IconMaterialThermostatCarbonW100Filled;