@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.5 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCloudUpload = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCloudUpload = function GYSiGlyphCloudUpload(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-cloud-upload",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m6.531 5.906 2.123 3.059h7.332C15.847 7.531 14.927 6.42 13.8 6.42c-.249 0-.486.066-.711.167-.693-1.042-1.826-1.724-3.112-1.724-.206 0-.407.022-.604.057-.682-1.137-1.866-1.892-3.219-1.892-1.906 0-3.484 1.501-3.771 3.46-.018 0-.035-.006-.051-.006-1.279 0-2.314 1.111-2.314 2.482h4.343l2.17-3.058Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6.016 11.973V9.984H5.014L6.506 8.02l1.476 1.964H6.965v1.989h-.949Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphCloudUpload = GYSiGlyphCloudUpload;