@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 2.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialWaterDo = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "WaterDo",
short_name: "WaterDo",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M300-360q17 0 28.5-11.5T340-400q0-17-11.5-28.5T300-440q-17 0-28.5 11.5T260-400q0 17 11.5 28.5T300-360Zm60-120q17 0 28.5-11.5T400-520q0-17-11.5-28.5T360-560q-17 0-28.5 11.5T320-520q0 17 11.5 28.5T360-480Zm0 240q17 0 28.5-11.5T400-280q0-17-11.5-28.5T360-320q-17 0-28.5 11.5T320-280q0 17 11.5 28.5T360-240Zm60-120q17 0 28.5-11.5T460-400q0-17-11.5-28.5T420-440q-17 0-28.5 11.5T380-400q0 17 11.5 28.5T420-360Zm0-240q17 0 28.5-11.5T460-640q0-17-11.5-28.5T420-680q-17 0-28.5 11.5T380-640q0 17 11.5 28.5T420-600Zm60 120q17 0 28.5-11.5T520-520q0-17-11.5-28.5T480-560q-17 0-28.5 11.5T440-520q0 17 11.5 28.5T480-480Zm0 240q17 0 28.5-11.5T520-280q0-17-11.5-28.5T480-320q-17 0-28.5 11.5T440-280q0 17 11.5 28.5T480-240Zm60-120q17 0 28.5-11.5T580-400q0-17-11.5-28.5T540-440q-17 0-28.5 11.5T500-400q0 17 11.5 28.5T540-360Zm0-240q17 0 28.5-11.5T580-640q0-17-11.5-28.5T540-680q-17 0-28.5 11.5T500-640q0 17 11.5 28.5T540-600Zm60 120q17 0 28.5-11.5T640-520q0-17-11.5-28.5T600-560q-17 0-28.5 11.5T560-520q0 17 11.5 28.5T600-480Zm0 240q17 0 28.5-11.5T640-280q0-17-11.5-28.5T600-320q-17 0-28.5 11.5T560-280q0 17 11.5 28.5T600-240Zm60-120q17 0 28.5-11.5T700-400q0-17-11.5-28.5T660-440q-17 0-28.5 11.5T620-400q0 17 11.5 28.5T660-360ZM480-80q-137 0-228.5-94T160-408q0-62 28-124t70-119q42-57 91-107t91-87q8-8 18.5-11.5T480-860q11 0 21.5 3.5T520-845q42 37 91 87t91 107q42 57 70 119t28 124q0 140-91.5 234T480-80Zm0-80q104 0 172-70.5T720-408q0-73-60.5-165T480-774Q361-665 300.5-573T240-408q0 107 68 177.5T480-160Zm0-320Z"
}));
});
IconMaterialWaterDo.displayName = 'OnesyIconMaterialWaterDo';
export default IconMaterialWaterDo;