@thesvg/vue 3.0.15 → 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.
@@ -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
 
@@ -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;
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;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/vue",
3
- "version": "3.0.15",
3
+ "version": "3.0.16",
4
4
  "description": "Typed Vue 3 SVG components for all 4000+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,