@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 792 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphMail = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-mail",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.304 3.059H1.701a.65.65 0 0 0-.648.648v8.617a.65.65 0 0 0 .648.648h14.603a.65.65 0 0 0 .649-.648V3.707a.65.65 0 0 0-.649-.648Zm-1.398 8.987-2.884-3.403-3.009 2.545L5.955 8.57l-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 { GYSiGlyphMail };