@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.44 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDocumentArrowLeft = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDocumentArrowLeft = function GYSiGlyphDocumentArrowLeft(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-left",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10 0v4h4l-4-4Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9 5V.042H3.033v11.02L4 10.258v1.659L6 12v3.042H4v.937h9.98V5H9Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m2.9 12.004-.003 1h2.044v.975H2.892l-.004.979-1.846-1.452L2.9 12.004Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphDocumentArrowLeft = GYSiGlyphDocumentArrowLeft;