@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 956 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphMailBox = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-mail-box",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.51.053a1.47 1.47 0 0 0-1.498 1.442c-.002.116.012.228.035.336L12.99 2.893C12.941.986 11.521.025 9.969.025c-1.283 0-2.926 1.128-2.926 3.133 0 .812.041 3.78.041 3.78h.988v3.567L4.578 6.938h1.379l-.039-3.864C5.918 1.153 6.834.025 8 .025H4c-1.906 0-3 1.034-3 3.038v3.875h2.41l4.662 4.732V16h1.846V6.938H13V4.184l1.535-1.541c.248.211.562.348.914.354a1.468 1.468 0 0 0 1.498-1.441A1.472 1.472 0 0 0 15.51.053Zm-4.467 3.114H8.918V2.001h2.125v1.166Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphMailBox };