UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.37 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var BowlSalad = /*#__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: "M12 2a5.5 5.5 0 0 0-5.14 3.53A12.95 12.95 0 0 0 3.56 5a12.05 12.05 0 0 0-.78 0h-.06a.75.75 0 0 0-.71.7v.07a7.84 7.84 0 0 0 0 .79c.02.51.08 1.23.22 2.03.14.74.35 1.57.7 2.4h-.18a.75.75 0 0 0-.75.75V12a10 10 0 0 0 .46 3h19.08a10 10 0 0 0 .46-3v-.25a.75.75 0 0 0-.75-.75H21v-.13a4.88 4.88 0 0 0-3.67-4.72A5.5 5.5 0 0 0 12 2Zm0 1.5a4 4 0 0 1 3.72 2.52 4.88 4.88 0 0 0-4.03 2.82 7.61 7.61 0 0 0-3.42-2.8A4 4 0 0 1 12 3.5Zm7.5 7.38V11h-6.73l-.02-.05v-.07a3.37 3.37 0 1 1 6.75 0Zm-9.78-2.1c.64.65 1.1 1.42 1.44 2.22h-2.1L7.28 9.22a.75.75 0 1 0-1.06 1.06l.72.72H4.57c-.44-.88-.7-1.81-.86-2.67-.13-.72-.18-1.36-.2-1.82.46.02 1.1.07 1.82.2 1.46.27 3.16.85 4.39 2.07ZM3.07 16.5a10 10 0 0 0 17.86 0H3.07Zm9.68-5.55.02.05Z" })); }); BowlSalad.displayName = 'BowlSalad'; export var BowlSaladDimensions = { height: 24, width: 24 };