antd-mobile-icons
Version:
The icon set for antd-mobile.
39 lines (37 loc) • 2.29 kB
JavaScript
import * as React from "react";
function MailFill(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: "MailFill-MailFill",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "MailFill-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "MailFill-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M37,5 L37,5 C41.4182665,5 45,8.78070315 45,13.4444499 L45,34.5555501 L45,34.5555501 C45,39.219282 41.4182806,43 37,43 L11,43 L11,43 C6.58173347,43 3,39.2192968 3,34.5555501 C3,34.5555501 3,34.5555501 3,34.5555501 L3,13.4444499 L3,13.4444512 C3,8.78071927 6.58171472,5 11,5 L37,5 L37,5 Z M41.9610038,14.0429492 L41.9610038,14.0429492 C41.866374,13.8322394 41.6278377,13.7423997 41.4282184,13.8422871 C41.4281472,13.8423228 41.4280761,13.8423584 41.4280049,13.8423941 L26.1500065,21.5236783 L25.9070067,21.6366228 L25.9070066,21.6366229 C24.6003534,22.2060383 23.1264129,22.1650052 21.8500127,21.5236784 L6.57201428,13.8434827 L6.57201428,13.8434827 C6.37256748,13.7432118 6.13387603,13.8325924 6.03888207,14.04312 C6.01316601,14.1001125 6.00001321,14.1624665 6.00001321,14.2255934 L6.00001321,16.7969234 L6.00001321,16.7969293 C6.00001321,16.9601035 6.08845264,17.1088738 6.22801905,17.1790366 L20.5610186,24.3821548 L20.5610193,24.3821552 C22.7366825,25.4755593 25.2633734,25.4755593 27.4390272,24.3821545 L41.7720267,17.1790362 L41.7720267,17.1790362 C41.9115922,17.1088714 42.0000274,16.9600996 42.0000274,16.7969255 L42.0000274,14.2255955 L42.0000274,14.2255954 C42.0000274,14.1627678 41.9866615,14.1007418 41.9610265,14.0440402 L41.9610038,14.0429492 Z",
id: "MailFill-\u5F62\u72B6",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
export default MailFill;