antd-mobile-icons
Version:
The icon set for antd-mobile.
39 lines (37 loc) • 2.21 kB
JavaScript
import * as React from "react";
function ShopbagOutline(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
width: "1em",
height: "1em",
viewBox: "0 0 48 48",
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink"
}, props, {
style: Object.assign({
verticalAlign: '-0.125em'
}, props.style),
className: ['antd-mobile-icon', props.className].filter(Boolean).join(' ')
}), /*#__PURE__*/React.createElement("g", {
id: "ShopbagOutline-ShopbagOutline",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "ShopbagOutline-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "ShopbagOutline-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M37,4 C40.3137085,4 43,6.6862915 43,10 L43,38 C43,41.3137085 40.3137085,44 37,44 L11,44 C7.6862915,44 5,41.3137085 5,38 L5,10 C5,6.6862915 7.6862915,4 11,4 L37,4 Z M40,36 L8,36 L8,38 C8,39.5976809 9.24891996,40.9036609 10.8237272,40.9949073 L11,41 L37,41 C38.5976809,41 39.9036609,39.75108 39.9949073,38.1762728 L40,38 L40,36 Z M37,7 L11,7 C9.40231912,7 8.09633912,8.24891996 8.00509269,9.82372721 L8,10 L8,33 L40,33 L40,10 C40,8.40231912 38.75108,7.09633912 37.1762728,7.00509269 L37,7 Z M19.3833345,12 C19.5850013,12 19.7500015,12.1650002 19.7500015,12.366667 L19.750042,14.7499849 C19.7500424,17.2035658 21.6826755,19.2220853 24.1341917,19.3287339 L24.3333722,19.3333287 C26.7872173,19.3331869 28.8056509,17.4004374 28.9121275,14.9489212 L28.9167109,14.7500045 L28.9167109,12.366667 C28.9167109,12.1650002 29.0817111,12 29.2833778,12 L31.3000454,12 C31.5017122,12 31.6667124,12.1650002 31.6667124,12.366667 L31.6667124,14.7500045 C31.6667124,18.8000975 28.3834621,22.0833607 24.3333562,22.0833607 C20.2832632,22.0833607 17,18.8001104 17,14.7500045 L17,12.366667 C17,12.1650002 17.1650002,12 17.366667,12 L19.3833345,12 Z",
id: "ShopbagOutline-\u5F62\u72B6\u7ED3\u5408",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
export default ShopbagOutline;