@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.04 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: "M78 206c-9 9-14 21.2-14 33.8V784c0 12.8 5 24.8 14 33.8 9 9 21.2 14 33.8 14H912c12.8 0 24.8-5 33.8-14 9-9 14-21.2 14-33.8V239.8c0-12.8-5-24.8-14-33.8-9-9-21.2-14-33.8-14H111.8c-12.6 0-24.8 5-33.8 14zm19.4 306.8c0-7.8 6.2-14 14-14s14 6.2 14 14-6.2 14-14 14c-7.6 0-14-6.4-14-14zM940 512c0 15.4-13 28-28.2 28-15 0-28-12.4-28-28 0-15.4 12.8-28.2 28-28.2C927 484 940 496.6 940 512zm-76-288v576H160V224h704z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var TabletView = {
render
};
var index = function index2() {
return svg({
name: "IconTabletView",
component: TabletView
})();
};
export {
index as default
};