@icongo/gy
Version:
Glyph Iconset Icons
35 lines (34 loc) • 1.79 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMailInbox = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMailInbox = function GYSiGlyphMailInbox(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-inbox",
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: "M6.031 4.017 9 6.97l2.969-2.953H9.984V1.032H8.047v2.985H6.031Z",
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-3.242l-4 4.004-4.103-4.004H1.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.GYSiGlyphMailInbox = GYSiGlyphMailInbox;