UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 786 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWaterLossW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WaterLossW100Filled", short_name: "WaterLoss", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M256-332q45-21 91.5-31.5T443-374q29 0 58 3.5t57 11.5q54 15 82 20t61 5h3l52-466H203l53 468Zm49 200q-24 0-41-15t-19-38l-69-606q-2-15 8.5-26t25.5-11h540q15 0 25.5 11t8.5 26l-68 606q-2 23-19 38t-41 15H305Z" })); }); IconMaterialWaterLossW100Filled.displayName = 'OnesyIconMaterialWaterLossW100Filled'; export default IconMaterialWaterLossW100Filled;