@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 989 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ShoppingBag = /*#__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.5V18a4 4 0 0 1-1.82 3.36l-.55-.1a4.17 4.17 0 0 1-2.17-1.17c-.6-.61-.96-1.35-.96-2.09V7h1V5a1.5 1.5 0 0 0-2.66-.96c.1.3.16.63.16.96v13c0 1.23.58 2.33 1.39 3.14.32.33.68.62 1.08.86H8a4 4 0 0 1-4-4V8.5C4 7.67 4.67 7 5.5 7H7zm1.5-2v2h3V5a1.5 1.5 0 0 0-3 0z"
}));
});
ShoppingBag.displayName = 'ShoppingBag';
export var ShoppingBagDimensions = {
height: 24,
width: 24
};