UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 967 B
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: "M7.12 2.58a.75.75 0 1 0-1.24.84L9.6 9h1.8L7.12 2.58zm5 0L16.4 9h-1.8l-3.72-5.58a.75.75 0 0 1 1.24-.84zM3.15 10C2.52 10 2 10.52 2 11.15V14h24v-2.85c0-.63-.52-1.15-1.15-1.15H3.15zM2.1 15.5a12 12 0 0 0 6.1 9H4.75a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-3.44a12 12 0 0 0 6.1-9H2.09z" })); }); BowlChopsticks.displayName = 'BowlChopsticks'; export var BowlChopsticksDimensions = { height: 28, width: 28 };