@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.21 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphArrowForward = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphArrowForward = function GYSiGlyphArrowForward(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-arrow-forward",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m15.584 5.988-5.24-4.645c-.404-.41-.879-.479-1.283-.068v3.132l-.227-.001c-4.95 0-8.75 3.563-8.75 8.41 0 1.688.766 1.073 1.083.484 1.501-2.78 4.267-4.677 7.705-4.677l.188.001v3.065c.404.41.929.361 1.283.068l5.24-4.283c.405-.41.405-1.075.001-1.486Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphArrowForward = GYSiGlyphArrowForward;