@icongo/gy
Version:
Glyph Iconset Icons
26 lines • 970 B
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 GYSiGlyphDocumentArrowRight = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-document-arrow-right",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M10 4h4l-4-4v4Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M9 5.042v-5H3v11.403l3.583 3.138-1.971 1.396H14V5.042H9Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "m3.084 13.004.003 1H1.043v.975h2.05l.004.979 1.845-1.452-1.858-1.502Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphDocumentArrowRight };