UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 826 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialFertileFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FertileFilled", short_name: "Fertile", viewBox: "0 96 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M533 236q29 34 55 69t50 72l178-133q9-7 20-8t22 4q11 5 16.5 15t5.5 21v300q0 83-31.5 156T763 859q-54 54-127 85.5T480 976q-83 0-156-31.5T197 859q-54-54-85.5-127T80 576V276q0-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 = 'AmauiIconMaterialFertileFilled'; export default IconMaterialFertileFilled;