@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.
34 lines (33 loc) • 1.79 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "cloud-upload_svg__st0",
d: "M22.1 11.4c-.5-.7-1-1.2-1.6-1.6 0-.7-.2-1.3-.5-1.9-.3-.7-.8-1.4-1.5-2-.6-.6-1.3-1.1-2.1-1.4-.8-.3-1.6-.5-2.5-.5-1.3 0-2.6.4-3.7 1.1-.6.4-1.2.9-1.6 1.4-.3-.1-.7-.1-1-.1-.5 0-1.1.1-1.5.3-.5.2-.9.5-1.3.8-.4.4-.7.8-.9 1.2-.2.5-.3 1-.3 1.5v.4c-.5.3-1 .7-1.4 1.1-.8 1-1.2 2.1-1.2 3.3 0 .7.1 1.3.4 1.9.3.6.7 1.1 1.2 1.6s1.1.8 1.7 1.1c.6.2 1.3.4 2 .4H17c.8 0 1.6-.1 2.3-.4.7-.3 1.4-.7 1.9-1.2.6-.5 1-1.2 1.3-1.8.3-.7.4-1.4.4-2.2.1-1.1-.2-2.1-.8-3zM3.3 16c-.2-.4-.3-.8-.3-1.2 0-.4.1-.7.2-1.1.1-.3.3-.6.6-.9.3-.3.6-.6 1-.8l.9-.5-.2-1v-.3c0-.3.1-.5.2-.8.1-.2.3-.4.5-.6.2-.2.5-.4.7-.5.3-.1.6-.2.9-.2.2 0 .5 0 .7.1l1 .3.6-.8c.3-.4.7-.8 1.2-1.1.8-.5 1.7-.7 2.6-.7.7 0 1.3.1 1.8.3.6.2 1.1.5 1.5.9.5.4.8.9 1 1.4.2.4.3.9.3 1.4v.7l.6.4c.4.3.8.6 1.1 1l.1.1c.2.3.4.6.5 1 .1.3.2.7.2 1.1 0 .5-.1 1-.3 1.4-.2.4-.5.8-.9 1.2-.4.4-.8.6-1.3.8-.5.2-1 .3-1.6.3H6.5c-.5 0-.9-.1-1.3-.2-.4-.2-.8-.4-1.1-.7-.4-.2-.7-.6-.8-1zm7.6-3.5c.2 0 .4-.1.6-.2l1.7-1.5v5.5c0 .4.4.8.9.8s.9-.4.9-.8v-5.5l1.7 1.5c.2.2.4.2.6.2s.4-.1.6-.2c.3-.3.3-.8 0-1.1l-3.1-2.9c-.4-.2-.6-.3-.8-.3-.2 0-.4.1-.6.2l-3.1 2.9c-.3.3-.3.8 0 1.1.1.2.3.3.6.3z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var CloudUpload = {
render
};
var index = function index2() {
return svg({
name: "IconCloudUpload",
component: CloudUpload
})();
};
export {
index as default
};