@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.36 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphArrowTwoWayRightBottom = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphArrowTwoWayRightBottom = function GYSiGlyphArrowTwoWayRightBottom(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-two-way-right-bottom",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.807 2.894 14.049.135a.666.666 0 0 0-.944.005l-.01 1.963H4.383c-.738 0-1.336.599-1.336 1.335v8.622l-1.912.012a.666.666 0 0 0 .006.943l2.787 2.786a.663.663 0 0 0 .943.006l2.758-2.758c.26-.26.258-.756-.005-1.018l-1.666.012V5.941c0-.738.272-.983 1.011-.983h6.112l-.01 1.671c.26.259.681.257.942-.005l2.789-2.787a.667.667 0 0 0 .005-.943Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphArrowTwoWayRightBottom = GYSiGlyphArrowTwoWayRightBottom;