@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.24 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FoodApple = /*#__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: "M5.47 3.42A5.18 5.18 0 0 0 6.9 7.3a5.12 5.12 0 0 0-3.66 4.22c-.33 2.35.15 4.75 1.37 6.8l.35.58.04.07 1.42 1.9a3.46 3.46 0 0 0 5.28.34.44.44 0 0 1 .62 0 3.46 3.46 0 0 0 5.28-.34l1.42-1.9a.74.74 0 0 0 .04-.07l.35-.59a10.46 10.46 0 0 0 1.37-6.8 5.12 5.12 0 0 0-6.1-4.3l-1.9.4h-.01a8.7 8.7 0 0 1 .39-2.34c.29-.87.7-1.4 1.14-1.58a.75.75 0 1 0-.58-1.38c-1.05.44-1.65 1.48-1.98 2.48l-.05.15a5.19 5.19 0 0 0-4.92-2.8c-.7.04-1.25.59-1.29 1.28Zm2.93 7.81c-.35.07-.67.32-.87.78-.2.48-.27 1.18-.05 2.06a.75.75 0 0 1-1.46.36 4.74 4.74 0 0 1 .13-3A2.7 2.7 0 0 1 8.1 9.75a.75.75 0 1 1 .3 1.47Z"
}));
});
FoodApple.displayName = 'FoodApple';
export var FoodAppleDimensions = {
height: 24,
width: 24
};