@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 678 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphMountain = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-mountain",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.012 1.062 4.035 8.87 2.709 7.569S-.305 14 .063 14h15.902v-.002l-3.338-7.1-.983.612-3.632-6.448ZM5.611 7.521 8.062 2.77l2.285 4.081-.986.67-1.34-1.288-2.41 1.288Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphMountain };