@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 812 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialThermostatCarbonFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ThermostatCarbonFilled",
short_name: "ThermostatCarbon",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-79q-16 0-30.5-6T423-102L102-423q-11-12-17-26.5T79-480q0-16 6-31t17-26l321-321q12-12 26.5-17.5T480-881q16 0 31 5.5t26 17.5l321 321q12 11 17.5 26t5.5 31q0 16-5.5 30.5T858-423L537-102q-11 11-26 17t-31 6Z"
}));
});
IconMaterialThermostatCarbonFilled.displayName = 'OnesyIconMaterialThermostatCarbonFilled';
export default IconMaterialThermostatCarbonFilled;