UNPKG

1.61 kBJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, '__esModule', { value: true });
4
5var vue = require('vue');
6
7var script = vue.defineComponent({
8 name: "Coin"
9});
10
11const _hoisted_1 = {
12 xmlns: "http://www.w3.org/2000/svg",
13 viewBox: "0 0 1024 1024"
14};
15const _hoisted_2 = /* @__PURE__ */ vue.createVNode("path", {
16 fill: "currentColor",
17 d: "m161.92 580.736 29.888 58.88C171.328 659.776 160 681.728 160 704c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 615.808 928 657.664 928 704c0 129.728-188.544 224-416 224S96 833.728 96 704c0-46.592 24.32-88.576 65.92-123.264z"
18}, null, -1);
19const _hoisted_3 = /* @__PURE__ */ vue.createVNode("path", {
20 fill: "currentColor",
21 d: "m161.92 388.736 29.888 58.88C171.328 467.84 160 489.792 160 512c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 423.808 928 465.664 928 512c0 129.728-188.544 224-416 224S96 641.728 96 512c0-46.592 24.32-88.576 65.92-123.264z"
22}, null, -1);
23const _hoisted_4 = /* @__PURE__ */ vue.createVNode("path", {
24 fill: "currentColor",
25 d: "M512 544c-227.456 0-416-94.272-416-224S284.544 96 512 96s416 94.272 416 224-188.544 224-416 224zm0-64c196.672 0 352-77.696 352-160S708.672 160 512 160s-352 77.696-352 160 155.328 160 352 160z"
26}, null, -1);
27function render(_ctx, _cache, $props, $setup, $data, $options) {
28 return vue.openBlock(), vue.createBlock("svg", _hoisted_1, [
29 _hoisted_2,
30 _hoisted_3,
31 _hoisted_4
32 ]);
33}
34
35script.render = render;
36script.__file = "packages/components/Coin.vue";
37
38exports.default = script;