@thesvg/vue 3.2.17 → 3.2.19

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.
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ // @thesvg/vue - Armonika
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Armonika = vue_1.defineComponent({
10
+ name: 'Armonika',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 150 150',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('rect', {"width":"150","height":"150","rx":"17","fill":"url(#paint0_linear_3057_9132)"}),
19
+ vue_1.h('rect', {"x":"0.5","y":"0.5","width":"149","height":"149","rx":"16.5","stroke":"black","stroke-opacity":"0.06"}),
20
+ vue_1.h('path', {"d":"M87.1822 23.9157C86.7777 22.8537 85.5815 21.989 84.523 21.989H73.6196C72.5697 21.989 71.3649 22.8537 70.9432 23.9157L30.9954 125.317C30.5823 126.379 31.0986 127.244 32.1571 127.244H48.6973C49.7472 127.244 50.9521 126.379 51.3565 125.317L58.396 107.084C58.8091 106.022 59.4545 104.274 59.8332 103.202L64.377 90.3824C64.7556 89.311 65.3839 87.5535 65.7711 86.482L66.1498 85.4388C66.537 84.3673 66.8555 83.4933 66.8555 83.4933C66.8555 83.4933 67.1739 82.6192 67.5611 81.5478L78.0859 52.5156C78.4732 51.4441 79.11 51.4441 79.4887 52.5156L91.683 86.4914C92.0703 87.5629 92.6813 89.3204 93.0427 90.4012L97.3456 103.193C97.707 104.274 98.3438 106.022 98.7483 107.084L105.788 125.317C106.201 126.379 107.397 127.244 108.447 127.244H124.497C125.572 127.244 126.295 126.05 125.882 124.969L87.1822 23.9157Z","fill":"#0A0C11"}),
21
+ vue_1.h('path', {"d":"M82.826 96.6373C82.826 97.9392 81.8552 98.9946 80.6576 98.9946L27.1685 98.9946C25.9709 98.9946 25 97.9392 25 96.6373L25 81.7077C25 80.4058 25.9709 79.3504 27.1685 79.3504L80.6576 79.3504C81.8552 79.3504 82.8261 80.4058 82.8261 81.7077L82.826 96.6373Z","fill":"#0055FF"}),
22
+ vue_1.h('defs', {}, [
23
+ vue_1.h('linearGradient', {"id":"paint0_linear_3057_9132","x1":"75","y1":"-1.3411e-07","x2":"75","y2":"247","gradientUnits":"userSpaceOnUse"}, [
24
+ vue_1.h('stop', {"stop-color":"white"}),
25
+ vue_1.h('stop', {"offset":"1","stop-color":"#EBEBEB"})
26
+ ])
27
+ ])
28
+ ]);
29
+ }
30
+ });
31
+
32
+ exports.default = Armonika;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Armonika
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Armonika: DefineComponent<SVGAttributes>;
7
+ export default Armonika;
@@ -0,0 +1,29 @@
1
+ // @thesvg/vue - Armonika
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Armonika = defineComponent({
7
+ name: 'Armonika',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 150 150',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('rect', {"width":"150","height":"150","rx":"17","fill":"url(#paint0_linear_3057_9132)"}),
16
+ h('rect', {"x":"0.5","y":"0.5","width":"149","height":"149","rx":"16.5","stroke":"black","stroke-opacity":"0.06"}),
17
+ h('path', {"d":"M87.1822 23.9157C86.7777 22.8537 85.5815 21.989 84.523 21.989H73.6196C72.5697 21.989 71.3649 22.8537 70.9432 23.9157L30.9954 125.317C30.5823 126.379 31.0986 127.244 32.1571 127.244H48.6973C49.7472 127.244 50.9521 126.379 51.3565 125.317L58.396 107.084C58.8091 106.022 59.4545 104.274 59.8332 103.202L64.377 90.3824C64.7556 89.311 65.3839 87.5535 65.7711 86.482L66.1498 85.4388C66.537 84.3673 66.8555 83.4933 66.8555 83.4933C66.8555 83.4933 67.1739 82.6192 67.5611 81.5478L78.0859 52.5156C78.4732 51.4441 79.11 51.4441 79.4887 52.5156L91.683 86.4914C92.0703 87.5629 92.6813 89.3204 93.0427 90.4012L97.3456 103.193C97.707 104.274 98.3438 106.022 98.7483 107.084L105.788 125.317C106.201 126.379 107.397 127.244 108.447 127.244H124.497C125.572 127.244 126.295 126.05 125.882 124.969L87.1822 23.9157Z","fill":"#0A0C11"}),
18
+ h('path', {"d":"M82.826 96.6373C82.826 97.9392 81.8552 98.9946 80.6576 98.9946L27.1685 98.9946C25.9709 98.9946 25 97.9392 25 96.6373L25 81.7077C25 80.4058 25.9709 79.3504 27.1685 79.3504L80.6576 79.3504C81.8552 79.3504 82.8261 80.4058 82.8261 81.7077L82.826 96.6373Z","fill":"#0055FF"}),
19
+ h('defs', {}, [
20
+ h('linearGradient', {"id":"paint0_linear_3057_9132","x1":"75","y1":"-1.3411e-07","x2":"75","y2":"247","gradientUnits":"userSpaceOnUse"}, [
21
+ h('stop', {"stop-color":"white"}),
22
+ h('stop', {"offset":"1","stop-color":"#EBEBEB"})
23
+ ])
24
+ ])
25
+ ]);
26
+ }
27
+ });
28
+
29
+ export default Armonika;
package/dist/index.cjs CHANGED
@@ -618,6 +618,8 @@ const _arm = require('./arm.cjs');
618
618
  exports.Arm = _arm.default;
619
619
  const _arm_keil = require('./arm-keil.cjs');
620
620
  exports.ArmKeil = _arm_keil.default;
621
+ const _armonika = require('./armonika.cjs');
622
+ exports.Armonika = _armonika.default;
621
623
  const _armory = require('./armory.cjs');
622
624
  exports.Armory = _armory.default;
623
625
  const _ars_technica = require('./ars-technica.cjs');
@@ -4882,8 +4884,6 @@ const _devbox = require('./devbox.cjs');
4882
4884
  exports.Devbox = _devbox.default;
4883
4885
  const _devdotto = require('./devdotto.cjs');
4884
4886
  exports.Devdotto = _devdotto.default;
4885
- const _developer_student_club = require('./developer-student-club.cjs');
4886
- exports.DeveloperStudentClub = _developer_student_club.default;
4887
4887
  const _development_containers = require('./development-containers.cjs');
4888
4888
  exports.DevelopmentContainers = _development_containers.default;
4889
4889
  const _devexpress = require('./devexpress.cjs');
package/dist/index.d.ts CHANGED
@@ -308,6 +308,7 @@ export { default as ArkUi } from './ark-ui.js';
308
308
  export { default as Arlo } from './arlo.js';
309
309
  export { default as Arm } from './arm.js';
310
310
  export { default as ArmKeil } from './arm-keil.js';
311
+ export { default as Armonika } from './armonika.js';
311
312
  export { default as Armory } from './armory.js';
312
313
  export { default as ArsTechnica } from './ars-technica.js';
313
314
  export { default as ArtifactHub } from './artifact-hub.js';
@@ -2440,7 +2441,6 @@ export { default as DeutscheTelekom } from './deutsche-telekom.js';
2440
2441
  export { default as DeutscheWelle } from './deutsche-welle.js';
2441
2442
  export { default as Devbox } from './devbox.js';
2442
2443
  export { default as Devdotto } from './devdotto.js';
2443
- export { default as DeveloperStudentClub } from './developer-student-club.js';
2444
2444
  export { default as DevelopmentContainers } from './development-containers.js';
2445
2445
  export { default as Devexpress } from './devexpress.js';
2446
2446
  export { default as Deviantart } from './deviantart.js';
package/dist/index.js CHANGED
@@ -308,6 +308,7 @@ export { default as ArkUi } from './ark-ui.js';
308
308
  export { default as Arlo } from './arlo.js';
309
309
  export { default as Arm } from './arm.js';
310
310
  export { default as ArmKeil } from './arm-keil.js';
311
+ export { default as Armonika } from './armonika.js';
311
312
  export { default as Armory } from './armory.js';
312
313
  export { default as ArsTechnica } from './ars-technica.js';
313
314
  export { default as ArtifactHub } from './artifact-hub.js';
@@ -2440,7 +2441,6 @@ export { default as DeutscheTelekom } from './deutsche-telekom.js';
2440
2441
  export { default as DeutscheWelle } from './deutsche-welle.js';
2441
2442
  export { default as Devbox } from './devbox.js';
2442
2443
  export { default as Devdotto } from './devdotto.js';
2443
- export { default as DeveloperStudentClub } from './developer-student-club.js';
2444
2444
  export { default as DevelopmentContainers } from './development-containers.js';
2445
2445
  export { default as Devexpress } from './devexpress.js';
2446
2446
  export { default as Deviantart } from './deviantart.js';
package/dist/kit-kat.cjs CHANGED
@@ -51,8 +51,7 @@ const KitKat = vue_1.defineComponent({
51
51
  ])
52
52
  ])
53
53
  ]),
54
- vue_1.h('circle', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"none","stroke":"#000000","stroke-width":"0.3","cx":"218.768","cy":"38.273","r":"1.75"}),
55
- vue_1.h('text', {"transform":"matrix(1 0 0 1 217.8301 39.1738)","font-family":"","font-size":"2.9178"}, "R")
54
+ vue_1.h('circle', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"none","stroke":"#000000","stroke-width":"0.3","cx":"218.768","cy":"38.273","r":"1.75"})
56
55
  ]);
57
56
  }
58
57
  });
package/dist/kit-kat.js CHANGED
@@ -48,8 +48,7 @@ const KitKat = defineComponent({
48
48
  ])
49
49
  ])
50
50
  ]),
51
- h('circle', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"none","stroke":"#000000","stroke-width":"0.3","cx":"218.768","cy":"38.273","r":"1.75"}),
52
- h('text', {"transform":"matrix(1 0 0 1 217.8301 39.1738)","font-family":"","font-size":"2.9178"}, "R")
51
+ h('circle', {"fill-rule":"evenodd","clip-rule":"evenodd","fill":"none","stroke":"#000000","stroke-width":"0.3","cx":"218.768","cy":"38.273","r":"1.75"})
53
52
  ]);
54
53
  }
55
54
  });
package/dist/metlife.cjs CHANGED
@@ -17,9 +17,6 @@ const Metlife = vue_1.defineComponent({
17
17
  }, [
18
18
  vue_1.h('defs', {"id":"defs3011"}),
19
19
  vue_1.h('g', {"id":"layer1","transform":"translate(-162.48575,-437.9196)"}, [
20
- vue_1.h('text', {"style":"font-size:15px","y":"445.43842","x":"247.39554","id":"text62"}, [
21
- vue_1.h('tspan', {"style":"font-size:3.68162513px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#2d7bc8;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Futura;-inkscape-font-specification:Futura","x":"247.39554","y":"445.43842","id":"tspan64"}, "®")
22
- ]),
23
20
  vue_1.h('g', {"id":"g66","transform":"matrix(1.25,0,0,-1.25,193.83667,450.27218)"}, [
24
21
  vue_1.h('path', {"d":"M 0,0 C -0.162,0.882 -0.972,1.459 -1.855,1.459 -2.808,1.459 -3.602,0.955 -3.8,0 L 0,0 z m 3.043,-1.891 -6.896,0 c 0,-1.332 0.702,-2.053 2.053,-2.053 0.702,0 1.205,0.235 1.567,0.847 l 3.15,0 c -0.521,-2.178 -2.593,-3.169 -4.7,-3.169 -3.06,0 -5.348,1.729 -5.348,4.915 0,3.08 2.108,4.935 5.114,4.935 3.206,0 5.06,-1.981 5.06,-5.133","style":"fill:#2d7bc8;fill-opacity:1;fill-rule:nonzero;stroke:none","id":"path68"})
25
22
  ]),
package/dist/metlife.js CHANGED
@@ -14,9 +14,6 @@ const Metlife = defineComponent({
14
14
  }, [
15
15
  h('defs', {"id":"defs3011"}),
16
16
  h('g', {"id":"layer1","transform":"translate(-162.48575,-437.9196)"}, [
17
- h('text', {"style":"font-size:15px","y":"445.43842","x":"247.39554","id":"text62"}, [
18
- h('tspan', {"style":"font-size:3.68162513px;font-variant:normal;font-weight:normal;writing-mode:lr-tb;fill:#2d7bc8;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Futura;-inkscape-font-specification:Futura","x":"247.39554","y":"445.43842","id":"tspan64"}, "®")
19
- ]),
20
17
  h('g', {"id":"g66","transform":"matrix(1.25,0,0,-1.25,193.83667,450.27218)"}, [
21
18
  h('path', {"d":"M 0,0 C -0.162,0.882 -0.972,1.459 -1.855,1.459 -2.808,1.459 -3.602,0.955 -3.8,0 L 0,0 z m 3.043,-1.891 -6.896,0 c 0,-1.332 0.702,-2.053 2.053,-2.053 0.702,0 1.205,0.235 1.567,0.847 l 3.15,0 c -0.521,-2.178 -2.593,-3.169 -4.7,-3.169 -3.06,0 -5.348,1.729 -5.348,4.915 0,3.08 2.108,4.935 5.114,4.935 3.206,0 5.06,-1.981 5.06,-5.133","style":"fill:#2d7bc8;fill-opacity:1;fill-rule:nonzero;stroke:none","id":"path68"})
22
19
  ]),
@@ -14,7 +14,30 @@ const MicrosoftFabricIq = vue_1.defineComponent({
14
14
  fill: 'currentColor',
15
15
  xmlns: 'http://www.w3.org/2000/svg',
16
16
  ...attrs
17
- });
17
+ }, [
18
+ vue_1.h('defs', {}, [
19
+ vue_1.h('style', {}, ".st0 {\n fill: url(#radial-gradient);\n }\n\n .st1 {\n fill: url(#linear-gradient);\n }\n\n .st2 {\n fill: url(#radial-gradient1);\n }"),
20
+ vue_1.h('radialGradient', {"id":"radial-gradient","cx":"-717.9","cy":"537.3","fx":"-717.9","fy":"537.3","r":"16.4","gradientTransform":"translate(-13124.9 13698.3) rotate(88.8) scale(18.1 -25.3) skewX(-1.2)","gradientUnits":"userSpaceOnUse"}, [
21
+ vue_1.h('stop', {"offset":"0","stop-color":"#1c154f"}),
22
+ vue_1.h('stop', {"offset":".5","stop-color":"#02573a"}),
23
+ vue_1.h('stop', {"offset":"1","stop-color":"#5dbf87"})
24
+ ]),
25
+ vue_1.h('radialGradient', {"id":"radial-gradient1","cx":"-714.2","cy":"544","fx":"-714.2","fy":"544","r":"16.4","gradientTransform":"translate(-6843.4 15947.5) rotate(75.7) scale(18.3 -19.7) skewX(-3.3)","gradientUnits":"userSpaceOnUse"}, [
26
+ vue_1.h('stop', {"offset":"0","stop-color":"#092231"}),
27
+ vue_1.h('stop', {"offset":".3","stop-color":"#084348"}),
28
+ vue_1.h('stop', {"offset":".7","stop-color":"#17844a"}),
29
+ vue_1.h('stop', {"offset":".9","stop-color":"#5bbe81"})
30
+ ]),
31
+ vue_1.h('linearGradient', {"id":"linear-gradient","x1":"147.6","y1":"255.5","x2":"268.9","y2":"444","gradientTransform":"translate(0 502) scale(1 -1)","gradientUnits":"userSpaceOnUse"}, [
32
+ vue_1.h('stop', {"offset":"0","stop-color":"#5cc098"}),
33
+ vue_1.h('stop', {"offset":".6","stop-color":"#82ca9c"}),
34
+ vue_1.h('stop', {"offset":"1","stop-color":"#b6dba8"})
35
+ ])
36
+ ]),
37
+ vue_1.h('path', {"class":"st0","d":"M199.5,228.2c10.2-6.4,22.9-6.4,33.1,0l185.7,115.8c11,6.8,11,23.9,0,30.7l-185.7,115.8c-10.2,6.4-22.9,6.4-33.1,0L13.8,374.7c-11-6.8-11-23.9,0-30.7l185.7-115.8Z"}),
38
+ vue_1.h('path', {"class":"st2","d":"M199.5,118.6c10.2-6.4,22.9-6.4,33.1,0l185.7,115.8c11,6.8,11,23.9,0,30.7l-185.7,115.8c-10.2,6.4-22.9,6.4-33.1,0L13.8,265c-11-6.8-11-23.9,0-30.7l185.7-115.8Z"}),
39
+ vue_1.h('path', {"class":"st1","d":"M199.5,8.9c10.2-6.4,22.9-6.4,33.1,0l185.7,115.8c11,6.8,11,23.9,0,30.7l-185.7,115.8c-10.2,6.4-22.9,6.4-33.1,0L13.8,155.4c-11-6.8-11-23.9,0-30.7L199.5,8.9Z"})
40
+ ]);
18
41
  }
19
42
  });
20
43
 
@@ -11,7 +11,30 @@ const MicrosoftFabricIq = defineComponent({
11
11
  fill: 'currentColor',
12
12
  xmlns: 'http://www.w3.org/2000/svg',
13
13
  ...attrs
14
- });
14
+ }, [
15
+ h('defs', {}, [
16
+ h('style', {}, ".st0 {\n fill: url(#radial-gradient);\n }\n\n .st1 {\n fill: url(#linear-gradient);\n }\n\n .st2 {\n fill: url(#radial-gradient1);\n }"),
17
+ h('radialGradient', {"id":"radial-gradient","cx":"-717.9","cy":"537.3","fx":"-717.9","fy":"537.3","r":"16.4","gradientTransform":"translate(-13124.9 13698.3) rotate(88.8) scale(18.1 -25.3) skewX(-1.2)","gradientUnits":"userSpaceOnUse"}, [
18
+ h('stop', {"offset":"0","stop-color":"#1c154f"}),
19
+ h('stop', {"offset":".5","stop-color":"#02573a"}),
20
+ h('stop', {"offset":"1","stop-color":"#5dbf87"})
21
+ ]),
22
+ h('radialGradient', {"id":"radial-gradient1","cx":"-714.2","cy":"544","fx":"-714.2","fy":"544","r":"16.4","gradientTransform":"translate(-6843.4 15947.5) rotate(75.7) scale(18.3 -19.7) skewX(-3.3)","gradientUnits":"userSpaceOnUse"}, [
23
+ h('stop', {"offset":"0","stop-color":"#092231"}),
24
+ h('stop', {"offset":".3","stop-color":"#084348"}),
25
+ h('stop', {"offset":".7","stop-color":"#17844a"}),
26
+ h('stop', {"offset":".9","stop-color":"#5bbe81"})
27
+ ]),
28
+ h('linearGradient', {"id":"linear-gradient","x1":"147.6","y1":"255.5","x2":"268.9","y2":"444","gradientTransform":"translate(0 502) scale(1 -1)","gradientUnits":"userSpaceOnUse"}, [
29
+ h('stop', {"offset":"0","stop-color":"#5cc098"}),
30
+ h('stop', {"offset":".6","stop-color":"#82ca9c"}),
31
+ h('stop', {"offset":"1","stop-color":"#b6dba8"})
32
+ ])
33
+ ]),
34
+ h('path', {"class":"st0","d":"M199.5,228.2c10.2-6.4,22.9-6.4,33.1,0l185.7,115.8c11,6.8,11,23.9,0,30.7l-185.7,115.8c-10.2,6.4-22.9,6.4-33.1,0L13.8,374.7c-11-6.8-11-23.9,0-30.7l185.7-115.8Z"}),
35
+ h('path', {"class":"st2","d":"M199.5,118.6c10.2-6.4,22.9-6.4,33.1,0l185.7,115.8c11,6.8,11,23.9,0,30.7l-185.7,115.8c-10.2,6.4-22.9,6.4-33.1,0L13.8,265c-11-6.8-11-23.9,0-30.7l185.7-115.8Z"}),
36
+ h('path', {"class":"st1","d":"M199.5,8.9c10.2-6.4,22.9-6.4,33.1,0l185.7,115.8c11,6.8,11,23.9,0,30.7l-185.7,115.8c-10.2,6.4-22.9,6.4-33.1,0L13.8,155.4c-11-6.8-11-23.9,0-30.7L199.5,8.9Z"})
37
+ ]);
15
38
  }
16
39
  });
17
40
 
@@ -10,11 +10,29 @@ const OpenWebui = vue_1.defineComponent({
10
10
  name: 'OpenWebui',
11
11
  setup(_, { attrs }) {
12
12
  return () => vue_1.h('svg', {
13
- viewBox: '0 0 500 500',
13
+ viewBox: '0 0 200 200',
14
14
  fill: 'currentColor',
15
15
  xmlns: 'http://www.w3.org/2000/svg',
16
16
  ...attrs
17
- });
17
+ }, [
18
+ vue_1.h('g', {"fill":"none","fill-rule":"evenodd"}, [
19
+ vue_1.h('path', {"fill":"#FFF","d":"M99 52h84v34H99z"}),
20
+ vue_1.h('path', {"d":"M23 163c-7.398 0-13.843-4.027-17.303-10A19.886 19.886 0 0 0 3 163c0 11.046 8.954 20 20 20h20v-20H23z","fill":"#3ECC5F"}),
21
+ vue_1.h('path', {"d":"M112.98 57.376L183 53V43c0-11.046-8.954-20-20-20H73l-2.5-4.33c-1.112-1.925-3.889-1.925-5 0L63 23l-2.5-4.33c-1.111-1.925-3.889-1.925-5 0L53 23l-2.5-4.33c-1.111-1.925-3.889-1.925-5 0L43 23c-.022 0-.042.003-.065.003l-4.142-4.141c-1.57-1.571-4.252-.853-4.828 1.294l-1.369 5.104-5.192-1.392c-2.148-.575-4.111 1.389-3.535 3.536l1.39 5.193-5.102 1.367c-2.148.576-2.867 3.259-1.296 4.83l4.142 4.142c0 .021-.003.042-.003.064l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 53l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 63l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 73l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 83l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 93l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 103l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 113l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 123l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 133l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 143l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 153l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 163c0 11.046 8.954 20 20 20h120c11.046 0 20-8.954 20-20V83l-70.02-4.376A10.645 10.645 0 0 1 103 68c0-5.621 4.37-10.273 9.98-10.624","fill":"#3ECC5F"}),
22
+ vue_1.h('path', {"fill":"#3ECC5F","d":"M143 183h30v-40h-30z"}),
23
+ vue_1.h('path', {"d":"M193 158c-.219 0-.428.037-.639.064-.038-.15-.074-.301-.116-.451A5 5 0 0 0 190.32 148a4.96 4.96 0 0 0-3.016 1.036 26.531 26.531 0 0 0-.335-.336 4.955 4.955 0 0 0 1.011-2.987 5 5 0 0 0-9.599-1.959c-.148-.042-.297-.077-.445-.115.027-.211.064-.42.064-.639a5 5 0 0 0-5-5 5 5 0 0 0-5 5c0 .219.037.428.064.639-.148.038-.297.073-.445.115a4.998 4.998 0 0 0-9.599 1.959c0 1.125.384 2.151 1.011 2.987-3.717 3.632-6.031 8.693-6.031 14.3 0 11.046 8.954 20 20 20 9.339 0 17.16-6.41 19.361-15.064.211.027.42.064.639.064a5 5 0 0 0 5-5 5 5 0 0 0-5-5","fill":"#44D860"}),
24
+ vue_1.h('path', {"fill":"#3ECC5F","d":"M153 123h30v-20h-30z"}),
25
+ vue_1.h('path', {"d":"M193 115.5a2.5 2.5 0 1 0 0-5c-.109 0-.214.019-.319.032-.02-.075-.037-.15-.058-.225a2.501 2.501 0 0 0-.963-4.807c-.569 0-1.088.197-1.508.518a6.653 6.653 0 0 0-.168-.168c.314-.417.506-.931.506-1.494a2.5 2.5 0 0 0-4.8-.979A9.987 9.987 0 0 0 183 103c-5.522 0-10 4.478-10 10s4.478 10 10 10c.934 0 1.833-.138 2.69-.377a2.5 2.5 0 0 0 4.8-.979c0-.563-.192-1.077-.506-1.494.057-.055.113-.111.168-.168.42.321.939.518 1.508.518a2.5 2.5 0 0 0 .963-4.807c.021-.074.038-.15.058-.225.105.013.21.032.319.032","fill":"#44D860"}),
26
+ vue_1.h('path', {"d":"M63 55.5a2.5 2.5 0 0 1-2.5-2.5c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5a2.5 2.5 0 1 1-5 0c0-6.893 5.607-12.5 12.5-12.5S65.5 46.107 65.5 53a2.5 2.5 0 0 1-2.5 2.5","fill":"#000"}),
27
+ vue_1.h('path', {"d":"M103 183h60c11.046 0 20-8.954 20-20V93h-60c-11.046 0-20 8.954-20 20v70z","fill":"#FFFF50"}),
28
+ vue_1.h('path', {"d":"M168.02 124h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 20h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 20h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0-49.814h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 19.814h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 20h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2M183 61.611c-.012 0-.022-.006-.034-.005-3.09.105-4.552 3.196-5.842 5.923-1.346 2.85-2.387 4.703-4.093 4.647-1.889-.068-2.969-2.202-4.113-4.46-1.314-2.594-2.814-5.536-5.963-5.426-3.046.104-4.513 2.794-5.807 5.167-1.377 2.528-2.314 4.065-4.121 3.994-1.927-.07-2.951-1.805-4.136-3.813-1.321-2.236-2.848-4.75-5.936-4.664-2.994.103-4.465 2.385-5.763 4.4-1.373 2.13-2.335 3.428-4.165 3.351-1.973-.07-2.992-1.51-4.171-3.177-1.324-1.873-2.816-3.993-5.895-3.89-2.928.1-4.399 1.97-5.696 3.618-1.232 1.564-2.194 2.802-4.229 2.724a1 1 0 0 0-.072 2c3.017.101 4.545-1.8 5.872-3.487 1.177-1.496 2.193-2.787 4.193-2.855 1.926-.082 2.829 1.115 4.195 3.045 1.297 1.834 2.769 3.914 5.731 4.021 3.103.104 4.596-2.215 5.918-4.267 1.182-1.834 2.202-3.417 4.15-3.484 1.793-.067 2.769 1.35 4.145 3.681 1.297 2.197 2.766 4.686 5.787 4.796 3.125.108 4.634-2.62 5.949-5.035 1.139-2.088 2.214-4.06 4.119-4.126 1.793-.042 2.728 1.595 4.111 4.33 1.292 2.553 2.757 5.445 5.825 5.556l.169.003c3.064 0 4.518-3.075 5.805-5.794 1.139-2.41 2.217-4.68 4.067-4.773v-2z","fill":"#000"}),
29
+ vue_1.h('path', {"fill":"#3ECC5F","d":"M83 183h40v-40H83z"}),
30
+ vue_1.h('path', {"d":"M143 158c-.219 0-.428.037-.639.064-.038-.15-.074-.301-.116-.451A5 5 0 0 0 140.32 148a4.96 4.96 0 0 0-3.016 1.036 26.531 26.531 0 0 0-.335-.336 4.955 4.955 0 0 0 1.011-2.987 5 5 0 0 0-9.599-1.959c-.148-.042-.297-.077-.445-.115.027-.211.064-.42.064-.639a5 5 0 0 0-5-5 5 5 0 0 0-5 5c0 .219.037.428.064.639-.148.038-.297.073-.445.115a4.998 4.998 0 0 0-9.599 1.959c0 1.125.384 2.151 1.011 2.987-3.717 3.632-6.031 8.693-6.031 14.3 0 11.046 8.954 20 20 20 9.339 0 17.16-6.41 19.361-15.064.211.027.42.064.639.064a5 5 0 0 0 5-5 5 5 0 0 0-5-5","fill":"#44D860"}),
31
+ vue_1.h('path', {"fill":"#3ECC5F","d":"M83 123h40v-20H83z"}),
32
+ vue_1.h('path', {"d":"M133 115.5a2.5 2.5 0 1 0 0-5c-.109 0-.214.019-.319.032-.02-.075-.037-.15-.058-.225a2.501 2.501 0 0 0-.963-4.807c-.569 0-1.088.197-1.508.518a6.653 6.653 0 0 0-.168-.168c.314-.417.506-.931.506-1.494a2.5 2.5 0 0 0-4.8-.979A9.987 9.987 0 0 0 123 103c-5.522 0-10 4.478-10 10s4.478 10 10 10c.934 0 1.833-.138 2.69-.377a2.5 2.5 0 0 0 4.8-.979c0-.563-.192-1.077-.506-1.494.057-.055.113-.111.168-.168.42.321.939.518 1.508.518a2.5 2.5 0 0 0 .963-4.807c.021-.074.038-.15.058-.225.105.013.21.032.319.032","fill":"#44D860"}),
33
+ vue_1.h('path', {"d":"M143 41.75c-.16 0-.33-.02-.49-.05a2.52 2.52 0 0 1-.47-.14c-.15-.06-.29-.14-.431-.23-.13-.09-.259-.2-.38-.31-.109-.12-.219-.24-.309-.38s-.17-.28-.231-.43a2.619 2.619 0 0 1-.189-.96c0-.16.02-.33.05-.49.03-.16.08-.31.139-.47.061-.15.141-.29.231-.43.09-.13.2-.26.309-.38.121-.11.25-.22.38-.31.141-.09.281-.17.431-.23.149-.06.31-.11.47-.14.32-.07.65-.07.98 0 .159.03.32.08.47.14.149.06.29.14.43.23.13.09.259.2.38.31.11.12.22.25.31.38.09.14.17.28.23.43.06.16.11.31.14.47.029.16.05.33.05.49 0 .66-.271 1.31-.73 1.77-.121.11-.25.22-.38.31-.14.09-.281.17-.43.23a2.565 2.565 0 0 1-.96.19m20-1.25c-.66 0-1.3-.27-1.771-.73a3.802 3.802 0 0 1-.309-.38c-.09-.14-.17-.28-.231-.43a2.619 2.619 0 0 1-.189-.96c0-.66.27-1.3.729-1.77.121-.11.25-.22.38-.31.141-.09.281-.17.431-.23.149-.06.31-.11.47-.14.32-.07.66-.07.98 0 .159.03.32.08.47.14.149.06.29.14.43.23.13.09.259.2.38.31.459.47.73 1.11.73 1.77 0 .16-.021.33-.05.49-.03.16-.08.32-.14.47-.07.15-.14.29-.23.43-.09.13-.2.26-.31.38-.121.11-.25.22-.38.31-.14.09-.281.17-.43.23a2.565 2.565 0 0 1-.96.19","fill":"#000"})
34
+ ])
35
+ ]);
18
36
  }
19
37
  });
20
38
 
@@ -7,11 +7,29 @@ const OpenWebui = defineComponent({
7
7
  name: 'OpenWebui',
8
8
  setup(_, { attrs }) {
9
9
  return () => h('svg', {
10
- viewBox: '0 0 500 500',
10
+ viewBox: '0 0 200 200',
11
11
  fill: 'currentColor',
12
12
  xmlns: 'http://www.w3.org/2000/svg',
13
13
  ...attrs
14
- });
14
+ }, [
15
+ h('g', {"fill":"none","fill-rule":"evenodd"}, [
16
+ h('path', {"fill":"#FFF","d":"M99 52h84v34H99z"}),
17
+ h('path', {"d":"M23 163c-7.398 0-13.843-4.027-17.303-10A19.886 19.886 0 0 0 3 163c0 11.046 8.954 20 20 20h20v-20H23z","fill":"#3ECC5F"}),
18
+ h('path', {"d":"M112.98 57.376L183 53V43c0-11.046-8.954-20-20-20H73l-2.5-4.33c-1.112-1.925-3.889-1.925-5 0L63 23l-2.5-4.33c-1.111-1.925-3.889-1.925-5 0L53 23l-2.5-4.33c-1.111-1.925-3.889-1.925-5 0L43 23c-.022 0-.042.003-.065.003l-4.142-4.141c-1.57-1.571-4.252-.853-4.828 1.294l-1.369 5.104-5.192-1.392c-2.148-.575-4.111 1.389-3.535 3.536l1.39 5.193-5.102 1.367c-2.148.576-2.867 3.259-1.296 4.83l4.142 4.142c0 .021-.003.042-.003.064l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 53l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 63l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 73l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 83l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 93l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 103l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 113l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 123l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 133l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 143l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 153l-4.33 2.5c-1.925 1.111-1.925 3.889 0 5L23 163c0 11.046 8.954 20 20 20h120c11.046 0 20-8.954 20-20V83l-70.02-4.376A10.645 10.645 0 0 1 103 68c0-5.621 4.37-10.273 9.98-10.624","fill":"#3ECC5F"}),
19
+ h('path', {"fill":"#3ECC5F","d":"M143 183h30v-40h-30z"}),
20
+ h('path', {"d":"M193 158c-.219 0-.428.037-.639.064-.038-.15-.074-.301-.116-.451A5 5 0 0 0 190.32 148a4.96 4.96 0 0 0-3.016 1.036 26.531 26.531 0 0 0-.335-.336 4.955 4.955 0 0 0 1.011-2.987 5 5 0 0 0-9.599-1.959c-.148-.042-.297-.077-.445-.115.027-.211.064-.42.064-.639a5 5 0 0 0-5-5 5 5 0 0 0-5 5c0 .219.037.428.064.639-.148.038-.297.073-.445.115a4.998 4.998 0 0 0-9.599 1.959c0 1.125.384 2.151 1.011 2.987-3.717 3.632-6.031 8.693-6.031 14.3 0 11.046 8.954 20 20 20 9.339 0 17.16-6.41 19.361-15.064.211.027.42.064.639.064a5 5 0 0 0 5-5 5 5 0 0 0-5-5","fill":"#44D860"}),
21
+ h('path', {"fill":"#3ECC5F","d":"M153 123h30v-20h-30z"}),
22
+ h('path', {"d":"M193 115.5a2.5 2.5 0 1 0 0-5c-.109 0-.214.019-.319.032-.02-.075-.037-.15-.058-.225a2.501 2.501 0 0 0-.963-4.807c-.569 0-1.088.197-1.508.518a6.653 6.653 0 0 0-.168-.168c.314-.417.506-.931.506-1.494a2.5 2.5 0 0 0-4.8-.979A9.987 9.987 0 0 0 183 103c-5.522 0-10 4.478-10 10s4.478 10 10 10c.934 0 1.833-.138 2.69-.377a2.5 2.5 0 0 0 4.8-.979c0-.563-.192-1.077-.506-1.494.057-.055.113-.111.168-.168.42.321.939.518 1.508.518a2.5 2.5 0 0 0 .963-4.807c.021-.074.038-.15.058-.225.105.013.21.032.319.032","fill":"#44D860"}),
23
+ h('path', {"d":"M63 55.5a2.5 2.5 0 0 1-2.5-2.5c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5a2.5 2.5 0 1 1-5 0c0-6.893 5.607-12.5 12.5-12.5S65.5 46.107 65.5 53a2.5 2.5 0 0 1-2.5 2.5","fill":"#000"}),
24
+ h('path', {"d":"M103 183h60c11.046 0 20-8.954 20-20V93h-60c-11.046 0-20 8.954-20 20v70z","fill":"#FFFF50"}),
25
+ h('path', {"d":"M168.02 124h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 20h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 20h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0-49.814h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 19.814h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2m0 20h-50.04a1 1 0 1 1 0-2h50.04a1 1 0 1 1 0 2M183 61.611c-.012 0-.022-.006-.034-.005-3.09.105-4.552 3.196-5.842 5.923-1.346 2.85-2.387 4.703-4.093 4.647-1.889-.068-2.969-2.202-4.113-4.46-1.314-2.594-2.814-5.536-5.963-5.426-3.046.104-4.513 2.794-5.807 5.167-1.377 2.528-2.314 4.065-4.121 3.994-1.927-.07-2.951-1.805-4.136-3.813-1.321-2.236-2.848-4.75-5.936-4.664-2.994.103-4.465 2.385-5.763 4.4-1.373 2.13-2.335 3.428-4.165 3.351-1.973-.07-2.992-1.51-4.171-3.177-1.324-1.873-2.816-3.993-5.895-3.89-2.928.1-4.399 1.97-5.696 3.618-1.232 1.564-2.194 2.802-4.229 2.724a1 1 0 0 0-.072 2c3.017.101 4.545-1.8 5.872-3.487 1.177-1.496 2.193-2.787 4.193-2.855 1.926-.082 2.829 1.115 4.195 3.045 1.297 1.834 2.769 3.914 5.731 4.021 3.103.104 4.596-2.215 5.918-4.267 1.182-1.834 2.202-3.417 4.15-3.484 1.793-.067 2.769 1.35 4.145 3.681 1.297 2.197 2.766 4.686 5.787 4.796 3.125.108 4.634-2.62 5.949-5.035 1.139-2.088 2.214-4.06 4.119-4.126 1.793-.042 2.728 1.595 4.111 4.33 1.292 2.553 2.757 5.445 5.825 5.556l.169.003c3.064 0 4.518-3.075 5.805-5.794 1.139-2.41 2.217-4.68 4.067-4.773v-2z","fill":"#000"}),
26
+ h('path', {"fill":"#3ECC5F","d":"M83 183h40v-40H83z"}),
27
+ h('path', {"d":"M143 158c-.219 0-.428.037-.639.064-.038-.15-.074-.301-.116-.451A5 5 0 0 0 140.32 148a4.96 4.96 0 0 0-3.016 1.036 26.531 26.531 0 0 0-.335-.336 4.955 4.955 0 0 0 1.011-2.987 5 5 0 0 0-9.599-1.959c-.148-.042-.297-.077-.445-.115.027-.211.064-.42.064-.639a5 5 0 0 0-5-5 5 5 0 0 0-5 5c0 .219.037.428.064.639-.148.038-.297.073-.445.115a4.998 4.998 0 0 0-9.599 1.959c0 1.125.384 2.151 1.011 2.987-3.717 3.632-6.031 8.693-6.031 14.3 0 11.046 8.954 20 20 20 9.339 0 17.16-6.41 19.361-15.064.211.027.42.064.639.064a5 5 0 0 0 5-5 5 5 0 0 0-5-5","fill":"#44D860"}),
28
+ h('path', {"fill":"#3ECC5F","d":"M83 123h40v-20H83z"}),
29
+ h('path', {"d":"M133 115.5a2.5 2.5 0 1 0 0-5c-.109 0-.214.019-.319.032-.02-.075-.037-.15-.058-.225a2.501 2.501 0 0 0-.963-4.807c-.569 0-1.088.197-1.508.518a6.653 6.653 0 0 0-.168-.168c.314-.417.506-.931.506-1.494a2.5 2.5 0 0 0-4.8-.979A9.987 9.987 0 0 0 123 103c-5.522 0-10 4.478-10 10s4.478 10 10 10c.934 0 1.833-.138 2.69-.377a2.5 2.5 0 0 0 4.8-.979c0-.563-.192-1.077-.506-1.494.057-.055.113-.111.168-.168.42.321.939.518 1.508.518a2.5 2.5 0 0 0 .963-4.807c.021-.074.038-.15.058-.225.105.013.21.032.319.032","fill":"#44D860"}),
30
+ h('path', {"d":"M143 41.75c-.16 0-.33-.02-.49-.05a2.52 2.52 0 0 1-.47-.14c-.15-.06-.29-.14-.431-.23-.13-.09-.259-.2-.38-.31-.109-.12-.219-.24-.309-.38s-.17-.28-.231-.43a2.619 2.619 0 0 1-.189-.96c0-.16.02-.33.05-.49.03-.16.08-.31.139-.47.061-.15.141-.29.231-.43.09-.13.2-.26.309-.38.121-.11.25-.22.38-.31.141-.09.281-.17.431-.23.149-.06.31-.11.47-.14.32-.07.65-.07.98 0 .159.03.32.08.47.14.149.06.29.14.43.23.13.09.259.2.38.31.11.12.22.25.31.38.09.14.17.28.23.43.06.16.11.31.14.47.029.16.05.33.05.49 0 .66-.271 1.31-.73 1.77-.121.11-.25.22-.38.31-.14.09-.281.17-.43.23a2.565 2.565 0 0 1-.96.19m20-1.25c-.66 0-1.3-.27-1.771-.73a3.802 3.802 0 0 1-.309-.38c-.09-.14-.17-.28-.231-.43a2.619 2.619 0 0 1-.189-.96c0-.66.27-1.3.729-1.77.121-.11.25-.22.38-.31.141-.09.281-.17.431-.23.149-.06.31-.11.47-.14.32-.07.66-.07.98 0 .159.03.32.08.47.14.149.06.29.14.43.23.13.09.259.2.38.31.459.47.73 1.11.73 1.77 0 .16-.021.33-.05.49-.03.16-.08.32-.14.47-.07.15-.14.29-.23.43-.09.13-.2.26-.31.38-.121.11-.25.22-.38.31-.14.09-.281.17-.43.23a2.565 2.565 0 0 1-.96.19","fill":"#000"})
31
+ ])
32
+ ]);
15
33
  }
16
34
  });
17
35
 
package/dist/qt.cjs CHANGED
@@ -10,12 +10,12 @@ const Qt = vue_1.defineComponent({
10
10
  name: 'Qt',
11
11
  setup(_, { attrs }) {
12
12
  return () => vue_1.h('svg', {
13
- viewBox: '0 0 54 43',
13
+ viewBox: '0 0 24 24',
14
14
  fill: 'currentColor',
15
15
  xmlns: 'http://www.w3.org/2000/svg',
16
16
  ...attrs
17
17
  }, [
18
- vue_1.h('path', {"fill":"#0c0","d":"M1 42V10l9-9h43v33l-9 9z"})
18
+ vue_1.h('path', {"fill":"#41CD52","d":"M21.693 3.162H3.33L0 6.49v14.348h20.671L24 17.51V3.162zM12.785 18.4l-1.562.728-1.35-2.217c-.196.057-.499.09-.924.09-1.579 0-2.683-.425-3.305-1.276-.622-.85-.932-2.2-.932-4.033 0-1.84.319-3.206.949-4.098.63-.892 1.726-1.341 3.288-1.341 1.562 0 2.658.441 3.28 1.333.63.883.94 2.25.94 4.098 0 1.219-.13 2.2-.384 2.945-.261.752-.679 1.325-1.268 1.718zm4.736-1.587c-.858 0-1.447-.196-1.766-.59-.32-.392-.483-1.136-.483-2.232v-3.534H14.11V9.051h1.162V6.843h1.644V9.05h2.094v1.415h-2.094v3.346c0 .622.05 1.03.14 1.227.09.204.326.303.695.303l1.243-.05.073 1.326c-.67.13-1.186.196-1.546.196zm-8.58-9.08c-.95 0-1.604.311-1.963.94-.352.63-.532 1.629-.532 3.011 0 1.374.172 2.364.515 2.953.344.589 1.006.892 1.98.892.973 0 1.628-.295 1.971-.876.335-.58.507-1.57.507-2.953 0-1.39-.172-2.396-.523-3.026-.352-.63-1.006-.94-1.955-.94Z"})
19
19
  ]);
20
20
  }
21
21
  });
package/dist/qt.js CHANGED
@@ -7,12 +7,12 @@ const Qt = defineComponent({
7
7
  name: 'Qt',
8
8
  setup(_, { attrs }) {
9
9
  return () => h('svg', {
10
- viewBox: '0 0 54 43',
10
+ viewBox: '0 0 24 24',
11
11
  fill: 'currentColor',
12
12
  xmlns: 'http://www.w3.org/2000/svg',
13
13
  ...attrs
14
14
  }, [
15
- h('path', {"fill":"#0c0","d":"M1 42V10l9-9h43v33l-9 9z"})
15
+ h('path', {"fill":"#41CD52","d":"M21.693 3.162H3.33L0 6.49v14.348h20.671L24 17.51V3.162zM12.785 18.4l-1.562.728-1.35-2.217c-.196.057-.499.09-.924.09-1.579 0-2.683-.425-3.305-1.276-.622-.85-.932-2.2-.932-4.033 0-1.84.319-3.206.949-4.098.63-.892 1.726-1.341 3.288-1.341 1.562 0 2.658.441 3.28 1.333.63.883.94 2.25.94 4.098 0 1.219-.13 2.2-.384 2.945-.261.752-.679 1.325-1.268 1.718zm4.736-1.587c-.858 0-1.447-.196-1.766-.59-.32-.392-.483-1.136-.483-2.232v-3.534H14.11V9.051h1.162V6.843h1.644V9.05h2.094v1.415h-2.094v3.346c0 .622.05 1.03.14 1.227.09.204.326.303.695.303l1.243-.05.073 1.326c-.67.13-1.186.196-1.546.196zm-8.58-9.08c-.95 0-1.604.311-1.963.94-.352.63-.532 1.629-.532 3.011 0 1.374.172 2.364.515 2.953.344.589 1.006.892 1.98.892.973 0 1.628-.295 1.971-.876.335-.58.507-1.57.507-2.953 0-1.39-.172-2.396-.523-3.026-.352-.63-1.006-.94-1.955-.94Z"})
16
16
  ]);
17
17
  }
18
18
  });
package/dist/svgl.cjs CHANGED
@@ -15,16 +15,16 @@ const Svgl = vue_1.defineComponent({
15
15
  xmlns: 'http://www.w3.org/2000/svg',
16
16
  ...attrs
17
17
  }, [
18
- vue_1.h('rect', {"id":"«r3b»","width":"512","height":"512","x":"0","y":"0","rx":"128","fill":"url(#«r3c»)","stroke":"#FFFFFF","stroke-width":"0","stroke-opacity":"100%","paint-order":"stroke"}),
18
+ vue_1.h('rect', {"id":"svgl-bg","width":"512","height":"512","x":"0","y":"0","rx":"128","fill":"url(#svgl-grad1)","stroke":"#FFFFFF","stroke-width":"0","stroke-opacity":"100%","paint-order":"stroke"}),
19
19
  vue_1.h('clipPath', {"id":"clip"}, [
20
- vue_1.h('use', {"xlink:href":"#«r3b»"})
20
+ vue_1.h('use', {"xlink:href":"#svgl-bg"})
21
21
  ]),
22
22
  vue_1.h('defs', {}, [
23
- vue_1.h('radialGradient', {"id":"«r3c»","cx":"50%","cy":"50%","r":"100%","fx":"50%","fy":"0%","gradientUnits":"objectBoundingBox"}, [
23
+ vue_1.h('radialGradient', {"id":"svgl-grad1","cx":"50%","cy":"50%","r":"100%","fx":"50%","fy":"0%","gradientUnits":"objectBoundingBox"}, [
24
24
  vue_1.h('stop', {"stop-color":"#232323"}),
25
25
  vue_1.h('stop', {"offset":"1","stop-color":"#000000"})
26
26
  ]),
27
- vue_1.h('radialGradient', {"id":"«r3d»","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(256) rotate(90) scale(512)"}, [
27
+ vue_1.h('radialGradient', {"id":"svgl-grad2","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(256) rotate(90) scale(512)"}, [
28
28
  vue_1.h('stop', {"stop-color":"white"}),
29
29
  vue_1.h('stop', {"offset":"1","stop-color":"white","stop-opacity":"0"})
30
30
  ])
package/dist/svgl.js CHANGED
@@ -12,16 +12,16 @@ const Svgl = defineComponent({
12
12
  xmlns: 'http://www.w3.org/2000/svg',
13
13
  ...attrs
14
14
  }, [
15
- h('rect', {"id":"«r3b»","width":"512","height":"512","x":"0","y":"0","rx":"128","fill":"url(#«r3c»)","stroke":"#FFFFFF","stroke-width":"0","stroke-opacity":"100%","paint-order":"stroke"}),
15
+ h('rect', {"id":"svgl-bg","width":"512","height":"512","x":"0","y":"0","rx":"128","fill":"url(#svgl-grad1)","stroke":"#FFFFFF","stroke-width":"0","stroke-opacity":"100%","paint-order":"stroke"}),
16
16
  h('clipPath', {"id":"clip"}, [
17
- h('use', {"xlink:href":"#«r3b»"})
17
+ h('use', {"xlink:href":"#svgl-bg"})
18
18
  ]),
19
19
  h('defs', {}, [
20
- h('radialGradient', {"id":"«r3c»","cx":"50%","cy":"50%","r":"100%","fx":"50%","fy":"0%","gradientUnits":"objectBoundingBox"}, [
20
+ h('radialGradient', {"id":"svgl-grad1","cx":"50%","cy":"50%","r":"100%","fx":"50%","fy":"0%","gradientUnits":"objectBoundingBox"}, [
21
21
  h('stop', {"stop-color":"#232323"}),
22
22
  h('stop', {"offset":"1","stop-color":"#000000"})
23
23
  ]),
24
- h('radialGradient', {"id":"«r3d»","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(256) rotate(90) scale(512)"}, [
24
+ h('radialGradient', {"id":"svgl-grad2","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(256) rotate(90) scale(512)"}, [
25
25
  h('stop', {"stop-color":"white"}),
26
26
  h('stop', {"offset":"1","stop-color":"white","stop-opacity":"0"})
27
27
  ])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/vue",
3
- "version": "3.2.17",
3
+ "version": "3.2.19",
4
4
  "description": "Typed Vue 3 SVG components for all 4000+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -1,21 +0,0 @@
1
- "use strict";
2
- // @thesvg/vue - Developer Student Club
3
- // Auto-generated. Do not edit.
4
-
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
-
7
- const vue_1 = require("vue");
8
-
9
- const DeveloperStudentClub = vue_1.defineComponent({
10
- name: 'DeveloperStudentClub',
11
- setup(_, { attrs }) {
12
- return () => vue_1.h('svg', {
13
- viewBox: '0 0 150 78',
14
- fill: 'none',
15
- xmlns: 'http://www.w3.org/2000/svg',
16
- ...attrs
17
- });
18
- }
19
- });
20
-
21
- exports.default = DeveloperStudentClub;
@@ -1,7 +0,0 @@
1
- // @thesvg/vue - Developer Student Club
2
- // Auto-generated. Do not edit.
3
-
4
- import type { DefineComponent, SVGAttributes } from 'vue';
5
-
6
- declare const DeveloperStudentClub: DefineComponent<SVGAttributes>;
7
- export default DeveloperStudentClub;
@@ -1,18 +0,0 @@
1
- // @thesvg/vue - Developer Student Club
2
- // Auto-generated. Do not edit.
3
-
4
- import { defineComponent, h } from 'vue';
5
-
6
- const DeveloperStudentClub = defineComponent({
7
- name: 'DeveloperStudentClub',
8
- setup(_, { attrs }) {
9
- return () => h('svg', {
10
- viewBox: '0 0 150 78',
11
- fill: 'none',
12
- xmlns: 'http://www.w3.org/2000/svg',
13
- ...attrs
14
- });
15
- }
16
- });
17
-
18
- export default DeveloperStudentClub;