@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FoodPizza = /*#__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 25"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M5 4.66a2.6 2.6 0 0 1 2.82-2.64 20.78 20.78 0 0 1 13.45 6.82 2.6 2.6 0 0 1-.48 3.85l-.43.3-.36-.53v-.02A17.55 17.55 0 0 0 5.74 5.17H5v-.5Zm13.77 8.65.38.57-3.95 2.86-.2.15V19a1 1 0 1 1-2 0v-.06a.5.5 0 0 0-1 .06v1.5a1 1 0 0 1-2 .1l-1.43 1.04A2.25 2.25 0 0 1 5 19.81V6.67h.75c5.36 0 10.1 2.62 13.02 6.64ZM9 11a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-4 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"
}));
});
FoodPizza.displayName = 'FoodPizza';
export var FoodPizzaDimensions = {
height: 25,
width: 24
};