@thesvg/vue 3.2.0 → 3.2.4
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/alpha-vantage.cjs +40 -0
- package/dist/alpha-vantage.d.ts +7 -0
- package/dist/alpha-vantage.js +37 -0
- package/dist/beehiiv.cjs +27 -0
- package/dist/beehiiv.d.ts +7 -0
- package/dist/beehiiv.js +24 -0
- package/dist/index.cjs +12 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +6 -0
- package/dist/nasdaq.cjs +49 -0
- package/dist/nasdaq.d.ts +7 -0
- package/dist/nasdaq.js +46 -0
- package/dist/polygon-io.cjs +30 -0
- package/dist/polygon-io.d.ts +7 -0
- package/dist/polygon-io.js +27 -0
- package/dist/skool.cjs +23 -0
- package/dist/skool.d.ts +7 -0
- package/dist/skool.js +20 -0
- package/dist/zoom-2025.cjs +30 -0
- package/dist/zoom-2025.d.ts +7 -0
- package/dist/zoom-2025.js +27 -0
- package/package.json +2 -2
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Alpha Vantage
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const AlphaVantage = vue_1.defineComponent({
|
|
10
|
+
name: 'AlphaVantage',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 120 60',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('title', {}),
|
|
19
|
+
vue_1.h('g', {}, [
|
|
20
|
+
vue_1.h('g', {}, [
|
|
21
|
+
vue_1.h('path', {"d":"M43.1,25.1l3,7.9h-1.8l-0.6-1.8h-3L40.1,33h-1.7l3-7.9H43.1z M43.2,29.9l-1-2.9h0l-1,2.9H43.2z"}),
|
|
22
|
+
vue_1.h('path', {"d":"M48.2,25.1V33h-1.6v-7.9H48.2z"}),
|
|
23
|
+
vue_1.h('path', {"d":"M50.9,27.3V28h0c0.2-0.3,0.4-0.5,0.7-0.7c0.3-0.1,0.6-0.2,1-0.2c0.4,0,0.8,0.1,1.2,0.3c0.3,0.2,0.6,0.4,0.8,0.7\n\t\t\tc0.2,0.3,0.4,0.6,0.5,1s0.2,0.8,0.2,1.2c0,0.4-0.1,0.8-0.2,1.1c-0.1,0.4-0.3,0.7-0.5,0.9s-0.5,0.5-0.8,0.7\n\t\t\tc-0.3,0.2-0.7,0.2-1.1,0.2c-0.4,0-0.7-0.1-1-0.2c-0.3-0.1-0.5-0.4-0.7-0.6h0V35h-1.6v-7.7H50.9z M52.9,31.8\n\t\t\tc0.2-0.1,0.3-0.2,0.4-0.4c0.1-0.2,0.2-0.4,0.2-0.6c0-0.2,0.1-0.4,0.1-0.7s0-0.5-0.1-0.7c0-0.2-0.1-0.4-0.2-0.6\n\t\t\tc-0.1-0.2-0.3-0.3-0.4-0.4c-0.2-0.1-0.4-0.2-0.6-0.2c-0.3,0-0.5,0.1-0.6,0.2c-0.2,0.1-0.3,0.2-0.4,0.4c-0.1,0.2-0.2,0.4-0.2,0.6\n\t\t\tc0,0.2-0.1,0.4-0.1,0.7c0,0.2,0,0.5,0.1,0.7c0,0.2,0.1,0.4,0.2,0.6c0.1,0.2,0.2,0.3,0.4,0.4c0.2,0.1,0.4,0.2,0.6,0.2\n\t\t\tC52.5,32,52.8,31.9,52.9,31.8z"}),
|
|
24
|
+
vue_1.h('path', {"d":"M57.7,25.1v3h0c0.2-0.3,0.5-0.6,0.8-0.7s0.6-0.2,0.9-0.2c0.4,0,0.8,0.1,1,0.2c0.3,0.1,0.5,0.3,0.6,0.5s0.3,0.4,0.3,0.7\n\t\t\tc0.1,0.3,0.1,0.6,0.1,1V33h-1.6v-3.2c0-0.5-0.1-0.8-0.2-1.1c-0.1-0.2-0.4-0.3-0.8-0.3c-0.4,0-0.7,0.1-0.9,0.4\n\t\t\tc-0.2,0.3-0.3,0.7-0.3,1.3v3h-1.6v-7.9H57.7z"}),
|
|
25
|
+
vue_1.h('path', {"d":"M62.6,29c0-0.4,0.1-0.7,0.3-0.9s0.4-0.4,0.6-0.6c0.2-0.1,0.5-0.3,0.8-0.3c0.3-0.1,0.6-0.1,0.9-0.1c0.3,0,0.6,0,0.9,0.1\n\t\t\tc0.3,0,0.6,0.1,0.8,0.2c0.2,0.1,0.4,0.3,0.6,0.5c0.2,0.2,0.2,0.5,0.2,0.8v3c0,0.3,0,0.5,0,0.7c0,0.2,0.1,0.4,0.2,0.5h-1.6\n\t\t\tc0-0.1-0.1-0.2-0.1-0.3s0-0.2,0-0.3c-0.3,0.3-0.5,0.4-0.9,0.5c-0.3,0.1-0.7,0.2-1,0.2c-0.3,0-0.5,0-0.8-0.1s-0.4-0.2-0.6-0.3\n\t\t\tc-0.2-0.1-0.3-0.3-0.4-0.5c-0.1-0.2-0.1-0.5-0.1-0.8c0-0.3,0.1-0.6,0.2-0.8s0.3-0.4,0.4-0.5c0.2-0.1,0.4-0.2,0.6-0.3\n\t\t\tc0.2-0.1,0.5-0.1,0.7-0.1c0.2,0,0.5-0.1,0.7-0.1s0.4-0.1,0.6-0.1c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.1-0.4\n\t\t\tc0-0.2,0-0.3-0.1-0.4c-0.1-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.1-0.3-0.1c-0.1,0-0.3,0-0.4,0c-0.3,0-0.6,0.1-0.7,0.2\n\t\t\tc-0.2,0.1-0.3,0.4-0.3,0.7H62.6z M66.3,30.2c-0.1,0.1-0.1,0.1-0.2,0.1s-0.2,0.1-0.3,0.1s-0.2,0-0.4,0.1c-0.1,0-0.2,0-0.4,0.1\n\t\t\tc-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0.1-0.2,0.1-0.2,0.2c-0.1,0.1-0.1,0.2-0.1,0.4c0,0.1,0,0.3,0.1,0.4\n\t\t\tc0.1,0.1,0.1,0.2,0.2,0.2c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.2,0,0.4,0c0.3,0,0.5-0.1,0.7-0.2c0.2-0.1,0.3-0.2,0.4-0.4\n\t\t\tc0.1-0.1,0.1-0.3,0.1-0.4s0-0.3,0-0.4V30.2z"}),
|
|
26
|
+
vue_1.h('path', {"d":"M74.3,33l-2.8-7.9h1.1l2.3,6.8h0l2.3-6.8h1.1L75.5,33H74.3z"}),
|
|
27
|
+
vue_1.h('path', {"d":"M83.4,33c-0.2,0.1-0.4,0.1-0.7,0.1c-0.2,0-0.4-0.1-0.6-0.2C82,32.8,82,32.6,82,32.2c-0.3,0.3-0.6,0.5-0.9,0.7\n\t\t\tc-0.3,0.1-0.7,0.2-1.1,0.2c-0.3,0-0.5,0-0.7-0.1c-0.2-0.1-0.4-0.2-0.6-0.3c-0.2-0.1-0.3-0.3-0.4-0.5c-0.1-0.2-0.1-0.4-0.1-0.7\n\t\t\tc0-0.3,0.1-0.6,0.2-0.8c0.1-0.2,0.3-0.4,0.4-0.5s0.4-0.2,0.6-0.3c0.2-0.1,0.5-0.1,0.7-0.2c0.3-0.1,0.5-0.1,0.7-0.1\n\t\t\ts0.4-0.1,0.6-0.1s0.3-0.1,0.4-0.2s0.2-0.2,0.2-0.4c0-0.2,0-0.4-0.1-0.5c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.3-0.1-0.4-0.1\n\t\t\tc-0.2,0-0.3,0-0.4,0c-0.4,0-0.7,0.1-1,0.2c-0.3,0.2-0.4,0.4-0.4,0.9h-0.9c0-0.4,0.1-0.7,0.2-0.9s0.3-0.4,0.5-0.6\n\t\t\tc0.2-0.2,0.5-0.3,0.8-0.3c0.3-0.1,0.6-0.1,0.9-0.1c0.3,0,0.5,0,0.8,0.1c0.3,0,0.5,0.1,0.7,0.2c0.2,0.1,0.4,0.3,0.5,0.5\n\t\t\tc0.1,0.2,0.2,0.5,0.2,0.8v2.9c0,0.2,0,0.4,0,0.5c0,0.1,0.1,0.2,0.3,0.2c0.1,0,0.2,0,0.3,0V33z M81.9,30c-0.1,0.1-0.3,0.2-0.5,0.2\n\t\t\ts-0.4,0.1-0.6,0.1c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.4,0.1-0.6,0.2c-0.2,0.1-0.3,0.2-0.4,0.3c-0.1,0.1-0.2,0.3-0.2,0.6\n\t\t\tc0,0.2,0,0.3,0.1,0.4c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.3,0,0.4,0c0.3,0,0.6,0,0.8-0.1\n\t\t\tc0.2-0.1,0.4-0.2,0.5-0.3c0.1-0.1,0.2-0.3,0.3-0.4s0.1-0.3,0.1-0.4V30z"}),
|
|
28
|
+
vue_1.h('path', {"d":"M85.2,27.3v0.9h0c0.4-0.7,1-1,1.9-1c0.4,0,0.7,0.1,0.9,0.2c0.2,0.1,0.5,0.2,0.6,0.4c0.2,0.2,0.3,0.4,0.3,0.7\n\t\t\tc0.1,0.3,0.1,0.5,0.1,0.8V33h-0.9v-3.9c0-0.4-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.9-0.3c-0.3,0-0.5,0-0.7,0.1s-0.4,0.2-0.5,0.4\n\t\t\ts-0.2,0.4-0.3,0.6c-0.1,0.2-0.1,0.5-0.1,0.7V33h-0.9v-5.7H85.2z"}),
|
|
29
|
+
vue_1.h('path', {"d":"M92.9,27.3v0.8h-1.1v3.5c0,0.1,0,0.2,0,0.3c0,0.1,0.1,0.1,0.1,0.2s0.1,0.1,0.2,0.1c0.1,0,0.2,0,0.4,0h0.4V33h-0.7\n\t\t\tc-0.2,0-0.5,0-0.6,0s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.2-0.2-0.4c-0.1-0.2-0.1-0.4-0.1-0.6v-3.6h-1v-0.8h1v-1.7h0.9v1.7H92.9z"}),
|
|
30
|
+
vue_1.h('path', {"d":"M99,33c-0.2,0.1-0.4,0.1-0.7,0.1c-0.2,0-0.4-0.1-0.6-0.2c-0.1-0.1-0.2-0.4-0.2-0.7c-0.3,0.3-0.6,0.5-0.9,0.7\n\t\t\tc-0.3,0.1-0.7,0.2-1.1,0.2c-0.3,0-0.5,0-0.7-0.1c-0.2-0.1-0.4-0.2-0.6-0.3c-0.2-0.1-0.3-0.3-0.4-0.5c-0.1-0.2-0.1-0.4-0.1-0.7\n\t\t\tc0-0.3,0.1-0.6,0.2-0.8c0.1-0.2,0.3-0.4,0.4-0.5s0.4-0.2,0.6-0.3c0.2-0.1,0.5-0.1,0.7-0.2c0.3-0.1,0.5-0.1,0.7-0.1\n\t\t\ts0.4-0.1,0.6-0.1s0.3-0.1,0.4-0.2s0.2-0.2,0.2-0.4c0-0.2,0-0.4-0.1-0.5c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.3-0.1-0.4-0.1\n\t\t\tc-0.2,0-0.3,0-0.4,0c-0.4,0-0.7,0.1-1,0.2c-0.3,0.2-0.4,0.4-0.4,0.9h-0.9c0-0.4,0.1-0.7,0.2-0.9s0.3-0.4,0.5-0.6\n\t\t\tc0.2-0.2,0.5-0.3,0.8-0.3c0.3-0.1,0.6-0.1,0.9-0.1c0.3,0,0.5,0,0.8,0.1c0.3,0,0.5,0.1,0.7,0.2c0.2,0.1,0.4,0.3,0.5,0.5\n\t\t\tc0.1,0.2,0.2,0.5,0.2,0.8v2.9c0,0.2,0,0.4,0,0.5c0,0.1,0.1,0.2,0.3,0.2c0.1,0,0.2,0,0.3,0V33z M97.5,30c-0.1,0.1-0.3,0.2-0.5,0.2\n\t\t\ts-0.4,0.1-0.6,0.1c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.4,0.1-0.6,0.2c-0.2,0.1-0.3,0.2-0.4,0.3c-0.1,0.1-0.2,0.3-0.2,0.6\n\t\t\tc0,0.2,0,0.3,0.1,0.4c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.3,0,0.4,0c0.3,0,0.6,0,0.8-0.1\n\t\t\tc0.2-0.1,0.4-0.2,0.5-0.3c0.1-0.1,0.2-0.3,0.3-0.4s0.1-0.3,0.1-0.4V30z"}),
|
|
31
|
+
vue_1.h('path', {"d":"M104.1,34.6c-0.4,0.5-1.1,0.7-2,0.7c-0.3,0-0.5,0-0.8-0.1c-0.3-0.1-0.5-0.2-0.8-0.3s-0.4-0.3-0.6-0.5\n\t\t\tc-0.1-0.2-0.2-0.5-0.2-0.8h0.9c0,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.2,0.2,0.4,0.3c0.1,0.1,0.3,0.1,0.5,0.2c0.2,0,0.3,0,0.5,0\n\t\t\tc0.3,0,0.6-0.1,0.8-0.2c0.2-0.1,0.4-0.3,0.5-0.4c0.1-0.2,0.2-0.4,0.3-0.7c0.1-0.3,0.1-0.6,0.1-0.9V32h0c-0.2,0.4-0.4,0.6-0.7,0.8\n\t\t\tc-0.3,0.2-0.7,0.2-1,0.2c-0.4,0-0.8-0.1-1.1-0.2c-0.3-0.2-0.6-0.4-0.8-0.6c-0.2-0.3-0.4-0.6-0.5-0.9c-0.1-0.3-0.2-0.7-0.2-1.1\n\t\t\tc0-0.3,0-0.7,0.1-1c0.1-0.4,0.2-0.7,0.4-1c0.2-0.3,0.5-0.5,0.8-0.7c0.3-0.2,0.8-0.3,1.2-0.3c0.4,0,0.7,0.1,1,0.2s0.5,0.4,0.7,0.7\n\t\t\th0v-0.8h0.9v5.2C104.8,33.4,104.6,34.1,104.1,34.6z M103,32c0.2-0.1,0.4-0.3,0.5-0.5c0.1-0.2,0.2-0.4,0.3-0.7\n\t\t\tc0.1-0.3,0.1-0.5,0.1-0.8c0-0.2,0-0.5-0.1-0.7c-0.1-0.2-0.2-0.5-0.3-0.7c-0.1-0.2-0.3-0.4-0.5-0.5c-0.2-0.1-0.5-0.2-0.8-0.2\n\t\t\tc-0.3,0-0.6,0.1-0.8,0.2c-0.2,0.1-0.4,0.3-0.5,0.5c-0.1,0.2-0.2,0.4-0.3,0.7c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.3,0,0.5,0.1,0.8\n\t\t\ts0.1,0.5,0.3,0.7c0.1,0.2,0.3,0.4,0.5,0.5c0.2,0.1,0.5,0.2,0.8,0.2S102.7,32.2,103,32z"}),
|
|
32
|
+
vue_1.h('path', {"d":"M110.2,32.6c-0.4,0.3-1,0.5-1.6,0.5c-0.5,0-0.9-0.1-1.2-0.2s-0.6-0.4-0.8-0.6c-0.2-0.3-0.4-0.6-0.5-0.9\n\t\t\tc-0.1-0.4-0.2-0.8-0.2-1.2c0-0.4,0.1-0.8,0.2-1.2s0.3-0.7,0.6-0.9c0.2-0.3,0.5-0.5,0.9-0.6c0.3-0.1,0.7-0.2,1.1-0.2\n\t\t\tc0.5,0,0.9,0.1,1.3,0.3c0.3,0.2,0.6,0.5,0.8,0.8c0.2,0.3,0.3,0.7,0.4,1.1c0.1,0.4,0.1,0.7,0.1,1.1h-4.3c0,0.3,0,0.5,0.1,0.7\n\t\t\tc0.1,0.2,0.2,0.4,0.3,0.6c0.1,0.2,0.3,0.3,0.6,0.4c0.2,0.1,0.5,0.2,0.8,0.2c0.4,0,0.7-0.1,1-0.3c0.3-0.2,0.4-0.5,0.5-0.8h0.9\n\t\t\tC111,31.8,110.7,32.3,110.2,32.6z M110,29c-0.1-0.2-0.2-0.4-0.3-0.5c-0.1-0.1-0.3-0.3-0.5-0.3s-0.4-0.1-0.6-0.1\n\t\t\tc-0.2,0-0.5,0-0.7,0.1s-0.4,0.2-0.5,0.3c-0.1,0.1-0.2,0.3-0.3,0.5s-0.1,0.4-0.1,0.6h3.3C110.2,29.4,110.1,29.2,110,29z"})
|
|
33
|
+
]),
|
|
34
|
+
vue_1.h('path', {"d":"M21.3,17.5c-6.9,0-12.5,5.6-12.5,12.5s5.6,12.5,12.5,12.5S33.8,36.9,33.8,30S28.2,17.5,21.3,17.5z M27.1,31.2l-8.9,5.1\n\t\tc-0.8,0.4-1.8-0.1-1.8-1.1V24.8c0-0.9,1-1.5,1.8-1.1l8.9,5.4C28,29.6,28,30.7,27.1,31.2z"})
|
|
35
|
+
])
|
|
36
|
+
]);
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
exports.default = AlphaVantage;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// @thesvg/vue - Alpha Vantage
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const AlphaVantage = defineComponent({
|
|
7
|
+
name: 'AlphaVantage',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 120 60',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('title', {}),
|
|
16
|
+
h('g', {}, [
|
|
17
|
+
h('g', {}, [
|
|
18
|
+
h('path', {"d":"M43.1,25.1l3,7.9h-1.8l-0.6-1.8h-3L40.1,33h-1.7l3-7.9H43.1z M43.2,29.9l-1-2.9h0l-1,2.9H43.2z"}),
|
|
19
|
+
h('path', {"d":"M48.2,25.1V33h-1.6v-7.9H48.2z"}),
|
|
20
|
+
h('path', {"d":"M50.9,27.3V28h0c0.2-0.3,0.4-0.5,0.7-0.7c0.3-0.1,0.6-0.2,1-0.2c0.4,0,0.8,0.1,1.2,0.3c0.3,0.2,0.6,0.4,0.8,0.7\n\t\t\tc0.2,0.3,0.4,0.6,0.5,1s0.2,0.8,0.2,1.2c0,0.4-0.1,0.8-0.2,1.1c-0.1,0.4-0.3,0.7-0.5,0.9s-0.5,0.5-0.8,0.7\n\t\t\tc-0.3,0.2-0.7,0.2-1.1,0.2c-0.4,0-0.7-0.1-1-0.2c-0.3-0.1-0.5-0.4-0.7-0.6h0V35h-1.6v-7.7H50.9z M52.9,31.8\n\t\t\tc0.2-0.1,0.3-0.2,0.4-0.4c0.1-0.2,0.2-0.4,0.2-0.6c0-0.2,0.1-0.4,0.1-0.7s0-0.5-0.1-0.7c0-0.2-0.1-0.4-0.2-0.6\n\t\t\tc-0.1-0.2-0.3-0.3-0.4-0.4c-0.2-0.1-0.4-0.2-0.6-0.2c-0.3,0-0.5,0.1-0.6,0.2c-0.2,0.1-0.3,0.2-0.4,0.4c-0.1,0.2-0.2,0.4-0.2,0.6\n\t\t\tc0,0.2-0.1,0.4-0.1,0.7c0,0.2,0,0.5,0.1,0.7c0,0.2,0.1,0.4,0.2,0.6c0.1,0.2,0.2,0.3,0.4,0.4c0.2,0.1,0.4,0.2,0.6,0.2\n\t\t\tC52.5,32,52.8,31.9,52.9,31.8z"}),
|
|
21
|
+
h('path', {"d":"M57.7,25.1v3h0c0.2-0.3,0.5-0.6,0.8-0.7s0.6-0.2,0.9-0.2c0.4,0,0.8,0.1,1,0.2c0.3,0.1,0.5,0.3,0.6,0.5s0.3,0.4,0.3,0.7\n\t\t\tc0.1,0.3,0.1,0.6,0.1,1V33h-1.6v-3.2c0-0.5-0.1-0.8-0.2-1.1c-0.1-0.2-0.4-0.3-0.8-0.3c-0.4,0-0.7,0.1-0.9,0.4\n\t\t\tc-0.2,0.3-0.3,0.7-0.3,1.3v3h-1.6v-7.9H57.7z"}),
|
|
22
|
+
h('path', {"d":"M62.6,29c0-0.4,0.1-0.7,0.3-0.9s0.4-0.4,0.6-0.6c0.2-0.1,0.5-0.3,0.8-0.3c0.3-0.1,0.6-0.1,0.9-0.1c0.3,0,0.6,0,0.9,0.1\n\t\t\tc0.3,0,0.6,0.1,0.8,0.2c0.2,0.1,0.4,0.3,0.6,0.5c0.2,0.2,0.2,0.5,0.2,0.8v3c0,0.3,0,0.5,0,0.7c0,0.2,0.1,0.4,0.2,0.5h-1.6\n\t\t\tc0-0.1-0.1-0.2-0.1-0.3s0-0.2,0-0.3c-0.3,0.3-0.5,0.4-0.9,0.5c-0.3,0.1-0.7,0.2-1,0.2c-0.3,0-0.5,0-0.8-0.1s-0.4-0.2-0.6-0.3\n\t\t\tc-0.2-0.1-0.3-0.3-0.4-0.5c-0.1-0.2-0.1-0.5-0.1-0.8c0-0.3,0.1-0.6,0.2-0.8s0.3-0.4,0.4-0.5c0.2-0.1,0.4-0.2,0.6-0.3\n\t\t\tc0.2-0.1,0.5-0.1,0.7-0.1c0.2,0,0.5-0.1,0.7-0.1s0.4-0.1,0.6-0.1c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.1-0.4\n\t\t\tc0-0.2,0-0.3-0.1-0.4c-0.1-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.1-0.3-0.1c-0.1,0-0.3,0-0.4,0c-0.3,0-0.6,0.1-0.7,0.2\n\t\t\tc-0.2,0.1-0.3,0.4-0.3,0.7H62.6z M66.3,30.2c-0.1,0.1-0.1,0.1-0.2,0.1s-0.2,0.1-0.3,0.1s-0.2,0-0.4,0.1c-0.1,0-0.2,0-0.4,0.1\n\t\t\tc-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0.1-0.2,0.1-0.2,0.2c-0.1,0.1-0.1,0.2-0.1,0.4c0,0.1,0,0.3,0.1,0.4\n\t\t\tc0.1,0.1,0.1,0.2,0.2,0.2c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.2,0,0.4,0c0.3,0,0.5-0.1,0.7-0.2c0.2-0.1,0.3-0.2,0.4-0.4\n\t\t\tc0.1-0.1,0.1-0.3,0.1-0.4s0-0.3,0-0.4V30.2z"}),
|
|
23
|
+
h('path', {"d":"M74.3,33l-2.8-7.9h1.1l2.3,6.8h0l2.3-6.8h1.1L75.5,33H74.3z"}),
|
|
24
|
+
h('path', {"d":"M83.4,33c-0.2,0.1-0.4,0.1-0.7,0.1c-0.2,0-0.4-0.1-0.6-0.2C82,32.8,82,32.6,82,32.2c-0.3,0.3-0.6,0.5-0.9,0.7\n\t\t\tc-0.3,0.1-0.7,0.2-1.1,0.2c-0.3,0-0.5,0-0.7-0.1c-0.2-0.1-0.4-0.2-0.6-0.3c-0.2-0.1-0.3-0.3-0.4-0.5c-0.1-0.2-0.1-0.4-0.1-0.7\n\t\t\tc0-0.3,0.1-0.6,0.2-0.8c0.1-0.2,0.3-0.4,0.4-0.5s0.4-0.2,0.6-0.3c0.2-0.1,0.5-0.1,0.7-0.2c0.3-0.1,0.5-0.1,0.7-0.1\n\t\t\ts0.4-0.1,0.6-0.1s0.3-0.1,0.4-0.2s0.2-0.2,0.2-0.4c0-0.2,0-0.4-0.1-0.5c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.3-0.1-0.4-0.1\n\t\t\tc-0.2,0-0.3,0-0.4,0c-0.4,0-0.7,0.1-1,0.2c-0.3,0.2-0.4,0.4-0.4,0.9h-0.9c0-0.4,0.1-0.7,0.2-0.9s0.3-0.4,0.5-0.6\n\t\t\tc0.2-0.2,0.5-0.3,0.8-0.3c0.3-0.1,0.6-0.1,0.9-0.1c0.3,0,0.5,0,0.8,0.1c0.3,0,0.5,0.1,0.7,0.2c0.2,0.1,0.4,0.3,0.5,0.5\n\t\t\tc0.1,0.2,0.2,0.5,0.2,0.8v2.9c0,0.2,0,0.4,0,0.5c0,0.1,0.1,0.2,0.3,0.2c0.1,0,0.2,0,0.3,0V33z M81.9,30c-0.1,0.1-0.3,0.2-0.5,0.2\n\t\t\ts-0.4,0.1-0.6,0.1c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.4,0.1-0.6,0.2c-0.2,0.1-0.3,0.2-0.4,0.3c-0.1,0.1-0.2,0.3-0.2,0.6\n\t\t\tc0,0.2,0,0.3,0.1,0.4c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.3,0,0.4,0c0.3,0,0.6,0,0.8-0.1\n\t\t\tc0.2-0.1,0.4-0.2,0.5-0.3c0.1-0.1,0.2-0.3,0.3-0.4s0.1-0.3,0.1-0.4V30z"}),
|
|
25
|
+
h('path', {"d":"M85.2,27.3v0.9h0c0.4-0.7,1-1,1.9-1c0.4,0,0.7,0.1,0.9,0.2c0.2,0.1,0.5,0.2,0.6,0.4c0.2,0.2,0.3,0.4,0.3,0.7\n\t\t\tc0.1,0.3,0.1,0.5,0.1,0.8V33h-0.9v-3.9c0-0.4-0.1-0.6-0.3-0.8c-0.2-0.2-0.5-0.3-0.9-0.3c-0.3,0-0.5,0-0.7,0.1s-0.4,0.2-0.5,0.4\n\t\t\ts-0.2,0.4-0.3,0.6c-0.1,0.2-0.1,0.5-0.1,0.7V33h-0.9v-5.7H85.2z"}),
|
|
26
|
+
h('path', {"d":"M92.9,27.3v0.8h-1.1v3.5c0,0.1,0,0.2,0,0.3c0,0.1,0.1,0.1,0.1,0.2s0.1,0.1,0.2,0.1c0.1,0,0.2,0,0.4,0h0.4V33h-0.7\n\t\t\tc-0.2,0-0.5,0-0.6,0s-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.2-0.2-0.4c-0.1-0.2-0.1-0.4-0.1-0.6v-3.6h-1v-0.8h1v-1.7h0.9v1.7H92.9z"}),
|
|
27
|
+
h('path', {"d":"M99,33c-0.2,0.1-0.4,0.1-0.7,0.1c-0.2,0-0.4-0.1-0.6-0.2c-0.1-0.1-0.2-0.4-0.2-0.7c-0.3,0.3-0.6,0.5-0.9,0.7\n\t\t\tc-0.3,0.1-0.7,0.2-1.1,0.2c-0.3,0-0.5,0-0.7-0.1c-0.2-0.1-0.4-0.2-0.6-0.3c-0.2-0.1-0.3-0.3-0.4-0.5c-0.1-0.2-0.1-0.4-0.1-0.7\n\t\t\tc0-0.3,0.1-0.6,0.2-0.8c0.1-0.2,0.3-0.4,0.4-0.5s0.4-0.2,0.6-0.3c0.2-0.1,0.5-0.1,0.7-0.2c0.3-0.1,0.5-0.1,0.7-0.1\n\t\t\ts0.4-0.1,0.6-0.1s0.3-0.1,0.4-0.2s0.2-0.2,0.2-0.4c0-0.2,0-0.4-0.1-0.5c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.3-0.1-0.4-0.1\n\t\t\tc-0.2,0-0.3,0-0.4,0c-0.4,0-0.7,0.1-1,0.2c-0.3,0.2-0.4,0.4-0.4,0.9h-0.9c0-0.4,0.1-0.7,0.2-0.9s0.3-0.4,0.5-0.6\n\t\t\tc0.2-0.2,0.5-0.3,0.8-0.3c0.3-0.1,0.6-0.1,0.9-0.1c0.3,0,0.5,0,0.8,0.1c0.3,0,0.5,0.1,0.7,0.2c0.2,0.1,0.4,0.3,0.5,0.5\n\t\t\tc0.1,0.2,0.2,0.5,0.2,0.8v2.9c0,0.2,0,0.4,0,0.5c0,0.1,0.1,0.2,0.3,0.2c0.1,0,0.2,0,0.3,0V33z M97.5,30c-0.1,0.1-0.3,0.2-0.5,0.2\n\t\t\ts-0.4,0.1-0.6,0.1c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.4,0.1-0.6,0.2c-0.2,0.1-0.3,0.2-0.4,0.3c-0.1,0.1-0.2,0.3-0.2,0.6\n\t\t\tc0,0.2,0,0.3,0.1,0.4c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.3,0,0.4,0c0.3,0,0.6,0,0.8-0.1\n\t\t\tc0.2-0.1,0.4-0.2,0.5-0.3c0.1-0.1,0.2-0.3,0.3-0.4s0.1-0.3,0.1-0.4V30z"}),
|
|
28
|
+
h('path', {"d":"M104.1,34.6c-0.4,0.5-1.1,0.7-2,0.7c-0.3,0-0.5,0-0.8-0.1c-0.3-0.1-0.5-0.2-0.8-0.3s-0.4-0.3-0.6-0.5\n\t\t\tc-0.1-0.2-0.2-0.5-0.2-0.8h0.9c0,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.2,0.2,0.4,0.3c0.1,0.1,0.3,0.1,0.5,0.2c0.2,0,0.3,0,0.5,0\n\t\t\tc0.3,0,0.6-0.1,0.8-0.2c0.2-0.1,0.4-0.3,0.5-0.4c0.1-0.2,0.2-0.4,0.3-0.7c0.1-0.3,0.1-0.6,0.1-0.9V32h0c-0.2,0.4-0.4,0.6-0.7,0.8\n\t\t\tc-0.3,0.2-0.7,0.2-1,0.2c-0.4,0-0.8-0.1-1.1-0.2c-0.3-0.2-0.6-0.4-0.8-0.6c-0.2-0.3-0.4-0.6-0.5-0.9c-0.1-0.3-0.2-0.7-0.2-1.1\n\t\t\tc0-0.3,0-0.7,0.1-1c0.1-0.4,0.2-0.7,0.4-1c0.2-0.3,0.5-0.5,0.8-0.7c0.3-0.2,0.8-0.3,1.2-0.3c0.4,0,0.7,0.1,1,0.2s0.5,0.4,0.7,0.7\n\t\t\th0v-0.8h0.9v5.2C104.8,33.4,104.6,34.1,104.1,34.6z M103,32c0.2-0.1,0.4-0.3,0.5-0.5c0.1-0.2,0.2-0.4,0.3-0.7\n\t\t\tc0.1-0.3,0.1-0.5,0.1-0.8c0-0.2,0-0.5-0.1-0.7c-0.1-0.2-0.2-0.5-0.3-0.7c-0.1-0.2-0.3-0.4-0.5-0.5c-0.2-0.1-0.5-0.2-0.8-0.2\n\t\t\tc-0.3,0-0.6,0.1-0.8,0.2c-0.2,0.1-0.4,0.3-0.5,0.5c-0.1,0.2-0.2,0.4-0.3,0.7c-0.1,0.3-0.1,0.5-0.1,0.8c0,0.3,0,0.5,0.1,0.8\n\t\t\ts0.1,0.5,0.3,0.7c0.1,0.2,0.3,0.4,0.5,0.5c0.2,0.1,0.5,0.2,0.8,0.2S102.7,32.2,103,32z"}),
|
|
29
|
+
h('path', {"d":"M110.2,32.6c-0.4,0.3-1,0.5-1.6,0.5c-0.5,0-0.9-0.1-1.2-0.2s-0.6-0.4-0.8-0.6c-0.2-0.3-0.4-0.6-0.5-0.9\n\t\t\tc-0.1-0.4-0.2-0.8-0.2-1.2c0-0.4,0.1-0.8,0.2-1.2s0.3-0.7,0.6-0.9c0.2-0.3,0.5-0.5,0.9-0.6c0.3-0.1,0.7-0.2,1.1-0.2\n\t\t\tc0.5,0,0.9,0.1,1.3,0.3c0.3,0.2,0.6,0.5,0.8,0.8c0.2,0.3,0.3,0.7,0.4,1.1c0.1,0.4,0.1,0.7,0.1,1.1h-4.3c0,0.3,0,0.5,0.1,0.7\n\t\t\tc0.1,0.2,0.2,0.4,0.3,0.6c0.1,0.2,0.3,0.3,0.6,0.4c0.2,0.1,0.5,0.2,0.8,0.2c0.4,0,0.7-0.1,1-0.3c0.3-0.2,0.4-0.5,0.5-0.8h0.9\n\t\t\tC111,31.8,110.7,32.3,110.2,32.6z M110,29c-0.1-0.2-0.2-0.4-0.3-0.5c-0.1-0.1-0.3-0.3-0.5-0.3s-0.4-0.1-0.6-0.1\n\t\t\tc-0.2,0-0.5,0-0.7,0.1s-0.4,0.2-0.5,0.3c-0.1,0.1-0.2,0.3-0.3,0.5s-0.1,0.4-0.1,0.6h3.3C110.2,29.4,110.1,29.2,110,29z"})
|
|
30
|
+
]),
|
|
31
|
+
h('path', {"d":"M21.3,17.5c-6.9,0-12.5,5.6-12.5,12.5s5.6,12.5,12.5,12.5S33.8,36.9,33.8,30S28.2,17.5,21.3,17.5z M27.1,31.2l-8.9,5.1\n\t\tc-0.8,0.4-1.8-0.1-1.8-1.1V24.8c0-0.9,1-1.5,1.8-1.1l8.9,5.4C28,29.6,28,30.7,27.1,31.2z"})
|
|
32
|
+
])
|
|
33
|
+
]);
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
export default AlphaVantage;
|
package/dist/beehiiv.cjs
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Beehiiv
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const Beehiiv = vue_1.defineComponent({
|
|
10
|
+
name: 'Beehiiv',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 1544 1456',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('path', {"d":"m1342.4 684.4h-1140.4c-29.1 0-52.8-23.8-52.8-52.9v-80.6c0-91.1 73.9-165.1 165-165.1h914.7c91.1 0 165 74 165 165.1v80.6c1.3 29.1-22.5 52.9-51.5 52.9z"}),
|
|
19
|
+
vue_1.h('path', {"d":"m1102.2 298.6h-660c-29.1 0-54.1-23.8-54.1-54.2 0-134.7 109.5-244.4 244.2-244.4h279.8c134.6 0 244.2 109.7 244.2 244.4 0 30.4-23.8 54.2-54.1 54.2z"}),
|
|
20
|
+
vue_1.h('path', {"d":"m1395.2 771.6h-1246c-81.9 0-149.2 67.4-149.2 149.3 0 81.9 67.3 149.3 149.2 149.3h442.1c15.9-84.6 89.8-149.3 179.6-149.3 89.7 0 165 64.7 180.8 149.3h442.2c81.8 0 149.1-67.4 149.1-149.3 0-81.9-66-149.3-147.8-149.3z"}),
|
|
21
|
+
vue_1.h('path', {"d":"m1341.1 1157.4h-386.8v298.6h290.4c81.9 0 149.2-67.4 149.2-149.3v-95.2c1.3-29-22.5-54.1-52.8-54.1z"}),
|
|
22
|
+
vue_1.h('path', {"d":"m202 1157.4c-29.1 0-54.2 23.7-54.2 54.1v95.2c0 81.9 67.4 149.3 149.2 149.3h290.4v-298.6c1.3 0-385.4 0-385.4 0z"})
|
|
23
|
+
]);
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
exports.default = Beehiiv;
|
package/dist/beehiiv.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// @thesvg/vue - Beehiiv
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const Beehiiv = defineComponent({
|
|
7
|
+
name: 'Beehiiv',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 1544 1456',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('path', {"d":"m1342.4 684.4h-1140.4c-29.1 0-52.8-23.8-52.8-52.9v-80.6c0-91.1 73.9-165.1 165-165.1h914.7c91.1 0 165 74 165 165.1v80.6c1.3 29.1-22.5 52.9-51.5 52.9z"}),
|
|
16
|
+
h('path', {"d":"m1102.2 298.6h-660c-29.1 0-54.1-23.8-54.1-54.2 0-134.7 109.5-244.4 244.2-244.4h279.8c134.6 0 244.2 109.7 244.2 244.4 0 30.4-23.8 54.2-54.1 54.2z"}),
|
|
17
|
+
h('path', {"d":"m1395.2 771.6h-1246c-81.9 0-149.2 67.4-149.2 149.3 0 81.9 67.3 149.3 149.2 149.3h442.1c15.9-84.6 89.8-149.3 179.6-149.3 89.7 0 165 64.7 180.8 149.3h442.2c81.8 0 149.1-67.4 149.1-149.3 0-81.9-66-149.3-147.8-149.3z"}),
|
|
18
|
+
h('path', {"d":"m1341.1 1157.4h-386.8v298.6h290.4c81.9 0 149.2-67.4 149.2-149.3v-95.2c1.3-29-22.5-54.1-52.8-54.1z"}),
|
|
19
|
+
h('path', {"d":"m202 1157.4c-29.1 0-54.2 23.7-54.2 54.1v95.2c0 81.9 67.4 149.3 149.2 149.3h290.4v-298.6c1.3 0-385.4 0-385.4 0z"})
|
|
20
|
+
]);
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export default Beehiiv;
|
package/dist/index.cjs
CHANGED
|
@@ -314,6 +314,8 @@ const _almalinux = require('./almalinux.cjs');
|
|
|
314
314
|
exports.Almalinux = _almalinux.default;
|
|
315
315
|
const _alpaca = require('./alpaca.cjs');
|
|
316
316
|
exports.Alpaca = _alpaca.default;
|
|
317
|
+
const _alpha_vantage = require('./alpha-vantage.cjs');
|
|
318
|
+
exports.AlphaVantage = _alpha_vantage.default;
|
|
317
319
|
const _alpine_linux = require('./alpine-linux.cjs');
|
|
318
320
|
exports.AlpineLinux = _alpine_linux.default;
|
|
319
321
|
const _alpinedotjs = require('./alpinedotjs.cjs');
|
|
@@ -3636,6 +3638,8 @@ const _beatstars = require('./beatstars.cjs');
|
|
|
3636
3638
|
exports.Beatstars = _beatstars.default;
|
|
3637
3639
|
const _bedrock_aws = require('./bedrock-aws.cjs');
|
|
3638
3640
|
exports.BedrockAws = _bedrock_aws.default;
|
|
3641
|
+
const _beehiiv = require('./beehiiv.cjs');
|
|
3642
|
+
exports.Beehiiv = _beehiiv.default;
|
|
3639
3643
|
const _beekeeper_studio = require('./beekeeper-studio.cjs');
|
|
3640
3644
|
exports.BeekeeperStudio = _beekeeper_studio.default;
|
|
3641
3645
|
const _behance = require('./behance.cjs');
|
|
@@ -8772,6 +8776,8 @@ const _napster = require('./napster.cjs');
|
|
|
8772
8776
|
exports.Napster = _napster.default;
|
|
8773
8777
|
const _nasa = require('./nasa.cjs');
|
|
8774
8778
|
exports.Nasa = _nasa.default;
|
|
8779
|
+
const _nasdaq = require('./nasdaq.cjs');
|
|
8780
|
+
exports.Nasdaq = _nasdaq.default;
|
|
8775
8781
|
const _nasm = require('./nasm.cjs');
|
|
8776
8782
|
exports.Nasm = _nasm.default;
|
|
8777
8783
|
const _national_grid = require('./national-grid.cjs');
|
|
@@ -9790,6 +9796,8 @@ const _poly = require('./poly.cjs');
|
|
|
9790
9796
|
exports.Poly = _poly.default;
|
|
9791
9797
|
const _polygon = require('./polygon.cjs');
|
|
9792
9798
|
exports.Polygon = _polygon.default;
|
|
9799
|
+
const _polygon_io = require('./polygon-io.cjs');
|
|
9800
|
+
exports.PolygonIo = _polygon_io.default;
|
|
9793
9801
|
const _polymer_project = require('./polymer-project.cjs');
|
|
9794
9802
|
exports.PolymerProject = _polymer_project.default;
|
|
9795
9803
|
const _polywork = require('./polywork.cjs');
|
|
@@ -10880,6 +10888,8 @@ const _skillshare = require('./skillshare.cjs');
|
|
|
10880
10888
|
exports.Skillshare = _skillshare.default;
|
|
10881
10889
|
const _skoda = require('./skoda.cjs');
|
|
10882
10890
|
exports.Skoda = _skoda.default;
|
|
10891
|
+
const _skool = require('./skool.cjs');
|
|
10892
|
+
exports.Skool = _skool.default;
|
|
10883
10893
|
const _sky = require('./sky.cjs');
|
|
10884
10894
|
exports.Sky = _sky.default;
|
|
10885
10895
|
const _skypack = require('./skypack.cjs');
|
|
@@ -12814,6 +12824,8 @@ const _zomato = require('./zomato.cjs');
|
|
|
12814
12824
|
exports.Zomato = _zomato.default;
|
|
12815
12825
|
const _zoom = require('./zoom.cjs');
|
|
12816
12826
|
exports.Zoom = _zoom.default;
|
|
12827
|
+
const _zoom_2025 = require('./zoom-2025.cjs');
|
|
12828
|
+
exports.Zoom2025 = _zoom_2025.default;
|
|
12817
12829
|
const _zorin = require('./zorin.cjs');
|
|
12818
12830
|
exports.Zorin = _zorin.default;
|
|
12819
12831
|
const _zot = require('./zot.cjs');
|
package/dist/index.d.ts
CHANGED
|
@@ -156,6 +156,7 @@ export { default as Alliedmodders } from './alliedmodders.js';
|
|
|
156
156
|
export { default as Alltrails } from './alltrails.js';
|
|
157
157
|
export { default as Almalinux } from './almalinux.js';
|
|
158
158
|
export { default as Alpaca } from './alpaca.js';
|
|
159
|
+
export { default as AlphaVantage } from './alpha-vantage.js';
|
|
159
160
|
export { default as AlpineLinux } from './alpine-linux.js';
|
|
160
161
|
export { default as Alpinedotjs } from './alpinedotjs.js';
|
|
161
162
|
export { default as Alpinejs } from './alpinejs.js';
|
|
@@ -1817,6 +1818,7 @@ export { default as Beats } from './beats.js';
|
|
|
1817
1818
|
export { default as BeatsByDre } from './beats-by-dre.js';
|
|
1818
1819
|
export { default as Beatstars } from './beatstars.js';
|
|
1819
1820
|
export { default as BedrockAws } from './bedrock-aws.js';
|
|
1821
|
+
export { default as Beehiiv } from './beehiiv.js';
|
|
1820
1822
|
export { default as BeekeeperStudio } from './beekeeper-studio.js';
|
|
1821
1823
|
export { default as Behance } from './behance.js';
|
|
1822
1824
|
export { default as BeijingSubway } from './beijing-subway.js';
|
|
@@ -4385,6 +4387,7 @@ export { default as NanoStores } from './nano-stores.js';
|
|
|
4385
4387
|
export { default as Nanonets } from './nanonets.js';
|
|
4386
4388
|
export { default as Napster } from './napster.js';
|
|
4387
4389
|
export { default as Nasa } from './nasa.js';
|
|
4390
|
+
export { default as Nasdaq } from './nasdaq.js';
|
|
4388
4391
|
export { default as Nasm } from './nasm.js';
|
|
4389
4392
|
export { default as NationalGrid } from './national-grid.js';
|
|
4390
4393
|
export { default as NationalRail } from './national-rail.js';
|
|
@@ -4894,6 +4897,7 @@ export { default as Polkadot } from './polkadot.js';
|
|
|
4894
4897
|
export { default as Pollinations } from './pollinations.js';
|
|
4895
4898
|
export { default as Poly } from './poly.js';
|
|
4896
4899
|
export { default as Polygon } from './polygon.js';
|
|
4900
|
+
export { default as PolygonIo } from './polygon-io.js';
|
|
4897
4901
|
export { default as PolymerProject } from './polymer-project.js';
|
|
4898
4902
|
export { default as Polywork } from './polywork.js';
|
|
4899
4903
|
export { default as Pomerium } from './pomerium.js';
|
|
@@ -5439,6 +5443,7 @@ export { default as Sketchfab } from './sketchfab.js';
|
|
|
5439
5443
|
export { default as Sketchup } from './sketchup.js';
|
|
5440
5444
|
export { default as Skillshare } from './skillshare.js';
|
|
5441
5445
|
export { default as Skoda } from './skoda.js';
|
|
5446
|
+
export { default as Skool } from './skool.js';
|
|
5442
5447
|
export { default as Sky } from './sky.js';
|
|
5443
5448
|
export { default as Skypack } from './skypack.js';
|
|
5444
5449
|
export { default as Skype } from './skype.js';
|
|
@@ -6406,6 +6411,7 @@ export { default as Zoiper } from './zoiper.js';
|
|
|
6406
6411
|
export { default as Zola } from './zola.js';
|
|
6407
6412
|
export { default as Zomato } from './zomato.js';
|
|
6408
6413
|
export { default as Zoom } from './zoom.js';
|
|
6414
|
+
export { default as Zoom2025 } from './zoom-2025.js';
|
|
6409
6415
|
export { default as Zorin } from './zorin.js';
|
|
6410
6416
|
export { default as Zot } from './zot.js';
|
|
6411
6417
|
export { default as Zotero } from './zotero.js';
|
package/dist/index.js
CHANGED
|
@@ -156,6 +156,7 @@ export { default as Alliedmodders } from './alliedmodders.js';
|
|
|
156
156
|
export { default as Alltrails } from './alltrails.js';
|
|
157
157
|
export { default as Almalinux } from './almalinux.js';
|
|
158
158
|
export { default as Alpaca } from './alpaca.js';
|
|
159
|
+
export { default as AlphaVantage } from './alpha-vantage.js';
|
|
159
160
|
export { default as AlpineLinux } from './alpine-linux.js';
|
|
160
161
|
export { default as Alpinedotjs } from './alpinedotjs.js';
|
|
161
162
|
export { default as Alpinejs } from './alpinejs.js';
|
|
@@ -1817,6 +1818,7 @@ export { default as Beats } from './beats.js';
|
|
|
1817
1818
|
export { default as BeatsByDre } from './beats-by-dre.js';
|
|
1818
1819
|
export { default as Beatstars } from './beatstars.js';
|
|
1819
1820
|
export { default as BedrockAws } from './bedrock-aws.js';
|
|
1821
|
+
export { default as Beehiiv } from './beehiiv.js';
|
|
1820
1822
|
export { default as BeekeeperStudio } from './beekeeper-studio.js';
|
|
1821
1823
|
export { default as Behance } from './behance.js';
|
|
1822
1824
|
export { default as BeijingSubway } from './beijing-subway.js';
|
|
@@ -4385,6 +4387,7 @@ export { default as NanoStores } from './nano-stores.js';
|
|
|
4385
4387
|
export { default as Nanonets } from './nanonets.js';
|
|
4386
4388
|
export { default as Napster } from './napster.js';
|
|
4387
4389
|
export { default as Nasa } from './nasa.js';
|
|
4390
|
+
export { default as Nasdaq } from './nasdaq.js';
|
|
4388
4391
|
export { default as Nasm } from './nasm.js';
|
|
4389
4392
|
export { default as NationalGrid } from './national-grid.js';
|
|
4390
4393
|
export { default as NationalRail } from './national-rail.js';
|
|
@@ -4894,6 +4897,7 @@ export { default as Polkadot } from './polkadot.js';
|
|
|
4894
4897
|
export { default as Pollinations } from './pollinations.js';
|
|
4895
4898
|
export { default as Poly } from './poly.js';
|
|
4896
4899
|
export { default as Polygon } from './polygon.js';
|
|
4900
|
+
export { default as PolygonIo } from './polygon-io.js';
|
|
4897
4901
|
export { default as PolymerProject } from './polymer-project.js';
|
|
4898
4902
|
export { default as Polywork } from './polywork.js';
|
|
4899
4903
|
export { default as Pomerium } from './pomerium.js';
|
|
@@ -5439,6 +5443,7 @@ export { default as Sketchfab } from './sketchfab.js';
|
|
|
5439
5443
|
export { default as Sketchup } from './sketchup.js';
|
|
5440
5444
|
export { default as Skillshare } from './skillshare.js';
|
|
5441
5445
|
export { default as Skoda } from './skoda.js';
|
|
5446
|
+
export { default as Skool } from './skool.js';
|
|
5442
5447
|
export { default as Sky } from './sky.js';
|
|
5443
5448
|
export { default as Skypack } from './skypack.js';
|
|
5444
5449
|
export { default as Skype } from './skype.js';
|
|
@@ -6406,6 +6411,7 @@ export { default as Zoiper } from './zoiper.js';
|
|
|
6406
6411
|
export { default as Zola } from './zola.js';
|
|
6407
6412
|
export { default as Zomato } from './zomato.js';
|
|
6408
6413
|
export { default as Zoom } from './zoom.js';
|
|
6414
|
+
export { default as Zoom2025 } from './zoom-2025.js';
|
|
6409
6415
|
export { default as Zorin } from './zorin.js';
|
|
6410
6416
|
export { default as Zot } from './zot.js';
|
|
6411
6417
|
export { default as Zotero } from './zotero.js';
|
package/dist/nasdaq.cjs
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Nasdaq
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const Nasdaq = vue_1.defineComponent({
|
|
10
|
+
name: 'Nasdaq',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 155 44',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('defs', {}, [
|
|
19
|
+
vue_1.h('path', {"id":"nasdaq-a","d":"M0 0h15.027v24H0z"}),
|
|
20
|
+
vue_1.h('path', {"id":"nasdaq-c","d":"M0 .016h27V33H0z"}),
|
|
21
|
+
vue_1.h('path', {"id":"nasdaq-e","d":"M0 0h27v33.797H0z"})
|
|
22
|
+
]),
|
|
23
|
+
vue_1.h('g', {"fill":"none","fill-rule":"evenodd"}, [
|
|
24
|
+
vue_1.h('path', {"d":"M114.297 33.328c-5.293 0-8.582-3.066-8.582-8.008 0-5.129 3.035-8.32 7.922-8.32h.41c.613 0 1.457.02 2.61.164v-6.191h3.452V32.77s-3.28.558-5.812.558m-.031-13.61c-3.344 0-4.97 1.805-4.97 5.516 0 3.332 1.962 5.403 5.114 5.403.606 0 1.3-.04 2.246-.121V19.94c-.945-.152-1.707-.222-2.39-.222m-47.254 13.11l-9.325-16.273-.003 16.273h-3.25V12.227h4.55l9.325 16.128-.004-16.128h3.293v20.601zm29.703.317c-1.57 0-3.207-.176-5.156-.551l-.211-.04v-2.878l.308.066c1.719.367 3.203.68 4.688.68 1.199 0 3.992-.188 3.992-1.953 0-1.48-1.93-1.852-3.48-2.149l-.098-.02c-.29-.054-.563-.109-.793-.167-2.274-.59-4.7-1.477-4.7-4.524 0-2.972 2.352-4.675 6.454-4.675 1.969 0 3.398.21 4.547.382l.558.082v2.793l-.297-.054c-1.3-.239-2.824-.485-4.289-.485-1.629 0-3.562.305-3.562 1.754 0 1.203 1.582 1.547 3.414 1.946 2.562.554 5.738 1.25 5.738 4.746 0 3.207-2.59 5.047-7.113 5.047m33.085 0c-3.573 0-6.882-.63-6.882-5.192 0-4.965 5.117-4.965 8.176-4.965.304 0 1.742.067 2.183.086-.004-2.785-.039-3.449-4.078-3.449-1.601 0-3.379.316-4.949.598l-.3.054v-2.75l.202-.043c1.82-.37 3.575-.55 5.364-.55 3.914 0 7.23.394 7.23 5.25v10.59l-.238.027c-2.711.304-4.863.344-6.707.344m1.207-7.7c-2.95 0-4.778.434-4.778 2.594 0 2.5 2.332 2.707 4.52 2.707.816 0 2.285-.105 2.734-.137v-5.078c-.632-.027-2.277-.086-2.476-.086m-49.645 7.7c-3.578 0-6.886-.63-6.886-5.192 0-4.965 5.117-4.965 8.175-4.965.305 0 1.746.067 2.188.086-.004-2.785-.043-3.449-4.082-3.449-1.602 0-3.38.316-4.95.598l-.3.054v-2.75l.207-.043a26.55 26.55 0 0 1 5.36-.55c3.913 0 7.23.394 7.23 5.25v10.59l-.239.027c-2.71.304-4.863.344-6.703.344m1.203-7.7c-2.949 0-4.773.434-4.773 2.594 0 2.5 2.328 2.707 4.516 2.707.82 0 2.289-.105 2.738-.137v-5.078c-.637-.027-2.281-.086-2.48-.086","fill":"#231F20","fill-rule":"nonzero"}),
|
|
25
|
+
vue_1.h('g', {"transform":"translate(139 16)"}, [
|
|
26
|
+
vue_1.h('mask', {"id":"nasdaq-b","fill":"#fff"}, [
|
|
27
|
+
vue_1.h('use', {"href":"#nasdaq-a"})
|
|
28
|
+
]),
|
|
29
|
+
vue_1.h('path', {"d":"M11.492 23.828V17.07c-1.347.188-2.062.188-2.64.188-1.368 0-2.887-.297-4.063-.793C2.156 15.37.586 12.59.586 9.023c0-1.78.434-5.035 3.336-6.789C5.379 1.364 7.098.992 9.684.992c.925 0 2.175.07 3.382.14l1.961.102v21.028l-3.535 1.566zM9.426 3.711C5.918 3.71 4.14 5.5 4.14 9.023c0 4.536 2.652 5.489 4.882 5.489.543 0 1.153 0 2.504-.172V3.809c-1.058-.07-1.547-.098-2.101-.098z","fill":"#231F20","fill-rule":"nonzero","mask":"url(#nasdaq-b)"})
|
|
30
|
+
]),
|
|
31
|
+
vue_1.h('g', {"transform":"translate(25)"}, [
|
|
32
|
+
vue_1.h('mask', {"id":"nasdaq-d","fill":"#fff"}, [
|
|
33
|
+
vue_1.h('use', {"href":"#nasdaq-c"})
|
|
34
|
+
]),
|
|
35
|
+
vue_1.h('path', {"d":"M14.012.016L2.594 31.386a2.19 2.19 0 0 1-1.836 1.427v.015h12.07c.945 0 1.754-.601 2.055-1.441L26.305.016H14.012z","fill":"#0996C7","fill-rule":"nonzero","mask":"url(#nasdaq-d)"})
|
|
36
|
+
]),
|
|
37
|
+
vue_1.h('path', {"d":"M24.773 32.352c.7 0 1.313-.348 1.688-.875.039-.055.176-.247.273-.508l4.188-11.512-2.45-6.723a2.07 2.07 0 0 0-3.597-.398c-.04.055-.203.3-.273.508l-4.188 11.508 2.461 6.75a2.067 2.067 0 0 0 1.898 1.25","fill":"#0996C7","fill-rule":"nonzero"}),
|
|
38
|
+
vue_1.h('g', {"transform":"translate(-1 10)"}, [
|
|
39
|
+
vue_1.h('mask', {"id":"nasdaq-f","fill":"#fff"}, [
|
|
40
|
+
vue_1.h('use', {"href":"#nasdaq-e"})
|
|
41
|
+
]),
|
|
42
|
+
vue_1.h('path', {"d":"M26.668.984H14.465c-.945 0-1.754.598-2.059 1.442L.988 33.796h12.293L24.7 2.427A2.187 2.187 0 0 1 26.668.988V.984z","fill":"#0996C7","fill-rule":"nonzero","mask":"url(#nasdaq-f)"})
|
|
43
|
+
])
|
|
44
|
+
])
|
|
45
|
+
]);
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
|
|
49
|
+
exports.default = Nasdaq;
|
package/dist/nasdaq.d.ts
ADDED
package/dist/nasdaq.js
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
// @thesvg/vue - Nasdaq
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const Nasdaq = defineComponent({
|
|
7
|
+
name: 'Nasdaq',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 155 44',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('defs', {}, [
|
|
16
|
+
h('path', {"id":"nasdaq-a","d":"M0 0h15.027v24H0z"}),
|
|
17
|
+
h('path', {"id":"nasdaq-c","d":"M0 .016h27V33H0z"}),
|
|
18
|
+
h('path', {"id":"nasdaq-e","d":"M0 0h27v33.797H0z"})
|
|
19
|
+
]),
|
|
20
|
+
h('g', {"fill":"none","fill-rule":"evenodd"}, [
|
|
21
|
+
h('path', {"d":"M114.297 33.328c-5.293 0-8.582-3.066-8.582-8.008 0-5.129 3.035-8.32 7.922-8.32h.41c.613 0 1.457.02 2.61.164v-6.191h3.452V32.77s-3.28.558-5.812.558m-.031-13.61c-3.344 0-4.97 1.805-4.97 5.516 0 3.332 1.962 5.403 5.114 5.403.606 0 1.3-.04 2.246-.121V19.94c-.945-.152-1.707-.222-2.39-.222m-47.254 13.11l-9.325-16.273-.003 16.273h-3.25V12.227h4.55l9.325 16.128-.004-16.128h3.293v20.601zm29.703.317c-1.57 0-3.207-.176-5.156-.551l-.211-.04v-2.878l.308.066c1.719.367 3.203.68 4.688.68 1.199 0 3.992-.188 3.992-1.953 0-1.48-1.93-1.852-3.48-2.149l-.098-.02c-.29-.054-.563-.109-.793-.167-2.274-.59-4.7-1.477-4.7-4.524 0-2.972 2.352-4.675 6.454-4.675 1.969 0 3.398.21 4.547.382l.558.082v2.793l-.297-.054c-1.3-.239-2.824-.485-4.289-.485-1.629 0-3.562.305-3.562 1.754 0 1.203 1.582 1.547 3.414 1.946 2.562.554 5.738 1.25 5.738 4.746 0 3.207-2.59 5.047-7.113 5.047m33.085 0c-3.573 0-6.882-.63-6.882-5.192 0-4.965 5.117-4.965 8.176-4.965.304 0 1.742.067 2.183.086-.004-2.785-.039-3.449-4.078-3.449-1.601 0-3.379.316-4.949.598l-.3.054v-2.75l.202-.043c1.82-.37 3.575-.55 5.364-.55 3.914 0 7.23.394 7.23 5.25v10.59l-.238.027c-2.711.304-4.863.344-6.707.344m1.207-7.7c-2.95 0-4.778.434-4.778 2.594 0 2.5 2.332 2.707 4.52 2.707.816 0 2.285-.105 2.734-.137v-5.078c-.632-.027-2.277-.086-2.476-.086m-49.645 7.7c-3.578 0-6.886-.63-6.886-5.192 0-4.965 5.117-4.965 8.175-4.965.305 0 1.746.067 2.188.086-.004-2.785-.043-3.449-4.082-3.449-1.602 0-3.38.316-4.95.598l-.3.054v-2.75l.207-.043a26.55 26.55 0 0 1 5.36-.55c3.913 0 7.23.394 7.23 5.25v10.59l-.239.027c-2.71.304-4.863.344-6.703.344m1.203-7.7c-2.949 0-4.773.434-4.773 2.594 0 2.5 2.328 2.707 4.516 2.707.82 0 2.289-.105 2.738-.137v-5.078c-.637-.027-2.281-.086-2.48-.086","fill":"#231F20","fill-rule":"nonzero"}),
|
|
22
|
+
h('g', {"transform":"translate(139 16)"}, [
|
|
23
|
+
h('mask', {"id":"nasdaq-b","fill":"#fff"}, [
|
|
24
|
+
h('use', {"href":"#nasdaq-a"})
|
|
25
|
+
]),
|
|
26
|
+
h('path', {"d":"M11.492 23.828V17.07c-1.347.188-2.062.188-2.64.188-1.368 0-2.887-.297-4.063-.793C2.156 15.37.586 12.59.586 9.023c0-1.78.434-5.035 3.336-6.789C5.379 1.364 7.098.992 9.684.992c.925 0 2.175.07 3.382.14l1.961.102v21.028l-3.535 1.566zM9.426 3.711C5.918 3.71 4.14 5.5 4.14 9.023c0 4.536 2.652 5.489 4.882 5.489.543 0 1.153 0 2.504-.172V3.809c-1.058-.07-1.547-.098-2.101-.098z","fill":"#231F20","fill-rule":"nonzero","mask":"url(#nasdaq-b)"})
|
|
27
|
+
]),
|
|
28
|
+
h('g', {"transform":"translate(25)"}, [
|
|
29
|
+
h('mask', {"id":"nasdaq-d","fill":"#fff"}, [
|
|
30
|
+
h('use', {"href":"#nasdaq-c"})
|
|
31
|
+
]),
|
|
32
|
+
h('path', {"d":"M14.012.016L2.594 31.386a2.19 2.19 0 0 1-1.836 1.427v.015h12.07c.945 0 1.754-.601 2.055-1.441L26.305.016H14.012z","fill":"#0996C7","fill-rule":"nonzero","mask":"url(#nasdaq-d)"})
|
|
33
|
+
]),
|
|
34
|
+
h('path', {"d":"M24.773 32.352c.7 0 1.313-.348 1.688-.875.039-.055.176-.247.273-.508l4.188-11.512-2.45-6.723a2.07 2.07 0 0 0-3.597-.398c-.04.055-.203.3-.273.508l-4.188 11.508 2.461 6.75a2.067 2.067 0 0 0 1.898 1.25","fill":"#0996C7","fill-rule":"nonzero"}),
|
|
35
|
+
h('g', {"transform":"translate(-1 10)"}, [
|
|
36
|
+
h('mask', {"id":"nasdaq-f","fill":"#fff"}, [
|
|
37
|
+
h('use', {"href":"#nasdaq-e"})
|
|
38
|
+
]),
|
|
39
|
+
h('path', {"d":"M26.668.984H14.465c-.945 0-1.754.598-2.059 1.442L.988 33.796h12.293L24.7 2.427A2.187 2.187 0 0 1 26.668.988V.984z","fill":"#0996C7","fill-rule":"nonzero","mask":"url(#nasdaq-f)"})
|
|
40
|
+
])
|
|
41
|
+
])
|
|
42
|
+
]);
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
export default Nasdaq;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Polygon.io
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const PolygonIo = vue_1.defineComponent({
|
|
10
|
+
name: 'PolygonIo',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 290 79',
|
|
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","d":"M9.29035 49.4468L28.7567 29.5561C32.3895 25.8441 38.3259 25.7973 42.0161 29.4517C42.0212 29.4567 42.0262 29.4617 42.0313 29.4667L56.5094 43.8693C56.6443 44.0035 56.8618 44.0023 56.9952 43.8666C57.1226 43.737 57.1281 43.5302 57.0077 43.394L51.0902 36.6964C50.4099 35.9264 50.3618 34.7813 50.9751 33.9563L53.6623 30.3414C55.3367 28.0889 58.5094 27.6283 60.7486 29.3126C61.0308 29.5249 61.2902 29.7662 61.5226 30.0326L78.5752 49.5857C79.7704 50.9562 79.6349 53.0418 78.2725 54.2441C77.6738 54.7724 76.9046 55.0637 76.1083 55.0637H11.6289C9.81652 55.0637 8.34727 53.5858 8.34727 51.7626C8.34727 50.8961 8.686 50.0643 9.29035 49.4468Z","fill":"url(#paint0_linear_1393_1443)"}),
|
|
19
|
+
vue_1.h('path', {"fill-rule":"evenodd","clip-rule":"evenodd","d":"M96.6631 54.3223L101.635 24.6779H109.17L115.035 40.483L120.861 24.6779H128.396L133.367 54.3223H125.794L123.269 37.2591L116.355 54.3223H113.326L106.762 37.2591L104.237 54.3223H96.6631ZM153.922 43.2058L150.618 33.5714L147.315 43.2058H153.922ZM156.463 49.1719H145.508L143.747 54.3223H135.57L146.799 24.6779H155.172L166.401 54.3223H158.224L156.463 49.1719ZM186.317 32.305C185.473 31.6272 184.63 31.1254 183.786 30.7995C182.943 30.4736 182.126 30.3107 181.335 30.3107C180.333 30.3107 179.516 30.5453 178.883 31.0146C178.251 31.4838 177.934 32.0964 177.934 32.8525C177.934 33.3738 178.093 33.804 178.409 34.1429C178.725 34.4818 179.14 34.7751 179.654 35.0227C180.168 35.2704 180.748 35.4855 181.394 35.6679C182.04 35.8504 182.679 36.0459 183.312 36.2545C185.842 37.0887 187.694 38.2032 188.867 39.5979C190.04 40.9926 190.626 42.8109 190.626 45.0529C190.626 46.5649 190.369 47.9335 189.855 49.1588C189.341 50.3841 188.59 51.4333 187.601 52.3067C186.613 53.18 185.401 53.8578 183.964 54.3401C182.527 54.8223 180.9 55.0635 179.081 55.0635C175.312 55.0635 171.819 53.9555 168.604 51.7396L171.925 45.5612C173.085 46.5779 174.231 47.3339 175.365 47.8293C176.498 48.3246 177.618 48.5722 178.725 48.5722C179.99 48.5722 180.933 48.2855 181.552 47.7119C182.172 47.1384 182.481 46.4867 182.481 45.7568C182.481 45.3136 182.402 44.9291 182.244 44.6032C182.086 44.2773 181.822 43.9775 181.453 43.7038C181.084 43.4301 180.603 43.1759 180.01 42.9413C179.417 42.7066 178.699 42.446 177.855 42.1592C176.854 41.8464 175.872 41.5009 174.91 41.1229C173.948 40.7449 173.091 40.2431 172.34 39.6174C171.589 38.9918 170.982 38.2032 170.521 37.2517C170.06 36.3001 169.829 35.0944 169.829 33.6345C169.829 32.1747 170.073 30.8516 170.561 29.6655C171.048 28.4793 171.734 27.4626 172.617 26.6154C173.5 25.7681 174.58 25.1099 175.859 24.6406C177.137 24.1714 178.567 23.9368 180.149 23.9368C181.625 23.9368 183.167 24.1388 184.775 24.5429C186.382 24.947 187.924 25.54 189.4 26.3221L186.317 32.305ZM211.275 32.305C210.432 31.6272 209.588 31.1254 208.745 30.7995C207.902 30.4736 207.084 30.3107 206.294 30.3107C205.292 30.3107 204.475 30.5453 203.842 31.0146C203.21 31.4838 202.893 32.0964 202.893 32.8525C202.893 33.3738 203.052 33.804 203.368 34.1429C203.684 34.4818 204.099 34.7751 204.613 35.0227C205.127 35.2704 205.707 35.4855 206.353 35.6679C206.999 35.8504 207.638 36.0459 208.271 36.2545C210.801 37.0887 212.653 38.2032 213.826 39.5979C214.999 40.9926 215.585 42.8109 215.585 45.0529C215.585 46.5649 215.328 47.9335 214.814 49.1588C214.3 50.3841 213.549 51.4333 212.56 52.3067C211.572 53.18 210.359 53.8578 208.923 54.3401C207.486 54.8223 205.859 55.0635 204.04 55.0635C200.271 55.0635 196.778 53.9555 193.562 51.7396L196.884 45.5612C198.043 46.5779 199.19 47.3339 200.323 47.8293C201.457 48.3246 202.577 48.5722 203.684 48.5722C204.949 48.5722 205.892 48.2855 206.511 47.7119C207.131 47.1384 207.44 46.4867 207.44 45.7568C207.44 45.3136 207.361 44.9291 207.203 44.6032C207.045 44.2773 206.781 43.9775 206.412 43.7038C206.043 43.4301 205.562 43.1759 204.969 42.9413C204.376 42.7066 203.658 42.446 202.814 42.1592C201.813 41.8464 200.831 41.5009 199.869 41.1229C198.907 40.7449 198.05 40.2431 197.299 39.6174C196.548 38.9918 195.941 38.2032 195.48 37.2517C195.019 36.3001 194.788 35.0944 194.788 33.6345C194.788 32.1747 195.032 30.8516 195.52 29.6655C196.007 28.4793 196.693 27.4626 197.576 26.6154C198.459 25.7681 199.539 25.1099 200.818 24.6406C202.096 24.1714 203.526 23.9368 205.108 23.9368C206.584 23.9368 208.126 24.1388 209.733 24.5429C211.341 24.947 212.883 25.54 214.359 26.3221L211.275 32.305ZM227.33 24.6779V54.3223H219.99V24.6779H227.33ZM239.303 24.6779L246.397 42.724L253.53 24.6779H261.832L249.437 54.3223H243.357L231.001 24.6779H239.303ZM281.653 31.2044H272.483V36.1582H281.141V42.6847H272.483V47.7958H281.653V54.3223H264.769V24.6779H281.653V31.2044Z","fill":"#1B222D"}),
|
|
20
|
+
vue_1.h('defs', {}, [
|
|
21
|
+
vue_1.h('linearGradient', {"id":"paint0_linear_1393_1443","x1":"27.9096","y1":"53.8722","x2":"57.3312","y2":"32.653","gradientUnits":"userSpaceOnUse"}, [
|
|
22
|
+
vue_1.h('stop', {"offset":"0.288159","stop-color":"#FF9964"}),
|
|
23
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#FF6E63"})
|
|
24
|
+
])
|
|
25
|
+
])
|
|
26
|
+
]);
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
exports.default = PolygonIo;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// @thesvg/vue - Polygon.io
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const PolygonIo = defineComponent({
|
|
7
|
+
name: 'PolygonIo',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 290 79',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('path', {"fill-rule":"evenodd","clip-rule":"evenodd","d":"M9.29035 49.4468L28.7567 29.5561C32.3895 25.8441 38.3259 25.7973 42.0161 29.4517C42.0212 29.4567 42.0262 29.4617 42.0313 29.4667L56.5094 43.8693C56.6443 44.0035 56.8618 44.0023 56.9952 43.8666C57.1226 43.737 57.1281 43.5302 57.0077 43.394L51.0902 36.6964C50.4099 35.9264 50.3618 34.7813 50.9751 33.9563L53.6623 30.3414C55.3367 28.0889 58.5094 27.6283 60.7486 29.3126C61.0308 29.5249 61.2902 29.7662 61.5226 30.0326L78.5752 49.5857C79.7704 50.9562 79.6349 53.0418 78.2725 54.2441C77.6738 54.7724 76.9046 55.0637 76.1083 55.0637H11.6289C9.81652 55.0637 8.34727 53.5858 8.34727 51.7626C8.34727 50.8961 8.686 50.0643 9.29035 49.4468Z","fill":"url(#paint0_linear_1393_1443)"}),
|
|
16
|
+
h('path', {"fill-rule":"evenodd","clip-rule":"evenodd","d":"M96.6631 54.3223L101.635 24.6779H109.17L115.035 40.483L120.861 24.6779H128.396L133.367 54.3223H125.794L123.269 37.2591L116.355 54.3223H113.326L106.762 37.2591L104.237 54.3223H96.6631ZM153.922 43.2058L150.618 33.5714L147.315 43.2058H153.922ZM156.463 49.1719H145.508L143.747 54.3223H135.57L146.799 24.6779H155.172L166.401 54.3223H158.224L156.463 49.1719ZM186.317 32.305C185.473 31.6272 184.63 31.1254 183.786 30.7995C182.943 30.4736 182.126 30.3107 181.335 30.3107C180.333 30.3107 179.516 30.5453 178.883 31.0146C178.251 31.4838 177.934 32.0964 177.934 32.8525C177.934 33.3738 178.093 33.804 178.409 34.1429C178.725 34.4818 179.14 34.7751 179.654 35.0227C180.168 35.2704 180.748 35.4855 181.394 35.6679C182.04 35.8504 182.679 36.0459 183.312 36.2545C185.842 37.0887 187.694 38.2032 188.867 39.5979C190.04 40.9926 190.626 42.8109 190.626 45.0529C190.626 46.5649 190.369 47.9335 189.855 49.1588C189.341 50.3841 188.59 51.4333 187.601 52.3067C186.613 53.18 185.401 53.8578 183.964 54.3401C182.527 54.8223 180.9 55.0635 179.081 55.0635C175.312 55.0635 171.819 53.9555 168.604 51.7396L171.925 45.5612C173.085 46.5779 174.231 47.3339 175.365 47.8293C176.498 48.3246 177.618 48.5722 178.725 48.5722C179.99 48.5722 180.933 48.2855 181.552 47.7119C182.172 47.1384 182.481 46.4867 182.481 45.7568C182.481 45.3136 182.402 44.9291 182.244 44.6032C182.086 44.2773 181.822 43.9775 181.453 43.7038C181.084 43.4301 180.603 43.1759 180.01 42.9413C179.417 42.7066 178.699 42.446 177.855 42.1592C176.854 41.8464 175.872 41.5009 174.91 41.1229C173.948 40.7449 173.091 40.2431 172.34 39.6174C171.589 38.9918 170.982 38.2032 170.521 37.2517C170.06 36.3001 169.829 35.0944 169.829 33.6345C169.829 32.1747 170.073 30.8516 170.561 29.6655C171.048 28.4793 171.734 27.4626 172.617 26.6154C173.5 25.7681 174.58 25.1099 175.859 24.6406C177.137 24.1714 178.567 23.9368 180.149 23.9368C181.625 23.9368 183.167 24.1388 184.775 24.5429C186.382 24.947 187.924 25.54 189.4 26.3221L186.317 32.305ZM211.275 32.305C210.432 31.6272 209.588 31.1254 208.745 30.7995C207.902 30.4736 207.084 30.3107 206.294 30.3107C205.292 30.3107 204.475 30.5453 203.842 31.0146C203.21 31.4838 202.893 32.0964 202.893 32.8525C202.893 33.3738 203.052 33.804 203.368 34.1429C203.684 34.4818 204.099 34.7751 204.613 35.0227C205.127 35.2704 205.707 35.4855 206.353 35.6679C206.999 35.8504 207.638 36.0459 208.271 36.2545C210.801 37.0887 212.653 38.2032 213.826 39.5979C214.999 40.9926 215.585 42.8109 215.585 45.0529C215.585 46.5649 215.328 47.9335 214.814 49.1588C214.3 50.3841 213.549 51.4333 212.56 52.3067C211.572 53.18 210.359 53.8578 208.923 54.3401C207.486 54.8223 205.859 55.0635 204.04 55.0635C200.271 55.0635 196.778 53.9555 193.562 51.7396L196.884 45.5612C198.043 46.5779 199.19 47.3339 200.323 47.8293C201.457 48.3246 202.577 48.5722 203.684 48.5722C204.949 48.5722 205.892 48.2855 206.511 47.7119C207.131 47.1384 207.44 46.4867 207.44 45.7568C207.44 45.3136 207.361 44.9291 207.203 44.6032C207.045 44.2773 206.781 43.9775 206.412 43.7038C206.043 43.4301 205.562 43.1759 204.969 42.9413C204.376 42.7066 203.658 42.446 202.814 42.1592C201.813 41.8464 200.831 41.5009 199.869 41.1229C198.907 40.7449 198.05 40.2431 197.299 39.6174C196.548 38.9918 195.941 38.2032 195.48 37.2517C195.019 36.3001 194.788 35.0944 194.788 33.6345C194.788 32.1747 195.032 30.8516 195.52 29.6655C196.007 28.4793 196.693 27.4626 197.576 26.6154C198.459 25.7681 199.539 25.1099 200.818 24.6406C202.096 24.1714 203.526 23.9368 205.108 23.9368C206.584 23.9368 208.126 24.1388 209.733 24.5429C211.341 24.947 212.883 25.54 214.359 26.3221L211.275 32.305ZM227.33 24.6779V54.3223H219.99V24.6779H227.33ZM239.303 24.6779L246.397 42.724L253.53 24.6779H261.832L249.437 54.3223H243.357L231.001 24.6779H239.303ZM281.653 31.2044H272.483V36.1582H281.141V42.6847H272.483V47.7958H281.653V54.3223H264.769V24.6779H281.653V31.2044Z","fill":"#1B222D"}),
|
|
17
|
+
h('defs', {}, [
|
|
18
|
+
h('linearGradient', {"id":"paint0_linear_1393_1443","x1":"27.9096","y1":"53.8722","x2":"57.3312","y2":"32.653","gradientUnits":"userSpaceOnUse"}, [
|
|
19
|
+
h('stop', {"offset":"0.288159","stop-color":"#FF9964"}),
|
|
20
|
+
h('stop', {"offset":"1","stop-color":"#FF6E63"})
|
|
21
|
+
])
|
|
22
|
+
])
|
|
23
|
+
]);
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
export default PolygonIo;
|
package/dist/skool.cjs
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Skool
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const Skool = vue_1.defineComponent({
|
|
10
|
+
name: 'Skool',
|
|
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('path', {"fill-rule":"evenodd","clip-rule":"evenodd","d":"M20.838 21.25H23.748H23.758C24.028 21.25 24.278 21.11 24.408 20.88C24.538 20.65 24.538 20.36 24.408 20.13L20.658 13.5701L24.338 8.96997C24.518 8.74997 24.548 8.44005 24.428 8.18005C24.298 7.92005 24.038 7.75 23.748 7.75H20.748C20.208 7.75 19.678 8.01007 19.348 8.45007L16.948 11.65C16.898 11.71 16.828 11.75 16.748 11.75H16.498V3.5C16.498 3.09 16.158 2.75 15.748 2.75H12.748C12.338 2.75 11.998 3.09 11.998 3.5V20.5C11.998 20.91 12.338 21.25 12.748 21.25H15.748C16.158 21.25 16.498 20.91 16.498 20.5V15.75H16.658C16.738 15.75 16.828 15.8 16.868 15.88L19.308 20.3301C19.608 20.9001 20.198 21.25 20.838 21.25ZM16.658 14.25H15.748C15.338 14.25 14.998 14.59 14.998 15V19.75H13.498V4.25H14.998V12.5C14.998 12.91 15.338 13.25 15.748 13.25H16.748C17.288 13.25 17.818 12.99 18.148 12.55L20.548 9.34998C20.598 9.28998 20.668 9.25 20.748 9.25H22.188L19.168 13.03C18.968 13.27 18.948 13.6 19.098 13.87L22.458 19.75H20.838C20.758 19.75 20.668 19.7 20.628 19.62L18.188 15.17C17.888 14.6 17.298 14.25 16.658 14.25ZM1.35744 19.86C2.28744 20.42 4.48744 21.25 6.24744 21.25L6.26744 21.23C8.37744 21.23 11.5174 19.8901 11.5174 16.2001C11.5174 13.9129 9.27262 13.0695 7.62502 12.4504L7.59744 12.4401C7.02744 12.2301 6.08744 11.8801 5.97744 11.6801C5.99744 11.6001 6.02744 11.56 6.12744 11.52C6.73744 11.29 8.20744 11.72 8.86744 12.12C9.16744 12.3 9.54744 12.25 9.78744 12.01L11.2874 10.51C11.5574 10.24 11.5774 9.8 11.3274 9.5C11.2674 9.43 9.80744 7.72998 6.75744 7.72998C3.17744 7.72998 1.35744 9.30002 1.35744 12.4C1.35744 14.79 3.57744 15.6101 5.19744 16.2001C5.24234 16.2173 5.28898 16.2351 5.33688 16.2533C5.92916 16.479 6.71567 16.7787 6.81744 17.01C6.82744 17.03 6.81744 17.0901 6.77744 17.1901C6.76744 17.2201 6.74744 17.26 6.62744 17.29C5.90744 17.51 4.12744 16.8501 3.32744 16.3101C3.14744 16.1901 2.92744 16.1601 2.71744 16.2101C2.50744 16.2701 2.33744 16.41 2.23744 16.6L1.07744 18.88C0.897442 19.23 1.01744 19.66 1.35744 19.86ZM6.24744 19.75C5.13744 19.75 3.69744 19.31 2.75744 18.89L2.74744 18.9L3.21744 17.99C4.27744 18.52 5.91744 19.08 7.04744 18.75C7.56744 18.6 7.94744 18.2701 8.14744 17.8101C8.35744 17.3201 8.36744 16.8601 8.18744 16.4401C7.81744 15.6001 6.78744 15.2201 5.69744 14.8201C3.97744 14.1901 2.84744 13.6801 2.84744 12.4301C2.84744 10.1801 3.97744 9.26001 6.74744 9.26001C8.16744 9.26001 9.11744 9.70005 9.64744 10.05L9.10744 10.5901C8.17744 10.1701 6.63744 9.73002 5.57744 10.15C5.03744 10.36 4.67744 10.76 4.52744 11.3C4.11744 12.77 5.74744 13.38 7.05744 13.87C8.77744 14.51 9.99744 15.05 9.99744 16.22C9.99744 19.01 7.54744 19.75 6.24744 19.75Z","fill":"currentColor"})
|
|
19
|
+
]);
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
exports.default = Skool;
|
package/dist/skool.d.ts
ADDED
package/dist/skool.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// @thesvg/vue - Skool
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const Skool = defineComponent({
|
|
7
|
+
name: 'Skool',
|
|
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('path', {"fill-rule":"evenodd","clip-rule":"evenodd","d":"M20.838 21.25H23.748H23.758C24.028 21.25 24.278 21.11 24.408 20.88C24.538 20.65 24.538 20.36 24.408 20.13L20.658 13.5701L24.338 8.96997C24.518 8.74997 24.548 8.44005 24.428 8.18005C24.298 7.92005 24.038 7.75 23.748 7.75H20.748C20.208 7.75 19.678 8.01007 19.348 8.45007L16.948 11.65C16.898 11.71 16.828 11.75 16.748 11.75H16.498V3.5C16.498 3.09 16.158 2.75 15.748 2.75H12.748C12.338 2.75 11.998 3.09 11.998 3.5V20.5C11.998 20.91 12.338 21.25 12.748 21.25H15.748C16.158 21.25 16.498 20.91 16.498 20.5V15.75H16.658C16.738 15.75 16.828 15.8 16.868 15.88L19.308 20.3301C19.608 20.9001 20.198 21.25 20.838 21.25ZM16.658 14.25H15.748C15.338 14.25 14.998 14.59 14.998 15V19.75H13.498V4.25H14.998V12.5C14.998 12.91 15.338 13.25 15.748 13.25H16.748C17.288 13.25 17.818 12.99 18.148 12.55L20.548 9.34998C20.598 9.28998 20.668 9.25 20.748 9.25H22.188L19.168 13.03C18.968 13.27 18.948 13.6 19.098 13.87L22.458 19.75H20.838C20.758 19.75 20.668 19.7 20.628 19.62L18.188 15.17C17.888 14.6 17.298 14.25 16.658 14.25ZM1.35744 19.86C2.28744 20.42 4.48744 21.25 6.24744 21.25L6.26744 21.23C8.37744 21.23 11.5174 19.8901 11.5174 16.2001C11.5174 13.9129 9.27262 13.0695 7.62502 12.4504L7.59744 12.4401C7.02744 12.2301 6.08744 11.8801 5.97744 11.6801C5.99744 11.6001 6.02744 11.56 6.12744 11.52C6.73744 11.29 8.20744 11.72 8.86744 12.12C9.16744 12.3 9.54744 12.25 9.78744 12.01L11.2874 10.51C11.5574 10.24 11.5774 9.8 11.3274 9.5C11.2674 9.43 9.80744 7.72998 6.75744 7.72998C3.17744 7.72998 1.35744 9.30002 1.35744 12.4C1.35744 14.79 3.57744 15.6101 5.19744 16.2001C5.24234 16.2173 5.28898 16.2351 5.33688 16.2533C5.92916 16.479 6.71567 16.7787 6.81744 17.01C6.82744 17.03 6.81744 17.0901 6.77744 17.1901C6.76744 17.2201 6.74744 17.26 6.62744 17.29C5.90744 17.51 4.12744 16.8501 3.32744 16.3101C3.14744 16.1901 2.92744 16.1601 2.71744 16.2101C2.50744 16.2701 2.33744 16.41 2.23744 16.6L1.07744 18.88C0.897442 19.23 1.01744 19.66 1.35744 19.86ZM6.24744 19.75C5.13744 19.75 3.69744 19.31 2.75744 18.89L2.74744 18.9L3.21744 17.99C4.27744 18.52 5.91744 19.08 7.04744 18.75C7.56744 18.6 7.94744 18.2701 8.14744 17.8101C8.35744 17.3201 8.36744 16.8601 8.18744 16.4401C7.81744 15.6001 6.78744 15.2201 5.69744 14.8201C3.97744 14.1901 2.84744 13.6801 2.84744 12.4301C2.84744 10.1801 3.97744 9.26001 6.74744 9.26001C8.16744 9.26001 9.11744 9.70005 9.64744 10.05L9.10744 10.5901C8.17744 10.1701 6.63744 9.73002 5.57744 10.15C5.03744 10.36 4.67744 10.76 4.52744 11.3C4.11744 12.77 5.74744 13.38 7.05744 13.87C8.77744 14.51 9.99744 15.05 9.99744 16.22C9.99744 19.01 7.54744 19.75 6.24744 19.75Z","fill":"currentColor"})
|
|
16
|
+
]);
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
export default Skool;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Zoom (2025)
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const Zoom2025 = vue_1.defineComponent({
|
|
10
|
+
name: 'Zoom2025',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 1426 321',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('g', {"transform":"translate(0,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"}, [
|
|
19
|
+
vue_1.h('path', {"d":"M0 9376 c0 -63 4 -117 9 -121 6 -3 12 -27 16 -53 14 -124 78 -347\n130 -453 14 -29 25 -56 25 -59 0 -4 22 -45 48 -91 130 -228 254 -381 427 -527\n276 -233 604 -382 960 -437 89 -13 342 -15 2072 -15 1085 0 1974 -4 1977 -8 6\n-11 -1716 -1728 -3084 -3075 -283 -278 -918 -908 -1411 -1399 -769 -767 -904\n-905 -951 -978 -98 -150 -164 -314 -187 -461 -5 -32 -14 -66 -20 -77 -18 -33\n-14 -333 4 -368 8 -16 15 -43 15 -59 0 -30 58 -224 78 -261 6 -10 20 -39 32\n-64 62 -131 153 -253 275 -368 221 -210 513 -334 848 -362 195 -16 7679 -14\n7695 2 7 7 12 35 12 63 0 59 -33 288 -51 360 -15 59 -76 250 -88 273 -5 10\n-28 59 -52 111 -90 192 -260 419 -428 569 -81 72 -195 162 -206 162 -4 0 -24\n12 -44 28 -20 15 -54 37 -76 49 -84 45 -196 101 -212 106 -10 3 -43 15 -73 27\n-61 24 -117 40 -235 69 -197 47 -87 45 -2505 48 -1256 2 -2288 7 -2293 12 -4\n4 171 183 390 396 402 393 958 943 2333 2310 415 413 852 845 970 960 118 116\n541 535 940 930 784 778 795 790 900 995 48 93 89 221 115 354 20 102 17 375\n-4 461 -68 275 -172 475 -335 644 -73 75 -207 186 -246 204 -8 4 -28 16 -45\n26 -90 58 -248 119 -420 163 l-90 22 -3607 3 -3608 3 0 -114z M9134 6599 c-6 -8 -14 -23 -17 -34 -3 -11 -15 -45 -26 -75 -31 -79\n-115 -335 -134 -405 -80 -303 -119 -515 -152 -837 -20 -197 -20 -682 0 -867\n19 -173 44 -356 55 -401 5 -19 11 -55 15 -80 22 -157 121 -507 225 -789 32\n-88 37 -98 45 -89 3 2 4 812 3 1798 -2 1312 -6 1789 -14 1779z"})
|
|
20
|
+
]),
|
|
21
|
+
vue_1.h('g', {"transform":"translate(992,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"}, [
|
|
22
|
+
vue_1.h('path', {"d":"M3525 9621 c-3 -5 -36 -12 -73 -15 -150 -14 -378 -58 -567 -112 -115\n-32 -314 -101 -352 -122 -12 -7 -26 -12 -32 -12 -19 0 -231 -101 -366 -175\n-122 -67 -271 -161 -423 -270 -230 -165 -651 -585 -792 -792 -8 -11 -36 -51\n-62 -88 -27 -36 -48 -68 -48 -72 0 -3 -13 -22 -28 -42 -16 -20 -32 -43 -35\n-51 -4 -8 -16 -28 -27 -45 -11 -16 -24 -39 -30 -50 -6 -11 -20 -36 -31 -55\n-29 -47 -149 -283 -149 -292 0 -3 -13 -35 -28 -70 -25 -56 -36 -81 -74 -178\n-66 -167 -145 -476 -182 -710 -46 -286 -44 -183 -45 -3338 -1 -2787 0 -2983\n16 -2989 21 -8 289 12 363 28 122 25 339 102 464 164 138 69 145 73 215 120\n24 17 55 37 69 47 58 39 211 180 292 269 195 217 351 512 420 794 45 184 43\n59 49 2370 5 1668 10 2196 19 2250 35 198 58 283 119 438 99 255 280 508 495\n696 55 47 130 106 166 131 83 56 231 140 246 140 7 0 16 4 21 9 14 12 189 77\n255 95 30 8 73 19 96 25 68 18 313 42 409 40 185 -4 371 -36 555 -96 65 -22\n73 -25 205 -89 297 -143 532 -348 710 -618 51 -78 71 -113 112 -191 86 -164\n149 -377 172 -580 9 -72 13 -702 15 -2250 2 -1607 6 -2161 14 -2195 7 -25 15\n-61 18 -80 16 -104 81 -312 130 -415 13 -29 24 -55 24 -58 0 -10 120 -210 153\n-255 112 -152 195 -242 317 -346 82 -69 199 -155 230 -169 8 -4 29 -16 45 -27\n17 -10 62 -35 100 -54 218 -108 427 -170 667 -196 142 -15 179 -14 184 8 2 9\n5 1358 7 2997 l2 2980 22 105 c20 96 48 209 72 285 28 92 122 287 181 380 11\n17 23 37 27 45 12 27 96 133 176 223 215 240 486 411 807 509 187 57 287 71\n515 71 201 0 287 -10 440 -50 427 -111 808 -382 1052 -748 155 -232 260 -518\n284 -775 4 -47 8 -1014 8 -2150 1 -2326 -1 -2262 75 -2530 132 -470 462 -891\n881 -1122 260 -144 589 -239 850 -247 l75 -2 -3 3118 c-2 2295 -6 3131 -15\n3168 -6 28 -18 93 -27 145 -25 145 -73 330 -126 490 -54 165 -75 223 -88 248\n-5 9 -26 55 -46 102 -65 146 -100 214 -212 410 -49 85 -118 185 -238 345 -144\n193 -462 519 -650 668 -110 86 -338 247 -351 247 -3 0 -20 11 -37 24 -49 36\n-390 216 -410 216 -4 0 -30 11 -59 24 -105 49 -351 135 -483 169 -265 69 -362\n84 -755 119 -176 16 -479 15 -575 -1 -38 -6 -119 -18 -180 -27 -240 -34 -529\n-113 -811 -222 -146 -56 -434 -201 -542 -273 -24 -16 -45 -29 -47 -29 -3 0\n-105 -69 -209 -140 -86 -59 -285 -230 -406 -348 -80 -78 -147 -142 -149 -142\n-2 0 -70 65 -152 144 -226 220 -427 376 -679 527 -125 75 -386 208 -490 248\n-30 12 -64 26 -75 30 -27 11 -102 40 -145 56 -44 16 -204 64 -250 75 -237 55\n-353 77 -484 90 -55 5 -104 14 -110 20 -13 13 -683 14 -691 1z"})
|
|
23
|
+
]),
|
|
24
|
+
vue_1.h('circle', {"cx":"455","cy":"160.5","r":"130.5","fill":"none","stroke":"#0B5CFF","stroke-width":"63"}),
|
|
25
|
+
vue_1.h('circle', {"cx":"804","cy":"160.5","r":"130.5","fill":"none","stroke":"#0B5CFF","stroke-width":"63"})
|
|
26
|
+
]);
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
exports.default = Zoom2025;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// @thesvg/vue - Zoom (2025)
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const Zoom2025 = defineComponent({
|
|
7
|
+
name: 'Zoom2025',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 1426 321',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('g', {"transform":"translate(0,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"}, [
|
|
16
|
+
h('path', {"d":"M0 9376 c0 -63 4 -117 9 -121 6 -3 12 -27 16 -53 14 -124 78 -347\n130 -453 14 -29 25 -56 25 -59 0 -4 22 -45 48 -91 130 -228 254 -381 427 -527\n276 -233 604 -382 960 -437 89 -13 342 -15 2072 -15 1085 0 1974 -4 1977 -8 6\n-11 -1716 -1728 -3084 -3075 -283 -278 -918 -908 -1411 -1399 -769 -767 -904\n-905 -951 -978 -98 -150 -164 -314 -187 -461 -5 -32 -14 -66 -20 -77 -18 -33\n-14 -333 4 -368 8 -16 15 -43 15 -59 0 -30 58 -224 78 -261 6 -10 20 -39 32\n-64 62 -131 153 -253 275 -368 221 -210 513 -334 848 -362 195 -16 7679 -14\n7695 2 7 7 12 35 12 63 0 59 -33 288 -51 360 -15 59 -76 250 -88 273 -5 10\n-28 59 -52 111 -90 192 -260 419 -428 569 -81 72 -195 162 -206 162 -4 0 -24\n12 -44 28 -20 15 -54 37 -76 49 -84 45 -196 101 -212 106 -10 3 -43 15 -73 27\n-61 24 -117 40 -235 69 -197 47 -87 45 -2505 48 -1256 2 -2288 7 -2293 12 -4\n4 171 183 390 396 402 393 958 943 2333 2310 415 413 852 845 970 960 118 116\n541 535 940 930 784 778 795 790 900 995 48 93 89 221 115 354 20 102 17 375\n-4 461 -68 275 -172 475 -335 644 -73 75 -207 186 -246 204 -8 4 -28 16 -45\n26 -90 58 -248 119 -420 163 l-90 22 -3607 3 -3608 3 0 -114z M9134 6599 c-6 -8 -14 -23 -17 -34 -3 -11 -15 -45 -26 -75 -31 -79\n-115 -335 -134 -405 -80 -303 -119 -515 -152 -837 -20 -197 -20 -682 0 -867\n19 -173 44 -356 55 -401 5 -19 11 -55 15 -80 22 -157 121 -507 225 -789 32\n-88 37 -98 45 -89 3 2 4 812 3 1798 -2 1312 -6 1789 -14 1779z"})
|
|
17
|
+
]),
|
|
18
|
+
h('g', {"transform":"translate(992,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"}, [
|
|
19
|
+
h('path', {"d":"M3525 9621 c-3 -5 -36 -12 -73 -15 -150 -14 -378 -58 -567 -112 -115\n-32 -314 -101 -352 -122 -12 -7 -26 -12 -32 -12 -19 0 -231 -101 -366 -175\n-122 -67 -271 -161 -423 -270 -230 -165 -651 -585 -792 -792 -8 -11 -36 -51\n-62 -88 -27 -36 -48 -68 -48 -72 0 -3 -13 -22 -28 -42 -16 -20 -32 -43 -35\n-51 -4 -8 -16 -28 -27 -45 -11 -16 -24 -39 -30 -50 -6 -11 -20 -36 -31 -55\n-29 -47 -149 -283 -149 -292 0 -3 -13 -35 -28 -70 -25 -56 -36 -81 -74 -178\n-66 -167 -145 -476 -182 -710 -46 -286 -44 -183 -45 -3338 -1 -2787 0 -2983\n16 -2989 21 -8 289 12 363 28 122 25 339 102 464 164 138 69 145 73 215 120\n24 17 55 37 69 47 58 39 211 180 292 269 195 217 351 512 420 794 45 184 43\n59 49 2370 5 1668 10 2196 19 2250 35 198 58 283 119 438 99 255 280 508 495\n696 55 47 130 106 166 131 83 56 231 140 246 140 7 0 16 4 21 9 14 12 189 77\n255 95 30 8 73 19 96 25 68 18 313 42 409 40 185 -4 371 -36 555 -96 65 -22\n73 -25 205 -89 297 -143 532 -348 710 -618 51 -78 71 -113 112 -191 86 -164\n149 -377 172 -580 9 -72 13 -702 15 -2250 2 -1607 6 -2161 14 -2195 7 -25 15\n-61 18 -80 16 -104 81 -312 130 -415 13 -29 24 -55 24 -58 0 -10 120 -210 153\n-255 112 -152 195 -242 317 -346 82 -69 199 -155 230 -169 8 -4 29 -16 45 -27\n17 -10 62 -35 100 -54 218 -108 427 -170 667 -196 142 -15 179 -14 184 8 2 9\n5 1358 7 2997 l2 2980 22 105 c20 96 48 209 72 285 28 92 122 287 181 380 11\n17 23 37 27 45 12 27 96 133 176 223 215 240 486 411 807 509 187 57 287 71\n515 71 201 0 287 -10 440 -50 427 -111 808 -382 1052 -748 155 -232 260 -518\n284 -775 4 -47 8 -1014 8 -2150 1 -2326 -1 -2262 75 -2530 132 -470 462 -891\n881 -1122 260 -144 589 -239 850 -247 l75 -2 -3 3118 c-2 2295 -6 3131 -15\n3168 -6 28 -18 93 -27 145 -25 145 -73 330 -126 490 -54 165 -75 223 -88 248\n-5 9 -26 55 -46 102 -65 146 -100 214 -212 410 -49 85 -118 185 -238 345 -144\n193 -462 519 -650 668 -110 86 -338 247 -351 247 -3 0 -20 11 -37 24 -49 36\n-390 216 -410 216 -4 0 -30 11 -59 24 -105 49 -351 135 -483 169 -265 69 -362\n84 -755 119 -176 16 -479 15 -575 -1 -38 -6 -119 -18 -180 -27 -240 -34 -529\n-113 -811 -222 -146 -56 -434 -201 -542 -273 -24 -16 -45 -29 -47 -29 -3 0\n-105 -69 -209 -140 -86 -59 -285 -230 -406 -348 -80 -78 -147 -142 -149 -142\n-2 0 -70 65 -152 144 -226 220 -427 376 -679 527 -125 75 -386 208 -490 248\n-30 12 -64 26 -75 30 -27 11 -102 40 -145 56 -44 16 -204 64 -250 75 -237 55\n-353 77 -484 90 -55 5 -104 14 -110 20 -13 13 -683 14 -691 1z"})
|
|
20
|
+
]),
|
|
21
|
+
h('circle', {"cx":"455","cy":"160.5","r":"130.5","fill":"none","stroke":"#0B5CFF","stroke-width":"63"}),
|
|
22
|
+
h('circle', {"cx":"804","cy":"160.5","r":"130.5","fill":"none","stroke":"#0B5CFF","stroke-width":"63"})
|
|
23
|
+
]);
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
export default Zoom2025;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thesvg/vue",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.4",
|
|
4
4
|
"description": "Typed Vue 3 SVG components for all 4000+ brand icons from thesvg.org",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"vue": ">=3.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"tsx": "^4.
|
|
54
|
+
"tsx": "^4.23.0",
|
|
55
55
|
"typescript": "^6.0.3"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|