@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 799 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialEcoW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EcoW100Filled",
short_name: "Eco",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M450-132q-40 0-78.5-11T298-176q24-89 72-166.5T488-480q-80 49-139 121t-79 163q-5-4-9-7.5t-9-8.5q-38-40-59-89t-21-101q0-58 22.5-110.5T258-606q60-60 147-83t250-19q20 1 37 8.5t30 20.5q13 13 20.5 29.5T751-613q5 156-19 245.5T648-218q-40 42-91.5 64T450-132Z"
}));
});
IconMaterialEcoW100Filled.displayName = 'OnesyIconMaterialEcoW100Filled';
export default IconMaterialEcoW100Filled;