@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 820 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphHomePage = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-home-page",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m7.65 4.158-4.485 4.94a.648.648 0 0 0 .002.849l2.868.005v5.024c0 .553.439 1 .982 1h1.965a.99.99 0 0 0 .982-1v-5.02l2.811.005a.65.65 0 0 0-.004-.848L8.414 4.159a.506.506 0 0 0-.764-.001Zm6.268-2.324c0 .552-.437 1-.973 1H3.056c-.537 0-.973-.448-.973-1V1c0-.552.436-1 .973-1h9.889c.536 0 .973.448.973 1v.834Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphHomePage };