@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.
42 lines (41 loc) • 1.25 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
class: "mobile_svg__icon",
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M769.458 32.54H278.18c-34.076 0-61.704 27.63-61.704 61.704v803.79c0 34.075 27.628 61.704 61.704 61.704h491.278c34.076 0 61.704-27.629 61.704-61.704V94.244c0-34.075-27.628-61.704-61.704-61.704zM278.18 87.798h491.278a6.42 6.42 0 0 1 6.447 6.446v545.513H271.733V94.244a6.42 6.42 0 0 1 6.447-6.446zM769.458 904.48H278.18a6.42 6.42 0 0 1-6.447-6.446v-203.02h504.172v203.02c0 3.479-2.865 6.446-6.447 6.446z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M464.622 797.547a59 59 0 1 0 120.747 0 59 59 0 1 0-120.747 0Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var Mobile = {
render
};
var index = function index2() {
return svg({
name: "IconMobile",
component: Mobile
})();
};
export {
index as default
};