@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ShoppingBagTag = /*#__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.5v4.32l-.97-.96a3 3 0 0 0-2.11-.86H14.5V7h1V5a1.5 1.5 0 0 0-2.66-.96c.1.3.16.63.16.96v6.17A3 3 0 0 0 11 14v2.93a3 3 0 0 0 .86 2.1L14.77 22H8a4 4 0 0 1-4-4V8.5C4 7.67 4.67 7 5.5 7H7Zm1.5-2v2h3V5a1.5 1.5 0 0 0-3 0Zm4.07 13.33 4 4.07a2 2 0 0 0 2.86.02l2.99-3a2 2 0 0 0-.01-2.83l-4.08-4.01a2 2 0 0 0-1.41-.58H14a2 2 0 0 0-2 2v2.93a2 2 0 0 0 .57 1.4ZM16 15a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
}));
});
ShoppingBagTag.displayName = 'ShoppingBagTag';
export var ShoppingBagTagDimensions = {
height: 24,
width: 24
};