@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.
33 lines (32 loc) • 978 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M12 2.998a3.668 3.668 0 0 1 3.669 3.668c0 2.381-.644 4.073-1.622 5.006v-.001l3.99 2.633a4.2 4.2 0 0 1 1.804 2.446l.6 2.199a1.625 1.625 0 0 1-1.567 2.053H5.126a1.625 1.625 0 0 1-1.568-2.053l.6-2.2a4.202 4.202 0 0 1 1.805-2.445l4.144-2.63c-1.063-1.026-1.775-2.89-1.775-5.008A3.669 3.669 0 0 1 12 2.998Z",
"fill-rule": "nonzero"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var AdministratorO = {
render
};
var index = function index2() {
return svg({
name: "IconAdministratorO",
component: AdministratorO
})();
};
export {
index as default
};