UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 748 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialHumidityHighW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "HumidityHighW100", short_name: "HumidityHigh", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-152q-111.39 0-189.69-76.71Q212-305.41 212-415.47 212-468 233.5-516t56.5-86l190-186 190 186q35 38 56.5 86.04Q748-467.92 748-415.28 748-305 669.69-228.5 591.39-152 480-152Z" })); }); IconMaterialHumidityHighW100.displayName = 'OnesyIconMaterialHumidityHighW100'; export default IconMaterialHumidityHighW100;