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.5 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: "association_svg__st0", d: "M19.3 10.1h-.4V7.6c0-1.3-1.1-2.3-2.4-2.3h-2.4v-.7C14.1 2.1 12 0 9.5 0S4.8 2.1 4.8 4.6v.7H2.4C1.1 5.3 0 6.4 0 7.6V11c0 .3.1.5.4.7s.5.3.7.3c.3-.1.5-.1.8-.1 1.5 0 2.8 1.3 2.8 2.8 0 1.5-1.3 2.8-2.8 2.8-.2 0-.5-.1-.8-.1-.3-.1-.6 0-.8.2-.2.1-.3.3-.3.6v3.4C0 22.9 1.1 24 2.4 24h14.2c.6 0 1.3-.3 1.7-.7.4-.4.6-1 .6-1.6v-2.4h.4c2.6 0 4.7-2.1 4.7-4.6s-2.1-4.6-4.7-4.6zM17.1 18v3.5c0 .3-.2.5-.5.5h-14c-.3 0-.6-.2-.6-.5v-2.3h.1c2.5 0 4.6-2 4.6-4.6 0-1.2-.5-2.4-1.4-3.3C4.4 10.5 3.2 10 2 10V7.7c0-.3.2-.5.5-.5h3.6c.3 0 .6-.2.8-.4.2-.2.2-.5.1-.8-.2-.4-.3-.8-.3-1.2C6.7 3.2 8 2 9.5 2c1.5 0 2.8 1.3 2.8 2.8 0 .4 0 .8-.3 1.2-.2.3-.1.6.1.8.2.2.5.4.8.4h3.7c.3 0 .5.2.5.5v3.6c0 .3.1.5.4.7.3.2.6.2.8.1.3-.1.6-.2.9-.2 1.5 0 2.8 1.3 2.8 2.8 0 1.5-1.2 2.8-2.8 2.8-.3 0-.6-.1-.9-.2h-.1c-.3-.1-.6-.1-.8.1-.2 0-.3.3-.3.6z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Association = { render }; var index = function index2() { return svg({ name: "IconAssociation", component: Association })(); }; export { index as default };