@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 799 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowThinRightTop = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-arrow-thin-right-top",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m16.908.021.017 8.931c0 .648-.611 1.029-.895 1.027-.57-.001-.948-.464-.949-1.034l-.01-5.557-12.394 12.2a.94.94 0 0 1-1.328-.018c-.372-.372-.381-.966-.017-1.327L13.478 1.931l-5.333-.008c-.57-.002-1.062-.376-1.062-.944C7.08.409 7.568.003 8.14.005l8.768.016Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphArrowThinRightTop };