@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.57 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMailHasMail = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMailHasMail = function GYSiGlyphMailHasMail(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
})
}));
};
exports.GYSiGlyphMailHasMail = GYSiGlyphMailHasMail;