@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.51 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCloudDownload = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCloudDownload = function GYSiGlyphCloudDownload(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-download",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6.982 8.016v1.987h1.002l-1.492 1.966-1.476-1.966h1.017V8.016h.949Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.969 6.938h3.062v2.027h7.955C15.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.951V6.938Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphCloudDownload = GYSiGlyphCloudDownload;