UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 860 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWaterFull = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WaterFull", short_name: "WaterFull", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M444-600q-55 0-108 15.5T238-538l42 378h400l44-400h-28q-38 0-69-5.5T542-587q-23-7-48-10t-50-3Zm-216-25q51-27 105.5-41T445-680q30 0 59.5 4t58.5 12q50 14 76.5 19t56.5 5h37l17-160H210l18 175Zm51 545q-31 0-53.5-20T200-151l-69-630q-5-40 22-69.5t67-29.5h520q40 0 67 29.5t22 69.5l-69 630q-3 31-25.5 51T681-80H279Zm165-80h236-400 164Z" })); }); IconMaterialWaterFull.displayName = 'OnesyIconMaterialWaterFull'; export default IconMaterialWaterFull;