@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.01 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 16 16",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M12.5 2H3.16c-1.01 0-1.83.82-1.83 1.83v6.67c0 1.01.82 1.83 1.83 1.83h9.34c1.01 0 1.83-.82 1.83-1.83V3.83c0-1.01-.82-1.83-1.83-1.83Zm.83 8.5c0 .46-.37.83-.83.83H3.16c-.46 0-.83-.37-.83-.83V3.83c0-.46.37-.83.83-.83h9.34c.46 0 .83.37.83.83v6.67Zm-1.83 4.16c.27 0 .5-.23.5-.5s-.23-.5-.5-.5H4.16c-.27 0-.5.23-.5.5s.23.5.5.5h7.34Z",
"clip-rule": "evenodd",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var WebPlus = {
render
};
var index = function index2() {
return svg({
name: "IconWebPlus",
component: WebPlus
})();
};
export {
index as default
};