@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 899 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FoodCarrot = /*#__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: "M17.5 2.75a.75.75 0 0 0-1.5 0v4.01a4.56 4.56 0 0 0-6.3 1.22l-7.35 10.8c-.55.82-.45 1.92.26 2.61.71.71 1.84.8 2.67.23l10.78-7.46A4.45 4.45 0 0 0 17.24 8h4.01a.75.75 0 0 0 0-1.5h-2.69l3.22-3.22a.75.75 0 0 0-1.06-1.06L17.5 5.44V2.75Z"
}));
});
FoodCarrot.displayName = 'FoodCarrot';
export var FoodCarrotDimensions = {
height: 24,
width: 24
};