@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphArrowThinRightTop = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphArrowThinRightTop = function GYSiGlyphArrowThinRightTop(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-thin-right-top",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m16.908.021.017 8.931c0 .648-.611 1.029-.895 1.027-.57-.001-.948-.464-.949-1.034l-.01-5.557-12.394 12.2a.94.94 0 0 1-1.328-.018c-.372-.372-.381-.966-.017-1.327L13.478 1.931l-5.333-.008c-.57-.002-1.062-.376-1.062-.944C7.08.409 7.568.003 8.14.005l8.768.016Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphArrowThinRightTop = GYSiGlyphArrowThinRightTop;