@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 713 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowRight = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-arrow-right",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M6.077 1.162c0 .225.062.45.196.65l4.156 6.229-4.197 6.037a1.175 1.175 0 0 0 .328 1.629 1.174 1.174 0 0 0 1.63-.325l4.63-6.688c.264-.394.266-.908.002-1.304L8.233.51a1.178 1.178 0 0 0-2.156.652Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphArrowRight };