@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.GYSiGlyphArrowTwoWayRight = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphArrowTwoWayRight = function GYSiGlyphArrowTwoWayRight(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",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.276 6.716a.842.842 0 0 1-1.17 0V4.992H2.464c-.827 0-1.5-.66-1.5-1.472 0-.812.673-1.472 1.5-1.472h9.642V.249a.839.839 0 0 1 1.17 0l2.48 2.708a.799.799 0 0 1 0 1.146l-2.48 2.613Zm2.482 4.114-2.573-2.538a.834.834 0 0 0-1.171 0v1.731H2.583c-.828 0-1.5.664-1.5 1.481 0 .817.672 1.481 1.5 1.481h9.431v1.732a.838.838 0 0 0 1.171 0l2.573-2.538c.322-.318.322-1.031 0-1.349Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphArrowTwoWayRight = GYSiGlyphArrowTwoWayRight;