@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.
32 lines (31 loc) • 1.62 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 1390 1024",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M819.556 17.778C978.844 125.867 1080.889 307.2 1080.889 512c0 204.8-102.045 386.133-261.333 494.222 216.177-62.578 375.11-255.289 375.11-494.222S1035.734 80.356 819.557 17.778Zm170.666 0C1149.512 125.867 1251.556 307.2 1251.556 512c0 204.8-102.045 386.133-261.334 494.222C1206.4 943.644 1365.333 750.933 1365.333 512S1206.4 80.356 990.223 17.778ZM512 0C227.556 0 0 227.556 0 512c0 284.444 227.556 512 512 512 284.444 0 512-227.556 512-512C1024 227.556 796.444 0 512 0Zm-73.143 190.171H512V264c83.383 16.12 146.286 85.502 146.286 169.371H512c0-19.178-16.457-34.742-36.571-34.742-20.115 0-36.572 15.564-36.572 34.742 0 10.006.768 34.465 41.143 34.743 68.17 0 178.286 74.767 178.286 173.715 0 83.869-62.903 153.25-146.286 169.371v73.829h-73.143V811.2c-83.383-16.12-146.286-85.502-146.286-169.371h146.286c0 19.178 16.457 34.742 36.572 34.742 20.114 0 36.571-15.564 36.571-34.742 0-10.006-.768-34.465-41.143-34.743-68.096 0-178.286-74.767-178.286-173.715 0-83.869 62.903-153.25 146.286-169.371v-73.829Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Coin = {
render
};
var index = function index2() {
return svg({
name: "IconCoin",
component: Coin
})();
};
export {
index as default
};