@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphMailHasMail = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-mail-has-mail",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M3.004 0v7l5.027 4 4.924-4V3.031L8 3.026V0H3.004Zm7.965 8.016h-6V6.969h6v1.047ZM8.953 5v1h-4V5h4Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M9 0v1.951h3.848L9 0Zm6.34 4.963-2.566-1.896v1.105l2.32 1.986v.654l-3.031 2.789L15.079 14l-1.094.015-2.59-3.739-3.394 2.786-3.262-2.772-2.707 3.726H.923l3.135-4.414-3.15-2.82.015-.69L5.19 2.251 5.174.892.725 4.964c-.359 0-.707.291-.707.65v8.649c0 .36.348.706.707.706h14.617c.359 0 .65-.346.65-.706V5.614a.654.654 0 0 0-.652-.651Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphMailHasMail };