UNPKG

1.32 kBJavaScriptView Raw
1import { defineComponent, openBlock, createElementBlock, createElementVNode } from 'vue';
2import _export_sfc from './_virtual/plugin-vue_export-helper.mjs';
3
4const _sfc_main = defineComponent({
5 name: "Link"
6});
7const _hoisted_1 = {
8 viewBox: "0 0 1024 1024",
9 xmlns: "http://www.w3.org/2000/svg"
10};
11const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
12 fill: "currentColor",
13 d: "M715.648 625.152 670.4 579.904l90.496-90.56c75.008-74.944 85.12-186.368 22.656-248.896-62.528-62.464-173.952-52.352-248.96 22.656L444.16 353.6l-45.248-45.248 90.496-90.496c100.032-99.968 251.968-110.08 339.456-22.656 87.488 87.488 77.312 239.424-22.656 339.456l-90.496 90.496zm-90.496 90.496-90.496 90.496C434.624 906.112 282.688 916.224 195.2 828.8c-87.488-87.488-77.312-239.424 22.656-339.456l90.496-90.496 45.248 45.248-90.496 90.56c-75.008 74.944-85.12 186.368-22.656 248.896 62.528 62.464 173.952 52.352 248.96-22.656l90.496-90.496 45.248 45.248zm0-362.048 45.248 45.248L398.848 670.4 353.6 625.152 625.152 353.6z"
14}, null, -1);
15const _hoisted_3 = [
16 _hoisted_2
17];
18function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19 return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
20}
21var link = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
22
23export { link as default };