@thesvg/vue 3.2.4 → 3.2.6
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/avanza.cjs +24 -0
- package/dist/avanza.d.ts +7 -0
- package/dist/avanza.js +21 -0
- package/dist/{smmix.cjs → blogent.cjs} +4 -4
- package/dist/blogent.d.ts +7 -0
- package/dist/{smmix.js → blogent.js} +4 -4
- package/dist/eps.cjs +27 -0
- package/dist/eps.d.ts +7 -0
- package/dist/eps.js +24 -0
- package/dist/fgo.cjs +38 -0
- package/dist/fgo.d.ts +7 -0
- package/dist/fgo.js +35 -0
- package/dist/google-search-console-legacy.cjs +24 -0
- package/dist/google-search-console-legacy.d.ts +7 -0
- package/dist/google-search-console-legacy.js +21 -0
- package/dist/google-search-console.cjs +14 -2
- package/dist/google-search-console.js +14 -2
- package/dist/index.cjs +30 -2
- package/dist/index.d.ts +15 -1
- package/dist/index.js +15 -1
- package/dist/justcall.cjs +24 -0
- package/dist/justcall.d.ts +7 -0
- package/dist/justcall.js +21 -0
- package/dist/nfl.cjs +29 -0
- package/dist/nfl.d.ts +7 -0
- package/dist/nfl.js +26 -0
- package/dist/noom.cjs +24 -0
- package/dist/noom.d.ts +7 -0
- package/dist/noom.js +21 -0
- package/dist/oblio.cjs +52 -0
- package/dist/oblio.d.ts +7 -0
- package/dist/oblio.js +49 -0
- package/dist/pipedrive.cjs +31 -0
- package/dist/pipedrive.d.ts +7 -0
- package/dist/pipedrive.js +28 -0
- package/dist/pixelos.cjs +27 -0
- package/dist/pixelos.d.ts +7 -0
- package/dist/pixelos.js +24 -0
- package/dist/s-oil.cjs +101 -0
- package/dist/s-oil.d.ts +7 -0
- package/dist/s-oil.js +98 -0
- package/dist/siket.cjs +23 -0
- package/dist/siket.d.ts +7 -0
- package/dist/siket.js +20 -0
- package/dist/smartbill.cjs +47 -0
- package/dist/smartbill.d.ts +7 -0
- package/dist/smartbill.js +44 -0
- package/dist/wisetech-global.cjs +25 -0
- package/dist/wisetech-global.d.ts +7 -0
- package/dist/wisetech-global.js +22 -0
- package/dist/zoom-2025.cjs +10 -8
- package/dist/zoom-2025.js +10 -8
- package/package.json +2 -2
- package/dist/smmix.d.ts +0 -7
package/dist/avanza.cjs
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Avanza Bank
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const Avanza = vue_1.defineComponent({
|
|
10
|
+
name: 'Avanza',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 1549 1881',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('title', {}),
|
|
19
|
+
vue_1.h('path', {"fill":"#17b582","d":"m251.5 1149.1v731.3h-250.9v-731.3zm432.1-208.6v939.9h-251v-939.9zm432.1-260.9v1200.8h-250.9v-1200.8zm432.4-678.6v1879.4h-250.5v-1879.4z"})
|
|
20
|
+
]);
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
exports.default = Avanza;
|
package/dist/avanza.d.ts
ADDED
package/dist/avanza.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/vue - Avanza Bank
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const Avanza = defineComponent({
|
|
7
|
+
name: 'Avanza',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 1549 1881',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('title', {}),
|
|
16
|
+
h('path', {"fill":"#17b582","d":"m251.5 1149.1v731.3h-250.9v-731.3zm432.1-208.6v939.9h-251v-939.9zm432.1-260.9v1200.8h-250.9v-1200.8zm432.4-678.6v1879.4h-250.5v-1879.4z"})
|
|
17
|
+
]);
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
export default Avanza;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// @thesvg/vue -
|
|
2
|
+
// @thesvg/vue - Blogent
|
|
3
3
|
// Auto-generated. Do not edit.
|
|
4
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
|
|
7
7
|
const vue_1 = require("vue");
|
|
8
8
|
|
|
9
|
-
const
|
|
10
|
-
name: '
|
|
9
|
+
const Blogent = vue_1.defineComponent({
|
|
10
|
+
name: 'Blogent',
|
|
11
11
|
setup(_, { attrs }) {
|
|
12
12
|
return () => vue_1.h('svg', {
|
|
13
13
|
viewBox: '0 0 512 512',
|
|
@@ -32,4 +32,4 @@ const Smmix = vue_1.defineComponent({
|
|
|
32
32
|
}
|
|
33
33
|
});
|
|
34
34
|
|
|
35
|
-
exports.default =
|
|
35
|
+
exports.default = Blogent;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
// @thesvg/vue -
|
|
1
|
+
// @thesvg/vue - Blogent
|
|
2
2
|
// Auto-generated. Do not edit.
|
|
3
3
|
|
|
4
4
|
import { defineComponent, h } from 'vue';
|
|
5
5
|
|
|
6
|
-
const
|
|
7
|
-
name: '
|
|
6
|
+
const Blogent = defineComponent({
|
|
7
|
+
name: 'Blogent',
|
|
8
8
|
setup(_, { attrs }) {
|
|
9
9
|
return () => h('svg', {
|
|
10
10
|
viewBox: '0 0 512 512',
|
|
@@ -29,4 +29,4 @@ const Smmix = defineComponent({
|
|
|
29
29
|
}
|
|
30
30
|
});
|
|
31
31
|
|
|
32
|
-
export default
|
|
32
|
+
export default Blogent;
|
package/dist/eps.cjs
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - EPS - Elektroprivreda Srbije
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const Eps = vue_1.defineComponent({
|
|
10
|
+
name: 'Eps',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 300 331.399',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('path', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"#083F88","d":"M267.168 0H300v264.681h-72.076C302.582 178.14 308.419 68.341 267.168 0L267.168 0zM72.167 215.385c3.453 17.231 11.108 33.405 17.998 49.58L51.58 264.87v-36.947L72.167 215.385 72.167 215.385zM67.384 181.299l-15.601 9.008V0h83.86C81.356 57.729 66.044 119.172 67.384 181.299zM246.967 89.408c-3.737-30.443-22.02-52.07-44.517-55.521 -36.368-5.844-75.052 36.763-86.44 92.859 -11.394 56.094 7.184 102.893 42.415 106.63 35.028 3.638 75.048-38.389 85.862-92.852 0.861-4.982 2.68-14.272 3.441-21.158l-24.895 14.263c-5.26 33.5-26.415 68.252-57.614 66.335 -21.931-1.051-31.497-33.596-27.475-71.602 3.732-47.672 69.202-96.576 85.089-26.51l-21.906 11.965c-2.68-9.292-8.814-15.607-15.042-15.607 -11.861 0-25.359 17.716-26.995 35.991 -1.626 18.289 4.213 34.846 16.18 34.846 11.87 0 25.856-21.338 26.323-41.452l65.196-34.167c6.03 62.693-38.202 175.365-114.301 167.999 -44.503-4.213-69.398-60.603-54.853-136.789C112.09 48.435 163.684 0.767 208.578 6.031c13.507 1.624 27.764 9.852 37.616 22.486 9.77 12.746 17.42 30.448 19.256 50.649L246.967 89.408z"}),
|
|
19
|
+
vue_1.h('polygon', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"#083F88","points":"183.685,272.818 244.188,272.818 244.188,328.526 220.829,328.526 220.829,290.622 208.682,290.622 208.682,328.811 183.685,328.526 "}),
|
|
20
|
+
vue_1.h('polygon', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"#EF3E56","points":"0,215.858 51.695,190.197 51.583,228.02 0,262.188 "}),
|
|
21
|
+
vue_1.h('path', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"#EF3E56","d":"M200.828 128.266L71.782 215.764c-2.679-10.819-4.775-22.211-4.497-34.171l66.624-33.791 66.624-33.601L200.828 128.266zM297.221 296.459c-4.497-3.441-8.805-5.26-12.725-5.26 -2.021 0-4.314 0.564-6.033 1.624 -1.623 0.767-3.453 2.106-4.215 3.636 -1.157 1.621-1.726 3.736-1.726 5.555 0 2.68 1.146 5.555 2.862 7.468 1.637 1.804 4.513 3.153 7.67 3.153h0.285 0.293c2.48 0 5.065-0.291 7.077-1.051 2.014-1.059 4.592-2.398 6.795-3.73l-0.76 20.866c-5.174 1.628-10.055 2.679-14.27 2.679 -1.435 0-3.439-0.193-5.636-0.471 -4.895-0.58-9.486-2.395-13.406-4.793 -3.932-2.968-7.375-6.316-9.374-10.336 -2.021-4.215-3.173-8.997-3.173-13.503 0-5.837 1.437-11.392 4.313-15.312 2.496-4.215 6.793-7.953 11.392-10.052 4.795-2.391 10.249-3.73 15.885-3.73 4.795 0 9.964 0.765 14.466 2.679L297.221 296.459z"}),
|
|
22
|
+
vue_1.h('polygon', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"#083F88","points":"133.911,328.622 133.911,272.917 174.027,272.917 174.027,287.749 154.873,287.749 154.873,293.301 172.016,293.301 172.016,307.369 154.873,307.369 154.873,313.502 174.494,313.502 174.494,328.622 "})
|
|
23
|
+
]);
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
exports.default = Eps;
|
package/dist/eps.d.ts
ADDED
package/dist/eps.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// @thesvg/vue - EPS - Elektroprivreda Srbije
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const Eps = defineComponent({
|
|
7
|
+
name: 'Eps',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 300 331.399',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('path', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"#083F88","d":"M267.168 0H300v264.681h-72.076C302.582 178.14 308.419 68.341 267.168 0L267.168 0zM72.167 215.385c3.453 17.231 11.108 33.405 17.998 49.58L51.58 264.87v-36.947L72.167 215.385 72.167 215.385zM67.384 181.299l-15.601 9.008V0h83.86C81.356 57.729 66.044 119.172 67.384 181.299zM246.967 89.408c-3.737-30.443-22.02-52.07-44.517-55.521 -36.368-5.844-75.052 36.763-86.44 92.859 -11.394 56.094 7.184 102.893 42.415 106.63 35.028 3.638 75.048-38.389 85.862-92.852 0.861-4.982 2.68-14.272 3.441-21.158l-24.895 14.263c-5.26 33.5-26.415 68.252-57.614 66.335 -21.931-1.051-31.497-33.596-27.475-71.602 3.732-47.672 69.202-96.576 85.089-26.51l-21.906 11.965c-2.68-9.292-8.814-15.607-15.042-15.607 -11.861 0-25.359 17.716-26.995 35.991 -1.626 18.289 4.213 34.846 16.18 34.846 11.87 0 25.856-21.338 26.323-41.452l65.196-34.167c6.03 62.693-38.202 175.365-114.301 167.999 -44.503-4.213-69.398-60.603-54.853-136.789C112.09 48.435 163.684 0.767 208.578 6.031c13.507 1.624 27.764 9.852 37.616 22.486 9.77 12.746 17.42 30.448 19.256 50.649L246.967 89.408z"}),
|
|
16
|
+
h('polygon', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"#083F88","points":"183.685,272.818 244.188,272.818 244.188,328.526 220.829,328.526 220.829,290.622 208.682,290.622 208.682,328.811 183.685,328.526 "}),
|
|
17
|
+
h('polygon', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"#EF3E56","points":"0,215.858 51.695,190.197 51.583,228.02 0,262.188 "}),
|
|
18
|
+
h('path', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"#EF3E56","d":"M200.828 128.266L71.782 215.764c-2.679-10.819-4.775-22.211-4.497-34.171l66.624-33.791 66.624-33.601L200.828 128.266zM297.221 296.459c-4.497-3.441-8.805-5.26-12.725-5.26 -2.021 0-4.314 0.564-6.033 1.624 -1.623 0.767-3.453 2.106-4.215 3.636 -1.157 1.621-1.726 3.736-1.726 5.555 0 2.68 1.146 5.555 2.862 7.468 1.637 1.804 4.513 3.153 7.67 3.153h0.285 0.293c2.48 0 5.065-0.291 7.077-1.051 2.014-1.059 4.592-2.398 6.795-3.73l-0.76 20.866c-5.174 1.628-10.055 2.679-14.27 2.679 -1.435 0-3.439-0.193-5.636-0.471 -4.895-0.58-9.486-2.395-13.406-4.793 -3.932-2.968-7.375-6.316-9.374-10.336 -2.021-4.215-3.173-8.997-3.173-13.503 0-5.837 1.437-11.392 4.313-15.312 2.496-4.215 6.793-7.953 11.392-10.052 4.795-2.391 10.249-3.73 15.885-3.73 4.795 0 9.964 0.765 14.466 2.679L297.221 296.459z"}),
|
|
19
|
+
h('polygon', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"#083F88","points":"133.911,328.622 133.911,272.917 174.027,272.917 174.027,287.749 154.873,287.749 154.873,293.301 172.016,293.301 172.016,307.369 154.873,307.369 154.873,313.502 174.494,313.502 174.494,328.622 "})
|
|
20
|
+
]);
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export default Eps;
|
package/dist/fgo.cjs
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - FGO
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const Fgo = vue_1.defineComponent({
|
|
10
|
+
name: 'Fgo',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 146 56',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('title', {}),
|
|
19
|
+
vue_1.h('g', {"clip-path":"url(#a)"}, [
|
|
20
|
+
vue_1.h('path', {"fill":"#20a7b3","d":"M119.763 11.794c9.498 0 17.235 7.77 17.235 17.307 0 9.538-7.737 17.308-17.235 17.308s-17.236-7.77-17.236-17.308 7.738-17.307 17.236-17.307m0-8.633c-14.247 0-25.833 11.634-25.833 25.94s11.586 25.941 25.833 25.941 25.833-11.634 25.833-25.94S134.01 3.16 119.763 3.16"}),
|
|
21
|
+
vue_1.h('path', {"fill":"#353535","d":"M21.386 1.68h25.423v5.633H27.486v46.414h-6.1z"}),
|
|
22
|
+
vue_1.h('path', {"fill":"#353535","fill-rule":"evenodd","d":"M19.706 0H48.49v8.993H29.167v46.414h-9.461zm3.36 3.361v48.685h2.74V5.632h19.323v-2.27z","clip-rule":"evenodd"}),
|
|
23
|
+
vue_1.h('path', {"fill":"#353535","fill-rule":"evenodd","d":"M43.862 33.161H6.443V26.44h37.419z","clip-rule":"evenodd"}),
|
|
24
|
+
vue_1.h('path', {"fill":"#353535","d":"M6.73 35.967c-3.398 0-6.141-2.755-6.141-6.167s2.743-6.166 6.14-6.166c3.399 0 6.142 2.754 6.142 6.166s-2.743 6.167-6.141 6.167"}),
|
|
25
|
+
vue_1.h('path', {"fill":"#20a7b3","d":"M84.105 30.828c-.86 8.757-8.229 15.58-17.154 15.58-9.498 0-17.235-7.769-17.235-17.307s7.737-17.307 17.235-17.307c5.527 0 10.44 2.63 13.592 6.66h9.99C86.478 9.409 77.472 3.16 66.95 3.16c-14.245 0-25.83 11.635-25.83 25.94s11.585 25.942 25.83 25.942c13.715 0 24.891-10.689 25.751-24.214z"}),
|
|
26
|
+
vue_1.h('path', {"fill":"#353535","d":"m113.827 37.817 7.983-8.017-7.983-8.057h6.755l8.024 8.057-8.024 8.017z"}),
|
|
27
|
+
vue_1.h('path', {"fill":"#353535","fill-rule":"evenodd","d":"M122.178 33.367H58.313v-6.722h63.865z","clip-rule":"evenodd"})
|
|
28
|
+
]),
|
|
29
|
+
vue_1.h('defs', {}, [
|
|
30
|
+
vue_1.h('clipPath', {"id":"a"}, [
|
|
31
|
+
vue_1.h('path', {"fill":"#fff","d":"M0 0h146v55.619H0z"})
|
|
32
|
+
])
|
|
33
|
+
])
|
|
34
|
+
]);
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
exports.default = Fgo;
|
package/dist/fgo.d.ts
ADDED
package/dist/fgo.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// @thesvg/vue - FGO
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const Fgo = defineComponent({
|
|
7
|
+
name: 'Fgo',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 146 56',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('title', {}),
|
|
16
|
+
h('g', {"clip-path":"url(#a)"}, [
|
|
17
|
+
h('path', {"fill":"#20a7b3","d":"M119.763 11.794c9.498 0 17.235 7.77 17.235 17.307 0 9.538-7.737 17.308-17.235 17.308s-17.236-7.77-17.236-17.308 7.738-17.307 17.236-17.307m0-8.633c-14.247 0-25.833 11.634-25.833 25.94s11.586 25.941 25.833 25.941 25.833-11.634 25.833-25.94S134.01 3.16 119.763 3.16"}),
|
|
18
|
+
h('path', {"fill":"#353535","d":"M21.386 1.68h25.423v5.633H27.486v46.414h-6.1z"}),
|
|
19
|
+
h('path', {"fill":"#353535","fill-rule":"evenodd","d":"M19.706 0H48.49v8.993H29.167v46.414h-9.461zm3.36 3.361v48.685h2.74V5.632h19.323v-2.27z","clip-rule":"evenodd"}),
|
|
20
|
+
h('path', {"fill":"#353535","fill-rule":"evenodd","d":"M43.862 33.161H6.443V26.44h37.419z","clip-rule":"evenodd"}),
|
|
21
|
+
h('path', {"fill":"#353535","d":"M6.73 35.967c-3.398 0-6.141-2.755-6.141-6.167s2.743-6.166 6.14-6.166c3.399 0 6.142 2.754 6.142 6.166s-2.743 6.167-6.141 6.167"}),
|
|
22
|
+
h('path', {"fill":"#20a7b3","d":"M84.105 30.828c-.86 8.757-8.229 15.58-17.154 15.58-9.498 0-17.235-7.769-17.235-17.307s7.737-17.307 17.235-17.307c5.527 0 10.44 2.63 13.592 6.66h9.99C86.478 9.409 77.472 3.16 66.95 3.16c-14.245 0-25.83 11.635-25.83 25.94s11.585 25.942 25.83 25.942c13.715 0 24.891-10.689 25.751-24.214z"}),
|
|
23
|
+
h('path', {"fill":"#353535","d":"m113.827 37.817 7.983-8.017-7.983-8.057h6.755l8.024 8.057-8.024 8.017z"}),
|
|
24
|
+
h('path', {"fill":"#353535","fill-rule":"evenodd","d":"M122.178 33.367H58.313v-6.722h63.865z","clip-rule":"evenodd"})
|
|
25
|
+
]),
|
|
26
|
+
h('defs', {}, [
|
|
27
|
+
h('clipPath', {"id":"a"}, [
|
|
28
|
+
h('path', {"fill":"#fff","d":"M0 0h146v55.619H0z"})
|
|
29
|
+
])
|
|
30
|
+
])
|
|
31
|
+
]);
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
export default Fgo;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Google Search Console (legacy)
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const GoogleSearchConsoleLegacy = vue_1.defineComponent({
|
|
10
|
+
name: 'GoogleSearchConsoleLegacy',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 24 24',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('title', {}),
|
|
19
|
+
vue_1.h('path', {"d":"M8.548 1.156L6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a.834.834 0 00-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zm2.134 0a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zM.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 000 7.23v2.441h3.457v-2.442a4.006 4.006 0 00-.041-7.248zm-13.243 8.26v1.43h7.925v-1.43z"})
|
|
20
|
+
]);
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
exports.default = GoogleSearchConsoleLegacy;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/vue - Google Search Console (legacy)
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const GoogleSearchConsoleLegacy = defineComponent({
|
|
7
|
+
name: 'GoogleSearchConsoleLegacy',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 24 24',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('title', {}),
|
|
16
|
+
h('path', {"d":"M8.548 1.156L6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a.834.834 0 00-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zm2.134 0a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zM.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 000 7.23v2.441h3.457v-2.442a4.006 4.006 0 00-.041-7.248zm-13.243 8.26v1.43h7.925v-1.43z"})
|
|
17
|
+
]);
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
export default GoogleSearchConsoleLegacy;
|
|
@@ -10,13 +10,25 @@ const GoogleSearchConsole = vue_1.defineComponent({
|
|
|
10
10
|
name: 'GoogleSearchConsole',
|
|
11
11
|
setup(_, { attrs }) {
|
|
12
12
|
return () => vue_1.h('svg', {
|
|
13
|
-
viewBox: '0 0
|
|
13
|
+
viewBox: '0 0 40 40',
|
|
14
14
|
fill: 'none',
|
|
15
15
|
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
16
|
...attrs
|
|
17
17
|
}, [
|
|
18
18
|
vue_1.h('title', {}),
|
|
19
|
-
vue_1.h('
|
|
19
|
+
vue_1.h('g', {"clip-path":"url(#a)"}, [
|
|
20
|
+
vue_1.h('path', {"fill":"#fbbc04","d":"m11.081 30.527-4.72 4.721a.933.933 0 0 1-1.317 0l-.292-.292a.933.933 0 0 1 0-1.316l4.72-4.721a.933.933 0 0 1 1.318 0l.291.291a.93.93 0 0 1 0 1.317"}),
|
|
21
|
+
vue_1.h('path', {"fill":"#4285f4","d":"M23.75 32.5h6.042a6.04 6.04 0 0 0 6.041-6.042v-16.25a6.04 6.04 0 0 0-6.041-6.041 6.04 6.04 0 0 0-6.042 6.041z"}),
|
|
22
|
+
vue_1.h('path', {"fill":"#fbbc04","d":"M13.75 32.5a6.04 6.04 0 0 0 6.042-6.042 6.04 6.04 0 0 0-6.042-6.041 6.04 6.04 0 0 0-6.042 6.041A6.04 6.04 0 0 0 13.75 32.5"}),
|
|
23
|
+
vue_1.h('path', {"fill":"#34a853","d":"M27.97 32.5h-5.887a6.04 6.04 0 0 1-6.041-6.042v-7.916a6.04 6.04 0 0 1 6.041-6.042 6.04 6.04 0 0 1 6.042 6.042v13.804a.154.154 0 0 1-.154.154z"}),
|
|
24
|
+
vue_1.h('path', {"fill":"#1967d2","d":"M28.125 32.346V18.542a6.04 6.04 0 0 0-4.375-5.807V32.5h4.22a.154.154 0 0 0 .155-.154"}),
|
|
25
|
+
vue_1.h('path', {"fill":"#ea4335","d":"M19.792 26.575a6.04 6.04 0 0 0-3.75-5.59v5.59c0 1.72.72 3.273 1.875 4.373a6.02 6.02 0 0 0 1.875-4.373"})
|
|
26
|
+
]),
|
|
27
|
+
vue_1.h('defs', {}, [
|
|
28
|
+
vue_1.h('clipPath', {"id":"a"}, [
|
|
29
|
+
vue_1.h('path', {"fill":"#fff","d":"M0 0h40v40H0z"})
|
|
30
|
+
])
|
|
31
|
+
])
|
|
20
32
|
]);
|
|
21
33
|
}
|
|
22
34
|
});
|
|
@@ -7,13 +7,25 @@ const GoogleSearchConsole = defineComponent({
|
|
|
7
7
|
name: 'GoogleSearchConsole',
|
|
8
8
|
setup(_, { attrs }) {
|
|
9
9
|
return () => h('svg', {
|
|
10
|
-
viewBox: '0 0
|
|
10
|
+
viewBox: '0 0 40 40',
|
|
11
11
|
fill: 'none',
|
|
12
12
|
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
13
|
...attrs
|
|
14
14
|
}, [
|
|
15
15
|
h('title', {}),
|
|
16
|
-
h('
|
|
16
|
+
h('g', {"clip-path":"url(#a)"}, [
|
|
17
|
+
h('path', {"fill":"#fbbc04","d":"m11.081 30.527-4.72 4.721a.933.933 0 0 1-1.317 0l-.292-.292a.933.933 0 0 1 0-1.316l4.72-4.721a.933.933 0 0 1 1.318 0l.291.291a.93.93 0 0 1 0 1.317"}),
|
|
18
|
+
h('path', {"fill":"#4285f4","d":"M23.75 32.5h6.042a6.04 6.04 0 0 0 6.041-6.042v-16.25a6.04 6.04 0 0 0-6.041-6.041 6.04 6.04 0 0 0-6.042 6.041z"}),
|
|
19
|
+
h('path', {"fill":"#fbbc04","d":"M13.75 32.5a6.04 6.04 0 0 0 6.042-6.042 6.04 6.04 0 0 0-6.042-6.041 6.04 6.04 0 0 0-6.042 6.041A6.04 6.04 0 0 0 13.75 32.5"}),
|
|
20
|
+
h('path', {"fill":"#34a853","d":"M27.97 32.5h-5.887a6.04 6.04 0 0 1-6.041-6.042v-7.916a6.04 6.04 0 0 1 6.041-6.042 6.04 6.04 0 0 1 6.042 6.042v13.804a.154.154 0 0 1-.154.154z"}),
|
|
21
|
+
h('path', {"fill":"#1967d2","d":"M28.125 32.346V18.542a6.04 6.04 0 0 0-4.375-5.807V32.5h4.22a.154.154 0 0 0 .155-.154"}),
|
|
22
|
+
h('path', {"fill":"#ea4335","d":"M19.792 26.575a6.04 6.04 0 0 0-3.75-5.59v5.59c0 1.72.72 3.273 1.875 4.373a6.02 6.02 0 0 0 1.875-4.373"})
|
|
23
|
+
]),
|
|
24
|
+
h('defs', {}, [
|
|
25
|
+
h('clipPath', {"id":"a"}, [
|
|
26
|
+
h('path', {"fill":"#fff","d":"M0 0h40v40H0z"})
|
|
27
|
+
])
|
|
28
|
+
])
|
|
17
29
|
]);
|
|
18
30
|
}
|
|
19
31
|
});
|
package/dist/index.cjs
CHANGED
|
@@ -748,6 +748,8 @@ const _avalanche = require('./avalanche.cjs');
|
|
|
748
748
|
exports.Avalanche = _avalanche.default;
|
|
749
749
|
const _avaloniaui = require('./avaloniaui.cjs');
|
|
750
750
|
exports.Avaloniaui = _avaloniaui.default;
|
|
751
|
+
const _avanza = require('./avanza.cjs');
|
|
752
|
+
exports.Avanza = _avanza.default;
|
|
751
753
|
const _avast = require('./avast.cjs');
|
|
752
754
|
exports.Avast = _avast.default;
|
|
753
755
|
const _avianca = require('./avianca.cjs');
|
|
@@ -3764,6 +3766,8 @@ const _blockchaindotcom = require('./blockchaindotcom.cjs');
|
|
|
3764
3766
|
exports.Blockchaindotcom = _blockchaindotcom.default;
|
|
3765
3767
|
const _blocs = require('./blocs.cjs');
|
|
3766
3768
|
exports.Blocs = _blocs.default;
|
|
3769
|
+
const _blogent = require('./blogent.cjs');
|
|
3770
|
+
exports.Blogent = _blogent.default;
|
|
3767
3771
|
const _blogger = require('./blogger.cjs');
|
|
3768
3772
|
exports.Blogger = _blogger.default;
|
|
3769
3773
|
const _bloglovin = require('./bloglovin.cjs');
|
|
@@ -5270,6 +5274,8 @@ const _epel = require('./epel.cjs');
|
|
|
5270
5274
|
exports.Epel = _epel.default;
|
|
5271
5275
|
const _epic_games = require('./epic-games.cjs');
|
|
5272
5276
|
exports.EpicGames = _epic_games.default;
|
|
5277
|
+
const _eps = require('./eps.cjs');
|
|
5278
|
+
exports.Eps = _eps.default;
|
|
5273
5279
|
const _epsagon = require('./epsagon.cjs');
|
|
5274
5280
|
exports.Epsagon = _epsagon.default;
|
|
5275
5281
|
const _epson = require('./epson.cjs');
|
|
@@ -5458,6 +5464,8 @@ const _ferretdb = require('./ferretdb.cjs');
|
|
|
5458
5464
|
exports.Ferretdb = _ferretdb.default;
|
|
5459
5465
|
const _ffmpeg = require('./ffmpeg.cjs');
|
|
5460
5466
|
exports.Ffmpeg = _ffmpeg.default;
|
|
5467
|
+
const _fgo = require('./fgo.cjs');
|
|
5468
|
+
exports.Fgo = _fgo.default;
|
|
5461
5469
|
const _fi = require('./fi.cjs');
|
|
5462
5470
|
exports.Fi = _fi.default;
|
|
5463
5471
|
const _fiat = require('./fiat.cjs');
|
|
@@ -6540,6 +6548,8 @@ const _google_scholar = require('./google-scholar.cjs');
|
|
|
6540
6548
|
exports.GoogleScholar = _google_scholar.default;
|
|
6541
6549
|
const _google_search_console = require('./google-search-console.cjs');
|
|
6542
6550
|
exports.GoogleSearchConsole = _google_search_console.default;
|
|
6551
|
+
const _google_search_console_legacy = require('./google-search-console-legacy.cjs');
|
|
6552
|
+
exports.GoogleSearchConsoleLegacy = _google_search_console_legacy.default;
|
|
6543
6553
|
const _google_sheets = require('./google-sheets.cjs');
|
|
6544
6554
|
exports.GoogleSheets = _google_sheets.default;
|
|
6545
6555
|
const _google_sheets_2026 = require('./google-sheets-2026.cjs');
|
|
@@ -7422,6 +7432,8 @@ const _just = require('./just.cjs');
|
|
|
7422
7432
|
exports.Just = _just.default;
|
|
7423
7433
|
const _just_eat = require('./just-eat.cjs');
|
|
7424
7434
|
exports.JustEat = _just_eat.default;
|
|
7435
|
+
const _justcall = require('./justcall.cjs');
|
|
7436
|
+
exports.Justcall = _justcall.default;
|
|
7425
7437
|
const _justgiving = require('./justgiving.cjs');
|
|
7426
7438
|
exports.Justgiving = _justgiving.default;
|
|
7427
7439
|
const _jwt = require('./jwt.cjs');
|
|
@@ -8910,6 +8922,8 @@ const _nf_core = require('./nf-core.cjs');
|
|
|
8910
8922
|
exports.NfCore = _nf_core.default;
|
|
8911
8923
|
const _nfc = require('./nfc.cjs');
|
|
8912
8924
|
exports.Nfc = _nfc.default;
|
|
8925
|
+
const _nfl = require('./nfl.cjs');
|
|
8926
|
+
exports.Nfl = _nfl.default;
|
|
8913
8927
|
const _nginx = require('./nginx.cjs');
|
|
8914
8928
|
exports.Nginx = _nginx.default;
|
|
8915
8929
|
const _nginx_proxy_manager = require('./nginx-proxy-manager.cjs');
|
|
@@ -8978,6 +8992,8 @@ const _nomad = require('./nomad.cjs');
|
|
|
8978
8992
|
exports.Nomad = _nomad.default;
|
|
8979
8993
|
const _nongfu_spring = require('./nongfu-spring.cjs');
|
|
8980
8994
|
exports.NongfuSpring = _nongfu_spring.default;
|
|
8995
|
+
const _noom = require('./noom.cjs');
|
|
8996
|
+
exports.Noom = _noom.default;
|
|
8981
8997
|
const _norco = require('./norco.cjs');
|
|
8982
8998
|
exports.Norco = _norco.default;
|
|
8983
8999
|
const _nordea = require('./nordea.cjs');
|
|
@@ -9094,6 +9110,8 @@ const _obb = require('./obb.cjs');
|
|
|
9094
9110
|
exports.Obb = _obb.default;
|
|
9095
9111
|
const _objectivec = require('./objectivec.cjs');
|
|
9096
9112
|
exports.Objectivec = _objectivec.default;
|
|
9113
|
+
const _oblio = require('./oblio.cjs');
|
|
9114
|
+
exports.Oblio = _oblio.default;
|
|
9097
9115
|
const _obs = require('./obs.cjs');
|
|
9098
9116
|
exports.Obs = _obs.default;
|
|
9099
9117
|
const _obs_studio = require('./obs-studio.cjs');
|
|
@@ -9662,6 +9680,8 @@ const _piped = require('./piped.cjs');
|
|
|
9662
9680
|
exports.Piped = _piped.default;
|
|
9663
9681
|
const _pipedream = require('./pipedream.cjs');
|
|
9664
9682
|
exports.Pipedream = _pipedream.default;
|
|
9683
|
+
const _pipedrive = require('./pipedrive.cjs');
|
|
9684
|
+
exports.Pipedrive = _pipedrive.default;
|
|
9665
9685
|
const _pipx = require('./pipx.cjs');
|
|
9666
9686
|
exports.Pipx = _pipx.default;
|
|
9667
9687
|
const _pitch = require('./pitch.cjs');
|
|
@@ -9676,6 +9696,8 @@ const _pixabay = require('./pixabay.cjs');
|
|
|
9676
9696
|
exports.Pixabay = _pixabay.default;
|
|
9677
9697
|
const _pixelfed = require('./pixelfed.cjs');
|
|
9678
9698
|
exports.Pixelfed = _pixelfed.default;
|
|
9699
|
+
const _pixelos = require('./pixelos.cjs');
|
|
9700
|
+
exports.Pixelos = _pixelos.default;
|
|
9679
9701
|
const _pixijs = require('./pixijs.cjs');
|
|
9680
9702
|
exports.Pixijs = _pixijs.default;
|
|
9681
9703
|
const _pixiv = require('./pixiv.cjs');
|
|
@@ -10580,6 +10602,8 @@ const _ryanair = require('./ryanair.cjs');
|
|
|
10580
10602
|
exports.Ryanair = _ryanair.default;
|
|
10581
10603
|
const _rye = require('./rye.cjs');
|
|
10582
10604
|
exports.Rye = _rye.default;
|
|
10605
|
+
const _s_oil = require('./s-oil.cjs');
|
|
10606
|
+
exports.SOil = _s_oil.default;
|
|
10583
10607
|
const _s7_airlines = require('./s7-airlines.cjs');
|
|
10584
10608
|
exports.S7Airlines = _s7_airlines.default;
|
|
10585
10609
|
const _sabanci = require('./sabanci.cjs');
|
|
@@ -10838,6 +10862,8 @@ const _signalmelo = require('./signalmelo.cjs');
|
|
|
10838
10862
|
exports.Signalmelo = _signalmelo.default;
|
|
10839
10863
|
const _sigstore = require('./sigstore.cjs');
|
|
10840
10864
|
exports.Sigstore = _sigstore.default;
|
|
10865
|
+
const _siket = require('./siket.cjs');
|
|
10866
|
+
exports.Siket = _siket.default;
|
|
10841
10867
|
const _siliconcloud_siliconflow = require('./siliconcloud-siliconflow.cjs');
|
|
10842
10868
|
exports.SiliconcloudSiliconflow = _siliconcloud_siliconflow.default;
|
|
10843
10869
|
const _silver_airways = require('./silver-airways.cjs');
|
|
@@ -10916,14 +10942,14 @@ const _slint = require('./slint.cjs');
|
|
|
10916
10942
|
exports.Slint = _slint.default;
|
|
10917
10943
|
const _smart = require('./smart.cjs');
|
|
10918
10944
|
exports.Smart = _smart.default;
|
|
10945
|
+
const _smartbill = require('./smartbill.cjs');
|
|
10946
|
+
exports.Smartbill = _smartbill.default;
|
|
10919
10947
|
const _smartthings = require('./smartthings.cjs');
|
|
10920
10948
|
exports.Smartthings = _smartthings.default;
|
|
10921
10949
|
const _smashing_magazine = require('./smashing-magazine.cjs');
|
|
10922
10950
|
exports.SmashingMagazine = _smashing_magazine.default;
|
|
10923
10951
|
const _smithery = require('./smithery.cjs');
|
|
10924
10952
|
exports.Smithery = _smithery.default;
|
|
10925
|
-
const _smmix = require('./smmix.cjs');
|
|
10926
|
-
exports.Smmix = _smmix.default;
|
|
10927
10953
|
const _smoothcomp = require('./smoothcomp.cjs');
|
|
10928
10954
|
exports.Smoothcomp = _smoothcomp.default;
|
|
10929
10955
|
const _smrt = require('./smrt.cjs');
|
|
@@ -12522,6 +12548,8 @@ const _wireshark = require('./wireshark.cjs');
|
|
|
12522
12548
|
exports.Wireshark = _wireshark.default;
|
|
12523
12549
|
const _wise = require('./wise.cjs');
|
|
12524
12550
|
exports.Wise = _wise.default;
|
|
12551
|
+
const _wisetech_global = require('./wisetech-global.cjs');
|
|
12552
|
+
exports.WisetechGlobal = _wisetech_global.default;
|
|
12525
12553
|
const _wisgate = require('./wisgate.cjs');
|
|
12526
12554
|
exports.Wisgate = _wisgate.default;
|
|
12527
12555
|
const _wish = require('./wish.cjs');
|
package/dist/index.d.ts
CHANGED
|
@@ -373,6 +373,7 @@ export { default as Autozone } from './autozone.js';
|
|
|
373
373
|
export { default as Avajs } from './avajs.js';
|
|
374
374
|
export { default as Avalanche } from './avalanche.js';
|
|
375
375
|
export { default as Avaloniaui } from './avaloniaui.js';
|
|
376
|
+
export { default as Avanza } from './avanza.js';
|
|
376
377
|
export { default as Avast } from './avast.js';
|
|
377
378
|
export { default as Avianca } from './avianca.js';
|
|
378
379
|
export { default as Avid } from './avid.js';
|
|
@@ -1881,6 +1882,7 @@ export { default as Blitz } from './blitz.js';
|
|
|
1881
1882
|
export { default as Blockbench } from './blockbench.js';
|
|
1882
1883
|
export { default as Blockchaindotcom } from './blockchaindotcom.js';
|
|
1883
1884
|
export { default as Blocs } from './blocs.js';
|
|
1885
|
+
export { default as Blogent } from './blogent.js';
|
|
1884
1886
|
export { default as Blogger } from './blogger.js';
|
|
1885
1887
|
export { default as Bloglovin } from './bloglovin.js';
|
|
1886
1888
|
export { default as Blueprint } from './blueprint.js';
|
|
@@ -2634,6 +2636,7 @@ export { default as Envoy } from './envoy.js';
|
|
|
2634
2636
|
export { default as EnvoyProxy } from './envoy-proxy.js';
|
|
2635
2637
|
export { default as Epel } from './epel.js';
|
|
2636
2638
|
export { default as EpicGames } from './epic-games.js';
|
|
2639
|
+
export { default as Eps } from './eps.js';
|
|
2637
2640
|
export { default as Epsagon } from './epsagon.js';
|
|
2638
2641
|
export { default as Epson } from './epson.js';
|
|
2639
2642
|
export { default as EquinixMetal } from './equinix-metal.js';
|
|
@@ -2728,6 +2731,7 @@ export { default as Ferrari } from './ferrari.js';
|
|
|
2728
2731
|
export { default as FerrariNdotvdot } from './ferrari-ndotvdot.js';
|
|
2729
2732
|
export { default as Ferretdb } from './ferretdb.js';
|
|
2730
2733
|
export { default as Ffmpeg } from './ffmpeg.js';
|
|
2734
|
+
export { default as Fgo } from './fgo.js';
|
|
2731
2735
|
export { default as Fi } from './fi.js';
|
|
2732
2736
|
export { default as Fiat } from './fiat.js';
|
|
2733
2737
|
export { default as Fiber } from './fiber.js';
|
|
@@ -3269,6 +3273,7 @@ export { default as GooglePlayGames } from './google-play-games.js';
|
|
|
3269
3273
|
export { default as GooglePubSub } from './google-pub-sub.js';
|
|
3270
3274
|
export { default as GoogleScholar } from './google-scholar.js';
|
|
3271
3275
|
export { default as GoogleSearchConsole } from './google-search-console.js';
|
|
3276
|
+
export { default as GoogleSearchConsoleLegacy } from './google-search-console-legacy.js';
|
|
3272
3277
|
export { default as GoogleSheets } from './google-sheets.js';
|
|
3273
3278
|
export { default as GoogleSheets2026 } from './google-sheets-2026.js';
|
|
3274
3279
|
export { default as GoogleSites2026 } from './google-sites-2026.js';
|
|
@@ -3710,6 +3715,7 @@ export { default as Junit5 } from './junit5.js';
|
|
|
3710
3715
|
export { default as Jupyter } from './jupyter.js';
|
|
3711
3716
|
export { default as Just } from './just.js';
|
|
3712
3717
|
export { default as JustEat } from './just-eat.js';
|
|
3718
|
+
export { default as Justcall } from './justcall.js';
|
|
3713
3719
|
export { default as Justgiving } from './justgiving.js';
|
|
3714
3720
|
export { default as Jwt } from './jwt.js';
|
|
3715
3721
|
export { default as K3os } from './k3os.js';
|
|
@@ -4454,6 +4460,7 @@ export { default as Nextjs } from './nextjs.js';
|
|
|
4454
4460
|
export { default as Nextra } from './nextra.js';
|
|
4455
4461
|
export { default as NfCore } from './nf-core.js';
|
|
4456
4462
|
export { default as Nfc } from './nfc.js';
|
|
4463
|
+
export { default as Nfl } from './nfl.js';
|
|
4457
4464
|
export { default as Nginx } from './nginx.js';
|
|
4458
4465
|
export { default as NginxProxyManager } from './nginx-proxy-manager.js';
|
|
4459
4466
|
export { default as Ngrok } from './ngrok.js';
|
|
@@ -4488,6 +4495,7 @@ export { default as Nodewebkit } from './nodewebkit.js';
|
|
|
4488
4495
|
export { default as Nokia } from './nokia.js';
|
|
4489
4496
|
export { default as Nomad } from './nomad.js';
|
|
4490
4497
|
export { default as NongfuSpring } from './nongfu-spring.js';
|
|
4498
|
+
export { default as Noom } from './noom.js';
|
|
4491
4499
|
export { default as Norco } from './norco.js';
|
|
4492
4500
|
export { default as Nordea } from './nordea.js';
|
|
4493
4501
|
export { default as NordicSemiconductor } from './nordic-semiconductor.js';
|
|
@@ -4546,6 +4554,7 @@ export { default as O2 } from './o2.js';
|
|
|
4546
4554
|
export { default as Oauth } from './oauth.js';
|
|
4547
4555
|
export { default as Obb } from './obb.js';
|
|
4548
4556
|
export { default as Objectivec } from './objectivec.js';
|
|
4557
|
+
export { default as Oblio } from './oblio.js';
|
|
4549
4558
|
export { default as Obs } from './obs.js';
|
|
4550
4559
|
export { default as ObsStudio } from './obs-studio.js';
|
|
4551
4560
|
export { default as Observable } from './observable.js';
|
|
@@ -4830,6 +4839,7 @@ export { default as PioneerDj } from './pioneer-dj.js';
|
|
|
4830
4839
|
export { default as Pipecat } from './pipecat.js';
|
|
4831
4840
|
export { default as Piped } from './piped.js';
|
|
4832
4841
|
export { default as Pipedream } from './pipedream.js';
|
|
4842
|
+
export { default as Pipedrive } from './pipedrive.js';
|
|
4833
4843
|
export { default as Pipx } from './pipx.js';
|
|
4834
4844
|
export { default as Pitch } from './pitch.js';
|
|
4835
4845
|
export { default as PivotalTracker } from './pivotal-tracker.js';
|
|
@@ -4837,6 +4847,7 @@ export { default as Piwigo } from './piwigo.js';
|
|
|
4837
4847
|
export { default as Pix } from './pix.js';
|
|
4838
4848
|
export { default as Pixabay } from './pixabay.js';
|
|
4839
4849
|
export { default as Pixelfed } from './pixelfed.js';
|
|
4850
|
+
export { default as Pixelos } from './pixelos.js';
|
|
4840
4851
|
export { default as Pixijs } from './pixijs.js';
|
|
4841
4852
|
export { default as Pixiv } from './pixiv.js';
|
|
4842
4853
|
export { default as Pixlr } from './pixlr.js';
|
|
@@ -5289,6 +5300,7 @@ export { default as Rxdb } from './rxdb.js';
|
|
|
5289
5300
|
export { default as Rxjs } from './rxjs.js';
|
|
5290
5301
|
export { default as Ryanair } from './ryanair.js';
|
|
5291
5302
|
export { default as Rye } from './rye.js';
|
|
5303
|
+
export { default as SOil } from './s-oil.js';
|
|
5292
5304
|
export { default as S7Airlines } from './s7-airlines.js';
|
|
5293
5305
|
export { default as Sabanci } from './sabanci.js';
|
|
5294
5306
|
export { default as Sabeco } from './sabeco.js';
|
|
@@ -5418,6 +5430,7 @@ export { default as Sifive } from './sifive.js';
|
|
|
5418
5430
|
export { default as Signal } from './signal.js';
|
|
5419
5431
|
export { default as Signalmelo } from './signalmelo.js';
|
|
5420
5432
|
export { default as Sigstore } from './sigstore.js';
|
|
5433
|
+
export { default as Siket } from './siket.js';
|
|
5421
5434
|
export { default as SiliconcloudSiliconflow } from './siliconcloud-siliconflow.js';
|
|
5422
5435
|
export { default as SilverAirways } from './silver-airways.js';
|
|
5423
5436
|
export { default as Similarweb } from './similarweb.js';
|
|
@@ -5457,10 +5470,10 @@ export { default as Slideshare } from './slideshare.js';
|
|
|
5457
5470
|
export { default as Slidev } from './slidev.js';
|
|
5458
5471
|
export { default as Slint } from './slint.js';
|
|
5459
5472
|
export { default as Smart } from './smart.js';
|
|
5473
|
+
export { default as Smartbill } from './smartbill.js';
|
|
5460
5474
|
export { default as Smartthings } from './smartthings.js';
|
|
5461
5475
|
export { default as SmashingMagazine } from './smashing-magazine.js';
|
|
5462
5476
|
export { default as Smithery } from './smithery.js';
|
|
5463
|
-
export { default as Smmix } from './smmix.js';
|
|
5464
5477
|
export { default as Smoothcomp } from './smoothcomp.js';
|
|
5465
5478
|
export { default as Smrt } from './smrt.js';
|
|
5466
5479
|
export { default as Smugmug } from './smugmug.js';
|
|
@@ -6260,6 +6273,7 @@ export { default as Wire } from './wire.js';
|
|
|
6260
6273
|
export { default as Wireguard } from './wireguard.js';
|
|
6261
6274
|
export { default as Wireshark } from './wireshark.js';
|
|
6262
6275
|
export { default as Wise } from './wise.js';
|
|
6276
|
+
export { default as WisetechGlobal } from './wisetech-global.js';
|
|
6263
6277
|
export { default as Wisgate } from './wisgate.js';
|
|
6264
6278
|
export { default as Wish } from './wish.js';
|
|
6265
6279
|
export { default as Wistia } from './wistia.js';
|