@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 947 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphJumpDoublePageLeftRight = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphJumpDoublePageLeftRight };