@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.28 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: "M6.856 4.358c.314-1.51.703-2.493 1.167-2.948.696-.682 2.296-.7 2.54 1.414 1.372-.473 2.468-.026 2.798 1.03.331 1.056-1.066 2.226-1.647 2.874.917-.118 2.481-.442 3.077.304.596.745-.163 2.467-1.276 2.77.4.893.417 1.873-.314 2.526-.732.653-1.557.208-2.067-.296.119.401.477 2.306 0 2.674-.477.368-1.75.361-1.806.142-.056-.22-.116-2.118-.493-3.082-.081.295-.835 2.364-2.391 2.577-1.557.212-1.805-.9-1.978-1.413-.764.095-1.8-.077-2.158-.76-.358-.684-.593-1.943 1.955-2.941-1.335-.31-3.19-.785-3.258-2.197-.068-1.413.565-1.767 1.574-2.001-.254-.914-.307-2.227 1.055-2.49.908-.175 1.982.43 3.222 1.817Z",
"stroke-width": "1.3",
"stroke-linecap": "round"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Espace = {
render
};
var index = function index2() {
return svg({
name: "IconEspace",
component: Espace
})();
};
export {
index as default
};