@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.
44 lines (43 loc) • 1.57 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "task-cooperation_svg__st0",
d: "M12 9C9.8 9 8 7.2 8 5s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-2c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM4 21c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-2c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm16 2c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-2c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "task-cooperation_svg__st0",
d: "M18.3 19.5C16.7 21 14.4 22 12 22s-4.7-1-6.3-2.5c.6-.4 1-1 1.2-1.7C8.2 19.2 10 20 12 20s3.8-.8 5.1-2.2c.2.7.6 1.3 1.2 1.7zm2.6-5.4c-.3 0-.6-.1-.9-.1-.4 0-.8.1-1.1.2.1-.4.1-.8.1-1.2 0-3.2-2.1-5.9-5-6.7.5-.4.9-1.1 1-1.8 3.5 1.2 6 4.6 6 8.5 0 .4 0 .8-.1 1.1zm-17.8 0C3 13.8 3 13.4 3 13c0-3.9 2.5-7.3 6-8.5.1.7.5 1.3 1 1.8-2.9.8-5 3.5-5 6.7 0 .4 0 .8.1 1.2-.3-.1-.7-.2-1.1-.2-.3 0-.6.1-.9.1z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var TaskCooperation = {
render
};
var index = function index2() {
return svg({
name: "IconTaskCooperation",
component: TaskCooperation
})();
};
export {
index as default
};