@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.55 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphForwardPage = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphForwardPage = function GYSiGlyphForwardPage(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-forward-page",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.798 3.516 11.892.266c-.277-.288-.593-.335-.871-.048 0 0 .037 2.19.006 2.19-.68 0-1.083.113-1.7.314A6.329 6.329 0 0 0 7.119 3.99C5.843 5.113 5.026 6.392 5.026 8.203c0 1.182.523.752.742.339 1.035-1.945 2.923-2.928 5.281-2.928.03 0-.001 2.146-.001 2.146.278.287.628.253.869.047l3.881-3.25a.754.754 0 0 0 0-1.041Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14 8.079v4.983H.938V3.937h5.215c.276-.312.621-.717 1.223-.919H.008v10.964H14.97V7.258l-.97.821Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphForwardPage = GYSiGlyphForwardPage;