@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.33 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDocumentArrowUp = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDocumentArrowUp = function GYSiGlyphDocumentArrowUp(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-document-arrow-up",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
})
}));
};
exports.GYSiGlyphDocumentArrowUp = GYSiGlyphDocumentArrowUp;