@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 829 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphMailEmpty = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-mail-empty",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.263 5.806 8.996.063 1.689 5.806c-.358 0-.648.3-.648.667v8.857c0 .367.29.667.648.667h14.573c.358 0 .648-.3.648-.667V6.473a.656.656 0 0 0-.647-.667Zm-1.279 9.225-2.826-3.945-3.162 2.622-3.134-2.607-2.878 3.931h-.995L5 10.207 2.045 7.156l.014-.669 6.938-5.228L15.95 6.52v.636L13.014 10.2l3.002 4.817-1.032.014Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphMailEmpty };