UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.07 kB
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 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M5 4.66a2.6 2.6 0 0 1 2.82-2.65 20.78 20.78 0 0 1 13.45 6.83 2.6 2.6 0 0 1-.48 3.85l-.43.3-.36-.54A17.55 17.55 0 0 0 5.74 5.16H5v-.5zm13.77 8.65.38.56-3.95 2.87-.2.15v2.1a1 1 0 0 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.61 13.02 6.64zM9 10.99a1 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: 24, width: 24 };