@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialWaterEcW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "WaterEcW100Filled",
short_name: "WaterEc",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M479.82-132Q365-132 288.5-211.06 212-290.11 212-407.86q0-52.14 23.8-105.28 23.8-53.15 59.5-102 35.7-48.86 77-92.29Q413.6-750.86 449-783q7-6 14.88-9.5 7.87-3.5 16.12-3.5t16.13 3.5Q504-789 511-783q35.4 32.14 76.7 75.57 41.3 43.43 77 92.29 35.7 48.85 59.5 102Q748-460 748-407.86q0 117.75-76.68 196.8Q594.63-132 479.82-132ZM466-416v144q0 6 6 7t8-4l80.05-172.92Q564-450 559-457t-12.58-7H494v-144q0-6-6-7t-8 4l-80.05 172.92Q396-430 401-423t12.58 7H466Z"
}));
});
IconMaterialWaterEcW100Filled.displayName = 'OnesyIconMaterialWaterEcW100Filled';
export default IconMaterialWaterEcW100Filled;