@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 828 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialFertileFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FertileFilled",
short_name: "Fertile",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M533-820q29 34 55 69t50 72l178-133q9-7 20-8t22 4q11 5 16.5 15t5.5 21v300q0 83-31.5 156T763-197q-54 54-127 85.5T480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480v-300q0-11 5.5-21t16.5-15q11-5 22-4t20 8l177 133q24-37 50.5-72t55.5-69q10-12 24-18.5t29-6.5q15 0 29 6.5t24 18.5Z"
}));
});
IconMaterialFertileFilled.displayName = 'OnesyIconMaterialFertileFilled';
export default IconMaterialFertileFilled;