@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
package/dist/jaco.cjs ADDED
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - JACO
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Jaco = vue_1.defineComponent({
10
+ name: 'Jaco',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 1024 1024',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = Jaco;
package/dist/jaco.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - JACO
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Jaco: DefineComponent<SVGAttributes>;
7
+ export default Jaco;
package/dist/jaco.js ADDED
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - JACO
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Jaco = defineComponent({
7
+ name: 'Jaco',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 1024 1024',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default Jaco;
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ // @thesvg/vue - Jaguar (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 JaguarLegacy = vue_1.defineComponent({
10
+ name: 'JaguarLegacy',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 1045.7 85',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('style', {"type":"text/css"}),
19
+ vue_1.h('metadata', {}, [
20
+ vue_1.h('sfw', {"xmlns":"ns_sfw;"}, [
21
+ vue_1.h('slices', {}),
22
+ vue_1.h('sliceSourceBounds', {"bottomLeftOrigin":"true","height":"85","width":"1045.7","x":"-1083.9","y":"-176.3"})
23
+ ])
24
+ ]),
25
+ vue_1.h('g', {}, [
26
+ vue_1.h('g', {}, [
27
+ vue_1.h('path', {"class":"st0","d":"M997.4,53.2l6.1-0.5c2.5-0.2,5-0.5,7.3-0.8c6-0.9,11.1-2.5,15.3-4.7c1.6-0.8,2.4-1.4,4.2-2.7\n\t\t\tc5.3-3.8,8-8.9,8.4-15.9c0.1-1.4,0-2.5-0.1-3.7c-0.3-4.4-1.3-8.1-3.1-11c-2.1-3.5-5.1-6.2-9.1-8.2c-4-2-9.1-3.5-15-4.4\n\t\t\tc0,0-8.7-1.4-21.6-1.4h-98.6v83.1h31V53.8h42.1l47.4,29.3h34L997.4,53.2z M983.3,9.6c0.2,0,0.3,0,0.5,0c3.5,0.1,6.5,0.2,9.1,0.5\n\t\t\tc3.3,0.4,6.1,1.1,8.3,2.3c2.3,1.2,4.1,3,5,5.2c0.9,1.9,1.3,4.3,1.4,7.2c0,0.2,0.1,4.2-0.1,6.2c-0.1,2-0.6,4.2-1.3,5.7\n\t\t\tc-0.7,1.6-1.7,2.9-3.1,4c-0.4,0.3-0.8,0.6-1.2,0.8c-2,1.1-4.5,1.8-7.7,2.2c-2.9,0.3-6.6,0.5-11,0.5h-61.2V9.6H983.3z"}),
28
+ vue_1.h('path', {"class":"st0","d":"M101.8,0v39.1c0,11.7-4.3,20.4-12.8,25.8C81.7,69.6,71.1,72,57.6,72H0v11.1h47.8c13.3,0,25.5-0.5,36.2-1.5\n\t\t\tc10.5-1,19.4-3,26.6-6c7-2.9,12.5-7.1,16.3-12.5c3.4-4.9,5.3-11.3,5.7-19.2c0-0.7,0.1-1.6,0.1-2.6V0H101.8z"}),
29
+ vue_1.h('path', {"class":"st0","d":"M456.7,45V72h-47.3c-24.8,0-39.2-8-43.1-23.6c-1.6-6.5-0.6-12.7,0-15c3.8-15.8,18-23.5,43.1-23.5h74V0h-64.3\n\t\t\tc-13.5,0-25.7,0.5-36.4,1.4c-10.4,0.9-19.4,2.9-26.6,5.8c-7.1,2.9-12.5,7-16.2,12.4c-3.6,5.1-5.4,12-5.6,20.5c0,0.2,0,0.4,0,0.7\n\t\t\tc0,0.4,0,0.8,0,1.3c0.1,8.8,2,15.9,5.7,21.1c3.8,5.4,9.3,9.6,16.3,12.5c7.2,3,16.2,5,26.6,6c10.7,1,22.8,1.5,36.2,1.5h68.5V45\n\t\t\tH456.7z"}),
30
+ vue_1.h('path', {"class":"st0","d":"M250.1,0h-31.9l-71.5,83.1h18.5l16.1-18.7h89.9l16.1,18.7h34.4L250.1,0z M226.2,12.2l37.3,43.3h-74.5\n\t\t\tL226.2,12.2z"}),
31
+ vue_1.h('path', {"class":"st0","d":"M760.1,0l-71.5,83.1h18.5l16.1-18.8h89.8l16.1,18.8h34.5L792.1,0H760.1z M805.5,55.5h-74.6l37.3-43.3\n\t\t\tL805.5,55.5z"}),
32
+ vue_1.h('path', {"class":"st0","d":"M643.7,0v42.1c0,3.6-0.5,6.9-1.2,9.9c-4,15.3-18.3,23.1-42.9,23.2h-3.1c-24.7,0-39.1-8-43-23.5\n\t\t\tc-0.7-2.9-1.1-6.1-1.1-9.5V0h-31v43.4c0,9,1.9,16.4,5.7,21.8c2.4,3.3,5.4,6.3,9,8.7c2.2,1.4,4.6,2.7,7.3,3.8\n\t\t\tc2.7,1.1,5.6,2.1,8.8,2.9c5.3,1.4,11.3,2.4,17.9,3.1c8.3,0.8,17.7,1.3,27.9,1.3c10.3,0,19.6-0.5,27.9-1.3c6.5-0.6,12.5-1.6,17.8-3\n\t\t\tc3.2-0.8,6.1-1.8,8.8-2.9c2.7-1.1,5.1-2.3,7.3-3.8c3.7-2.4,6.7-5.3,9-8.7c3.8-5.4,5.7-12.8,5.7-21.8V0H643.7z"})
33
+ ])
34
+ ])
35
+ ]);
36
+ }
37
+ });
38
+
39
+ exports.default = JaguarLegacy;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Jaguar (legacy)
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const JaguarLegacy: DefineComponent<SVGAttributes>;
7
+ export default JaguarLegacy;
@@ -0,0 +1,36 @@
1
+ // @thesvg/vue - Jaguar (legacy)
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const JaguarLegacy = defineComponent({
7
+ name: 'JaguarLegacy',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 1045.7 85',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('style', {"type":"text/css"}),
16
+ h('metadata', {}, [
17
+ h('sfw', {"xmlns":"ns_sfw;"}, [
18
+ h('slices', {}),
19
+ h('sliceSourceBounds', {"bottomLeftOrigin":"true","height":"85","width":"1045.7","x":"-1083.9","y":"-176.3"})
20
+ ])
21
+ ]),
22
+ h('g', {}, [
23
+ h('g', {}, [
24
+ h('path', {"class":"st0","d":"M997.4,53.2l6.1-0.5c2.5-0.2,5-0.5,7.3-0.8c6-0.9,11.1-2.5,15.3-4.7c1.6-0.8,2.4-1.4,4.2-2.7\n\t\t\tc5.3-3.8,8-8.9,8.4-15.9c0.1-1.4,0-2.5-0.1-3.7c-0.3-4.4-1.3-8.1-3.1-11c-2.1-3.5-5.1-6.2-9.1-8.2c-4-2-9.1-3.5-15-4.4\n\t\t\tc0,0-8.7-1.4-21.6-1.4h-98.6v83.1h31V53.8h42.1l47.4,29.3h34L997.4,53.2z M983.3,9.6c0.2,0,0.3,0,0.5,0c3.5,0.1,6.5,0.2,9.1,0.5\n\t\t\tc3.3,0.4,6.1,1.1,8.3,2.3c2.3,1.2,4.1,3,5,5.2c0.9,1.9,1.3,4.3,1.4,7.2c0,0.2,0.1,4.2-0.1,6.2c-0.1,2-0.6,4.2-1.3,5.7\n\t\t\tc-0.7,1.6-1.7,2.9-3.1,4c-0.4,0.3-0.8,0.6-1.2,0.8c-2,1.1-4.5,1.8-7.7,2.2c-2.9,0.3-6.6,0.5-11,0.5h-61.2V9.6H983.3z"}),
25
+ h('path', {"class":"st0","d":"M101.8,0v39.1c0,11.7-4.3,20.4-12.8,25.8C81.7,69.6,71.1,72,57.6,72H0v11.1h47.8c13.3,0,25.5-0.5,36.2-1.5\n\t\t\tc10.5-1,19.4-3,26.6-6c7-2.9,12.5-7.1,16.3-12.5c3.4-4.9,5.3-11.3,5.7-19.2c0-0.7,0.1-1.6,0.1-2.6V0H101.8z"}),
26
+ h('path', {"class":"st0","d":"M456.7,45V72h-47.3c-24.8,0-39.2-8-43.1-23.6c-1.6-6.5-0.6-12.7,0-15c3.8-15.8,18-23.5,43.1-23.5h74V0h-64.3\n\t\t\tc-13.5,0-25.7,0.5-36.4,1.4c-10.4,0.9-19.4,2.9-26.6,5.8c-7.1,2.9-12.5,7-16.2,12.4c-3.6,5.1-5.4,12-5.6,20.5c0,0.2,0,0.4,0,0.7\n\t\t\tc0,0.4,0,0.8,0,1.3c0.1,8.8,2,15.9,5.7,21.1c3.8,5.4,9.3,9.6,16.3,12.5c7.2,3,16.2,5,26.6,6c10.7,1,22.8,1.5,36.2,1.5h68.5V45\n\t\t\tH456.7z"}),
27
+ h('path', {"class":"st0","d":"M250.1,0h-31.9l-71.5,83.1h18.5l16.1-18.7h89.9l16.1,18.7h34.4L250.1,0z M226.2,12.2l37.3,43.3h-74.5\n\t\t\tL226.2,12.2z"}),
28
+ h('path', {"class":"st0","d":"M760.1,0l-71.5,83.1h18.5l16.1-18.8h89.8l16.1,18.8h34.5L792.1,0H760.1z M805.5,55.5h-74.6l37.3-43.3\n\t\t\tL805.5,55.5z"}),
29
+ h('path', {"class":"st0","d":"M643.7,0v42.1c0,3.6-0.5,6.9-1.2,9.9c-4,15.3-18.3,23.1-42.9,23.2h-3.1c-24.7,0-39.1-8-43-23.5\n\t\t\tc-0.7-2.9-1.1-6.1-1.1-9.5V0h-31v43.4c0,9,1.9,16.4,5.7,21.8c2.4,3.3,5.4,6.3,9,8.7c2.2,1.4,4.6,2.7,7.3,3.8\n\t\t\tc2.7,1.1,5.6,2.1,8.8,2.9c5.3,1.4,11.3,2.4,17.9,3.1c8.3,0.8,17.7,1.3,27.9,1.3c10.3,0,19.6-0.5,27.9-1.3c6.5-0.6,12.5-1.6,17.8-3\n\t\t\tc3.2-0.8,6.1-1.8,8.8-2.9c2.7-1.1,5.1-2.3,7.3-3.8c3.7-2.4,6.7-5.3,9-8.7c3.8-5.4,5.7-12.8,5.7-21.8V0H643.7z"})
30
+ ])
31
+ ])
32
+ ]);
33
+ }
34
+ });
35
+
36
+ export default JaguarLegacy;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - Jaguar
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Jaguar = vue_1.defineComponent({
10
+ name: 'Jaguar',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 929.72 115.03',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = Jaguar;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Jaguar
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Jaguar: DefineComponent<SVGAttributes>;
7
+ export default Jaguar;
package/dist/jaguar.js ADDED
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - Jaguar
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Jaguar = defineComponent({
7
+ name: 'Jaguar',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 929.72 115.03',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default Jaguar;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ // @thesvg/vue - Jobicy
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Jobicy = vue_1.defineComponent({
10
+ name: 'Jobicy',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 587 587',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('path', {"d":"M0 289.163C0 152.85 0 84.6941 42.3467 42.347C84.6934 0 152.849 0 289.16 0H297.837C434.149 0 502.305 0 544.651 42.347C586.997 84.6941 586.997 152.85 586.997 289.163V297.839C586.997 434.152 586.997 502.308 544.651 544.655C502.305 587.002 434.149 587.002 297.837 587.002H289.16C152.849 587.002 84.6934 587.002 42.3467 544.655C0 502.308 0 434.152 0 297.839V289.163Z","fill":"#003BAE"}),
19
+ vue_1.h('path', {"fill-rule":"evenodd","clip-rule":"evenodd","d":"M324.958 153.129H267.039C239.052 153.129 216.362 173.424 216.362 198.46V237.315C216.362 262.349 239.052 282.645 267.039 282.645H324.958C352.947 282.645 375.635 262.349 375.635 237.315V198.46C375.635 173.424 352.947 153.129 324.958 153.129ZM267.039 94.8477C203.066 94.8477 151.205 141.237 151.205 198.46V237.315C151.205 294.538 203.066 340.927 267.039 340.927H324.958C388.931 340.927 440.792 294.538 440.792 237.315V198.46C440.792 141.237 388.931 94.8477 324.958 94.8477H267.039Z","fill":"white"}),
20
+ vue_1.h('path', {"d":"M545.826 545.832C587 504.658 587 438.358 587 305.758C587 259.592 549.568 222.216 503.459 222.216H83.6003C37.4345 222.216 0.0595703 259.647 0.0595703 305.758C0.0595703 438.358 0.0595397 504.658 41.2344 545.832C82.4093 587.007 148.709 587.007 281.308 587.007H305.751C438.35 587.007 504.65 587.007 545.826 545.832Z","fill":"#029AEB"}),
21
+ vue_1.h('path', {"fill-rule":"evenodd","clip-rule":"evenodd","d":"M79.9865 365.827C87.3284 350.564 105.378 344.278 120.301 351.787L135.193 359.28C235.785 409.895 353.65 409.895 454.242 359.28L469.134 351.787C484.058 344.278 502.107 350.564 509.449 365.826C516.791 381.089 510.645 399.549 495.722 407.058L480.83 414.552C363.472 473.602 225.963 473.602 108.606 414.552L93.7137 407.058C78.7905 399.549 72.6446 381.089 79.9865 365.827Z","fill":"white"})
22
+ ]);
23
+ }
24
+ });
25
+
26
+ exports.default = Jobicy;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Jobicy
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Jobicy: DefineComponent<SVGAttributes>;
7
+ export default Jobicy;
package/dist/jobicy.js ADDED
@@ -0,0 +1,23 @@
1
+ // @thesvg/vue - Jobicy
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Jobicy = defineComponent({
7
+ name: 'Jobicy',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 587 587',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('path', {"d":"M0 289.163C0 152.85 0 84.6941 42.3467 42.347C84.6934 0 152.849 0 289.16 0H297.837C434.149 0 502.305 0 544.651 42.347C586.997 84.6941 586.997 152.85 586.997 289.163V297.839C586.997 434.152 586.997 502.308 544.651 544.655C502.305 587.002 434.149 587.002 297.837 587.002H289.16C152.849 587.002 84.6934 587.002 42.3467 544.655C0 502.308 0 434.152 0 297.839V289.163Z","fill":"#003BAE"}),
16
+ h('path', {"fill-rule":"evenodd","clip-rule":"evenodd","d":"M324.958 153.129H267.039C239.052 153.129 216.362 173.424 216.362 198.46V237.315C216.362 262.349 239.052 282.645 267.039 282.645H324.958C352.947 282.645 375.635 262.349 375.635 237.315V198.46C375.635 173.424 352.947 153.129 324.958 153.129ZM267.039 94.8477C203.066 94.8477 151.205 141.237 151.205 198.46V237.315C151.205 294.538 203.066 340.927 267.039 340.927H324.958C388.931 340.927 440.792 294.538 440.792 237.315V198.46C440.792 141.237 388.931 94.8477 324.958 94.8477H267.039Z","fill":"white"}),
17
+ h('path', {"d":"M545.826 545.832C587 504.658 587 438.358 587 305.758C587 259.592 549.568 222.216 503.459 222.216H83.6003C37.4345 222.216 0.0595703 259.647 0.0595703 305.758C0.0595703 438.358 0.0595397 504.658 41.2344 545.832C82.4093 587.007 148.709 587.007 281.308 587.007H305.751C438.35 587.007 504.65 587.007 545.826 545.832Z","fill":"#029AEB"}),
18
+ h('path', {"fill-rule":"evenodd","clip-rule":"evenodd","d":"M79.9865 365.827C87.3284 350.564 105.378 344.278 120.301 351.787L135.193 359.28C235.785 409.895 353.65 409.895 454.242 359.28L469.134 351.787C484.058 344.278 502.107 350.564 509.449 365.826C516.791 381.089 510.645 399.549 495.722 407.058L480.83 414.552C363.472 473.602 225.963 473.602 108.606 414.552L93.7137 407.058C78.7905 399.549 72.6446 381.089 79.9865 365.827Z","fill":"white"})
19
+ ]);
20
+ }
21
+ });
22
+
23
+ export default Jobicy;
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ // @thesvg/vue - KDE Connect
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const KdeConnect = vue_1.defineComponent({
10
+ name: 'KdeConnect',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 32 32',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('defs', {}, [
19
+ vue_1.h('linearGradient', {"xlink:href":"#a","id":"d","x2":"0","y1":"545.798","y2":"517.798","gradientTransform":"matrix(8.71458 0 0 9.23253 -3261.094 -4952.587)","gradientUnits":"userSpaceOnUse"}),
20
+ vue_1.h('linearGradient', {"id":"a"}, [
21
+ vue_1.h('stop', {"style":"stop-color:#2a2c2f"}),
22
+ vue_1.h('stop', {"offset":"1","style":"stop-color:#424649"})
23
+ ]),
24
+ vue_1.h('linearGradient', {"xlink:href":"#b","id":"e","x1":"393.571","x2":"407.571","y1":"524.798","y2":"538.798","gradientTransform":"matrix(8.71458 0 0 9.23253 -3261.094 -4952.587)","gradientUnits":"userSpaceOnUse"}),
25
+ vue_1.h('linearGradient', {"id":"b"}, [
26
+ vue_1.h('stop', {"style":"stop-color:#292c2f"}),
27
+ vue_1.h('stop', {"offset":"1","style":"stop-opacity:0"})
28
+ ]),
29
+ vue_1.h('linearGradient', {"xlink:href":"#c","id":"f","x2":"0","y1":"543.798","y2":"518.798","gradientTransform":"matrix(7.95678 0 0 8.8311 -2954.89 -4734.694)","gradientUnits":"userSpaceOnUse"}),
30
+ vue_1.h('linearGradient', {"id":"c"}, [
31
+ vue_1.h('stop', {"style":"stop-color:#c6cdd1"}),
32
+ vue_1.h('stop', {"offset":"1","style":"stop-color:#e0e5e7"})
33
+ ]),
34
+ vue_1.h('radialGradient', {"id":"g","cx":"49","cy":"34.526","r":"49","gradientTransform":"matrix(.27205 .09927 -.08841 .2423 390.266 518.424)","gradientUnits":"userSpaceOnUse"}, [
35
+ vue_1.h('stop', {"offset":"0","stop-color":"#f2f2f2"}),
36
+ vue_1.h('stop', {"offset":"1","stop-color":"#f2f2f2","stop-opacity":"0"})
37
+ ])
38
+ ]),
39
+ vue_1.h('g', {"transform":"translate(-10.496 20.93)scale(.11534)"}, [
40
+ vue_1.h('rect', {"width":"139.433","height":"258.511","x":"160","y":"-172","ry":"7.386","style":"fill:url(#d);stroke-width:8.96982"}),
41
+ vue_1.h('path', {"d":"M290.718-144.302 168.714 58.814l26.144 27.697h104.575v-221.58Z","style":"opacity:.2;fill:url(#e);fill-rule:evenodd;stroke-width:8.96982"}),
42
+ vue_1.h('path', {"d":"M168.714-144.302h122.004V58.814H168.714z","style":"fill:url(#f);stroke-width:8.96982"}),
43
+ vue_1.h('rect', {"width":"52.287","height":"9.233","x":"203.573","y":"-162.767","ry":"3.735","style":"fill:#212324;stroke-width:8.96982"}),
44
+ vue_1.h('path', {"fill":"url(#g)","d":"M200.083-75.836c-.187.027-.388.073-.528.211l-6.491 6.491a.83.83 0 0 0-.108 1.023l7.585 12.524a32.3 32.3 0 0 0-3.21 7.267l-13.936 2.893a.87.87 0 0 0-.67.847v9.172c0 .388.294.72.67.812l13.512 3.28a32.7 32.7 0 0 0 3.316 8.432l-7.832 11.925a.84.84 0 0 0 .108 1.058l6.492 6.491a.83.83 0 0 0 1.022.108l12.277-7.443a32.5 32.5 0 0 0 7.762 3.245l2.857 13.76c.083.388.415.67.812.67h9.172a.83.83 0 0 0 .812-.636l3.387-13.83a32.3 32.3 0 0 0 7.973-3.35l12.1 7.937a.846.846 0 0 0 1.06-.108l6.455-6.491a.83.83 0 0 0 .142-1.023l-4.41-7.267-1.447.459a.54.54 0 0 1-.565-.213s-2.786-4.097-6.42-9.42c-4.348 8.508-13.214 14.324-23.426 14.324-14.51 0-26.283-11.772-26.283-26.283 0-10.673 6.383-19.84 15.523-23.954V-69.7a32.3 32.3 0 0 0-4.798 2.117c-.003-.002.003-.037 0-.037l-12.383-8.114c-.166-.108-.342-.126-.528-.108zm37.431-16.582-16.51 1.588v68.018l16.334-2.47v-29l21.979 32.175 17.216-5.468-22.508-30.94 22.684-29.175-17.569-4.022-21.802 29.176z","style":"fill:#333;stroke-width:.959011"})
45
+ ])
46
+ ]);
47
+ }
48
+ });
49
+
50
+ exports.default = KdeConnect;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - KDE Connect
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const KdeConnect: DefineComponent<SVGAttributes>;
7
+ export default KdeConnect;
@@ -0,0 +1,47 @@
1
+ // @thesvg/vue - KDE Connect
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const KdeConnect = defineComponent({
7
+ name: 'KdeConnect',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 32 32',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('defs', {}, [
16
+ h('linearGradient', {"xlink:href":"#a","id":"d","x2":"0","y1":"545.798","y2":"517.798","gradientTransform":"matrix(8.71458 0 0 9.23253 -3261.094 -4952.587)","gradientUnits":"userSpaceOnUse"}),
17
+ h('linearGradient', {"id":"a"}, [
18
+ h('stop', {"style":"stop-color:#2a2c2f"}),
19
+ h('stop', {"offset":"1","style":"stop-color:#424649"})
20
+ ]),
21
+ h('linearGradient', {"xlink:href":"#b","id":"e","x1":"393.571","x2":"407.571","y1":"524.798","y2":"538.798","gradientTransform":"matrix(8.71458 0 0 9.23253 -3261.094 -4952.587)","gradientUnits":"userSpaceOnUse"}),
22
+ h('linearGradient', {"id":"b"}, [
23
+ h('stop', {"style":"stop-color:#292c2f"}),
24
+ h('stop', {"offset":"1","style":"stop-opacity:0"})
25
+ ]),
26
+ h('linearGradient', {"xlink:href":"#c","id":"f","x2":"0","y1":"543.798","y2":"518.798","gradientTransform":"matrix(7.95678 0 0 8.8311 -2954.89 -4734.694)","gradientUnits":"userSpaceOnUse"}),
27
+ h('linearGradient', {"id":"c"}, [
28
+ h('stop', {"style":"stop-color:#c6cdd1"}),
29
+ h('stop', {"offset":"1","style":"stop-color:#e0e5e7"})
30
+ ]),
31
+ h('radialGradient', {"id":"g","cx":"49","cy":"34.526","r":"49","gradientTransform":"matrix(.27205 .09927 -.08841 .2423 390.266 518.424)","gradientUnits":"userSpaceOnUse"}, [
32
+ h('stop', {"offset":"0","stop-color":"#f2f2f2"}),
33
+ h('stop', {"offset":"1","stop-color":"#f2f2f2","stop-opacity":"0"})
34
+ ])
35
+ ]),
36
+ h('g', {"transform":"translate(-10.496 20.93)scale(.11534)"}, [
37
+ h('rect', {"width":"139.433","height":"258.511","x":"160","y":"-172","ry":"7.386","style":"fill:url(#d);stroke-width:8.96982"}),
38
+ h('path', {"d":"M290.718-144.302 168.714 58.814l26.144 27.697h104.575v-221.58Z","style":"opacity:.2;fill:url(#e);fill-rule:evenodd;stroke-width:8.96982"}),
39
+ h('path', {"d":"M168.714-144.302h122.004V58.814H168.714z","style":"fill:url(#f);stroke-width:8.96982"}),
40
+ h('rect', {"width":"52.287","height":"9.233","x":"203.573","y":"-162.767","ry":"3.735","style":"fill:#212324;stroke-width:8.96982"}),
41
+ h('path', {"fill":"url(#g)","d":"M200.083-75.836c-.187.027-.388.073-.528.211l-6.491 6.491a.83.83 0 0 0-.108 1.023l7.585 12.524a32.3 32.3 0 0 0-3.21 7.267l-13.936 2.893a.87.87 0 0 0-.67.847v9.172c0 .388.294.72.67.812l13.512 3.28a32.7 32.7 0 0 0 3.316 8.432l-7.832 11.925a.84.84 0 0 0 .108 1.058l6.492 6.491a.83.83 0 0 0 1.022.108l12.277-7.443a32.5 32.5 0 0 0 7.762 3.245l2.857 13.76c.083.388.415.67.812.67h9.172a.83.83 0 0 0 .812-.636l3.387-13.83a32.3 32.3 0 0 0 7.973-3.35l12.1 7.937a.846.846 0 0 0 1.06-.108l6.455-6.491a.83.83 0 0 0 .142-1.023l-4.41-7.267-1.447.459a.54.54 0 0 1-.565-.213s-2.786-4.097-6.42-9.42c-4.348 8.508-13.214 14.324-23.426 14.324-14.51 0-26.283-11.772-26.283-26.283 0-10.673 6.383-19.84 15.523-23.954V-69.7a32.3 32.3 0 0 0-4.798 2.117c-.003-.002.003-.037 0-.037l-12.383-8.114c-.166-.108-.342-.126-.528-.108zm37.431-16.582-16.51 1.588v68.018l16.334-2.47v-29l21.979 32.175 17.216-5.468-22.508-30.94 22.684-29.175-17.569-4.022-21.802 29.176z","style":"fill:#333;stroke-width:.959011"})
42
+ ])
43
+ ]);
44
+ }
45
+ });
46
+
47
+ export default KdeConnect;
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ // @thesvg/vue - KDE Discover
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const KdeDiscover = vue_1.defineComponent({
10
+ name: 'KdeDiscover',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 48 48',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('defs', {}, [
19
+ vue_1.h('linearGradient', {"id":"a","y1":"543.8","y2":"513.8","x2":"0","gradientUnits":"userSpaceOnUse","gradientTransform":"matrix(1.125 0 0 1-51.07 0)"}, [
20
+ vue_1.h('stop', {"stop-color":"#197cf1"}),
21
+ vue_1.h('stop', {"offset":"1","stop-color":"#20bcfa"})
22
+ ]),
23
+ vue_1.h('linearGradient', {"xlink:href":"#a","id":"b","y1":"44","y2":"11","x2":"0","gradientUnits":"userSpaceOnUse"}),
24
+ vue_1.h('linearGradient', {"id":"c","y1":"10","y2":"14","x2":"0","gradientUnits":"userSpaceOnUse"}, [
25
+ vue_1.h('stop', {"stop-color":"#1d1e1e"}),
26
+ vue_1.h('stop', {"offset":"1","stop-color":"#44484c"})
27
+ ]),
28
+ vue_1.h('linearGradient', {"xlink:href":"#a","id":"d","y1":"14","y2":"10","gradientUnits":"userSpaceOnUse","x2":"0"}),
29
+ vue_1.h('linearGradient', {"xlink:href":"#a","id":"e","y1":"516.8","y2":"503.8","x2":"0","gradientUnits":"userSpaceOnUse"}),
30
+ vue_1.h('linearGradient', {"id":"f","y1":"18","y2":"15","x2":"0","gradientUnits":"userSpaceOnUse"}, [
31
+ vue_1.h('stop', {"stop-color":"#c6cdd1"}),
32
+ vue_1.h('stop', {"offset":"1","stop-color":"#e0e5e7"})
33
+ ]),
34
+ vue_1.h('linearGradient', {"xlink:href":"#f","id":"g","y1":"517.8","y2":"514.8","x2":"0","gradientUnits":"userSpaceOnUse"}),
35
+ vue_1.h('linearGradient', {"id":"h","y1":"19","y2":"3","x2":"0","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(0-2)"}, [
36
+ vue_1.h('stop', {"stop-color":"#7cbaf8"}),
37
+ vue_1.h('stop', {"offset":"1","stop-color":"#f4fcff"})
38
+ ]),
39
+ vue_1.h('linearGradient', {"id":"i","y1":"23","x1":"16","y2":"39","x2":"32","gradientUnits":"userSpaceOnUse"}, [
40
+ vue_1.h('stop', {"stop-color":"#292c2f"}),
41
+ vue_1.h('stop', {"offset":"1","stop-opacity":"0"})
42
+ ])
43
+ ]),
44
+ vue_1.h('g', {"transform":"translate(-384.57-499.8)"}, [
45
+ vue_1.h('path', {"fill":"url(#b)","fill-rule":"evenodd","d":"m9 11v2l1-1zm30 0l-1 1 1 1z","transform":"translate(384.57 499.8)"}),
46
+ vue_1.h('rect', {"width":"36","x":"390.57","y":"513.8","fill":"url(#a)","rx":"0","height":"30"}),
47
+ vue_1.h('path', {"opacity":".2","fill":"url(#i)","d":"m20.707 23.293l-1.414 1.414 8 8-.293.293 11 11h4v-6l-10-10-3.293 3.293zm-2.146 6.146l-2.121 2.121 5.5 5.5-1.354 1.354 5.586 5.586h6.951z","transform":"translate(384.57 499.8)"}),
48
+ vue_1.h('rect', {"width":"36","x":"390.57","y":"542.8","fill":"#1c5593","height":"1"}),
49
+ vue_1.h('path', {"fill-rule":"evenodd","fill":"url(#d)","d":"m10 10l-1 1 1 1-4 2h36l-4-2 1-1-1-1h-14z","transform":"translate(384.57 499.8)"}),
50
+ vue_1.h('path', {"fill-rule":"evenodd","d":"m10 10l-1 1 1 1-4 2h36l-4-2 1-1-1-1h-14z","opacity":".6","fill":"url(#c)","transform":"translate(384.57 499.8)"}),
51
+ vue_1.h('path', {"opacity":".2","d":"m10 10l-1 1h30l-1-1h-14z","transform":"translate(384.57 499.8)"}),
52
+ vue_1.h('path', {"fill":"url(#e)","d":"m400.57 516.8v-5c0-4.432 3.568-8 8-8 4.432 0 8 3.568 8 8v5h-1v-5c0-3.878-3.122-7-7-7-3.878 0-7 3.122-7 7v5z"}),
53
+ vue_1.h('path', {"fill":"url(#g)","d":"m401.07143 514.798a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1 -1.5 1.5 1.5 1.5 0 0 1 -1.5 -1.5 1.5 1.5 0 0 1 1.5 -1.5m0 1a.5 .5 0 0 0 -.5 .5 .5 .5 0 0 0 .5 .5 .5 .5 0 0 0 .5 -.5 .5 .5 0 0 0 -.5 -.5"}),
54
+ vue_1.h('path', {"fill":"url(#f)","d":"M31.5 15A1.5 1.5 0 0 0 30 16.5 1.5 1.5 0 0 0 31.5 18 1.5 1.5 0 0 0 33 16.5 1.5 1.5 0 0 0 31.5 15M31.5 16A.5 .5 0 0 1 32 16.5 .5 .5 0 0 1 31.5 17 .5 .5 0 0 1 31 16.5 .5 .5 0 0 1 31.5 16","transform":"translate(384.57 499.8)"}),
55
+ vue_1.h('path', {"fill":"url(#h)","d":"m7 3c-.554 0-1 .446-1 1 0 .554.446 1 1 1 .554 0 1-.446 1-1 0-.554-.446-1-1-1m7 0l-2 2 3 3-3 3 2 2 5-5zm-9.5 6c-.831 0-1.5.669-1.5 1.5 0 .831.669 1.5 1.5 1.5.831 0 1.5-.669 1.5-1.5 0-.831-.669-1.5-1.5-1.5m4.5 6c-1.108 0-2 .892-2 2 0 1.108.892 2 2 2 1.108 0 2-.892 2-2 0-1.108-.892-2-2-2","transform":"translate(397.57 519.8)"})
56
+ ])
57
+ ]);
58
+ }
59
+ });
60
+
61
+ exports.default = KdeDiscover;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - KDE Discover
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const KdeDiscover: DefineComponent<SVGAttributes>;
7
+ export default KdeDiscover;
@@ -0,0 +1,58 @@
1
+ // @thesvg/vue - KDE Discover
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const KdeDiscover = defineComponent({
7
+ name: 'KdeDiscover',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 48 48',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('defs', {}, [
16
+ h('linearGradient', {"id":"a","y1":"543.8","y2":"513.8","x2":"0","gradientUnits":"userSpaceOnUse","gradientTransform":"matrix(1.125 0 0 1-51.07 0)"}, [
17
+ h('stop', {"stop-color":"#197cf1"}),
18
+ h('stop', {"offset":"1","stop-color":"#20bcfa"})
19
+ ]),
20
+ h('linearGradient', {"xlink:href":"#a","id":"b","y1":"44","y2":"11","x2":"0","gradientUnits":"userSpaceOnUse"}),
21
+ h('linearGradient', {"id":"c","y1":"10","y2":"14","x2":"0","gradientUnits":"userSpaceOnUse"}, [
22
+ h('stop', {"stop-color":"#1d1e1e"}),
23
+ h('stop', {"offset":"1","stop-color":"#44484c"})
24
+ ]),
25
+ h('linearGradient', {"xlink:href":"#a","id":"d","y1":"14","y2":"10","gradientUnits":"userSpaceOnUse","x2":"0"}),
26
+ h('linearGradient', {"xlink:href":"#a","id":"e","y1":"516.8","y2":"503.8","x2":"0","gradientUnits":"userSpaceOnUse"}),
27
+ h('linearGradient', {"id":"f","y1":"18","y2":"15","x2":"0","gradientUnits":"userSpaceOnUse"}, [
28
+ h('stop', {"stop-color":"#c6cdd1"}),
29
+ h('stop', {"offset":"1","stop-color":"#e0e5e7"})
30
+ ]),
31
+ h('linearGradient', {"xlink:href":"#f","id":"g","y1":"517.8","y2":"514.8","x2":"0","gradientUnits":"userSpaceOnUse"}),
32
+ h('linearGradient', {"id":"h","y1":"19","y2":"3","x2":"0","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(0-2)"}, [
33
+ h('stop', {"stop-color":"#7cbaf8"}),
34
+ h('stop', {"offset":"1","stop-color":"#f4fcff"})
35
+ ]),
36
+ h('linearGradient', {"id":"i","y1":"23","x1":"16","y2":"39","x2":"32","gradientUnits":"userSpaceOnUse"}, [
37
+ h('stop', {"stop-color":"#292c2f"}),
38
+ h('stop', {"offset":"1","stop-opacity":"0"})
39
+ ])
40
+ ]),
41
+ h('g', {"transform":"translate(-384.57-499.8)"}, [
42
+ h('path', {"fill":"url(#b)","fill-rule":"evenodd","d":"m9 11v2l1-1zm30 0l-1 1 1 1z","transform":"translate(384.57 499.8)"}),
43
+ h('rect', {"width":"36","x":"390.57","y":"513.8","fill":"url(#a)","rx":"0","height":"30"}),
44
+ h('path', {"opacity":".2","fill":"url(#i)","d":"m20.707 23.293l-1.414 1.414 8 8-.293.293 11 11h4v-6l-10-10-3.293 3.293zm-2.146 6.146l-2.121 2.121 5.5 5.5-1.354 1.354 5.586 5.586h6.951z","transform":"translate(384.57 499.8)"}),
45
+ h('rect', {"width":"36","x":"390.57","y":"542.8","fill":"#1c5593","height":"1"}),
46
+ h('path', {"fill-rule":"evenodd","fill":"url(#d)","d":"m10 10l-1 1 1 1-4 2h36l-4-2 1-1-1-1h-14z","transform":"translate(384.57 499.8)"}),
47
+ h('path', {"fill-rule":"evenodd","d":"m10 10l-1 1 1 1-4 2h36l-4-2 1-1-1-1h-14z","opacity":".6","fill":"url(#c)","transform":"translate(384.57 499.8)"}),
48
+ h('path', {"opacity":".2","d":"m10 10l-1 1h30l-1-1h-14z","transform":"translate(384.57 499.8)"}),
49
+ h('path', {"fill":"url(#e)","d":"m400.57 516.8v-5c0-4.432 3.568-8 8-8 4.432 0 8 3.568 8 8v5h-1v-5c0-3.878-3.122-7-7-7-3.878 0-7 3.122-7 7v5z"}),
50
+ h('path', {"fill":"url(#g)","d":"m401.07143 514.798a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1 -1.5 1.5 1.5 1.5 0 0 1 -1.5 -1.5 1.5 1.5 0 0 1 1.5 -1.5m0 1a.5 .5 0 0 0 -.5 .5 .5 .5 0 0 0 .5 .5 .5 .5 0 0 0 .5 -.5 .5 .5 0 0 0 -.5 -.5"}),
51
+ h('path', {"fill":"url(#f)","d":"M31.5 15A1.5 1.5 0 0 0 30 16.5 1.5 1.5 0 0 0 31.5 18 1.5 1.5 0 0 0 33 16.5 1.5 1.5 0 0 0 31.5 15M31.5 16A.5 .5 0 0 1 32 16.5 .5 .5 0 0 1 31.5 17 .5 .5 0 0 1 31 16.5 .5 .5 0 0 1 31.5 16","transform":"translate(384.57 499.8)"}),
52
+ h('path', {"fill":"url(#h)","d":"m7 3c-.554 0-1 .446-1 1 0 .554.446 1 1 1 .554 0 1-.446 1-1 0-.554-.446-1-1-1m7 0l-2 2 3 3-3 3 2 2 5-5zm-9.5 6c-.831 0-1.5.669-1.5 1.5 0 .831.669 1.5 1.5 1.5.831 0 1.5-.669 1.5-1.5 0-.831-.669-1.5-1.5-1.5m4.5 6c-1.108 0-2 .892-2 2 0 1.108.892 2 2 2 1.108 0 2-.892 2-2 0-1.108-.892-2-2-2","transform":"translate(397.57 519.8)"})
53
+ ])
54
+ ]);
55
+ }
56
+ });
57
+
58
+ export default KdeDiscover;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // @thesvg/vue - KFC (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 KfcLegacy = vue_1.defineComponent({
10
+ name: 'KfcLegacy',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 24 24',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('title', {}),
19
+ vue_1.h('path', {"d":"M21.893 8.23c-4.187.001-5.249 2.365-5.42 3.97-.194 1.802 1.053 3.57 4.127 3.57 1.294 0 2.14-.225 2.44-.32a.215.215 0 00.147-.166l.173-.91a.184.184 0 00-.236-.21c-.336.106-.93.252-1.685.252-1.469 0-2.53-.882-2.395-2.4.13-1.47 1.121-2.59 2.485-2.59.82 0 1.183.43 1.156 1.003v.033a.184.184 0 00.182.193h.557c.086 0 .16-.06.18-.143l.39-1.76a.215.215 0 00-.15-.255 7.21 7.21 0 00-1.95-.266zm-20.157.116a.2.2 0 00-.195.156l-.108.484a.198.198 0 00.13.23l.033.01c.208.082.45.266.348.748l-.792 3.62c-.207.987-.542 1.19-.86 1.226h-.01a.2.2 0 00-.176.157l-.102.464a.192.192 0 00.187.233h3.487c.085 0 .159-.06.177-.142l.12-.543a.184.184 0 00-.112-.21l-.022-.01c-.177-.07-.418-.224-.356-.51l.405-1.85c1.389 2.535 1.848 3.266 3.514 3.265H8.91a.181.181 0 00.177-.142l.105-.47a.195.195 0 00-.186-.238c-.376-.006-.56-.093-.935-.575l-1.932-2.614 2.51-2.088c.337-.264.748-.338.976-.368l.022-.002a.185.185 0 00.163-.144l.103-.464a.184.184 0 00-.18-.223h-3.02a.199.199 0 00-.193.155l-.102.46a.2.2 0 00.138.235c.178.069.217.24.063.366L4.046 11.7l.44-2.014a.683.683 0 01.477-.487l.025-.008a.199.199 0 00.135-.147l.106-.477a.181.181 0 00-.177-.22zm8.88 0a.2.2 0 00-.194.156l-.107.483a.19.19 0 00.122.221l.02.008c.204.077.487.274.364.758l-1.21 5.48a.182.182 0 00.178.222h2.777c.086 0 .16-.06.179-.143l.12-.547a.174.174 0 00-.098-.196 1.558 1.558 0 01-.027-.013c-.176-.086-.438-.285-.35-.67.009-.05.27-1.24.27-1.24h2.362c.086 0 .16-.06.18-.143l.221-1a.183.183 0 00-.18-.224h-2.28l.427-1.94 1.592-.003c.515 0 .672.27.642.728l-.002.024a.184.184 0 00.183.205h.587c.086 0 .16-.06.178-.144l.4-1.8a.184.184 0 00-.18-.222z"})
20
+ ]);
21
+ }
22
+ });
23
+
24
+ exports.default = KfcLegacy;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - KFC (legacy)
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const KfcLegacy: DefineComponent<SVGAttributes>;
7
+ export default KfcLegacy;
@@ -0,0 +1,21 @@
1
+ // @thesvg/vue - KFC (legacy)
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const KfcLegacy = defineComponent({
7
+ name: 'KfcLegacy',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 24 24',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}),
16
+ h('path', {"d":"M21.893 8.23c-4.187.001-5.249 2.365-5.42 3.97-.194 1.802 1.053 3.57 4.127 3.57 1.294 0 2.14-.225 2.44-.32a.215.215 0 00.147-.166l.173-.91a.184.184 0 00-.236-.21c-.336.106-.93.252-1.685.252-1.469 0-2.53-.882-2.395-2.4.13-1.47 1.121-2.59 2.485-2.59.82 0 1.183.43 1.156 1.003v.033a.184.184 0 00.182.193h.557c.086 0 .16-.06.18-.143l.39-1.76a.215.215 0 00-.15-.255 7.21 7.21 0 00-1.95-.266zm-20.157.116a.2.2 0 00-.195.156l-.108.484a.198.198 0 00.13.23l.033.01c.208.082.45.266.348.748l-.792 3.62c-.207.987-.542 1.19-.86 1.226h-.01a.2.2 0 00-.176.157l-.102.464a.192.192 0 00.187.233h3.487c.085 0 .159-.06.177-.142l.12-.543a.184.184 0 00-.112-.21l-.022-.01c-.177-.07-.418-.224-.356-.51l.405-1.85c1.389 2.535 1.848 3.266 3.514 3.265H8.91a.181.181 0 00.177-.142l.105-.47a.195.195 0 00-.186-.238c-.376-.006-.56-.093-.935-.575l-1.932-2.614 2.51-2.088c.337-.264.748-.338.976-.368l.022-.002a.185.185 0 00.163-.144l.103-.464a.184.184 0 00-.18-.223h-3.02a.199.199 0 00-.193.155l-.102.46a.2.2 0 00.138.235c.178.069.217.24.063.366L4.046 11.7l.44-2.014a.683.683 0 01.477-.487l.025-.008a.199.199 0 00.135-.147l.106-.477a.181.181 0 00-.177-.22zm8.88 0a.2.2 0 00-.194.156l-.107.483a.19.19 0 00.122.221l.02.008c.204.077.487.274.364.758l-1.21 5.48a.182.182 0 00.178.222h2.777c.086 0 .16-.06.179-.143l.12-.547a.174.174 0 00-.098-.196 1.558 1.558 0 01-.027-.013c-.176-.086-.438-.285-.35-.67.009-.05.27-1.24.27-1.24h2.362c.086 0 .16-.06.18-.143l.221-1a.183.183 0 00-.18-.224h-2.28l.427-1.94 1.592-.003c.515 0 .672.27.642.728l-.002.024a.184.184 0 00.183.205h.587c.086 0 .16-.06.178-.144l.4-1.8a.184.184 0 00-.18-.222z"})
17
+ ]);
18
+ }
19
+ });
20
+
21
+ export default KfcLegacy;
package/dist/kfc.cjs CHANGED
@@ -10,14 +10,11 @@ const Kfc = vue_1.defineComponent({
10
10
  name: 'Kfc',
11
11
  setup(_, { attrs }) {
12
12
  return () => vue_1.h('svg', {
13
- viewBox: '0 0 24 24',
13
+ viewBox: '0 0 1683.7795276 1289.7637795',
14
14
  fill: 'none',
15
15
  xmlns: 'http://www.w3.org/2000/svg',
16
16
  ...attrs
17
- }, [
18
- vue_1.h('title', {}),
19
- vue_1.h('path', {"d":"M21.893 8.23c-4.187.001-5.249 2.365-5.42 3.97-.194 1.802 1.053 3.57 4.127 3.57 1.294 0 2.14-.225 2.44-.32a.215.215 0 00.147-.166l.173-.91a.184.184 0 00-.236-.21c-.336.106-.93.252-1.685.252-1.469 0-2.53-.882-2.395-2.4.13-1.47 1.121-2.59 2.485-2.59.82 0 1.183.43 1.156 1.003v.033a.184.184 0 00.182.193h.557c.086 0 .16-.06.18-.143l.39-1.76a.215.215 0 00-.15-.255 7.21 7.21 0 00-1.95-.266zm-20.157.116a.2.2 0 00-.195.156l-.108.484a.198.198 0 00.13.23l.033.01c.208.082.45.266.348.748l-.792 3.62c-.207.987-.542 1.19-.86 1.226h-.01a.2.2 0 00-.176.157l-.102.464a.192.192 0 00.187.233h3.487c.085 0 .159-.06.177-.142l.12-.543a.184.184 0 00-.112-.21l-.022-.01c-.177-.07-.418-.224-.356-.51l.405-1.85c1.389 2.535 1.848 3.266 3.514 3.265H8.91a.181.181 0 00.177-.142l.105-.47a.195.195 0 00-.186-.238c-.376-.006-.56-.093-.935-.575l-1.932-2.614 2.51-2.088c.337-.264.748-.338.976-.368l.022-.002a.185.185 0 00.163-.144l.103-.464a.184.184 0 00-.18-.223h-3.02a.199.199 0 00-.193.155l-.102.46a.2.2 0 00.138.235c.178.069.217.24.063.366L4.046 11.7l.44-2.014a.683.683 0 01.477-.487l.025-.008a.199.199 0 00.135-.147l.106-.477a.181.181 0 00-.177-.22zm8.88 0a.2.2 0 00-.194.156l-.107.483a.19.19 0 00.122.221l.02.008c.204.077.487.274.364.758l-1.21 5.48a.182.182 0 00.178.222h2.777c.086 0 .16-.06.179-.143l.12-.547a.174.174 0 00-.098-.196 1.558 1.558 0 01-.027-.013c-.176-.086-.438-.285-.35-.67.009-.05.27-1.24.27-1.24h2.362c.086 0 .16-.06.18-.143l.221-1a.183.183 0 00-.18-.224h-2.28l.427-1.94 1.592-.003c.515 0 .672.27.642.728l-.002.024a.184.184 0 00.183.205h.587c.086 0 .16-.06.178-.144l.4-1.8a.184.184 0 00-.18-.222z"})
20
- ]);
17
+ });
21
18
  }
22
19
  });
23
20
 
package/dist/kfc.js CHANGED
@@ -7,14 +7,11 @@ const Kfc = defineComponent({
7
7
  name: 'Kfc',
8
8
  setup(_, { attrs }) {
9
9
  return () => h('svg', {
10
- viewBox: '0 0 24 24',
10
+ viewBox: '0 0 1683.7795276 1289.7637795',
11
11
  fill: 'none',
12
12
  xmlns: 'http://www.w3.org/2000/svg',
13
13
  ...attrs
14
- }, [
15
- h('title', {}),
16
- h('path', {"d":"M21.893 8.23c-4.187.001-5.249 2.365-5.42 3.97-.194 1.802 1.053 3.57 4.127 3.57 1.294 0 2.14-.225 2.44-.32a.215.215 0 00.147-.166l.173-.91a.184.184 0 00-.236-.21c-.336.106-.93.252-1.685.252-1.469 0-2.53-.882-2.395-2.4.13-1.47 1.121-2.59 2.485-2.59.82 0 1.183.43 1.156 1.003v.033a.184.184 0 00.182.193h.557c.086 0 .16-.06.18-.143l.39-1.76a.215.215 0 00-.15-.255 7.21 7.21 0 00-1.95-.266zm-20.157.116a.2.2 0 00-.195.156l-.108.484a.198.198 0 00.13.23l.033.01c.208.082.45.266.348.748l-.792 3.62c-.207.987-.542 1.19-.86 1.226h-.01a.2.2 0 00-.176.157l-.102.464a.192.192 0 00.187.233h3.487c.085 0 .159-.06.177-.142l.12-.543a.184.184 0 00-.112-.21l-.022-.01c-.177-.07-.418-.224-.356-.51l.405-1.85c1.389 2.535 1.848 3.266 3.514 3.265H8.91a.181.181 0 00.177-.142l.105-.47a.195.195 0 00-.186-.238c-.376-.006-.56-.093-.935-.575l-1.932-2.614 2.51-2.088c.337-.264.748-.338.976-.368l.022-.002a.185.185 0 00.163-.144l.103-.464a.184.184 0 00-.18-.223h-3.02a.199.199 0 00-.193.155l-.102.46a.2.2 0 00.138.235c.178.069.217.24.063.366L4.046 11.7l.44-2.014a.683.683 0 01.477-.487l.025-.008a.199.199 0 00.135-.147l.106-.477a.181.181 0 00-.177-.22zm8.88 0a.2.2 0 00-.194.156l-.107.483a.19.19 0 00.122.221l.02.008c.204.077.487.274.364.758l-1.21 5.48a.182.182 0 00.178.222h2.777c.086 0 .16-.06.179-.143l.12-.547a.174.174 0 00-.098-.196 1.558 1.558 0 01-.027-.013c-.176-.086-.438-.285-.35-.67.009-.05.27-1.24.27-1.24h2.362c.086 0 .16-.06.18-.143l.221-1a.183.183 0 00-.18-.224h-2.28l.427-1.94 1.592-.003c.515 0 .672.27.642.728l-.002.024a.184.184 0 00.183.205h.587c.086 0 .16-.06.178-.144l.4-1.8a.184.184 0 00-.18-.222z"})
17
- ]);
14
+ });
18
15
  }
19
16
  });
20
17