@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.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: "M5.96 8.53c.82 0 1.5.68 1.5 1.5v3.47c0 .27-.23.5-.5.5-.28 0-.5-.23-.5-.5v-3.26l-3.3 3.3c-.2.2-.52.2-.71 0-.2-.19-.2-.51 0-.71l3.3-3.3H2.5A.49.49 0 0 1 2 9.1v-.07c0-.27.22-.5.5-.5h3.46ZM9.03 2c.28 0 .5.22.5.5v3.25l3.3-3.3c.2-.2.52-.2.71 0 .2.19.2.51 0 .71l-3.3 3.3h3.26c.25 0 .46.18.49.43l.01.07c0 .27-.23.5-.5.5h-3.47c-.82 0-1.5-.68-1.5-1.5V2.5c0-.28.23-.5.5-.5Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var MinscreenRight = {
render
};
var index = function index2() {
return svg({
name: "IconMinscreenRight",
component: MinscreenRight
})();
};
export {
index as default
};