@thesvg/vue 3.0.12 → 3.0.16

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.
Files changed (65) hide show
  1. package/dist/conceptboard.cjs +21 -0
  2. package/dist/conceptboard.d.ts +7 -0
  3. package/dist/conceptboard.js +18 -0
  4. package/dist/dassault-aviation.cjs +28 -0
  5. package/dist/dassault-aviation.d.ts +7 -0
  6. package/dist/dassault-aviation.js +25 -0
  7. package/dist/frequencia-invisivel.cjs +21 -0
  8. package/dist/frequencia-invisivel.d.ts +7 -0
  9. package/dist/frequencia-invisivel.js +18 -0
  10. package/dist/friym.cjs +28 -0
  11. package/dist/friym.d.ts +7 -0
  12. package/dist/friym.js +25 -0
  13. package/dist/index.cjs +38 -0
  14. package/dist/index.d.ts +19 -0
  15. package/dist/index.js +19 -0
  16. package/dist/jaco.cjs +21 -0
  17. package/dist/jaco.d.ts +7 -0
  18. package/dist/jaco.js +18 -0
  19. package/dist/jaguar-legacy.cjs +39 -0
  20. package/dist/jaguar-legacy.d.ts +7 -0
  21. package/dist/jaguar-legacy.js +36 -0
  22. package/dist/jaguar.cjs +21 -0
  23. package/dist/jaguar.d.ts +7 -0
  24. package/dist/jaguar.js +18 -0
  25. package/dist/jobicy.cjs +26 -0
  26. package/dist/jobicy.d.ts +7 -0
  27. package/dist/jobicy.js +23 -0
  28. package/dist/kde-connect.cjs +50 -0
  29. package/dist/kde-connect.d.ts +7 -0
  30. package/dist/kde-connect.js +47 -0
  31. package/dist/kde-discover.cjs +61 -0
  32. package/dist/kde-discover.d.ts +7 -0
  33. package/dist/kde-discover.js +58 -0
  34. package/dist/kfc-legacy.cjs +24 -0
  35. package/dist/kfc-legacy.d.ts +7 -0
  36. package/dist/kfc-legacy.js +21 -0
  37. package/dist/kfc.cjs +2 -5
  38. package/dist/kfc.js +2 -5
  39. package/dist/masan-group.cjs +32 -0
  40. package/dist/masan-group.d.ts +7 -0
  41. package/dist/masan-group.js +29 -0
  42. package/dist/mondelez-international.cjs +25 -0
  43. package/dist/mondelez-international.d.ts +7 -0
  44. package/dist/mondelez-international.js +22 -0
  45. package/dist/nordea.cjs +31 -0
  46. package/dist/nordea.d.ts +7 -0
  47. package/dist/nordea.js +28 -0
  48. package/dist/thesvg-legacy.cjs +21 -0
  49. package/dist/thesvg-legacy.d.ts +7 -0
  50. package/dist/thesvg-legacy.js +18 -0
  51. package/dist/thesvg.cjs +3 -8
  52. package/dist/thesvg.js +3 -8
  53. package/dist/trek.cjs +76 -0
  54. package/dist/trek.d.ts +7 -0
  55. package/dist/trek.js +73 -0
  56. package/dist/ubs-etracs.cjs +24 -0
  57. package/dist/ubs-etracs.d.ts +7 -0
  58. package/dist/ubs-etracs.js +21 -0
  59. package/dist/vidiq.cjs +33 -0
  60. package/dist/vidiq.d.ts +7 -0
  61. package/dist/vidiq.js +30 -0
  62. package/dist/workbuddy.cjs +57 -0
  63. package/dist/workbuddy.d.ts +7 -0
  64. package/dist/workbuddy.js +54 -0
  65. package/package.json +1 -1
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ // @thesvg/vue - Masan Group
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const MasanGroup = vue_1.defineComponent({
10
+ name: 'MasanGroup',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 1512 1511',
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(#cp1)"}, [
20
+ vue_1.h('g', {}, [
21
+ vue_1.h('path', {"fill":"#00447c","d":"m1511.6 0.4v1006.6h-1007.3v-1006.6z"}),
22
+ vue_1.h('path', {"fill":"#4f8abe","d":"m1259.8 252v755h-755.5v-755z"}),
23
+ vue_1.h('path', {"fill":"#00447c","d":"m1008 503.7v1006.6h-1007.4v-1006.6z"}),
24
+ vue_1.h('path', {"fill":"#4f8abe","d":"m756.1 755.4v754.9h-755.5v-754.9z"}),
25
+ vue_1.h('path', {"fill":"#95b9d8","d":"m504.3 1007v503.3h-503.7v-503.3z"})
26
+ ])
27
+ ])
28
+ ]);
29
+ }
30
+ });
31
+
32
+ exports.default = MasanGroup;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Masan Group
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const MasanGroup: DefineComponent<SVGAttributes>;
7
+ export default MasanGroup;
@@ -0,0 +1,29 @@
1
+ // @thesvg/vue - Masan Group
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const MasanGroup = defineComponent({
7
+ name: 'MasanGroup',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 1512 1511',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}),
16
+ h('g', {"clip-path":"url(#cp1)"}, [
17
+ h('g', {}, [
18
+ h('path', {"fill":"#00447c","d":"m1511.6 0.4v1006.6h-1007.3v-1006.6z"}),
19
+ h('path', {"fill":"#4f8abe","d":"m1259.8 252v755h-755.5v-755z"}),
20
+ h('path', {"fill":"#00447c","d":"m1008 503.7v1006.6h-1007.4v-1006.6z"}),
21
+ h('path', {"fill":"#4f8abe","d":"m756.1 755.4v754.9h-755.5v-754.9z"}),
22
+ h('path', {"fill":"#95b9d8","d":"m504.3 1007v503.3h-503.7v-503.3z"})
23
+ ])
24
+ ])
25
+ ]);
26
+ }
27
+ });
28
+
29
+ export default MasanGroup;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ // @thesvg/vue - Mondelez International
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const MondelezInternational = vue_1.defineComponent({
10
+ name: 'MondelezInternational',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 1550 971',
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-rule":"evenodd","fill":"#4f2170","d":"m459.6 890.2c-112.8 98.6-331 121.9-429.6-17.9-68-98.3-14.2-240 107.4-261.2 60.9-10.8 119.8 21.2 157.5 68 24.9 30.3 37.7 68 61 96.6 28.6 35.7 75 50.2 119.8 44.8 21.6-3.7 57.3-10.8 80.5-32.3q-40.4 59.2-96.6 102z"}),
20
+ vue_1.h('path', {"fill-rule":"evenodd","fill":"#4f2170","d":"m1347 729.3c-91.2-100.4-119.9-265.3-125.2-376.1-5.4-95 0-259.9 75-308.1-24.9-32.3-75-44.8-112.4-44.8-84.2 0-125.2 55.3-153.9 96.7-9.1 12.4-152.1 209.4-152.1 209.4 0 0-118.2-184.5-132.7-206.1-19.5-30.3-58.9-87.5-125.2-96.6-28.6-3.4-103.7-7.1-144.8 48.5 69.7 55.5 68 198.6 53.5 297.3-44.7 291.9-170 318.8-170 318.8 64.7 171.7 227.3 103.7 273.7-34 30.7-89.5 50.2-202.3 53.9-295.6l180.8 277.4 204-275.7c-34 487.2 134 626.9 280.8 626.9 146.8 0 196.9-134.3 196.9-134.3-80.4-5.4-148.4-46.5-202.3-103.7z"})
21
+ ]);
22
+ }
23
+ });
24
+
25
+ exports.default = MondelezInternational;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Mondelez International
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const MondelezInternational: DefineComponent<SVGAttributes>;
7
+ export default MondelezInternational;
@@ -0,0 +1,22 @@
1
+ // @thesvg/vue - Mondelez International
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const MondelezInternational = defineComponent({
7
+ name: 'MondelezInternational',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 1550 971',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}),
16
+ h('path', {"fill-rule":"evenodd","fill":"#4f2170","d":"m459.6 890.2c-112.8 98.6-331 121.9-429.6-17.9-68-98.3-14.2-240 107.4-261.2 60.9-10.8 119.8 21.2 157.5 68 24.9 30.3 37.7 68 61 96.6 28.6 35.7 75 50.2 119.8 44.8 21.6-3.7 57.3-10.8 80.5-32.3q-40.4 59.2-96.6 102z"}),
17
+ h('path', {"fill-rule":"evenodd","fill":"#4f2170","d":"m1347 729.3c-91.2-100.4-119.9-265.3-125.2-376.1-5.4-95 0-259.9 75-308.1-24.9-32.3-75-44.8-112.4-44.8-84.2 0-125.2 55.3-153.9 96.7-9.1 12.4-152.1 209.4-152.1 209.4 0 0-118.2-184.5-132.7-206.1-19.5-30.3-58.9-87.5-125.2-96.6-28.6-3.4-103.7-7.1-144.8 48.5 69.7 55.5 68 198.6 53.5 297.3-44.7 291.9-170 318.8-170 318.8 64.7 171.7 227.3 103.7 273.7-34 30.7-89.5 50.2-202.3 53.9-295.6l180.8 277.4 204-275.7c-34 487.2 134 626.9 280.8 626.9 146.8 0 196.9-134.3 196.9-134.3-80.4-5.4-148.4-46.5-202.3-103.7z"})
18
+ ]);
19
+ }
20
+ });
21
+
22
+ export default MondelezInternational;
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ // @thesvg/vue - Nordea
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Nordea = vue_1.defineComponent({
10
+ name: 'Nordea',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 1515 1477',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('title', {}),
19
+ vue_1.h('g', {"id":"Layer"}, [
20
+ vue_1.h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m57.1 832.7c-7.4 0-14.8-1.4-21.7-4.3-6.9-2.9-13.1-7-18.4-12.3-5.3-5.3-9.4-11.5-12.3-18.4-2.9-6.9-4.3-14.3-4.3-21.7v-76c0-7.4 1.4-14.8 4.3-21.7 2.9-6.9 7-13.1 12.3-18.4 5.3-5.2 11.5-9.4 18.4-12.3 6.9-2.8 14.2-4.3 21.7-4.3 7.4 0 14.8 1.4 21.7 4.3 6.9 2.9 13.1 7 18.4 12.3 5.3 5.3 9.4 11.5 12.3 18.4 2.9 6.9 4.3 14.3 4.3 21.7v76c0 31.7-25.5 56.7-56.7 56.7z"}),
21
+ vue_1.h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m284.6 842.6c-12.5 0-24.8-2.5-36.3-7.2-11.5-4.8-21.9-11.8-30.7-20.6-8.8-8.8-15.8-19.2-20.5-30.7-4.8-11.5-7.3-23.8-7.3-36.2v-283.7c0-25.1 10-49.2 27.8-67 17.8-17.7 41.9-27.7 67-27.7 25.1 0 49.2 10 67 27.7 17.8 17.8 27.8 41.9 27.8 67v283.7c-0.6 52-42.8 94.7-94.8 94.7z"}),
22
+ vue_1.h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m591.7 1060.2c-15.5-0.1-30.8-3.1-45.1-9.1-14.4-5.9-27.4-14.6-38.3-25.6-11-11-19.7-24-25.7-38.3-5.9-14.3-9-29.7-9-45.2v-822.8c0-15.5 3.1-30.9 9-45.2 6-14.3 14.7-27.3 25.7-38.3 10.9-11 23.9-19.7 38.3-25.6 14.3-6 29.6-9.1 45.1-9.1 15.6 0 30.9 3.1 45.2 9.1 14.3 5.9 27.4 14.6 38.3 25.6 11 10.9 19.7 23.9 25.7 38.3 5.9 14.3 9 29.6 9 45.1v822.9c0 15.5-3 30.9-8.9 45.3-6 14.3-14.7 27.3-25.7 38.3-10.9 11-24 19.7-38.3 25.6-14.4 5.9-29.7 9-45.3 9z"}),
23
+ vue_1.h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m922.8 1476.1c-15.5-0.1-30.8-3.2-45.1-9.1-14.4-6-27.4-14.7-38.3-25.7-11-10.9-19.7-23.9-25.6-38.2-6-14.3-9.1-29.7-9.1-45.2v-822.9c0-15.5 3.1-30.8 9.1-45.2 5.9-14.3 14.6-27.3 25.6-38.2 10.9-11 24-19.7 38.3-25.7 14.3-5.9 29.7-9 45.2-9 15.5 0 30.8 3.1 45.1 9 14.4 6 27.4 14.7 38.3 25.7 11 10.9 19.7 23.9 25.7 38.2 5.9 14.4 9 29.7 9 45.2v822.9c0.1 15.5-3 30.9-8.9 45.2-6 14.3-14.7 27.4-25.6 38.4-11 10.9-24 19.6-38.4 25.6-14.3 5.9-29.7 9-45.3 9z"}),
24
+ vue_1.h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m1230.5 1107c-12.4 0-24.7-2.4-36.2-7.2-11.5-4.7-22-11.7-30.8-20.5-8.8-8.8-15.8-19.3-20.5-30.8-4.8-11.5-7.2-23.8-7.2-36.2v-283.7c0-25.1 9.9-49.2 27.7-67 17.8-17.7 41.9-27.7 67-27.7 25.2 0 49.3 10 67 27.7 17.8 17.8 27.8 41.9 27.8 67v283.7c-0.5 52.6-42.7 94.7-94.8 94.7z"}),
25
+ vue_1.h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m1457.5 832.7c-7.4 0-14.8-1.4-21.7-4.3-6.9-2.9-13.1-7-18.4-12.3-5.2-5.3-9.4-11.5-12.3-18.4-2.8-6.9-4.3-14.3-4.3-21.7v-76c0-7.4 1.5-14.8 4.3-21.7 2.9-6.9 7.1-13.1 12.3-18.4 5.3-5.3 11.5-9.4 18.4-12.3 6.9-2.9 14.3-4.3 21.7-4.3 7.5 0 14.9 1.5 21.7 4.3 6.9 2.9 13.2 7.1 18.4 12.3 5.3 5.3 9.5 11.5 12.3 18.4 2.9 6.9 4.3 14.3 4.4 21.7v76c0 31.7-25.5 56.7-56.8 56.7z"})
26
+ ])
27
+ ]);
28
+ }
29
+ });
30
+
31
+ exports.default = Nordea;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Nordea
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Nordea: DefineComponent<SVGAttributes>;
7
+ export default Nordea;
package/dist/nordea.js ADDED
@@ -0,0 +1,28 @@
1
+ // @thesvg/vue - Nordea
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Nordea = defineComponent({
7
+ name: 'Nordea',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 1515 1477',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}),
16
+ h('g', {"id":"Layer"}, [
17
+ h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m57.1 832.7c-7.4 0-14.8-1.4-21.7-4.3-6.9-2.9-13.1-7-18.4-12.3-5.3-5.3-9.4-11.5-12.3-18.4-2.9-6.9-4.3-14.3-4.3-21.7v-76c0-7.4 1.4-14.8 4.3-21.7 2.9-6.9 7-13.1 12.3-18.4 5.3-5.2 11.5-9.4 18.4-12.3 6.9-2.8 14.2-4.3 21.7-4.3 7.4 0 14.8 1.4 21.7 4.3 6.9 2.9 13.1 7 18.4 12.3 5.3 5.3 9.4 11.5 12.3 18.4 2.9 6.9 4.3 14.3 4.3 21.7v76c0 31.7-25.5 56.7-56.7 56.7z"}),
18
+ h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m284.6 842.6c-12.5 0-24.8-2.5-36.3-7.2-11.5-4.8-21.9-11.8-30.7-20.6-8.8-8.8-15.8-19.2-20.5-30.7-4.8-11.5-7.3-23.8-7.3-36.2v-283.7c0-25.1 10-49.2 27.8-67 17.8-17.7 41.9-27.7 67-27.7 25.1 0 49.2 10 67 27.7 17.8 17.8 27.8 41.9 27.8 67v283.7c-0.6 52-42.8 94.7-94.8 94.7z"}),
19
+ h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m591.7 1060.2c-15.5-0.1-30.8-3.1-45.1-9.1-14.4-5.9-27.4-14.6-38.3-25.6-11-11-19.7-24-25.7-38.3-5.9-14.3-9-29.7-9-45.2v-822.8c0-15.5 3.1-30.9 9-45.2 6-14.3 14.7-27.3 25.7-38.3 10.9-11 23.9-19.7 38.3-25.6 14.3-6 29.6-9.1 45.1-9.1 15.6 0 30.9 3.1 45.2 9.1 14.3 5.9 27.4 14.6 38.3 25.6 11 10.9 19.7 23.9 25.7 38.3 5.9 14.3 9 29.6 9 45.1v822.9c0 15.5-3 30.9-8.9 45.3-6 14.3-14.7 27.3-25.7 38.3-10.9 11-24 19.7-38.3 25.6-14.4 5.9-29.7 9-45.3 9z"}),
20
+ h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m922.8 1476.1c-15.5-0.1-30.8-3.2-45.1-9.1-14.4-6-27.4-14.7-38.3-25.7-11-10.9-19.7-23.9-25.6-38.2-6-14.3-9.1-29.7-9.1-45.2v-822.9c0-15.5 3.1-30.8 9.1-45.2 5.9-14.3 14.6-27.3 25.6-38.2 10.9-11 24-19.7 38.3-25.7 14.3-5.9 29.7-9 45.2-9 15.5 0 30.8 3.1 45.1 9 14.4 6 27.4 14.7 38.3 25.7 11 10.9 19.7 23.9 25.7 38.2 5.9 14.4 9 29.7 9 45.2v822.9c0.1 15.5-3 30.9-8.9 45.2-6 14.3-14.7 27.4-25.6 38.4-11 10.9-24 19.6-38.4 25.6-14.3 5.9-29.7 9-45.3 9z"}),
21
+ h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m1230.5 1107c-12.4 0-24.7-2.4-36.2-7.2-11.5-4.7-22-11.7-30.8-20.5-8.8-8.8-15.8-19.3-20.5-30.8-4.8-11.5-7.2-23.8-7.2-36.2v-283.7c0-25.1 9.9-49.2 27.7-67 17.8-17.7 41.9-27.7 67-27.7 25.2 0 49.3 10 67 27.7 17.8 17.8 27.8 41.9 27.8 67v283.7c-0.5 52.6-42.7 94.7-94.8 94.7z"}),
22
+ h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m1457.5 832.7c-7.4 0-14.8-1.4-21.7-4.3-6.9-2.9-13.1-7-18.4-12.3-5.2-5.3-9.4-11.5-12.3-18.4-2.8-6.9-4.3-14.3-4.3-21.7v-76c0-7.4 1.5-14.8 4.3-21.7 2.9-6.9 7.1-13.1 12.3-18.4 5.3-5.3 11.5-9.4 18.4-12.3 6.9-2.9 14.3-4.3 21.7-4.3 7.5 0 14.9 1.5 21.7 4.3 6.9 2.9 13.2 7.1 18.4 12.3 5.3 5.3 9.5 11.5 12.3 18.4 2.9 6.9 4.3 14.3 4.4 21.7v76c0 31.7-25.5 56.7-56.8 56.7z"})
23
+ ])
24
+ ]);
25
+ }
26
+ });
27
+
28
+ export default Nordea;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - theSVG (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 ThesvgLegacy = vue_1.defineComponent({
10
+ name: 'ThesvgLegacy',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 512 512',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = ThesvgLegacy;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - theSVG (legacy)
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const ThesvgLegacy: DefineComponent<SVGAttributes>;
7
+ export default ThesvgLegacy;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - theSVG (legacy)
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const ThesvgLegacy = defineComponent({
7
+ name: 'ThesvgLegacy',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 512 512',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default ThesvgLegacy;
package/dist/thesvg.cjs CHANGED
@@ -10,18 +10,13 @@ const Thesvg = vue_1.defineComponent({
10
10
  name: 'Thesvg',
11
11
  setup(_, { attrs }) {
12
12
  return () => vue_1.h('svg', {
13
- viewBox: '0 0 512 512',
13
+ viewBox: '0 0 24 24',
14
14
  fill: 'none',
15
15
  xmlns: 'http://www.w3.org/2000/svg',
16
16
  ...attrs
17
17
  }, [
18
- vue_1.h('rect', {"width":"512","height":"512","rx":"108","fill":"#09090B"}),
19
- vue_1.h('rect', {"x":"184","y":"84","width":"220","height":"220","rx":"40","fill":"#C2410C"}),
20
- vue_1.h('rect', {"x":"148","y":"120","width":"220","height":"220","rx":"40","fill":"#EA580C"}),
21
- vue_1.h('rect', {"x":"112","y":"156","width":"220","height":"220","rx":"40","fill":"#F97316"}),
22
- vue_1.h('path', {"d":"M188 248 L168 266 L188 284","stroke":"#FFF7ED","stroke-width":"6","stroke-linecap":"round","stroke-linejoin":"round","fill":"none"}),
23
- vue_1.h('path', {"d":"M256 248 L276 266 L256 284","stroke":"#FFF7ED","stroke-width":"6","stroke-linecap":"round","stroke-linejoin":"round","fill":"none"}),
24
- vue_1.h('line', {"x1":"232","y1":"242","x2":"212","y2":"290","stroke":"#FFF7ED","stroke-width":"4","stroke-linecap":"round","opacity":"0.5"})
18
+ vue_1.h('path', {"d":"M7 7 L17 7 L17 17 L7 17 Z","fill":"#f97316","stroke":"none"}),
19
+ vue_1.h('path', {"d":"M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"})
25
20
  ]);
26
21
  }
27
22
  });
package/dist/thesvg.js CHANGED
@@ -7,18 +7,13 @@ const Thesvg = defineComponent({
7
7
  name: 'Thesvg',
8
8
  setup(_, { attrs }) {
9
9
  return () => h('svg', {
10
- viewBox: '0 0 512 512',
10
+ viewBox: '0 0 24 24',
11
11
  fill: 'none',
12
12
  xmlns: 'http://www.w3.org/2000/svg',
13
13
  ...attrs
14
14
  }, [
15
- h('rect', {"width":"512","height":"512","rx":"108","fill":"#09090B"}),
16
- h('rect', {"x":"184","y":"84","width":"220","height":"220","rx":"40","fill":"#C2410C"}),
17
- h('rect', {"x":"148","y":"120","width":"220","height":"220","rx":"40","fill":"#EA580C"}),
18
- h('rect', {"x":"112","y":"156","width":"220","height":"220","rx":"40","fill":"#F97316"}),
19
- h('path', {"d":"M188 248 L168 266 L188 284","stroke":"#FFF7ED","stroke-width":"6","stroke-linecap":"round","stroke-linejoin":"round","fill":"none"}),
20
- h('path', {"d":"M256 248 L276 266 L256 284","stroke":"#FFF7ED","stroke-width":"6","stroke-linecap":"round","stroke-linejoin":"round","fill":"none"}),
21
- h('line', {"x1":"232","y1":"242","x2":"212","y2":"290","stroke":"#FFF7ED","stroke-width":"4","stroke-linecap":"round","opacity":"0.5"})
15
+ h('path', {"d":"M7 7 L17 7 L17 17 L7 17 Z","fill":"#f97316","stroke":"none"}),
16
+ h('path', {"d":"M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"})
22
17
  ]);
23
18
  }
24
19
  });
package/dist/trek.cjs ADDED
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ // @thesvg/vue - TREK
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Trek = vue_1.defineComponent({
10
+ name: 'Trek',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 158 60',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('defs', {}, [
19
+ vue_1.h('g', {}),
20
+ vue_1.h('clipPath', {"id":"6fc2d66244"}, [
21
+ vue_1.h('path', {"d":"M 68 0.015625 L 156 0.015625 L 156 59.984375 L 68 59.984375 Z M 68 0.015625 ","clip-rule":"nonzero"})
22
+ ]),
23
+ vue_1.h('clipPath', {"id":"8c24476fd5"}, [
24
+ vue_1.h('rect', {"x":"0","width":"88","y":"0","height":"60"})
25
+ ]),
26
+ vue_1.h('clipPath', {"id":"7dc59fcfd9"}, [
27
+ vue_1.h('path', {"d":"M 5 3.246094 L 55.925781 3.246094 L 55.925781 56.464844 L 5 56.464844 Z M 5 3.246094 ","clip-rule":"nonzero"})
28
+ ]),
29
+ vue_1.h('clipPath', {"id":"ee56d74713"}, [
30
+ vue_1.h('path', {"d":"M 34.234375 28.171875 L 11.484375 28.171875 C 10.601562 28.171875 9.960938 27.328125 10.199219 26.480469 L 16.445312 4.21875 C 16.609375 3.644531 17.132812 3.246094 17.730469 3.246094 L 40.480469 3.246094 C 41.363281 3.246094 42.003906 4.089844 41.761719 4.9375 L 35.515625 27.199219 C 35.355469 27.773438 34.832031 28.171875 34.234375 28.171875 Z M 19.457031 44.972656 L 22.671875 33.511719 C 22.910156 32.664062 22.273438 31.820312 21.390625 31.820312 L 9.695312 31.820312 C 9.097656 31.820312 8.574219 32.21875 8.414062 32.792969 L 5.195312 44.253906 C 4.957031 45.105469 5.597656 45.945312 6.480469 45.945312 L 18.175781 45.945312 C 18.773438 45.945312 19.296875 45.550781 19.457031 44.972656 Z M 25.375 32.792969 L 19.128906 55.054688 C 18.890625 55.902344 19.53125 56.746094 20.410156 56.746094 L 43.164062 56.746094 C 43.761719 56.746094 44.285156 56.347656 44.445312 55.773438 L 50.691406 33.511719 C 50.929688 32.664062 50.292969 31.820312 49.410156 31.820312 L 26.65625 31.820312 C 26.0625 31.820312 25.535156 32.21875 25.375 32.792969 Z M 41.4375 15.019531 L 38.21875 26.480469 C 37.980469 27.328125 38.621094 28.171875 39.503906 28.171875 L 51.199219 28.171875 C 51.792969 28.171875 52.320312 27.773438 52.480469 27.199219 L 55.695312 15.738281 C 55.933594 14.886719 55.296875 14.046875 54.414062 14.046875 L 42.71875 14.046875 C 42.121094 14.046875 41.597656 14.441406 41.4375 15.019531 Z M 41.4375 15.019531 ","clip-rule":"nonzero"})
31
+ ])
32
+ ]),
33
+ vue_1.h('g', {"clip-path":"url(#6fc2d66244)"}, [
34
+ vue_1.h('g', {"transform":"matrix(1, 0, 0, 1, 68, -0.000000000000011803)"}, [
35
+ vue_1.h('g', {"clip-path":"url(#8c24476fd5)"}, [
36
+ vue_1.h('g', {"fill":"currentColor","fill-opacity":"1"}, [
37
+ vue_1.h('g', {"transform":"translate(0.529693, 47.457212)"}, [
38
+ vue_1.h('g', {}, [
39
+ vue_1.h('path', {"d":"M 12.296875 0 C 9.929688 0 8.082031 -0.671875 6.75 -2.015625 C 5.414062 -3.367188 4.75 -5.195312 4.75 -7.5 L 4.75 -31.890625 L 12.546875 -31.890625 L 12.546875 -7.953125 C 12.546875 -7.546875 12.6875 -7.203125 12.96875 -6.921875 C 13.25 -6.640625 13.59375 -6.5 14 -6.5 L 19.59375 -6.5 L 19.59375 0 Z M 0.546875 -19.296875 L 0.546875 -25.640625 L 19.59375 -25.640625 L 19.59375 -19.296875 Z M 0.546875 -19.296875 "})
40
+ ])
41
+ ])
42
+ ]),
43
+ vue_1.h('g', {"fill":"currentColor","fill-opacity":"1"}, [
44
+ vue_1.h('g', {"transform":"translate(18.521498, 47.457212)"}, [
45
+ vue_1.h('g', {}, [
46
+ vue_1.h('path', {"d":"M 2.703125 0 L 2.703125 -18.09375 C 2.703125 -20.425781 3.367188 -22.257812 4.703125 -23.59375 C 6.035156 -24.925781 7.882812 -25.59375 10.25 -25.59375 L 17.6875 -25.59375 L 17.6875 -19.296875 L 12.140625 -19.296875 C 11.679688 -19.296875 11.285156 -19.132812 10.953125 -18.8125 C 10.617188 -18.5 10.453125 -18.09375 10.453125 -17.59375 L 10.453125 0 Z M 2.703125 0 "})
47
+ ])
48
+ ])
49
+ ]),
50
+ vue_1.h('g', {"fill":"currentColor","fill-opacity":"1"}, [
51
+ vue_1.h('g', {"transform":"translate(33.31475, 47.457212)"}, [
52
+ vue_1.h('g', {}, [
53
+ vue_1.h('path', {"d":"M 16.296875 0 C 13.398438 0 10.847656 -0.539062 8.640625 -1.625 C 6.441406 -2.707031 4.734375 -4.207031 3.515625 -6.125 C 2.304688 -8.039062 1.703125 -10.265625 1.703125 -12.796875 C 1.703125 -15.597656 2.285156 -18 3.453125 -20 C 4.617188 -22 6.175781 -23.535156 8.125 -24.609375 C 10.070312 -25.691406 12.226562 -26.234375 14.59375 -26.234375 C 17.289062 -26.234375 19.546875 -25.664062 21.359375 -24.53125 C 23.179688 -23.40625 24.554688 -21.867188 25.484375 -19.921875 C 26.421875 -17.972656 26.890625 -15.75 26.890625 -13.25 C 26.890625 -12.8125 26.863281 -12.300781 26.8125 -11.71875 C 26.757812 -11.132812 26.703125 -10.675781 26.640625 -10.34375 L 9.84375 -10.34375 C 10.039062 -9.476562 10.421875 -8.742188 10.984375 -8.140625 C 11.554688 -7.546875 12.273438 -7.101562 13.140625 -6.8125 C 14.015625 -6.53125 14.984375 -6.390625 16.046875 -6.390625 L 23.890625 -6.390625 L 23.890625 0 Z M 9.640625 -15.1875 L 19.390625 -15.1875 C 19.328125 -15.726562 19.226562 -16.25 19.09375 -16.75 C 18.957031 -17.25 18.75 -17.6875 18.46875 -18.0625 C 18.1875 -18.445312 17.859375 -18.78125 17.484375 -19.0625 C 17.117188 -19.351562 16.695312 -19.582031 16.21875 -19.75 C 15.738281 -19.914062 15.195312 -20 14.59375 -20 C 13.832031 -20 13.148438 -19.863281 12.546875 -19.59375 C 11.941406 -19.320312 11.441406 -18.960938 11.046875 -18.515625 C 10.648438 -18.066406 10.34375 -17.550781 10.125 -16.96875 C 9.90625 -16.382812 9.742188 -15.789062 9.640625 -15.1875 Z M 9.640625 -15.1875 "})
54
+ ])
55
+ ])
56
+ ]),
57
+ vue_1.h('g', {"fill":"currentColor","fill-opacity":"1"}, [
58
+ vue_1.h('g', {"transform":"translate(58.353373, 47.457212)"}, [
59
+ vue_1.h('g', {}, [
60
+ vue_1.h('path', {"d":"M 2.90625 0 L 2.90625 -36.484375 L 10.640625 -36.484375 L 10.640625 -15.9375 L 14.046875 -15.9375 L 19.890625 -25.640625 L 28.546875 -25.640625 L 21.640625 -14.953125 C 23.640625 -14.117188 25.195312 -12.84375 26.3125 -11.125 C 27.425781 -9.40625 27.984375 -7.394531 27.984375 -5.09375 L 27.984375 0 L 20.1875 0 L 20.1875 -5.09375 C 20.1875 -6.03125 19.960938 -6.875 19.515625 -7.625 C 19.066406 -8.375 18.472656 -8.960938 17.734375 -9.390625 C 17.003906 -9.828125 16.175781 -10.046875 15.25 -10.046875 L 10.640625 -10.046875 L 10.640625 0 Z M 2.90625 0 "})
61
+ ])
62
+ ])
63
+ ])
64
+ ])
65
+ ])
66
+ ]),
67
+ vue_1.h('g', {"clip-path":"url(#7dc59fcfd9)"}, [
68
+ vue_1.h('g', {"clip-path":"url(#ee56d74713)"}, [
69
+ vue_1.h('path', {"fill":"currentColor","d":"M 4.957031 3.246094 L 4.957031 56.464844 L 55.925781 56.464844 L 55.925781 3.246094 Z M 4.957031 3.246094 ","fill-opacity":"1","fill-rule":"nonzero"})
70
+ ])
71
+ ])
72
+ ]);
73
+ }
74
+ });
75
+
76
+ exports.default = Trek;
package/dist/trek.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - TREK
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Trek: DefineComponent<SVGAttributes>;
7
+ export default Trek;
package/dist/trek.js ADDED
@@ -0,0 +1,73 @@
1
+ // @thesvg/vue - TREK
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Trek = defineComponent({
7
+ name: 'Trek',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 158 60',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('defs', {}, [
16
+ h('g', {}),
17
+ h('clipPath', {"id":"6fc2d66244"}, [
18
+ h('path', {"d":"M 68 0.015625 L 156 0.015625 L 156 59.984375 L 68 59.984375 Z M 68 0.015625 ","clip-rule":"nonzero"})
19
+ ]),
20
+ h('clipPath', {"id":"8c24476fd5"}, [
21
+ h('rect', {"x":"0","width":"88","y":"0","height":"60"})
22
+ ]),
23
+ h('clipPath', {"id":"7dc59fcfd9"}, [
24
+ h('path', {"d":"M 5 3.246094 L 55.925781 3.246094 L 55.925781 56.464844 L 5 56.464844 Z M 5 3.246094 ","clip-rule":"nonzero"})
25
+ ]),
26
+ h('clipPath', {"id":"ee56d74713"}, [
27
+ h('path', {"d":"M 34.234375 28.171875 L 11.484375 28.171875 C 10.601562 28.171875 9.960938 27.328125 10.199219 26.480469 L 16.445312 4.21875 C 16.609375 3.644531 17.132812 3.246094 17.730469 3.246094 L 40.480469 3.246094 C 41.363281 3.246094 42.003906 4.089844 41.761719 4.9375 L 35.515625 27.199219 C 35.355469 27.773438 34.832031 28.171875 34.234375 28.171875 Z M 19.457031 44.972656 L 22.671875 33.511719 C 22.910156 32.664062 22.273438 31.820312 21.390625 31.820312 L 9.695312 31.820312 C 9.097656 31.820312 8.574219 32.21875 8.414062 32.792969 L 5.195312 44.253906 C 4.957031 45.105469 5.597656 45.945312 6.480469 45.945312 L 18.175781 45.945312 C 18.773438 45.945312 19.296875 45.550781 19.457031 44.972656 Z M 25.375 32.792969 L 19.128906 55.054688 C 18.890625 55.902344 19.53125 56.746094 20.410156 56.746094 L 43.164062 56.746094 C 43.761719 56.746094 44.285156 56.347656 44.445312 55.773438 L 50.691406 33.511719 C 50.929688 32.664062 50.292969 31.820312 49.410156 31.820312 L 26.65625 31.820312 C 26.0625 31.820312 25.535156 32.21875 25.375 32.792969 Z M 41.4375 15.019531 L 38.21875 26.480469 C 37.980469 27.328125 38.621094 28.171875 39.503906 28.171875 L 51.199219 28.171875 C 51.792969 28.171875 52.320312 27.773438 52.480469 27.199219 L 55.695312 15.738281 C 55.933594 14.886719 55.296875 14.046875 54.414062 14.046875 L 42.71875 14.046875 C 42.121094 14.046875 41.597656 14.441406 41.4375 15.019531 Z M 41.4375 15.019531 ","clip-rule":"nonzero"})
28
+ ])
29
+ ]),
30
+ h('g', {"clip-path":"url(#6fc2d66244)"}, [
31
+ h('g', {"transform":"matrix(1, 0, 0, 1, 68, -0.000000000000011803)"}, [
32
+ h('g', {"clip-path":"url(#8c24476fd5)"}, [
33
+ h('g', {"fill":"currentColor","fill-opacity":"1"}, [
34
+ h('g', {"transform":"translate(0.529693, 47.457212)"}, [
35
+ h('g', {}, [
36
+ h('path', {"d":"M 12.296875 0 C 9.929688 0 8.082031 -0.671875 6.75 -2.015625 C 5.414062 -3.367188 4.75 -5.195312 4.75 -7.5 L 4.75 -31.890625 L 12.546875 -31.890625 L 12.546875 -7.953125 C 12.546875 -7.546875 12.6875 -7.203125 12.96875 -6.921875 C 13.25 -6.640625 13.59375 -6.5 14 -6.5 L 19.59375 -6.5 L 19.59375 0 Z M 0.546875 -19.296875 L 0.546875 -25.640625 L 19.59375 -25.640625 L 19.59375 -19.296875 Z M 0.546875 -19.296875 "})
37
+ ])
38
+ ])
39
+ ]),
40
+ h('g', {"fill":"currentColor","fill-opacity":"1"}, [
41
+ h('g', {"transform":"translate(18.521498, 47.457212)"}, [
42
+ h('g', {}, [
43
+ h('path', {"d":"M 2.703125 0 L 2.703125 -18.09375 C 2.703125 -20.425781 3.367188 -22.257812 4.703125 -23.59375 C 6.035156 -24.925781 7.882812 -25.59375 10.25 -25.59375 L 17.6875 -25.59375 L 17.6875 -19.296875 L 12.140625 -19.296875 C 11.679688 -19.296875 11.285156 -19.132812 10.953125 -18.8125 C 10.617188 -18.5 10.453125 -18.09375 10.453125 -17.59375 L 10.453125 0 Z M 2.703125 0 "})
44
+ ])
45
+ ])
46
+ ]),
47
+ h('g', {"fill":"currentColor","fill-opacity":"1"}, [
48
+ h('g', {"transform":"translate(33.31475, 47.457212)"}, [
49
+ h('g', {}, [
50
+ h('path', {"d":"M 16.296875 0 C 13.398438 0 10.847656 -0.539062 8.640625 -1.625 C 6.441406 -2.707031 4.734375 -4.207031 3.515625 -6.125 C 2.304688 -8.039062 1.703125 -10.265625 1.703125 -12.796875 C 1.703125 -15.597656 2.285156 -18 3.453125 -20 C 4.617188 -22 6.175781 -23.535156 8.125 -24.609375 C 10.070312 -25.691406 12.226562 -26.234375 14.59375 -26.234375 C 17.289062 -26.234375 19.546875 -25.664062 21.359375 -24.53125 C 23.179688 -23.40625 24.554688 -21.867188 25.484375 -19.921875 C 26.421875 -17.972656 26.890625 -15.75 26.890625 -13.25 C 26.890625 -12.8125 26.863281 -12.300781 26.8125 -11.71875 C 26.757812 -11.132812 26.703125 -10.675781 26.640625 -10.34375 L 9.84375 -10.34375 C 10.039062 -9.476562 10.421875 -8.742188 10.984375 -8.140625 C 11.554688 -7.546875 12.273438 -7.101562 13.140625 -6.8125 C 14.015625 -6.53125 14.984375 -6.390625 16.046875 -6.390625 L 23.890625 -6.390625 L 23.890625 0 Z M 9.640625 -15.1875 L 19.390625 -15.1875 C 19.328125 -15.726562 19.226562 -16.25 19.09375 -16.75 C 18.957031 -17.25 18.75 -17.6875 18.46875 -18.0625 C 18.1875 -18.445312 17.859375 -18.78125 17.484375 -19.0625 C 17.117188 -19.351562 16.695312 -19.582031 16.21875 -19.75 C 15.738281 -19.914062 15.195312 -20 14.59375 -20 C 13.832031 -20 13.148438 -19.863281 12.546875 -19.59375 C 11.941406 -19.320312 11.441406 -18.960938 11.046875 -18.515625 C 10.648438 -18.066406 10.34375 -17.550781 10.125 -16.96875 C 9.90625 -16.382812 9.742188 -15.789062 9.640625 -15.1875 Z M 9.640625 -15.1875 "})
51
+ ])
52
+ ])
53
+ ]),
54
+ h('g', {"fill":"currentColor","fill-opacity":"1"}, [
55
+ h('g', {"transform":"translate(58.353373, 47.457212)"}, [
56
+ h('g', {}, [
57
+ h('path', {"d":"M 2.90625 0 L 2.90625 -36.484375 L 10.640625 -36.484375 L 10.640625 -15.9375 L 14.046875 -15.9375 L 19.890625 -25.640625 L 28.546875 -25.640625 L 21.640625 -14.953125 C 23.640625 -14.117188 25.195312 -12.84375 26.3125 -11.125 C 27.425781 -9.40625 27.984375 -7.394531 27.984375 -5.09375 L 27.984375 0 L 20.1875 0 L 20.1875 -5.09375 C 20.1875 -6.03125 19.960938 -6.875 19.515625 -7.625 C 19.066406 -8.375 18.472656 -8.960938 17.734375 -9.390625 C 17.003906 -9.828125 16.175781 -10.046875 15.25 -10.046875 L 10.640625 -10.046875 L 10.640625 0 Z M 2.90625 0 "})
58
+ ])
59
+ ])
60
+ ])
61
+ ])
62
+ ])
63
+ ]),
64
+ h('g', {"clip-path":"url(#7dc59fcfd9)"}, [
65
+ h('g', {"clip-path":"url(#ee56d74713)"}, [
66
+ h('path', {"fill":"currentColor","d":"M 4.957031 3.246094 L 4.957031 56.464844 L 55.925781 56.464844 L 55.925781 3.246094 Z M 4.957031 3.246094 ","fill-opacity":"1","fill-rule":"nonzero"})
67
+ ])
68
+ ])
69
+ ]);
70
+ }
71
+ });
72
+
73
+ export default Trek;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // @thesvg/vue - UBS Etracs
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const UbsEtracs = vue_1.defineComponent({
10
+ name: 'UbsEtracs',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 1411 1557',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('title', {}),
19
+ vue_1.h('path', {"id":"Key","fill-rule":"evenodd","fill":"#000000","d":"m1156.2 450.2l-28 23.3 29.6 96.5-88.6-48.2-29.5 23.3 97.9 52.9-104.1 84.1-28-37.4 37.3-29.5-28-32.7-37.2 29.5-28-35.7 37.3-29.6-28-35.8-191.1 158.7 181.8 146.3 32.6-40.5c23.3 1.6 40.4 18.7 49.7 40.5l-32.6 40.5 20.2 15.5c45-40.5 104.1-66.9 164.7-66.9 127.3 0 226.8 104.3 226.8 231.9 0 42-10.9 87.1-34.2 124.5l34.2 26.4c-1.6 24.9-24.9 51.3-48.2 57.6l-32.6-26.5c-45.1 43.6-104.1 67-166.2 67-127.4 0-226.8-101.2-226.8-230.3 0-42.1 12.4-85.6 31-121.4l-18.6-17.2-32.6 43.6c-23.3-3.1-43.5-18.7-49.7-43.6l32.6-38.9-153.8-127.6v202.3l51.3 1.6c6.2 7.8 10.8 18.7 10.8 31.1 0 10.9-4.6 23.4-9.3 32.7h-52.8v24.9c111.8 18.7 205.1 113.6 205.1 228.7 0 119.9-91.7 214.8-205.1 233.5v40.5c-10.9 6.1-24.9 10.8-37.3 10.8-14 0-29.5-4.7-41.9-10.8v-40.5c-113.4-18.7-202-113.6-202-233.5 0-115.1 88.6-210 202-227.1v-26.5h-52.8c-6.3-9.3-9.4-21.8-9.4-32.7q0-18.7 9.4-32.7h52.8v-202.3l-155.4 127.6 34.2 38.9c-7.8 24.9-28 40.5-51.2 43.6l-32.7-43.6-20.2 17.2c21.8 35.8 32.6 79.3 32.6 121.4 0 129.1-99.4 230.3-226.7 230.3-60.6 0-121.2-23.4-164.7-67l-34.2 26.5c-21.7-6.3-45-32.7-48.1-57.6l32.6-26.4c-20.2-37.4-32.6-82.5-32.6-124.5 0-127.6 99.4-231.9 226.8-231.9 62.1 0 121.1 26.4 166.2 66.9l18.6-14-32.6-42c7.8-21.8 28-37.4 51.3-40.5l32.6 40.5 181.7-146.3-191-158.7-28 35.8 37.3 29.6-28 35.7-37.3-29.5-27.9 32.7 35.7 29.5-28 37.4-102.5-84.1 96.3-52.9-27.9-23.3-88.6 48.2 29.5-96.5-27.9-23.3-32.6 105.8-104.1-84 27.9-34.3 35.8 29.6 29.5-34.2-37.3-32.7 28-32.7 37.2 28.1 26.4-32.8-80.7-63.7c7.7-26.5 24.8-48.3 49.7-63.9l430.3 351.8v-235.1h-43.5v45.2h-43.5v-45.2h-45.1v45.2h-45v-132.3l102.5 43.6v-37.4l-94.7-38.9 94.7-37.3v-35.8l-102.5 40.5v-133.9h45v48.3h45.1v-48.3h43.5v48.3h43.5v-105.8c12.4-4.7 26.4-7.8 40.4-7.8 12.4 0 26.4 3.1 38.8 7.8v578.9l430.3-351.8c23.3 15.6 40.4 37.4 49.7 63.9l-82.3 63.7 27.9 32.8 37.3-28.1 28 32.7-37.3 32.7 28 34.2 37.2-29.6 28 34.3-104.1 84zm-879.2 636.5c0 37.4 28 60.7 60.6 63.8l-54.4 42c-37.3-14-71.5-59.1-71.5-98 0-12.5 3.2-20.3 6.3-29.6-4.7 0-7.8 1.6-10.9 1.6-49.7 0-91.7-46.7-101-94.9l55.9-43.6c-1.5 6.2-1.5 10.9-1.5 15.5 0 31.1 29.5 59.2 60.6 59.2 32.6 0 63.7-28.1 63.7-60.8 0-40.4-31.1-66.8-69.9-66.8-76.2 0-150.7 73.1-150.7 169.6 0 28 6.2 54.5 18.6 77.8l34.2-26.5c23.3 10.9 41.9 34.3 48.1 60.7l-34.1 26.5c32.6 28 73 40.4 114.9 40.4 87 0 156.9-70 156.9-132.2 0-35.8-24.8-66.9-62.1-66.9-34.2 0-63.7 26.4-63.7 62.2zm461.3 133.9c0 34.1 28 62.2 60.6 62.2 23.3 0 32.6-9.3 49.7-23.4v70.1c-17.1 9.3-34.1 14-52.8 14-37.2 0-68.3-10.9-88.5-43.6-21.8 32.7-52.8 43.6-90.1 43.6-17.1 0-35.7-4.7-52.8-14v-70.1c15.5 15.6 27.9 23.4 49.7 23.4 34.2 0 60.6-28.1 60.6-62.2 0-32.8-21.8-62.3-57.5-62.3-63.7 0-90.1 60.7-90.1 116.7 0 82.5 60.6 152.5 139.8 166.5v-42c12.4-6.2 26.4-7.8 38.8-7.8 14 0 28 1.6 40.4 7.8v42c73-10.9 139.8-88.7 139.8-166.5 0-57.6-23.3-116.7-90.1-116.7-34.1 0-57.5 29.5-57.5 62.3zm386.9-278.7c0 31.2 32.6 60.8 65.2 60.8 31.1 0 60.6-28.1 60.6-59.2 0-4.6-1.6-9.3-1.6-15.5l54.4 43.6c-9.3 52.9-55.9 99.5-110.3 93.3 3.1 9.3 4.7 17.1 4.7 29.6 0 38.9-34.2 84-71.5 98l-54.4-42c34.2-3.1 62.2-26.4 62.2-63.8 0-35.8-31.1-62.2-65.3-62.2-35.7 0-62.1 31.1-62.1 68.4 0 45.2 54.4 130.7 158.4 130.7 42 0 82.4-12.4 113.4-40.4l-34.1-26.5c7.7-26.4 23.3-49.8 48.1-60.7l34.2 26.5c12.4-23.3 20.2-49.8 20.2-77.8 0-74.7-57.5-169.6-149.1-169.6-38.9 0-73 26.4-73 66.8z"})
20
+ ]);
21
+ }
22
+ });
23
+
24
+ exports.default = UbsEtracs;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - UBS Etracs
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const UbsEtracs: DefineComponent<SVGAttributes>;
7
+ export default UbsEtracs;
@@ -0,0 +1,21 @@
1
+ // @thesvg/vue - UBS Etracs
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const UbsEtracs = defineComponent({
7
+ name: 'UbsEtracs',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 1411 1557',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}),
16
+ h('path', {"id":"Key","fill-rule":"evenodd","fill":"#000000","d":"m1156.2 450.2l-28 23.3 29.6 96.5-88.6-48.2-29.5 23.3 97.9 52.9-104.1 84.1-28-37.4 37.3-29.5-28-32.7-37.2 29.5-28-35.7 37.3-29.6-28-35.8-191.1 158.7 181.8 146.3 32.6-40.5c23.3 1.6 40.4 18.7 49.7 40.5l-32.6 40.5 20.2 15.5c45-40.5 104.1-66.9 164.7-66.9 127.3 0 226.8 104.3 226.8 231.9 0 42-10.9 87.1-34.2 124.5l34.2 26.4c-1.6 24.9-24.9 51.3-48.2 57.6l-32.6-26.5c-45.1 43.6-104.1 67-166.2 67-127.4 0-226.8-101.2-226.8-230.3 0-42.1 12.4-85.6 31-121.4l-18.6-17.2-32.6 43.6c-23.3-3.1-43.5-18.7-49.7-43.6l32.6-38.9-153.8-127.6v202.3l51.3 1.6c6.2 7.8 10.8 18.7 10.8 31.1 0 10.9-4.6 23.4-9.3 32.7h-52.8v24.9c111.8 18.7 205.1 113.6 205.1 228.7 0 119.9-91.7 214.8-205.1 233.5v40.5c-10.9 6.1-24.9 10.8-37.3 10.8-14 0-29.5-4.7-41.9-10.8v-40.5c-113.4-18.7-202-113.6-202-233.5 0-115.1 88.6-210 202-227.1v-26.5h-52.8c-6.3-9.3-9.4-21.8-9.4-32.7q0-18.7 9.4-32.7h52.8v-202.3l-155.4 127.6 34.2 38.9c-7.8 24.9-28 40.5-51.2 43.6l-32.7-43.6-20.2 17.2c21.8 35.8 32.6 79.3 32.6 121.4 0 129.1-99.4 230.3-226.7 230.3-60.6 0-121.2-23.4-164.7-67l-34.2 26.5c-21.7-6.3-45-32.7-48.1-57.6l32.6-26.4c-20.2-37.4-32.6-82.5-32.6-124.5 0-127.6 99.4-231.9 226.8-231.9 62.1 0 121.1 26.4 166.2 66.9l18.6-14-32.6-42c7.8-21.8 28-37.4 51.3-40.5l32.6 40.5 181.7-146.3-191-158.7-28 35.8 37.3 29.6-28 35.7-37.3-29.5-27.9 32.7 35.7 29.5-28 37.4-102.5-84.1 96.3-52.9-27.9-23.3-88.6 48.2 29.5-96.5-27.9-23.3-32.6 105.8-104.1-84 27.9-34.3 35.8 29.6 29.5-34.2-37.3-32.7 28-32.7 37.2 28.1 26.4-32.8-80.7-63.7c7.7-26.5 24.8-48.3 49.7-63.9l430.3 351.8v-235.1h-43.5v45.2h-43.5v-45.2h-45.1v45.2h-45v-132.3l102.5 43.6v-37.4l-94.7-38.9 94.7-37.3v-35.8l-102.5 40.5v-133.9h45v48.3h45.1v-48.3h43.5v48.3h43.5v-105.8c12.4-4.7 26.4-7.8 40.4-7.8 12.4 0 26.4 3.1 38.8 7.8v578.9l430.3-351.8c23.3 15.6 40.4 37.4 49.7 63.9l-82.3 63.7 27.9 32.8 37.3-28.1 28 32.7-37.3 32.7 28 34.2 37.2-29.6 28 34.3-104.1 84zm-879.2 636.5c0 37.4 28 60.7 60.6 63.8l-54.4 42c-37.3-14-71.5-59.1-71.5-98 0-12.5 3.2-20.3 6.3-29.6-4.7 0-7.8 1.6-10.9 1.6-49.7 0-91.7-46.7-101-94.9l55.9-43.6c-1.5 6.2-1.5 10.9-1.5 15.5 0 31.1 29.5 59.2 60.6 59.2 32.6 0 63.7-28.1 63.7-60.8 0-40.4-31.1-66.8-69.9-66.8-76.2 0-150.7 73.1-150.7 169.6 0 28 6.2 54.5 18.6 77.8l34.2-26.5c23.3 10.9 41.9 34.3 48.1 60.7l-34.1 26.5c32.6 28 73 40.4 114.9 40.4 87 0 156.9-70 156.9-132.2 0-35.8-24.8-66.9-62.1-66.9-34.2 0-63.7 26.4-63.7 62.2zm461.3 133.9c0 34.1 28 62.2 60.6 62.2 23.3 0 32.6-9.3 49.7-23.4v70.1c-17.1 9.3-34.1 14-52.8 14-37.2 0-68.3-10.9-88.5-43.6-21.8 32.7-52.8 43.6-90.1 43.6-17.1 0-35.7-4.7-52.8-14v-70.1c15.5 15.6 27.9 23.4 49.7 23.4 34.2 0 60.6-28.1 60.6-62.2 0-32.8-21.8-62.3-57.5-62.3-63.7 0-90.1 60.7-90.1 116.7 0 82.5 60.6 152.5 139.8 166.5v-42c12.4-6.2 26.4-7.8 38.8-7.8 14 0 28 1.6 40.4 7.8v42c73-10.9 139.8-88.7 139.8-166.5 0-57.6-23.3-116.7-90.1-116.7-34.1 0-57.5 29.5-57.5 62.3zm386.9-278.7c0 31.2 32.6 60.8 65.2 60.8 31.1 0 60.6-28.1 60.6-59.2 0-4.6-1.6-9.3-1.6-15.5l54.4 43.6c-9.3 52.9-55.9 99.5-110.3 93.3 3.1 9.3 4.7 17.1 4.7 29.6 0 38.9-34.2 84-71.5 98l-54.4-42c34.2-3.1 62.2-26.4 62.2-63.8 0-35.8-31.1-62.2-65.3-62.2-35.7 0-62.1 31.1-62.1 68.4 0 45.2 54.4 130.7 158.4 130.7 42 0 82.4-12.4 113.4-40.4l-34.1-26.5c7.7-26.4 23.3-49.8 48.1-60.7l34.2 26.5c12.4-23.3 20.2-49.8 20.2-77.8 0-74.7-57.5-169.6-149.1-169.6-38.9 0-73 26.4-73 66.8z"})
17
+ ]);
18
+ }
19
+ });
20
+
21
+ export default UbsEtracs;
package/dist/vidiq.cjs ADDED
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ // @thesvg/vue - VidIQ
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Vidiq = vue_1.defineComponent({
10
+ name: 'Vidiq',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 390.02 131.12',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('defs', {}, [
19
+ vue_1.h('style', {})
20
+ ]),
21
+ vue_1.h('g', {"id":"Logo"}, [
22
+ vue_1.h('path', {"class":"cls-1","d":"M0,41.94H27.33L40.85,86h.28l13.52-44H82l-24.41,71H23.09Z"}),
23
+ vue_1.h('path', {"class":"cls-1","d":"M85.88,41.86l31.23-.13v71.21H85.88Z"}),
24
+ vue_1.h('path', {"class":"cls-2","d":"M222.51,1.38h31.23V112.94H222.51Z"}),
25
+ vue_1.h('polygon', {"class":"cls-1","points":"85.88 1.38 121.77 16.59 85.88 31.8 85.88 1.38"}),
26
+ vue_1.h('path', {"class":"cls-2","d":"M390,113.83,368.36,92.17c4.72-9,6.67-20.64,6.67-34.73C375,18.62,354,0,318.23,0,281,0,261.55,18.62,261.55,57.44c0,40,17.91,57.44,56.68,57.44,13.83,0,24.62-2.07,32.91-6.11l22.34,22.35ZM291.31,57.44c0-17.68,10.38-27.72,26.92-27.72s27.09,10,26.92,27.72C345,76.52,334.53,85,318.23,85.17,301.58,85.39,291.31,75.12,291.31,57.44Z"}),
27
+ vue_1.h('path', {"class":"cls-1","d":"M183.5,1.38v46.3h-.45c-5-6-13.11-8.27-23.4-8.27-23.27,0-36.47,14.28-36.47,38.11,0,24.35,11.43,37.81,37,37.81,9.77,0,20.29-3,24.39-9.31h.31v6.92H210.8V1.38ZM165.8,91.64c-7.67.12-12.4-5.17-12.4-14.27s4.78-14.26,12.4-14.26,12.48,5.17,12.4,14.26C178.12,87.19,173.31,91.53,165.8,91.64Z"})
28
+ ])
29
+ ]);
30
+ }
31
+ });
32
+
33
+ exports.default = Vidiq;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - VidIQ
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Vidiq: DefineComponent<SVGAttributes>;
7
+ export default Vidiq;
package/dist/vidiq.js ADDED
@@ -0,0 +1,30 @@
1
+ // @thesvg/vue - VidIQ
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Vidiq = defineComponent({
7
+ name: 'Vidiq',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 390.02 131.12',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('defs', {}, [
16
+ h('style', {})
17
+ ]),
18
+ h('g', {"id":"Logo"}, [
19
+ h('path', {"class":"cls-1","d":"M0,41.94H27.33L40.85,86h.28l13.52-44H82l-24.41,71H23.09Z"}),
20
+ h('path', {"class":"cls-1","d":"M85.88,41.86l31.23-.13v71.21H85.88Z"}),
21
+ h('path', {"class":"cls-2","d":"M222.51,1.38h31.23V112.94H222.51Z"}),
22
+ h('polygon', {"class":"cls-1","points":"85.88 1.38 121.77 16.59 85.88 31.8 85.88 1.38"}),
23
+ h('path', {"class":"cls-2","d":"M390,113.83,368.36,92.17c4.72-9,6.67-20.64,6.67-34.73C375,18.62,354,0,318.23,0,281,0,261.55,18.62,261.55,57.44c0,40,17.91,57.44,56.68,57.44,13.83,0,24.62-2.07,32.91-6.11l22.34,22.35ZM291.31,57.44c0-17.68,10.38-27.72,26.92-27.72s27.09,10,26.92,27.72C345,76.52,334.53,85,318.23,85.17,301.58,85.39,291.31,75.12,291.31,57.44Z"}),
24
+ h('path', {"class":"cls-1","d":"M183.5,1.38v46.3h-.45c-5-6-13.11-8.27-23.4-8.27-23.27,0-36.47,14.28-36.47,38.11,0,24.35,11.43,37.81,37,37.81,9.77,0,20.29-3,24.39-9.31h.31v6.92H210.8V1.38ZM165.8,91.64c-7.67.12-12.4-5.17-12.4-14.27s4.78-14.26,12.4-14.26,12.48,5.17,12.4,14.26C178.12,87.19,173.31,91.53,165.8,91.64Z"})
25
+ ])
26
+ ]);
27
+ }
28
+ });
29
+
30
+ export default Vidiq;