UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 870 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWaterMedium = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WaterMedium", short_name: "WaterMedium", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m255-388 25 228h400l26-240h-9q-38 0-69.5-5.5T542-427q-23-7-48-10t-50-3q-51 0-98.5 13T255-388Zm-10-86q47-23 97.5-34.5T445-520q30 0 59.5 4t58.5 12q50 14 76.5 19t56.5 5h19l35-320H210l35 326Zm34 394q-31 0-53.5-20.5T200-151l-70-640q-4-35 19.5-62t59.5-27h542q36 0 59.5 27t19.5 62l-70 640q-3 30-25.5 50.5T681-80H279Zm1-80h400-400Z" })); }); IconMaterialWaterMedium.displayName = 'OnesyIconMaterialWaterMedium'; export default IconMaterialWaterMedium;