@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.
24 lines (23 loc) • 846 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createStaticVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 21 13",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<g fill-rule="evenodd"><path d="M0 2h21v1H0V2zm5.5 0h10v1h-10V2zM0 10h21v1H0v-1zm5.5 0h10v1h-10v-1z" opacity=".5"></path><path d="M6 8h9v5H6z"></path><path opacity=".4" d="M7 1h7v3H7z"></path><path d="M7 1v3h7V1H7zM6 0h9v5H6V0z"></path></g>', 1);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var JusitfySpaceAround = {
render
};
var index = function index2() {
return svg({
name: "IconJusitfySpaceAround",
component: JusitfySpaceAround
})();
};
export {
index as default
};