@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 902 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Food = /*#__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: "M18 3a1 1 0 0 1 1 .88V20a1 1 0 0 1-2 .12V15h-1a1 1 0 0 1-1-.88V8c0-2.2 1.5-5 3-5Zm-6 0a1 1 0 0 1 1 .88V9a4 4 0 0 1-3 3.87V20a1 1 0 0 1-2 .12v-7.25a4 4 0 0 1-3-3.66V4a1 1 0 0 1 2-.12V9a2 2 0 0 0 1 1.73V4a1 1 0 0 1 2-.12v6.85a2 2 0 0 0 1-1.56V4a1 1 0 0 1 1-1Z"
}));
});
Food.displayName = 'Food';
export var FoodDimensions = {
height: 24,
width: 24
};