@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) • 913 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 -64 512 512"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M82.17 25.763h352v352h-352v-336zm32 32v288h128v-288zm160 0v288h128v-288z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M274.956 201.792V58.063h126.915v287.458H274.956z",
"fill-opacity": ".329"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var HideRight = {
render
};
var index = function index2() {
return svg({
name: "IconHideRight",
component: HideRight
})();
};
export {
index as default
};