@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) • 2.22 kB
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: "M13.918 7.989c0-2.48-.96-4.489-3.667-4.489-2.708 0-3.667 2.01-3.667 4.489 0 .136.003.272.011.408-.331.304-.445.92-.247 1.528.165.511.507.883.87 1.003.126.259.27.502.431.728.45.673.645 1.297.473 1.71-.093.223-.276.408-.549.556-.28.15-.684.312-1.148.496-1.694.674-4.171 1.66-4.166 3.61 0 .17-.002.335-.005.495-.017 1.114-.03 1.939.856 1.977h14.28c.885-.039.873-.864.855-1.978l-.002-.155-.002-.34c.005-1.95-2.471-2.935-4.166-3.61-.463-.184-.868-.345-1.148-.496-.273-.147-.456-.332-.549-.555-.179-.43-.021-1 .473-1.71l.085-.12c.128-.191.243-.395.346-.608.364-.12.706-.492.872-1.003.198-.608.084-1.225-.248-1.527.008-.137.012-.273.012-.409ZM19.707 19.5c.046-.308.048-.668.038-1.29l-.002-.13-.003-.318c.006-1.947-1.392-3.155-3.776-4.168-.449-.186-1.672-.645-2.203-.858.04-.063.093-.176.156-.26l.082-.107.109-.156c.035-.051.069-.103.102-.154.537-.344 1.02-.964 1.244-1.604l.037-.114c.235-.764.171-1.578-.197-2.22l-.01-.114c-.03-1.96-.664-3.54-1.88-4.497.113-.007.229-.01.347-.01.704 0 1.327.123 1.87.37.276.125.528.28.755.466.21.171.398.367.566.59.598.789.896 1.921.896 3.242a1.849 1.849 0 0 1 .27.685 2.285 2.285 0 0 1-.098 1.137 2.319 2.319 0 0 1-.495.828 1.935 1.935 0 0 1-.472.373 4.87 4.87 0 0 1-.323.482c-.13.176-.224.333-.282.47a.54.54 0 0 0-.054.206.44.44 0 0 0 .135.093c.143.072.462.201.957.387.553.206.977.374 1.272.503.524.228.97.461 1.336.7.863.562 1.39 1.21 1.579 1.945.053.21.08.425.08.648l.002.28c0 .026 0 .068.002.126.005.322.004.557-.003.706a2.845 2.845 0 0 1-.115.726 1.502 1.502 0 0 1-.355.607 3.362 3.362 0 0 1-.234.19c-.227.147-.528.227-.842.24h-.491Z",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Teams = {
render
};
var index = function index2() {
return svg({
name: "IconTeams",
component: Teams
})();
};
export {
index as default
};