UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.55 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphButtonArrowRight = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphButtonArrowRight = function GYSiGlyphButtonArrowRight(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-button-arrow-right", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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" })] }) })); }; exports.GYSiGlyphButtonArrowRight = GYSiGlyphButtonArrowRight;