@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.
33 lines (32 loc) • 923 B
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",
{
d: "M19 4h3c1.1 0 2 .9 2 2v11c0 1.1-.9 2-2 2h-1v3c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-3H2c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h3V2c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v2zm2 13h1V6H2v11h1v-3c0-1.101.9-2.001 2-2.001h14c1.1 0 2 .9 2 2.001v3zM5 14v8h14v-8H5zM7 2v2h10V2H7z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var PrintPreview = {
render
};
var index = function index2() {
return svg({
name: "IconPrintPreview",
component: PrintPreview
})();
};
export {
index as default
};