@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.GYSiGlyphJumpPageUpDown = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphJumpPageUpDown = function GYSiGlyphJumpPageUpDown(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-up-down",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.979 12.021v-1.979H8.02v1.979H6.291a.851.851 0 0 0 0 1.255l2.056 2.459a.96.96 0 0 0 1.334.001l2.053-2.46a.85.85 0 0 0 0-1.255H9.979ZM8 3.952v2.046h1.979V3.952h1.73c.365-.36.365.055 0-.307L9.675.305a.949.949 0 0 0-1.326 0l-2.098 3.34c-.365.361-.365-.054 0 .307H8ZM1 7h16v2H1z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphJumpPageUpDown = GYSiGlyphJumpPageUpDown;