@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ShoppingBagPause = /*#__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 25"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M7 7.5v-2a3 3 0 0 1 5-2.24 3 3 0 0 1 5 2.24v2h1.5c.83 0 1.5.67 1.5 1.5v3a6.48 6.48 0 0 0-5.5.23V7.5h1v-2a1.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-4V9c0-.83.67-1.5 1.5-1.5H7Zm1.5-2v2h3v-2a1.5 1.5 0 0 0-3 0ZM23 18a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Zm-7.5-3a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5Zm4 0a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5Z"
}));
});
ShoppingBagPause.displayName = 'ShoppingBagPause';
export var ShoppingBagPauseDimensions = {
height: 25,
width: 24
};