@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphForwardPage = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphForwardPage };