@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 797 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowThinRightBottom = 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-bottom",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.148 15.938c-.573.002-1.034-.314-1.032-.885 0-.568.465-1.031 1.038-1.033l5.353-.008L1.314 1.7A.934.934 0 0 1 1.331.373.948.948 0 0 1 2.665.355l12.441 12.2.01-5.347c.002-.57.381-1.033.953-1.034.285-.002.898.379.898 1.027l-.017 8.721-8.802.016Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphArrowThinRightBottom };