@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.06 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: "M14 3.5c0-.83-.68-1.5-1.5-1.5H9.03c-.27 0-.5.22-.5.5l.01.06c.03.25.24.44.49.44h3.26l-3.3 3.3c-.2.19-.2.51 0 .7.19.2.51.2.7 0L13 3.7v3.26c0 .27.22.5.5.5.27 0 .5-.23.5-.5V3.5ZM2.5 8.53c.27 0 .5.23.5.5v3.26l3.3-3.3a.481.481 0 0 1 .7 0c.2.19.2.51 0 .7L3.7 13h3.26c.25 0 .46.18.49.43l.01.07c0 .27-.23.5-.5.5H3.5c-.83 0-1.5-.68-1.5-1.5V9.03c0-.27.22-.5.5-.5Z",
"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 FullscreenRight = {
render
};
var index = function index2() {
return svg({
name: "IconFullscreenRight",
component: FullscreenRight
})();
};
export {
index as default
};