UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.23 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ShoppingBagArrowLeft = /*#__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: "M7 7V5a3 3 0 0 1 5-2.24A3 3 0 0 1 17 5v2h1.5c.83 0 1.5.67 1.5 1.5v3a6.48 6.48 0 0 0-5.5.23V7h1V5a1.5 1.5 0 0 0-2.66-.96c.1.3.16.63.16.96v7.81a6.48 6.48 0 0 0-.19 9.19H8a4 4 0 0 1-4-4V8.5C4 7.67 4.67 7 5.5 7H7Zm4.5-2a1.5 1.5 0 0 0-3 0v2h3V5Zm6 7a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11Zm-.78 2.59-.07.06-2.52 2.51-.04.05-.04.08-.02.06-.02.08v.11l.01.09.03.08.03.06.05.07 2.52 2.51a.5.5 0 0 0 .76-.63l-.05-.07L15.7 18h4.79a.5.5 0 0 0 .5-.41v-.09a.5.5 0 0 0-.41-.5H15.7l1.65-1.65a.5.5 0 0 0 .05-.63l-.05-.07a.5.5 0 0 0-.64-.06Z" })); }); ShoppingBagArrowLeft.displayName = 'ShoppingBagArrowLeft'; export var ShoppingBagArrowLeftDimensions = { height: 24, width: 24 };