@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.12 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphButtonArrowRight = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-button-arrow-right",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M16.969 8.041c0 4.389-3.582 7.959-7.986 7.959-4.4 0-7.982-3.57-7.982-7.959 0-4.389 3.582-7.959 7.982-7.959 4.404 0 7.986 3.57 7.986 7.959Zm-14 0c0 3.305 2.712 5.996 6.045 5.996 3.333 0 6.047-2.691 6.047-5.996 0-3.305-2.713-5.996-6.047-5.996-3.334 0-6.045 2.691-6.045 5.996Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "m9.057 10.969 3.904-3.002-3.905-2.951v2.003H5.793c-.346 0-.791.324-.791.955 0 .63.483.975.826.975h3.229v2.02Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphButtonArrowRight };