@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ShoppingBagPlay = /*#__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 5v2H5.5C4.67 7 4 7.67 4 8.5V18a4 4 0 0 0 4 4h4.81a6.48 6.48 0 0 1 .19-9.19V5a3 3 0 0 0-.16-.96A1.5 1.5 0 0 1 15.5 5v2h-1v4.73a6.47 6.47 0 0 1 5.5-.23v-3c0-.83-.67-1.5-1.5-1.5H17V5a3 3 0 0 0-5-2.24A3 3 0 0 0 7 5Zm3-1.5c.83 0 1.5.67 1.5 1.5v2h-3V5c0-.83.67-1.5 1.5-1.5Zm13 14a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Zm-6.09-2.4a.55.55 0 0 0-.54-.05.6.6 0 0 0-.2.13.62.62 0 0 0-.18.44v3.76a.61.61 0 0 0 .19.44c.05.05.12.1.19.13a.55.55 0 0 0 .44 0 .66.66 0 0 0 .11-.05l2.8-1.92a.56.56 0 0 0 .2-.22.65.65 0 0 0 0-.6.6.6 0 0 0-.2-.22l-2.8-1.84Z"
}));
});
ShoppingBagPlay.displayName = 'ShoppingBagPlay';
export var ShoppingBagPlayDimensions = {
height: 24,
width: 24
};