@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 892 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 GYSiGlyphDocumentArrowUp = 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-up",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M7.984 0 2.016.052l.01 9.927 4.005 5.037H4v.953h1.031V16h8.938V6.012H7.984V0Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M9 0v4.969h5L9 0ZM1.016 13.953h.993v2.006h.966v-2.006h.978l-1.422-1.937-1.515 1.937Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphDocumentArrowUp };