antd-mobile-icons
Version:
The icon set for antd-mobile.
39 lines (37 loc) • 2.82 kB
JavaScript
import * as React from "react";
function CouponOutline(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: "CouponOutline-CouponOutline",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "CouponOutline-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "CouponOutline-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M12.6301701,6 C12.8364017,6.00011887 13.0088079,6.15695715 13.0282672,6.36226864 C13.0539026,6.63274323 13.0859188,6.84310873 13.1243159,6.99336513 C13.5660468,8.72195787 15.1337721,10 17,10 C18.8564018,10 20.417436,8.7353808 20.8686131,7.02063183 C20.909694,6.86449958 20.9438738,6.64481961 20.9711526,6.36159191 C20.9909643,6.15651771 21.1632812,6 21.3693101,6 L39,6 L39,6 C42.3137085,6 45,8.6862915 45,12 L45,36 C45,39.3137085 42.3137085,42 39,42 L21.3741275,42 L21.3741275,42 C21.1663728,42.0001191 20.9931805,41.8411155 20.9754657,41.6341174 C20.9592307,41.4444114 20.9394963,41.2936642 20.9162626,41.1818758 C20.5386744,39.365121 18.9287577,38 17,38 C15.0919698,38 13.4959646,39.335938 13.0963366,41.1234617 C13.0684387,41.248248 13.0449136,41.4188764 13.0257614,41.6353468 C13.0074064,41.841735 12.8345206,42 12.6273178,42 L9,42 L9,42 C5.6862915,42 3,39.3137085 3,36 L3,12 C3,8.6862915 5.6862915,6 9,6 L12.6301701,6 L12.6301701,6 Z M10.674,9 L9,9 C7.40231912,9 6.09633912,10.24892 6.00509269,11.8237272 L6,12 L6,36 C6,37.5976809 7.24891996,38.9036609 8.82372721,38.9949073 L9,39 L10.674,39 L10.7402259,38.8636637 C11.8566105,36.6398332 14.123165,35.0931185 16.7593502,35.004059 L17,35 C19.7384119,35 22.1095597,36.5724444 23.2597741,38.8636637 L23.325,39 L39,39 C40.5976809,39 41.9036609,37.75108 41.9949073,36.1762728 L42,36 L42,12 C42,10.4023191 40.75108,9.09633912 39.1762728,9.00509269 L39,9 L23.325,9 L23.2597741,9.1363363 C22.1095597,11.4275556 19.7384119,13 17,13 C14.2615881,13 11.8904403,11.4275556 10.7402259,9.1363363 L10.674,9 Z M17.6,18 C17.8209139,18 18,18.1790861 18,18.4 L18,29.6 C18,29.8209139 17.8209139,30 17.6,30 L15.4,30 C15.1790861,30 15,29.8209139 15,29.6 L15,18.4 C15,18.1790861 15.1790861,18 15.4,18 L17.6,18 Z",
id: "CouponOutline-\u5F62\u72B6\u7ED3\u5408",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
export default CouponOutline;