@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 946 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BowlChopsticks = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M5.35 2.11a.75.75 0 0 1 1.04.24L13.07 13h3.23l-6.19-9.85a.75.75 0 0 1 1.28-.8L18.07 13h7.27c.36 0 .66.3.66.66V14c0 1.04-.13 2.04-.38 3H2.38c-.25-.96-.38-1.96-.38-3v-.34c0-.36.3-.66.66-.66h8.64L5.11 3.15a.75.75 0 0 1 .24-1.04ZM2.87 18.5a12 12 0 0 0 22.26 0H2.87Z"
}));
});
BowlChopsticks.displayName = 'BowlChopsticks';
export var BowlChopsticksDimensions = {
height: 28,
width: 28
};