@icongo/gy
Version:
Glyph Iconset Icons
35 lines (34 loc) • 1.78 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMailSend = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMailSend = function GYSiGlyphMailSend(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-send",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "none",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M11.969 3.985 9 1.032 6.031 3.985h1.985V6.97h1.937V3.985h2.016Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16.062 7.094v-1.37l-7.048 5.62-7.076-5.532.029 1.282 3.07 2.599-3.189 4.353h1.246l2.862-3.477 3.058 2.619 3.008-2.545 2.884 3.403 1.264-.015-3.124-4.338 3.016-2.599Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M16.304 5.059h-5.242v3.004H6.959V5.059H1.701a.65.65 0 0 0-.648.648v8.617a.65.65 0 0 0 .648.648h14.603a.65.65 0 0 0 .649-.648V5.707a.65.65 0 0 0-.649-.648Zm-1.398 8.987-2.884-3.403-3.009 2.545-3.058-2.618-2.862 3.477H1.847l3.189-4.353-3.07-2.6-.029-1.281 7.076 5.531 7.049-5.62v1.37l-3.017 2.6 3.124 4.338-1.263.014Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphMailSend = GYSiGlyphMailSend;