@opentiny/vue-icon
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
50 lines (49 loc) • 1.92 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M509.4 900.5c-11.6 0-21-9.4-21-21v-168c0-11.6 9.4-21 21-21s21 9.4 21 21v168c0 11.6-9.4 21-21 21z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M509.4 933.3c-5.4 0-10.7-2.1-14.8-6.2-8.2-8.2-8.2-21.5 0-29.7l74.2-74.3c8.2-8.2 21.5-8.2 29.7 0s8.2 21.5 0 29.7l-74.2 74.3c-4.2 4.1-9.6 6.2-14.9 6.2z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M509.4 933.3c-5.4 0-10.7-2.1-14.8-6.2l-74.2-74.2c-8.2-8.2-8.2-21.5 0-29.7s21.5-8.2 29.7 0l74.2 74.2c8.2 8.2 8.2 21.5 0 29.7-4.2 4.1-9.6 6.2-14.9 6.2zm233.3-130.2c-56 0-110.1-20.3-152.2-57.2-8.7-7.6-9.6-20.9-1.9-29.6 7.6-8.7 20.9-9.6 29.6-1.9 34.4 30.2 78.6 46.8 124.5 46.8 104.2 0 189-84.8 189-189 0-91.8-65.6-170-156.1-185.9l-16.2-2.8-1.1-16.4c-9.2-131.4-119.5-234.3-251.1-234.3-120.4 0-224.4 85.7-247.3 203.8l-2.7 13.8-13.8 2.8C155.8 371 92.2 448.9 92.2 538.4c0 104.2 84.8 189 189 189 43.1 0 83.6-14.1 117.3-40.9 9.1-7.2 22.3-5.7 29.5 3.4 7.2 9.1 5.7 22.3-3.4 29.5-41.2 32.7-90.7 50-143.4 50-127.4 0-231-103.6-231-231 0-104.8 71.3-196.5 171.4-223.2C253.4 184.3 371.4 90.7 507.2 90.7c148.3 0 273.3 111.8 291.5 257.5 102.3 25.4 175 117.1 175 224 0 127.3-103.6 230.9-231 230.9z"
},
null,
-1
/* HOISTED */
);
var _hoisted_5 = [_hoisted_2, _hoisted_3, _hoisted_4];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_5));
}
var DownloadCloud = {
render
};
var index = function index2() {
return svg({
name: "IconDownloadCloud",
component: DownloadCloud
})();
};
export {
index as default
};