@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 698 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphUpstair = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-upstair",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.969 1.047h-2.896v2h-2.011v2h-2.01v2H8.043v2H6.031v2h-2.01v2H1v2.918h2.896L17 3.965l-.031-2.918Zm-9.096.057H2.949l2.155 1.414-3.182 3.18 1.326 1.326 3.181-3.181 1.448 2.205-.004-4.944Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphUpstair };