UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.01 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialHumidityLowW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "HumidityLowW100Filled", short_name: "HumidityLow", 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-86l148-145q8.96-8.13 19.78-12.57Q468.61-764 479.8-764q11.2 0 22.16 4.43Q512.93-755.13 522-747l148 145q35 38 56.5 86.04Q748-467.92 748-415.28 748-305 669.69-228.5 591.39-152 480-152Zm0-28q100 0 170-68.21T720-415q0-47.29-18-90.05-18-42.75-52-74.95L502-726q-9-9-22-9t-22 9L310-580q-34 32.2-52 74.95-18 42.76-18 90.05 0 98.58 70 166.79T480-180Z" })); }); IconMaterialHumidityLowW100Filled.displayName = 'OnesyIconMaterialHumidityLowW100Filled'; export default IconMaterialHumidityLowW100Filled;