@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.11 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: "file-cloudupload_svg__st0",
d: "M22.3 5.1H11.5l-.6-1.9C10.7 2.5 10 2 9.3 2H1.7C.8 2 0 2.8 0 3.7v16.5c0 1 .8 1.7 1.7 1.7H13c.5 0 1-.5 1-1s-.5-.9-1-.9H2V7h20v3c0 .5.5 1 1 1s1-.5 1-1V6.8c0-.9-.8-1.7-1.7-1.7zM2 4h6.6L9 5H2V4zm13.9 12.5c.2 0 .4-.1.6-.2l1.7-1.5v6.5c0 .4.4.8.9.8s.9-.4.9-.8v-6.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 FileCloudupload = {
render
};
var index = function index2() {
return svg({
name: "IconFileCloudupload",
component: FileCloudupload
})();
};
export {
index as default
};