@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.56 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBackwardPage = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBackwardPage = function GYSiGlyphBackwardPage(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-backward-page",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m.252 4.516 3.905-3.25c.276-.288.593-.335.871-.048 0 0-.037 2.19-.006 2.19.679 0 1.083.113 1.7.314A6.329 6.329 0 0 1 8.93 4.99c1.276 1.123 2.093 2.402 2.093 4.213 0 1.182-.523.752-.742.339-1.035-1.945-2.923-2.928-5.282-2.928-.03 0 .003 2.146.003 2.146a.607.607 0 0 1-.87.047l-3.88-3.25a.752.752 0 0 1 0-1.041Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1.954 9.079v4.983h13.118V4.937H9.871c-.275-.312-.619-.717-1.219-.919H16v10.964H1.08V8.258l.874.821Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphBackwardPage = GYSiGlyphBackwardPage;