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.03 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: "commission_svg__st0", d: "M20.5 11c-2.4-2.4-6.3-2.6-8.9-.6L2.9 1.8c-.3-.3-.9-.3-1.2 0-.3.3-.3.9 0 1.2l8.7 8.7c-2.1 2.6-1.9 6.5.6 8.9 2.6 2.6 6.9 2.6 9.5 0s2.7-7 0-9.6zm-1.2 8.3c-2 2-5.2 2-7.2 0s-2-5.2 0-7.2 5.2-2 7.2 0 2 5.2 0 7.2zM8.2 7 10 5.2c.3-.3.3-.9 0-1.2-.3-.3-.9-.3-1.2 0L7.1 5.8 8.2 7zm-.4-4c.3-.3.3-.9 0-1.2-.3-.3-.9-.3-1.2 0L4.8 3.6 6 4.8 7.8 3z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Commission = { render }; var index = function index2() { return svg({ name: "IconCommission", component: Commission })(); }; export { index as default };