@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 683 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowTwoUp = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-arrow-two-up",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m8.973 5.175 5.002 3.744v-3.94L8.973 1.036 4.004 5.078v3.918l.012.011 4.957-3.832Zm0 7.783 5.002 3.951v-3.938L8.973 9.005l-4.969 4.064v3.918l.012.01 4.957-4.039Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphArrowTwoUp };