@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 823 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphEndPage = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-end-page",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m8.327 11.886 4.447-4.94a.65.65 0 0 0-.002-.849l-2.841-.005V1.068c0-.553-.437-1-.976-1H7.004a.987.987 0 0 0-.976 1v5.02l-2.95-.005a.652.652 0 0 0 .004.848l4.485 4.954a.501.501 0 0 0 .76.001Zm5.591 2.948c0 .552-.437 1-.973 1H3.056c-.537 0-.973-.448-.973-1V14c0-.552.436-1 .973-1h9.889c.536 0 .973.448.973 1v.834Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphEndPage };