@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.26 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphArrowThinRightBottom = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphArrowThinRightBottom = function GYSiGlyphArrowThinRightBottom(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-bottom",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.148 15.938c-.573.002-1.034-.314-1.032-.885 0-.568.465-1.031 1.038-1.033l5.353-.008L1.314 1.7A.934.934 0 0 1 1.331.373.948.948 0 0 1 2.665.355l12.441 12.2.01-5.347c.002-.57.381-1.033.953-1.034.285-.002.898.379.898 1.027l-.017 8.721-8.802.016Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphArrowThinRightBottom = GYSiGlyphArrowThinRightBottom;