UNPKG

@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.66 kB
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: "group_svg__st0", d: "M20.4 12c-.5-.5-1-.8-1.6-1.1.7-.4 1.3-.9 1.7-1.5.5-.8.8-1.7.8-2.6 0-2.6-2.2-4.7-4.8-4.7-1 0-2 .3-2.8.9-.7.4-1.3 1-1.6 1.8-.9-1-2.2-1.5-3.5-1.5-2.7 0-4.9 2.1-4.9 4.7 0 .9.3 1.9.8 2.6.4.6 1 1.2 1.7 1.5-.6.3-1.1.6-1.6 1.1-1 1-1.6 2.4-1.6 3.8v3.8C3 22 4 23 5.2 23h6.6c.9 0 1.7-.5 2-1.3h6c1.2 0 2.2-1 2.2-2.1v-3.8c0-1.5-.6-2.8-1.6-3.8zm-6.1-7.4c.6-.6 1.4-.9 2.2-.9s1.6.3 2.2.9c.6.6.9 1.3.9 2.1s-.3 1.6-.9 2.1c-.6.6-1.4.9-2.2.9s-1.6-.3-2.2-.9c-.6-.6-.9-1.3-.9-2.1s.3-1.6.9-2.1zM5.4 8c0-.8.3-1.6.9-2.1.6-.6 1.4-.9 2.2-.9.8 0 1.6.3 2.2.9.6.6.9 1.3.9 2.1s-.3 1.6-.9 2.1c-.6.6-1.4.9-2.2.9-.8 0-1.6-.3-2.2-.9-.6-.5-.9-1.3-.9-2.1zm6.9 12.9c0 .1 0 .2-.1.3-.1.1-.2.1-.3.1H5.2c-.3 0-.5-.2-.5-.5V17c0-1 .4-1.9 1.1-2.6.7-.7 1.7-1.1 2.7-1.1s2 .4 2.7 1.1c.7.7 1.1 1.6 1.1 2.6v3.9zm-.4-8.1c-.3-.3-.7-.5-1.1-.7 1-.5 1.7-1.3 2.2-2.2.4.4.8.7 1.3 1-.6.3-1.1.6-1.6 1.1-.4.2-.6.5-.8.8zm8.4 6.8c0 .3-.2.5-.5.5H14v-3c0-1.1-.3-2.1-.9-2.9.2-.3.4-.7.7-.9.7-.7 1.7-1.1 2.7-1.1 1 0 2 .4 2.7 1.1s1.1 1.6 1.1 2.6v3.7z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Group = { render }; var index = function index2() { return svg({ name: "IconGroup", component: Group })(); }; export { index as default };