@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FoodChickenLeg = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M30 10.5a8.5 8.5 0 0 0-16.86-1.53 21.28 21.28 0 0 1-1.86 4.34l-3.99 3.98A1 1 0 0 0 8 19h.1l-3.02 3.02a3.5 3.5 0 0 0-1.71 6.26c.13.1.26.22.36.36a3.5 3.5 0 0 0 6.25-1.74L13 23.88V24a1 1 0 0 0 1.7.7l4-3.98c.65-.4 1.99-1.09 4.37-1.86A8.5 8.5 0 0 0 30 10.5ZM10.94 19H13v2.05l-4.68 4.68c-.21.21-.32.49-.32.77a1.5 1.5 0 0 1-2.69.92 3.98 3.98 0 0 0-.73-.73A1.5 1.5 0 0 1 5.5 24c.28 0 .55-.11.75-.31L10.94 19Z"
}));
});
FoodChickenLeg.displayName = 'FoodChickenLeg';
export var FoodChickenLegDimensions = {
height: 32,
width: 32
};