@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphJumpDoublePageLeftRight = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphJumpDoublePageLeftRight = function GYSiGlyphJumpDoublePageLeftRight(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-double-page-left-right",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16 8.062 14.172 5.25a.827.827 0 0 0-1.17 0v1.776h-2.058v-5.5s-.431-.5-.958-.5c-.529 0-.958.5-.958.5V14.5s.429.5.958.5c.527 0 .958-.5.958-.5V9h2.058v1.758a.83.83 0 0 0 1.17 0L16 8.062ZM5.986 1.026c-.529 0-.958.5-.958.5v5.557L2.97 7.074V5.302a.83.83 0 0 0-1.17 0L0 8l1.801 2.75a.83.83 0 0 0 1.17 0V8.966l2.058-.008V14.5s.429.5.958.5c.527 0 .958-.5.958-.5V1.526c-.001 0-.431-.5-.959-.5Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphJumpDoublePageLeftRight = GYSiGlyphJumpDoublePageLeftRight;