@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 920 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialEggFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EggFilled",
short_name: "Egg",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 21q-2.925 0-4.962-2.038Q5 16.925 5 14q0-1.925.638-3.875.637-1.95 1.65-3.538Q8.3 5 9.55 4 10.8 3 12 3q1.225 0 2.463 1 1.237 1 2.25 2.587 1.012 1.588 1.65 3.538Q19 12.075 19 14q0 2.925-2.038 4.962Q14.925 21 12 21Zm1-3q.425 0 .713-.288Q14 17.425 14 17t-.287-.712Q13.425 16 13 16q-1.25 0-2.125-.875T10 13q0-.425-.287-.713Q9.425 12 9 12t-.712.287Q8 12.575 8 13q0 2.075 1.463 3.538Q10.925 18 13 18Z"
}));
});
IconMaterialEggFilled.displayName = 'AmauiIconMaterialEggFilled';
export default IconMaterialEggFilled;