antd-mobile-icons
Version:
The icon set for antd-mobile.
39 lines (37 loc) • 1.75 kB
JavaScript
import * as React from "react";
function MailOutline(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: "MailOutline-MailOutline",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "MailOutline-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "MailOutline-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M39,6 C42.3137085,6 45,8.6862915 45,12 L45,36 C45,39.3137085 42.3137085,42 39,42 L9,42 C5.6862915,42 3,39.3137085 3,36 L3,12 C3,8.6862915 5.6862915,6 9,6 L39,6 Z M42,15.5 L24.1708025,23.9193433 C24.0626598,23.9704106 23.9373402,23.9704106 23.8291975,23.9193433 L6,15.5 L6,15.5 L6,36 C6,37.5976809 7.24891996,38.9036609 8.82372721,38.9949073 L9,39 L39,39 C40.5976809,39 41.9036609,37.75108 41.9949073,36.1762728 L42,36 L42,15.5 Z M39,9 L9,9 C7.40231912,9 6.09633912,10.24892 6.00509269,11.8237272 L6,12 L6,12.146 L23.8292039,20.5643558 C23.9373431,20.6154155 24.0626555,20.6154127 24.1707925,20.564348 L42,12.145 L42,12.145 L42,12 C42,10.4023191 40.75108,9.09633912 39.1762728,9.00509269 L39,9 Z",
id: "MailOutline-\u5F62\u72B6",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
export default MailOutline;