@elmethis/core 0.7.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/code/ElmCodeBlock.vue.mjs +2 -2
- package/dist/components/code/ElmCodeBlock.vue2.mjs +3 -7
- package/dist/components/icon/ElmLanguageIcon.vue2.mjs +38 -27
- package/dist/components/icon/languages/Bash.vue.d.ts +7 -0
- package/dist/components/icon/languages/C.vue.d.ts +7 -0
- package/dist/components/icon/languages/C.vue.mjs +31 -1
- package/dist/components/icon/languages/C.vue2.mjs +1 -31
- package/dist/components/icon/languages/Cplusplus.vue.d.ts +7 -0
- package/dist/components/icon/languages/Cplusplus.vue.mjs +35 -1
- package/dist/components/icon/languages/Cplusplus.vue2.mjs +1 -35
- package/dist/components/icon/languages/Csharp.vue.d.ts +7 -0
- package/dist/components/icon/languages/Csharp.vue.mjs +31 -1
- package/dist/components/icon/languages/Csharp.vue2.mjs +1 -31
- package/dist/components/icon/languages/Css.vue.d.ts +7 -0
- package/dist/components/icon/languages/Css.vue.mjs +23 -1
- package/dist/components/icon/languages/Css.vue2.mjs +1 -23
- package/dist/components/icon/languages/Go.vue.d.ts +7 -0
- package/dist/components/icon/languages/Go.vue.mjs +29 -1
- package/dist/components/icon/languages/Go.vue2.mjs +1 -29
- package/dist/components/icon/languages/Html.vue.d.ts +7 -0
- package/dist/components/icon/languages/Html.vue.mjs +35 -1
- package/dist/components/icon/languages/Html.vue2.mjs +1 -35
- package/dist/components/icon/languages/Java.vue.d.ts +7 -0
- package/dist/components/icon/languages/Java.vue.mjs +20 -1
- package/dist/components/icon/languages/Java.vue2.mjs +1 -20
- package/dist/components/icon/languages/Javascript.vue.d.ts +7 -0
- package/dist/components/icon/languages/Javascript.vue.mjs +27 -1
- package/dist/components/icon/languages/Javascript.vue2.mjs +1 -27
- package/dist/components/icon/languages/Json.vue.d.ts +7 -0
- package/dist/components/icon/languages/Json.vue.mjs +20 -1
- package/dist/components/icon/languages/Json.vue2.mjs +1 -20
- package/dist/components/icon/languages/Kotlin.vue.d.ts +7 -0
- package/dist/components/icon/languages/Kotlin.vue.mjs +20 -1
- package/dist/components/icon/languages/Kotlin.vue2.mjs +1 -20
- package/dist/components/icon/languages/Lua.vue.d.ts +7 -0
- package/dist/components/icon/languages/Lua.vue.mjs +31 -1
- package/dist/components/icon/languages/Lua.vue2.mjs +1 -31
- package/dist/components/icon/languages/Npm.vue.d.ts +7 -0
- package/dist/components/icon/languages/Npm.vue.mjs +27 -1
- package/dist/components/icon/languages/Npm.vue2.mjs +1 -27
- package/dist/components/icon/languages/Python.vue.d.ts +7 -0
- package/dist/components/icon/languages/Python.vue.mjs +20 -1
- package/dist/components/icon/languages/Python.vue2.mjs +1 -20
- package/dist/components/icon/languages/Rust.vue.d.ts +7 -0
- package/dist/components/icon/languages/Rust.vue.mjs +21 -1
- package/dist/components/icon/languages/Rust.vue2.mjs +1 -21
- package/dist/components/icon/languages/Sql.vue.d.ts +7 -0
- package/dist/components/icon/languages/Sql.vue.mjs +23 -1
- package/dist/components/icon/languages/Sql.vue2.mjs +1 -23
- package/dist/components/icon/languages/Terraform.vue.d.ts +7 -0
- package/dist/components/icon/languages/Terraform.vue.mjs +33 -1
- package/dist/components/icon/languages/Terraform.vue2.mjs +1 -33
- package/dist/components/icon/languages/Typescript.vue.d.ts +7 -0
- package/dist/components/icon/languages/Typescript.vue.mjs +27 -1
- package/dist/components/icon/languages/Typescript.vue2.mjs +1 -27
- package/dist/components/others/ElmJsonComponentRenderer.vue2.mjs +54 -128
- package/dist/components/others/ElmMarkdown.vue.mjs +44 -93
- package/dist/index.d.ts +4 -0
- package/dist/index.mjs +114 -110
- package/package.json +1 -1
- package/dist/_virtual/dynamic-import-helper.mjs +0 -10
- package/dist/components/icon/languages/Typescript copy.vue.mjs +0 -4
- package/dist/components/icon/languages/Typescript copy.vue2.mjs +0 -30
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
try {
|
|
4
4
|
if (typeof document != "undefined") {
|
|
5
5
|
var elementStyle = document.createElement("style");
|
|
6
|
-
elementStyle.appendChild(document.createTextNode(".v-enter-to[data-v-
|
|
6
|
+
elementStyle.appendChild(document.createTextNode(".v-enter-to[data-v-0f62a398],.v-leave-from[data-v-0f62a398]{opacity:1}.v-enter-active[data-v-0f62a398],.v-leave-active[data-v-0f62a398]{transition:opacity .15s}.v-enter-from[data-v-0f62a398],.v-leave-to[data-v-0f62a398]{opacity:0}"));
|
|
7
7
|
document.head.appendChild(elementStyle);
|
|
8
8
|
}
|
|
9
9
|
} catch (e) {
|
|
@@ -17,7 +17,7 @@ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
|
17
17
|
const cssModules = {
|
|
18
18
|
"$style": style0
|
|
19
19
|
};
|
|
20
|
-
const ElmCodeBlock = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules], ["__scopeId", "data-v-
|
|
20
|
+
const ElmCodeBlock = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules], ["__scopeId", "data-v-0f62a398"]]);
|
|
21
21
|
export {
|
|
22
22
|
ElmCodeBlock as default
|
|
23
23
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent,
|
|
1
|
+
import { defineComponent, ref, useTemplateRef, useSlots, createElementBlock, openBlock, normalizeStyle, normalizeClass, createElementVNode, createVNode, createBlock, resolveDynamicComponent, unref, Transition, withCtx, createCommentVNode, h } from "vue";
|
|
2
2
|
import ElmLanguageIcon from "../icon/ElmLanguageIcon.vue.mjs";
|
|
3
3
|
import ElmInlineText from "../typography/ElmInlineText.vue.mjs";
|
|
4
|
-
import ElmBlockFallback from "../fallback/ElmBlockFallback.vue.mjs";
|
|
5
4
|
import ElmDotLoadingIcon from "../icon/ElmDotLoadingIcon.vue.mjs";
|
|
6
5
|
import { useClipboard, useIntersectionObserver, useElementHover } from "@vueuse/core";
|
|
7
6
|
import { mdiClipboardCheckMultipleOutline, mdiClipboardMultipleOutline } from "@mdi/js";
|
|
8
7
|
import ElmMdiIcon from "../icon/ElmMdiIcon.vue.mjs";
|
|
8
|
+
import ElmShikiHighlighter from "./ElmShikiHighlighter.vue.mjs";
|
|
9
9
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
10
|
__name: "ElmCodeBlock",
|
|
11
11
|
props: {
|
|
@@ -16,10 +16,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
16
16
|
},
|
|
17
17
|
setup(__props) {
|
|
18
18
|
const props = __props;
|
|
19
|
-
const AsyncElmShikiHighlighter = defineAsyncComponent({
|
|
20
|
-
loader: () => import("./ElmShikiHighlighter.vue.mjs"),
|
|
21
|
-
loadingComponent: ElmBlockFallback
|
|
22
|
-
});
|
|
23
19
|
const isRendered = ref(false);
|
|
24
20
|
const { copy, copied } = useClipboard({ source: props.code });
|
|
25
21
|
const target = ref(null);
|
|
@@ -115,7 +111,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
115
111
|
class: normalizeClass(_ctx.$style["code-body"]),
|
|
116
112
|
style: normalizeStyle({ opacity: isRendered.value ? 1 : 0 })
|
|
117
113
|
}, [
|
|
118
|
-
createVNode(
|
|
114
|
+
createVNode(ElmShikiHighlighter, {
|
|
119
115
|
modelValue: isRendered.value,
|
|
120
116
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRendered.value = $event),
|
|
121
117
|
code: __props.code,
|
|
@@ -1,8 +1,25 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { defineComponent, h, createElementBlock, openBlock, normalizeStyle, normalizeClass, createVNode, Transition, unref, withCtx, createBlock, resolveDynamicComponent, defineAsyncComponent } from "vue";
|
|
1
|
+
import { defineComponent, h, createElementBlock, openBlock, normalizeStyle, normalizeClass, createVNode, Transition, unref, withCtx, createBlock, resolveDynamicComponent } from "vue";
|
|
3
2
|
import ElmMdiIcon from "./ElmMdiIcon.vue.mjs";
|
|
4
3
|
import { mdiCodeJson } from "@mdi/js";
|
|
5
4
|
import fadeStyle from "../../styles/transition-fade.module.scss.mjs";
|
|
5
|
+
import _sfc_main$h from "./languages/Rust.vue.mjs";
|
|
6
|
+
import _sfc_main$g from "./languages/Javascript.vue.mjs";
|
|
7
|
+
import _sfc_main$f from "./languages/Typescript.vue.mjs";
|
|
8
|
+
import Bash from "./languages/Bash.vue.mjs";
|
|
9
|
+
import _sfc_main$e from "./languages/Terraform.vue.mjs";
|
|
10
|
+
import _sfc_main$d from "./languages/Html.vue.mjs";
|
|
11
|
+
import _sfc_main$c from "./languages/Css.vue.mjs";
|
|
12
|
+
import _sfc_main$b from "./languages/Npm.vue.mjs";
|
|
13
|
+
import _sfc_main$a from "./languages/Java.vue.mjs";
|
|
14
|
+
import _sfc_main$9 from "./languages/Kotlin.vue.mjs";
|
|
15
|
+
import _sfc_main$8 from "./languages/Go.vue.mjs";
|
|
16
|
+
import _sfc_main$7 from "./languages/Python.vue.mjs";
|
|
17
|
+
import _sfc_main$6 from "./languages/Sql.vue.mjs";
|
|
18
|
+
import _sfc_main$5 from "./languages/Json.vue.mjs";
|
|
19
|
+
import _sfc_main$4 from "./languages/Lua.vue.mjs";
|
|
20
|
+
import _sfc_main$3 from "./languages/Csharp.vue.mjs";
|
|
21
|
+
import _sfc_main$2 from "./languages/Cplusplus.vue.mjs";
|
|
22
|
+
import _sfc_main$1 from "./languages/C.vue.mjs";
|
|
6
23
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
24
|
__name: "ElmLanguageIcon",
|
|
8
25
|
props: {
|
|
@@ -73,32 +90,26 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
73
90
|
d: mdiCodeJson,
|
|
74
91
|
size: props.size ? `${props.size}px` : void 0
|
|
75
92
|
});
|
|
76
|
-
const defineIcon = (
|
|
77
|
-
defineAsyncComponent({
|
|
78
|
-
loader: () => __variableDynamicImportRuntimeHelper(/* @__PURE__ */ Object.assign({ "./languages/Bash.vue": () => import("./languages/Bash.vue.mjs"), "./languages/C.vue": () => import("./languages/C.vue.mjs"), "./languages/Cplusplus.vue": () => import("./languages/Cplusplus.vue.mjs"), "./languages/Csharp.vue": () => import("./languages/Csharp.vue.mjs"), "./languages/Css.vue": () => import("./languages/Css.vue.mjs"), "./languages/Go.vue": () => import("./languages/Go.vue.mjs"), "./languages/Html.vue": () => import("./languages/Html.vue.mjs"), "./languages/Java.vue": () => import("./languages/Java.vue.mjs"), "./languages/Javascript.vue": () => import("./languages/Javascript.vue.mjs"), "./languages/Json.vue": () => import("./languages/Json.vue.mjs"), "./languages/Kotlin.vue": () => import("./languages/Kotlin.vue.mjs"), "./languages/Lua.vue": () => import("./languages/Lua.vue.mjs"), "./languages/Npm.vue": () => import("./languages/Npm.vue.mjs"), "./languages/Python.vue": () => import("./languages/Python.vue.mjs"), "./languages/Rust.vue": () => import("./languages/Rust.vue.mjs"), "./languages/Sql.vue": () => import("./languages/Sql.vue.mjs"), "./languages/Terraform.vue": () => import("./languages/Terraform.vue.mjs"), "./languages/Typescript copy.vue": () => import("./languages/Typescript copy.vue.mjs"), "./languages/Typescript.vue": () => import("./languages/Typescript.vue.mjs") }), `./languages/${path}.vue`, 3),
|
|
79
|
-
loadingComponent: Fallback
|
|
80
|
-
}),
|
|
81
|
-
props
|
|
82
|
-
);
|
|
93
|
+
const defineIcon = (component) => h(component, props);
|
|
83
94
|
const ICON_MAP = {
|
|
84
|
-
rust: defineIcon(
|
|
85
|
-
javascript: defineIcon(
|
|
86
|
-
typescript: defineIcon(
|
|
87
|
-
shell: defineIcon(
|
|
88
|
-
terraform: defineIcon(
|
|
89
|
-
html: defineIcon(
|
|
90
|
-
css: defineIcon(
|
|
91
|
-
npm: defineIcon(
|
|
92
|
-
java: defineIcon(
|
|
93
|
-
kotlin: defineIcon(
|
|
94
|
-
go: defineIcon(
|
|
95
|
-
python: defineIcon(
|
|
96
|
-
sql: defineIcon(
|
|
97
|
-
json: defineIcon(
|
|
98
|
-
lua: defineIcon(
|
|
99
|
-
csharp: defineIcon(
|
|
100
|
-
cpp: defineIcon(
|
|
101
|
-
c: defineIcon(
|
|
95
|
+
rust: defineIcon(_sfc_main$h),
|
|
96
|
+
javascript: defineIcon(_sfc_main$g),
|
|
97
|
+
typescript: defineIcon(_sfc_main$f),
|
|
98
|
+
shell: defineIcon(Bash),
|
|
99
|
+
terraform: defineIcon(_sfc_main$e),
|
|
100
|
+
html: defineIcon(_sfc_main$d),
|
|
101
|
+
css: defineIcon(_sfc_main$c),
|
|
102
|
+
npm: defineIcon(_sfc_main$b),
|
|
103
|
+
java: defineIcon(_sfc_main$a),
|
|
104
|
+
kotlin: defineIcon(_sfc_main$9),
|
|
105
|
+
go: defineIcon(_sfc_main$8),
|
|
106
|
+
python: defineIcon(_sfc_main$7),
|
|
107
|
+
sql: defineIcon(_sfc_main$6),
|
|
108
|
+
json: defineIcon(_sfc_main$5),
|
|
109
|
+
lua: defineIcon(_sfc_main$4),
|
|
110
|
+
csharp: defineIcon(_sfc_main$3),
|
|
111
|
+
cpp: defineIcon(_sfc_main$2),
|
|
112
|
+
c: defineIcon(_sfc_main$1),
|
|
102
113
|
file: h(Fallback)
|
|
103
114
|
};
|
|
104
115
|
const render = () => {
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
size?: number;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
size: number;
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
size?: number;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
size: number;
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
7
|
+
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const _hoisted_1 = ["width", "height"];
|
|
3
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
+
__name: "C",
|
|
5
|
+
props: {
|
|
6
|
+
size: { default: 24 }
|
|
7
|
+
},
|
|
8
|
+
setup(__props) {
|
|
9
|
+
return (_ctx, _cache) => {
|
|
10
|
+
return openBlock(), createElementBlock("svg", {
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
width: __props.size,
|
|
13
|
+
height: __props.size,
|
|
14
|
+
viewBox: "0 0 128 128"
|
|
15
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
16
|
+
createElementVNode("path", {
|
|
17
|
+
fill: "#659ad3",
|
|
18
|
+
d: "M115.4 30.7L67.1 2.9c-.8-.5-1.9-.7-3.1-.7s-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7"
|
|
19
|
+
}, null, -1),
|
|
20
|
+
createElementVNode("path", {
|
|
21
|
+
fill: "#03599c",
|
|
22
|
+
d: "M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7s2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c0-.9-.1-1.9-.6-2.8z"
|
|
23
|
+
}, null, -1),
|
|
24
|
+
createElementVNode("path", {
|
|
25
|
+
fill: "#fff",
|
|
26
|
+
d: "M85.3 76.1C81.1 83.5 73.1 88.5 64 88.5c-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20c-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8z"
|
|
27
|
+
}, null, -1)
|
|
28
|
+
])], 8, _hoisted_1);
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
});
|
|
2
32
|
export {
|
|
3
33
|
_sfc_main as default
|
|
4
34
|
};
|
|
@@ -1,34 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
const _hoisted_1 = ["width", "height"];
|
|
3
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
-
__name: "C",
|
|
5
|
-
props: {
|
|
6
|
-
size: { default: 24 }
|
|
7
|
-
},
|
|
8
|
-
setup(__props) {
|
|
9
|
-
return (_ctx, _cache) => {
|
|
10
|
-
return openBlock(), createElementBlock("svg", {
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
width: __props.size,
|
|
13
|
-
height: __props.size,
|
|
14
|
-
viewBox: "0 0 128 128"
|
|
15
|
-
}, [..._cache[0] || (_cache[0] = [
|
|
16
|
-
createElementVNode("path", {
|
|
17
|
-
fill: "#659ad3",
|
|
18
|
-
d: "M115.4 30.7L67.1 2.9c-.8-.5-1.9-.7-3.1-.7s-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7"
|
|
19
|
-
}, null, -1),
|
|
20
|
-
createElementVNode("path", {
|
|
21
|
-
fill: "#03599c",
|
|
22
|
-
d: "M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7s2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c0-.9-.1-1.9-.6-2.8z"
|
|
23
|
-
}, null, -1),
|
|
24
|
-
createElementVNode("path", {
|
|
25
|
-
fill: "#fff",
|
|
26
|
-
d: "M85.3 76.1C81.1 83.5 73.1 88.5 64 88.5c-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20c-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8z"
|
|
27
|
-
}, null, -1)
|
|
28
|
-
])], 8, _hoisted_1);
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
});
|
|
1
|
+
import _sfc_main from "./C.vue.mjs";
|
|
32
2
|
export {
|
|
33
3
|
_sfc_main as default
|
|
34
4
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
size?: number;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
size: number;
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
7
|
+
export default _default;
|
|
@@ -1,4 +1,38 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const _hoisted_1 = ["width", "height"];
|
|
3
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
+
__name: "Cplusplus",
|
|
5
|
+
props: {
|
|
6
|
+
size: { default: 24 }
|
|
7
|
+
},
|
|
8
|
+
setup(__props) {
|
|
9
|
+
return (_ctx, _cache) => {
|
|
10
|
+
return openBlock(), createElementBlock("svg", {
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
width: __props.size,
|
|
13
|
+
height: __props.size,
|
|
14
|
+
viewBox: "0 0 128 128"
|
|
15
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
16
|
+
createElementVNode("path", {
|
|
17
|
+
fill: "#00599c",
|
|
18
|
+
d: "M118.766 95.82c.89-1.543 1.441-3.28 1.441-4.843V36.78c0-1.558-.55-3.297-1.441-4.84l-55.32 31.94Zm0 0"
|
|
19
|
+
}, null, -1),
|
|
20
|
+
createElementVNode("path", {
|
|
21
|
+
fill: "#004482",
|
|
22
|
+
d: "m68.36 126.586l46.933-27.094c1.352-.781 2.582-2.129 3.473-3.672l-55.32-31.94L8.12 95.82c.89 1.543 2.121 2.89 3.473 3.672l46.933 27.094c2.703 1.562 7.13 1.562 9.832 0Zm0 0"
|
|
23
|
+
}, null, -1),
|
|
24
|
+
createElementVNode("path", {
|
|
25
|
+
fill: "#659ad2",
|
|
26
|
+
d: "M118.766 31.941c-.891-1.546-2.121-2.894-3.473-3.671L68.359 1.172c-2.703-1.563-7.129-1.563-9.832 0L11.594 28.27C8.89 29.828 6.68 33.66 6.68 36.78v54.196c0 1.562.55 3.3 1.441 4.843L63.445 63.88Zm0 0"
|
|
27
|
+
}, null, -1),
|
|
28
|
+
createElementVNode("path", {
|
|
29
|
+
fill: "#fff",
|
|
30
|
+
d: "M63.445 26.035c-20.867 0-37.843 16.977-37.843 37.844s16.976 37.844 37.843 37.844c13.465 0 26.024-7.247 32.77-18.91L79.84 73.335c-3.38 5.84-9.66 9.465-16.395 9.465c-10.433 0-18.922-8.488-18.922-18.922s8.49-18.922 18.922-18.922c6.73 0 13.017 3.629 16.39 9.465l16.38-9.477c-6.75-11.664-19.305-18.91-32.77-18.91zM92.88 57.57v4.207h-4.207v4.203h4.207v4.207h4.203V65.98h4.203v-4.203h-4.203V57.57zm15.766 0v4.207h-4.204v4.203h4.204v4.207h4.207V65.98h4.203v-4.203h-4.203V57.57z"
|
|
31
|
+
}, null, -1)
|
|
32
|
+
])], 8, _hoisted_1);
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
});
|
|
2
36
|
export {
|
|
3
37
|
_sfc_main as default
|
|
4
38
|
};
|
|
@@ -1,38 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
const _hoisted_1 = ["width", "height"];
|
|
3
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
-
__name: "Cplusplus",
|
|
5
|
-
props: {
|
|
6
|
-
size: { default: 24 }
|
|
7
|
-
},
|
|
8
|
-
setup(__props) {
|
|
9
|
-
return (_ctx, _cache) => {
|
|
10
|
-
return openBlock(), createElementBlock("svg", {
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
width: __props.size,
|
|
13
|
-
height: __props.size,
|
|
14
|
-
viewBox: "0 0 128 128"
|
|
15
|
-
}, [..._cache[0] || (_cache[0] = [
|
|
16
|
-
createElementVNode("path", {
|
|
17
|
-
fill: "#00599c",
|
|
18
|
-
d: "M118.766 95.82c.89-1.543 1.441-3.28 1.441-4.843V36.78c0-1.558-.55-3.297-1.441-4.84l-55.32 31.94Zm0 0"
|
|
19
|
-
}, null, -1),
|
|
20
|
-
createElementVNode("path", {
|
|
21
|
-
fill: "#004482",
|
|
22
|
-
d: "m68.36 126.586l46.933-27.094c1.352-.781 2.582-2.129 3.473-3.672l-55.32-31.94L8.12 95.82c.89 1.543 2.121 2.89 3.473 3.672l46.933 27.094c2.703 1.562 7.13 1.562 9.832 0Zm0 0"
|
|
23
|
-
}, null, -1),
|
|
24
|
-
createElementVNode("path", {
|
|
25
|
-
fill: "#659ad2",
|
|
26
|
-
d: "M118.766 31.941c-.891-1.546-2.121-2.894-3.473-3.671L68.359 1.172c-2.703-1.563-7.129-1.563-9.832 0L11.594 28.27C8.89 29.828 6.68 33.66 6.68 36.78v54.196c0 1.562.55 3.3 1.441 4.843L63.445 63.88Zm0 0"
|
|
27
|
-
}, null, -1),
|
|
28
|
-
createElementVNode("path", {
|
|
29
|
-
fill: "#fff",
|
|
30
|
-
d: "M63.445 26.035c-20.867 0-37.843 16.977-37.843 37.844s16.976 37.844 37.843 37.844c13.465 0 26.024-7.247 32.77-18.91L79.84 73.335c-3.38 5.84-9.66 9.465-16.395 9.465c-10.433 0-18.922-8.488-18.922-18.922s8.49-18.922 18.922-18.922c6.73 0 13.017 3.629 16.39 9.465l16.38-9.477c-6.75-11.664-19.305-18.91-32.77-18.91zM92.88 57.57v4.207h-4.207v4.203h4.207v4.207h4.203V65.98h4.203v-4.203h-4.203V57.57zm15.766 0v4.207h-4.204v4.203h4.204v4.207h4.207V65.98h4.203v-4.203h-4.203V57.57z"
|
|
31
|
-
}, null, -1)
|
|
32
|
-
])], 8, _hoisted_1);
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
});
|
|
1
|
+
import _sfc_main from "./Cplusplus.vue.mjs";
|
|
36
2
|
export {
|
|
37
3
|
_sfc_main as default
|
|
38
4
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
size?: number;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
size: number;
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
7
|
+
export default _default;
|
|
@@ -1,4 +1,34 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const _hoisted_1 = ["width", "height"];
|
|
3
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
+
__name: "Csharp",
|
|
5
|
+
props: {
|
|
6
|
+
size: { default: 24 }
|
|
7
|
+
},
|
|
8
|
+
setup(__props) {
|
|
9
|
+
return (_ctx, _cache) => {
|
|
10
|
+
return openBlock(), createElementBlock("svg", {
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
width: __props.size,
|
|
13
|
+
height: __props.size,
|
|
14
|
+
viewBox: "0 0 128 128"
|
|
15
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
16
|
+
createElementVNode("path", {
|
|
17
|
+
fill: "#9b4f96",
|
|
18
|
+
d: "M115.4 30.7L67.1 2.9c-.8-.5-1.9-.7-3.1-.7s-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7"
|
|
19
|
+
}, null, -1),
|
|
20
|
+
createElementVNode("path", {
|
|
21
|
+
fill: "#68217a",
|
|
22
|
+
d: "M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7s2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c0-.9-.1-1.9-.6-2.8z"
|
|
23
|
+
}, null, -1),
|
|
24
|
+
createElementVNode("path", {
|
|
25
|
+
fill: "#fff",
|
|
26
|
+
d: "M85.3 76.1C81.1 83.5 73.1 88.5 64 88.5c-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20c-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8zM97 66.2l.9-4.3h-4.2v-4.7h5.1L100 51h4.9l-1.2 6.1h3.8l1.2-6.1h4.8l-1.2 6.1h2.4v4.7h-3.3l-.9 4.3h4.2v4.7h-5.1l-1.2 6h-4.9l1.2-6h-3.8l-1.2 6h-4.8l1.2-6h-2.4v-4.7H97zm4.8 0h3.8l.9-4.3h-3.8z"
|
|
27
|
+
}, null, -1)
|
|
28
|
+
])], 8, _hoisted_1);
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
});
|
|
2
32
|
export {
|
|
3
33
|
_sfc_main as default
|
|
4
34
|
};
|
|
@@ -1,34 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
const _hoisted_1 = ["width", "height"];
|
|
3
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
-
__name: "Csharp",
|
|
5
|
-
props: {
|
|
6
|
-
size: { default: 24 }
|
|
7
|
-
},
|
|
8
|
-
setup(__props) {
|
|
9
|
-
return (_ctx, _cache) => {
|
|
10
|
-
return openBlock(), createElementBlock("svg", {
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
width: __props.size,
|
|
13
|
-
height: __props.size,
|
|
14
|
-
viewBox: "0 0 128 128"
|
|
15
|
-
}, [..._cache[0] || (_cache[0] = [
|
|
16
|
-
createElementVNode("path", {
|
|
17
|
-
fill: "#9b4f96",
|
|
18
|
-
d: "M115.4 30.7L67.1 2.9c-.8-.5-1.9-.7-3.1-.7s-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7"
|
|
19
|
-
}, null, -1),
|
|
20
|
-
createElementVNode("path", {
|
|
21
|
-
fill: "#68217a",
|
|
22
|
-
d: "M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7s2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c0-.9-.1-1.9-.6-2.8z"
|
|
23
|
-
}, null, -1),
|
|
24
|
-
createElementVNode("path", {
|
|
25
|
-
fill: "#fff",
|
|
26
|
-
d: "M85.3 76.1C81.1 83.5 73.1 88.5 64 88.5c-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20c-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8zM97 66.2l.9-4.3h-4.2v-4.7h5.1L100 51h4.9l-1.2 6.1h3.8l1.2-6.1h4.8l-1.2 6.1h2.4v4.7h-3.3l-.9 4.3h4.2v4.7h-5.1l-1.2 6h-4.9l1.2-6h-3.8l-1.2 6h-4.8l1.2-6h-2.4v-4.7H97zm4.8 0h3.8l.9-4.3h-3.8z"
|
|
27
|
-
}, null, -1)
|
|
28
|
-
])], 8, _hoisted_1);
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
});
|
|
1
|
+
import _sfc_main from "./Csharp.vue.mjs";
|
|
32
2
|
export {
|
|
33
3
|
_sfc_main as default
|
|
34
4
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
size?: number;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
size: number;
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
7
|
+
export default _default;
|
|
@@ -1,4 +1,26 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const _hoisted_1 = ["width", "height"];
|
|
3
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
+
__name: "Css",
|
|
5
|
+
props: {
|
|
6
|
+
size: { default: 24 }
|
|
7
|
+
},
|
|
8
|
+
setup(__props) {
|
|
9
|
+
return (_ctx, _cache) => {
|
|
10
|
+
return openBlock(), createElementBlock("svg", {
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
width: __props.size,
|
|
14
|
+
height: __props.size
|
|
15
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
16
|
+
createElementVNode("path", {
|
|
17
|
+
fill: "#3f9de9",
|
|
18
|
+
d: "m5 3l-.65 3.34h13.59L17.5 8.5H3.92l-.66 3.33h13.59l-.76 3.81l-5.48 1.81l-4.75-1.81l.33-1.64H2.85l-.79 4l7.85 3l9.05-3l1.2-6.03l.24-1.21L21.94 3z"
|
|
19
|
+
}, null, -1)
|
|
20
|
+
])], 8, _hoisted_1);
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
});
|
|
2
24
|
export {
|
|
3
25
|
_sfc_main as default
|
|
4
26
|
};
|
|
@@ -1,26 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
const _hoisted_1 = ["width", "height"];
|
|
3
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
-
__name: "Css",
|
|
5
|
-
props: {
|
|
6
|
-
size: { default: 24 }
|
|
7
|
-
},
|
|
8
|
-
setup(__props) {
|
|
9
|
-
return (_ctx, _cache) => {
|
|
10
|
-
return openBlock(), createElementBlock("svg", {
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
viewBox: "0 0 24 24",
|
|
13
|
-
width: __props.size,
|
|
14
|
-
height: __props.size
|
|
15
|
-
}, [..._cache[0] || (_cache[0] = [
|
|
16
|
-
createElementVNode("path", {
|
|
17
|
-
fill: "#3f9de9",
|
|
18
|
-
d: "m5 3l-.65 3.34h13.59L17.5 8.5H3.92l-.66 3.33h13.59l-.76 3.81l-5.48 1.81l-4.75-1.81l.33-1.64H2.85l-.79 4l7.85 3l9.05-3l1.2-6.03l.24-1.21L21.94 3z"
|
|
19
|
-
}, null, -1)
|
|
20
|
-
])], 8, _hoisted_1);
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
});
|
|
1
|
+
import _sfc_main from "./Css.vue.mjs";
|
|
24
2
|
export {
|
|
25
3
|
_sfc_main as default
|
|
26
4
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
size?: number;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
size: number;
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
7
|
+
export default _default;
|
|
@@ -1,4 +1,32 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const _hoisted_1 = ["width", "height"];
|
|
3
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
+
__name: "Go",
|
|
5
|
+
props: {
|
|
6
|
+
size: { default: 24 }
|
|
7
|
+
},
|
|
8
|
+
setup(__props) {
|
|
9
|
+
return (_ctx, _cache) => {
|
|
10
|
+
return openBlock(), createElementBlock("svg", {
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
width: __props.size,
|
|
13
|
+
height: __props.size,
|
|
14
|
+
viewBox: "0 0 128 128"
|
|
15
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
16
|
+
createElementVNode("g", {
|
|
17
|
+
fill: "#00acd7",
|
|
18
|
+
"fill-rule": "evenodd"
|
|
19
|
+
}, [
|
|
20
|
+
createElementVNode("path", { d: "M11.156 54.829c-.243 0-.303-.122-.182-.303l1.273-1.637c.12-.182.424-.303.666-.303H34.55c.243 0 .303.182.182.364l-1.03 1.576c-.121.181-.424.363-.606.363zm-9.152 5.575c-.242 0-.303-.12-.182-.303l1.273-1.636c.121-.182.424-.303.667-.303h27.636c.242 0 .364.182.303.364l-.485 1.454c-.06.243-.303.364-.545.364zM16.67 65.98c-.242 0-.302-.182-.181-.364l.848-1.515c.122-.182.364-.363.607-.363h12.12c.243 0 .364.181.364.424l-.12 1.454c0 .243-.243.425-.425.425zm62.91-12.242c-3.819.97-6.425 1.697-10.182 2.666c-.91.243-.97.303-1.758-.606c-.909-1.03-1.576-1.697-2.848-2.303c-3.819-1.878-7.516-1.333-10.97.91c-4.121 2.666-6.242 6.605-6.182 11.514c.06 4.849 3.394 8.849 8.182 9.516c4.121.545 7.576-.91 10.303-4c.545-.667 1.03-1.394 1.636-2.243H56.064c-1.272 0-1.575-.788-1.151-1.818c.788-1.879 2.242-5.03 3.09-6.606c.183-.364.607-.97 1.516-.97h22.06c-.12 1.637-.12 3.273-.363 4.91c-.667 4.363-2.303 8.363-4.97 11.878c-4.364 5.758-10.06 9.333-17.273 10.303c-5.939.788-11.454-.364-16.302-4c-4.485-3.394-7.03-7.879-7.697-13.454c-.788-6.606 1.151-12.546 5.151-17.758c4.303-5.636 10-9.212 16.97-10.485c5.697-1.03 11.151-.363 16.06 2.97c3.212 2.121 5.515 5.03 7.03 8.545c.364.546.122.849-.606 1.03z" }),
|
|
21
|
+
createElementVNode("path", {
|
|
22
|
+
"fill-rule": "nonzero",
|
|
23
|
+
d: "M99.64 87.253c-5.515-.122-10.546-1.697-14.788-5.334c-3.576-3.09-5.818-7.03-6.545-11.697c-1.091-6.848.787-12.909 4.909-18.302c4.424-5.819 9.757-8.849 16.97-10.122c6.181-1.09 12-.484 17.272 3.091c4.788 3.273 7.757 7.697 8.545 13.515c1.03 8.182-1.333 14.849-6.97 20.546c-4 4.06-8.909 6.606-14.545 7.757c-1.636.303-3.273.364-4.848.546m14.424-24.485c-.06-.788-.06-1.394-.182-2c-1.09-6-6.606-9.394-12.363-8.06c-5.637 1.272-9.273 4.848-10.606 10.545c-1.091 4.727 1.212 9.515 5.575 11.454c3.334 1.455 6.667 1.273 9.879-.363c4.788-2.485 7.394-6.364 7.697-11.576"
|
|
24
|
+
})
|
|
25
|
+
], -1)
|
|
26
|
+
])], 8, _hoisted_1);
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
});
|
|
2
30
|
export {
|
|
3
31
|
_sfc_main as default
|
|
4
32
|
};
|
|
@@ -1,32 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
const _hoisted_1 = ["width", "height"];
|
|
3
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
-
__name: "Go",
|
|
5
|
-
props: {
|
|
6
|
-
size: { default: 24 }
|
|
7
|
-
},
|
|
8
|
-
setup(__props) {
|
|
9
|
-
return (_ctx, _cache) => {
|
|
10
|
-
return openBlock(), createElementBlock("svg", {
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
width: __props.size,
|
|
13
|
-
height: __props.size,
|
|
14
|
-
viewBox: "0 0 128 128"
|
|
15
|
-
}, [..._cache[0] || (_cache[0] = [
|
|
16
|
-
createElementVNode("g", {
|
|
17
|
-
fill: "#00acd7",
|
|
18
|
-
"fill-rule": "evenodd"
|
|
19
|
-
}, [
|
|
20
|
-
createElementVNode("path", { d: "M11.156 54.829c-.243 0-.303-.122-.182-.303l1.273-1.637c.12-.182.424-.303.666-.303H34.55c.243 0 .303.182.182.364l-1.03 1.576c-.121.181-.424.363-.606.363zm-9.152 5.575c-.242 0-.303-.12-.182-.303l1.273-1.636c.121-.182.424-.303.667-.303h27.636c.242 0 .364.182.303.364l-.485 1.454c-.06.243-.303.364-.545.364zM16.67 65.98c-.242 0-.302-.182-.181-.364l.848-1.515c.122-.182.364-.363.607-.363h12.12c.243 0 .364.181.364.424l-.12 1.454c0 .243-.243.425-.425.425zm62.91-12.242c-3.819.97-6.425 1.697-10.182 2.666c-.91.243-.97.303-1.758-.606c-.909-1.03-1.576-1.697-2.848-2.303c-3.819-1.878-7.516-1.333-10.97.91c-4.121 2.666-6.242 6.605-6.182 11.514c.06 4.849 3.394 8.849 8.182 9.516c4.121.545 7.576-.91 10.303-4c.545-.667 1.03-1.394 1.636-2.243H56.064c-1.272 0-1.575-.788-1.151-1.818c.788-1.879 2.242-5.03 3.09-6.606c.183-.364.607-.97 1.516-.97h22.06c-.12 1.637-.12 3.273-.363 4.91c-.667 4.363-2.303 8.363-4.97 11.878c-4.364 5.758-10.06 9.333-17.273 10.303c-5.939.788-11.454-.364-16.302-4c-4.485-3.394-7.03-7.879-7.697-13.454c-.788-6.606 1.151-12.546 5.151-17.758c4.303-5.636 10-9.212 16.97-10.485c5.697-1.03 11.151-.363 16.06 2.97c3.212 2.121 5.515 5.03 7.03 8.545c.364.546.122.849-.606 1.03z" }),
|
|
21
|
-
createElementVNode("path", {
|
|
22
|
-
"fill-rule": "nonzero",
|
|
23
|
-
d: "M99.64 87.253c-5.515-.122-10.546-1.697-14.788-5.334c-3.576-3.09-5.818-7.03-6.545-11.697c-1.091-6.848.787-12.909 4.909-18.302c4.424-5.819 9.757-8.849 16.97-10.122c6.181-1.09 12-.484 17.272 3.091c4.788 3.273 7.757 7.697 8.545 13.515c1.03 8.182-1.333 14.849-6.97 20.546c-4 4.06-8.909 6.606-14.545 7.757c-1.636.303-3.273.364-4.848.546m14.424-24.485c-.06-.788-.06-1.394-.182-2c-1.09-6-6.606-9.394-12.363-8.06c-5.637 1.272-9.273 4.848-10.606 10.545c-1.091 4.727 1.212 9.515 5.575 11.454c3.334 1.455 6.667 1.273 9.879-.363c4.788-2.485 7.394-6.364 7.697-11.576"
|
|
24
|
-
})
|
|
25
|
-
], -1)
|
|
26
|
-
])], 8, _hoisted_1);
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
});
|
|
1
|
+
import _sfc_main from "./Go.vue.mjs";
|
|
30
2
|
export {
|
|
31
3
|
_sfc_main as default
|
|
32
4
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
size?: number;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
size: number;
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
7
|
+
export default _default;
|
|
@@ -1,4 +1,38 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const _hoisted_1 = ["width", "height"];
|
|
3
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
+
__name: "Html",
|
|
5
|
+
props: {
|
|
6
|
+
size: { default: 24 }
|
|
7
|
+
},
|
|
8
|
+
setup(__props) {
|
|
9
|
+
return (_ctx, _cache) => {
|
|
10
|
+
return openBlock(), createElementBlock("svg", {
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
width: __props.size,
|
|
13
|
+
height: __props.size,
|
|
14
|
+
viewBox: "0 0 128 128"
|
|
15
|
+
}, [..._cache[0] || (_cache[0] = [
|
|
16
|
+
createElementVNode("path", {
|
|
17
|
+
fill: "#e44d26",
|
|
18
|
+
d: "M19.037 113.876L9.032 1.661h109.936l-10.016 112.198l-45.019 12.48z"
|
|
19
|
+
}, null, -1),
|
|
20
|
+
createElementVNode("path", {
|
|
21
|
+
fill: "#f16529",
|
|
22
|
+
d: "m64 116.8l36.378-10.086l8.559-95.878H64z"
|
|
23
|
+
}, null, -1),
|
|
24
|
+
createElementVNode("path", {
|
|
25
|
+
fill: "#ebebeb",
|
|
26
|
+
d: "M64 52.455H45.788L44.53 38.361H64V24.599H29.489l.33 3.692l3.382 37.927H64zm0 35.743l-.061.017l-15.327-4.14l-.979-10.975H33.816l1.928 21.609l28.193 7.826l.063-.017z"
|
|
27
|
+
}, null, -1),
|
|
28
|
+
createElementVNode("path", {
|
|
29
|
+
fill: "#fff",
|
|
30
|
+
d: "M63.952 52.455v13.763h16.947l-1.597 17.849l-15.35 4.143v14.319l28.215-7.82l.207-2.325l3.234-36.233l.335-3.696h-3.708zm0-27.856v13.762h33.244l.276-3.092l.628-6.978l.329-3.692z"
|
|
31
|
+
}, null, -1)
|
|
32
|
+
])], 8, _hoisted_1);
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
});
|
|
2
36
|
export {
|
|
3
37
|
_sfc_main as default
|
|
4
38
|
};
|
|
@@ -1,38 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
const _hoisted_1 = ["width", "height"];
|
|
3
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
-
__name: "Html",
|
|
5
|
-
props: {
|
|
6
|
-
size: { default: 24 }
|
|
7
|
-
},
|
|
8
|
-
setup(__props) {
|
|
9
|
-
return (_ctx, _cache) => {
|
|
10
|
-
return openBlock(), createElementBlock("svg", {
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
width: __props.size,
|
|
13
|
-
height: __props.size,
|
|
14
|
-
viewBox: "0 0 128 128"
|
|
15
|
-
}, [..._cache[0] || (_cache[0] = [
|
|
16
|
-
createElementVNode("path", {
|
|
17
|
-
fill: "#e44d26",
|
|
18
|
-
d: "M19.037 113.876L9.032 1.661h109.936l-10.016 112.198l-45.019 12.48z"
|
|
19
|
-
}, null, -1),
|
|
20
|
-
createElementVNode("path", {
|
|
21
|
-
fill: "#f16529",
|
|
22
|
-
d: "m64 116.8l36.378-10.086l8.559-95.878H64z"
|
|
23
|
-
}, null, -1),
|
|
24
|
-
createElementVNode("path", {
|
|
25
|
-
fill: "#ebebeb",
|
|
26
|
-
d: "M64 52.455H45.788L44.53 38.361H64V24.599H29.489l.33 3.692l3.382 37.927H64zm0 35.743l-.061.017l-15.327-4.14l-.979-10.975H33.816l1.928 21.609l28.193 7.826l.063-.017z"
|
|
27
|
-
}, null, -1),
|
|
28
|
-
createElementVNode("path", {
|
|
29
|
-
fill: "#fff",
|
|
30
|
-
d: "M63.952 52.455v13.763h16.947l-1.597 17.849l-15.35 4.143v14.319l28.215-7.82l.207-2.325l3.234-36.233l.335-3.696h-3.708zm0-27.856v13.762h33.244l.276-3.092l.628-6.978l.329-3.692z"
|
|
31
|
-
}, null, -1)
|
|
32
|
-
])], 8, _hoisted_1);
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
});
|
|
1
|
+
import _sfc_main from "./Html.vue.mjs";
|
|
36
2
|
export {
|
|
37
3
|
_sfc_main as default
|
|
38
4
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
size?: number;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
size: number;
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
7
|
+
export default _default;
|