@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FoodEgg = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M11.5 12.25c0-.41.34-.75.75-.75a.75.75 0 0 0 0-1.5C11.01 10 10 11 10 12.25a.75.75 0 0 0 1.5 0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.5 2a8.38 8.38 0 0 0-7.29 4.5c-.24.43-.6.8-1.05 1.1A7.38 7.38 0 0 0 2 13.76C2 17.7 4.97 21 8.75 21c.32 0 .64-.02.95-.07.87-.13 1.8 0 2.57.38A6.75 6.75 0 0 0 21.9 14a3.14 3.14 0 0 1-.03-1.07c.1-.54.14-1.1.14-1.66C22 6.22 18.26 2 13.5 2zm3.75 10.5a4.75 4.75 0 1 1-9.5 0 4.75 4.75 0 0 1 9.5 0z"
}));
});
FoodEgg.displayName = 'FoodEgg';
export var FoodEggDimensions = {
height: 24,
width: 24
};