@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.GYSiGlyphJumpPageLeftRight = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphJumpPageLeftRight = function GYSiGlyphJumpPageLeftRight(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-jump-page-left-right",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M6.958 8.951V7.007H4.979v-1.94c0-.49-3.714 2.265-3.714 2.265a.946.946 0 0 0-.001 1.323s3.715 2.818 3.715 2.293V8.95h1.979ZM11.002 7v1.973h2.046V11c0 .455 3.647-2.316 3.647-2.316a.871.871 0 0 0 0-1.261s-3.714-2.78-3.714-2.388L13.048 7h-2.046ZM8 0h2v16H8z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphJumpPageLeftRight = GYSiGlyphJumpPageLeftRight;