@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.
32 lines (31 loc) • 1.03 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: "m950.272 802.816-77.824-118.784V229.376c0-20.48-16.384-40.96-40.96-40.96H192.512c-20.48 0-40.96 16.384-40.96 40.96v454.656L73.728 802.816c-4.096 4.096-4.096 8.192-4.096 12.288 0 12.288 8.192 20.48 20.48 20.48h843.776c12.288 0 20.48-8.192 20.48-20.48 0-4.096-4.096-8.192-4.096-12.288zm-757.76-573.44h643.072v442.368H192.512V229.376zm-65.536 565.248 53.248-81.92H839.68l53.248 81.92H126.976z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var DesktopView = {
render
};
var index = function index2() {
return svg({
name: "IconDesktopView",
component: DesktopView
})();
};
export {
index as default
};