@icongo/gy
Version:
Glyph Iconset Icons
27 lines • 1.35 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 GYSiGlyphMailInbox = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "none",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphMailInbox };