@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialEggAltW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EggAltW100",
short_name: "EggAlt",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M640-132q-54 0-81.5-19.5T512-191q-23-25-47-43t-66-18q-37 0-83.5-13.5t-87-43Q188-338 160-385t-28-114q0-139 71-234t196-95q56 0 96.5 16t70 41.5Q595-745 617-714t40 60q16 26 31.5 49t34.5 42q53 53 79 91t26 113q0 97-58.5 162T640-132Zm0-28q57 0 108.5-56.5T800-359q0-66-19.5-97T704-544q-21-20-37.5-44.5T633-639q-41-65-87-113t-147-48q-129 0-185 92.5T160-500q1 67 29 110t66.5 67.5Q294-298 334-289t65 9q51 0 82 24.5t51 45.5q22 23 42.5 36.5T640-160ZM480-392q36 0 62-26t26-62q0-36-26-62t-62-26q-36 0-62 26t-26 62q0 36 26 62t62 26Zm-1-88Z"
}));
});
IconMaterialEggAltW100.displayName = 'OnesyIconMaterialEggAltW100';
export default IconMaterialEggAltW100;