@thesvg/vue 3.0.9 → 3.0.10

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,24 @@
1
+ "use strict";
2
+ // @thesvg/vue - Apache Arrow
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const ApacheArrow = vue_1.defineComponent({
10
+ name: 'ApacheArrow',
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', {"fill":"#000000","d":"m0 2 10 10L0 22v-4l6-6-6-6zm7 0 10 10L7 22v-4l6-6-6-6zm7 0 10 10-10 10v-4l6-6-6-6z"})
20
+ ]);
21
+ }
22
+ });
23
+
24
+ exports.default = ApacheArrow;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Apache Arrow
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const ApacheArrow: DefineComponent<SVGAttributes>;
7
+ export default ApacheArrow;
@@ -0,0 +1,21 @@
1
+ // @thesvg/vue - Apache Arrow
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const ApacheArrow = defineComponent({
7
+ name: 'ApacheArrow',
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', {"fill":"#000000","d":"m0 2 10 10L0 22v-4l6-6-6-6zm7 0 10 10L7 22v-4l6-6-6-6zm7 0 10 10-10 10v-4l6-6-6-6z"})
17
+ ]);
18
+ }
19
+ });
20
+
21
+ export default ApacheArrow;
package/dist/await.cjs ADDED
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // @thesvg/vue - Await
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Await = vue_1.defineComponent({
10
+ name: 'Await',
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', {"fill":"#7858F5","d":"M12 0c5.523 0 10 4.477 10 10v9a3.125 3.125 0 0 1-4.694 2.703A3.126 3.126 0 0 1 12 23a3.126 3.126 0 0 1-5.306-1.297A3.125 3.125 0 0 1 2 19v-9C2 4.477 6.477 0 12 0m-1.25 10.625a.625.625 0 0 0-.625.625 1.875 1.875 0 0 0 3.75 0 .625.625 0 0 0-.625-.625zm-1.875-5c-.69 0-1.25.56-1.25 1.25v1.25a1.25 1.25 0 0 0 2.5 0v-1.25c0-.69-.56-1.25-1.25-1.25m6.25 0c-.69 0-1.25.56-1.25 1.25v1.25a1.25 1.25 0 0 0 2.5 0v-1.25c0-.69-.56-1.25-1.25-1.25"})
20
+ ]);
21
+ }
22
+ });
23
+
24
+ exports.default = Await;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Await
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Await: DefineComponent<SVGAttributes>;
7
+ export default Await;
package/dist/await.js ADDED
@@ -0,0 +1,21 @@
1
+ // @thesvg/vue - Await
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Await = defineComponent({
7
+ name: 'Await',
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', {"fill":"#7858F5","d":"M12 0c5.523 0 10 4.477 10 10v9a3.125 3.125 0 0 1-4.694 2.703A3.126 3.126 0 0 1 12 23a3.126 3.126 0 0 1-5.306-1.297A3.125 3.125 0 0 1 2 19v-9C2 4.477 6.477 0 12 0m-1.25 10.625a.625.625 0 0 0-.625.625 1.875 1.875 0 0 0 3.75 0 .625.625 0 0 0-.625-.625zm-1.875-5c-.69 0-1.25.56-1.25 1.25v1.25a1.25 1.25 0 0 0 2.5 0v-1.25c0-.69-.56-1.25-1.25-1.25m6.25 0c-.69 0-1.25.56-1.25 1.25v1.25a1.25 1.25 0 0 0 2.5 0v-1.25c0-.69-.56-1.25-1.25-1.25"})
17
+ ]);
18
+ }
19
+ });
20
+
21
+ export default Await;
package/dist/index.cjs CHANGED
@@ -382,6 +382,8 @@ const _apache_airflow = require('./apache-airflow.cjs');
382
382
  exports.ApacheAirflow = _apache_airflow.default;
383
383
  const _apache_ant = require('./apache-ant.cjs');
384
384
  exports.ApacheAnt = _apache_ant.default;
385
+ const _apache_arrow = require('./apache-arrow.cjs');
386
+ exports.ApacheArrow = _apache_arrow.default;
385
387
  const _apache_avro = require('./apache-avro.cjs');
386
388
  exports.ApacheAvro = _apache_avro.default;
387
389
  const _apache_cassandra = require('./apache-cassandra.cjs');
@@ -672,6 +674,8 @@ const _aviva = require('./aviva.cjs');
672
674
  exports.Aviva = _aviva.default;
673
675
  const _avm = require('./avm.cjs');
674
676
  exports.Avm = _avm.default;
677
+ const _await = require('./await.cjs');
678
+ exports.Await = _await.default;
675
679
  const _awesome_lists = require('./awesome-lists.cjs');
676
680
  exports.AwesomeLists = _awesome_lists.default;
677
681
  const _awesomewm = require('./awesomewm.cjs');
@@ -8526,6 +8530,8 @@ const _opentext = require('./opentext.cjs');
8526
8530
  exports.Opentext = _opentext.default;
8527
8531
  const _opentofu = require('./opentofu.cjs');
8528
8532
  exports.Opentofu = _opentofu.default;
8533
+ const _opentui = require('./opentui.cjs');
8534
+ exports.Opentui = _opentui.default;
8529
8535
  const _openverse = require('./openverse.cjs');
8530
8536
  exports.Openverse = _openverse.default;
8531
8537
  const _openvpn = require('./openvpn.cjs');
@@ -8602,6 +8608,8 @@ const _ovh = require('./ovh.cjs');
8602
8608
  exports.Ovh = _ovh.default;
8603
8609
  const _owasp = require('./owasp.cjs');
8604
8610
  exports.Owasp = _owasp.default;
8611
+ const _owasp_dependency_check = require('./owasp-dependency-check.cjs');
8612
+ exports.OwaspDependencyCheck = _owasp_dependency_check.default;
8605
8613
  const _owncloud = require('./owncloud.cjs');
8606
8614
  exports.Owncloud = _owncloud.default;
8607
8615
  const _oxc = require('./oxc.cjs');
@@ -10440,6 +10448,8 @@ const _tasmota = require('./tasmota.cjs');
10440
10448
  exports.Tasmota = _tasmota.default;
10441
10449
  const _tata = require('./tata.cjs');
10442
10450
  exports.Tata = _tata.default;
10451
+ const _tata_consultancy_services = require('./tata-consultancy-services.cjs');
10452
+ exports.TataConsultancyServices = _tata_consultancy_services.default;
10443
10453
  const _tauri = require('./tauri.cjs');
10444
10454
  exports.Tauri = _tauri.default;
10445
10455
  const _tavily = require('./tavily.cjs');
@@ -10964,6 +10974,8 @@ const _upwork = require('./upwork.cjs');
10964
10974
  exports.Upwork = _upwork.default;
10965
10975
  const _uservoice = require('./uservoice.cjs');
10966
10976
  exports.Uservoice = _uservoice.default;
10977
+ const _usnews = require('./usnews.cjs');
10978
+ exports.Usnews = _usnews.default;
10967
10979
  const _usps = require('./usps.cjs');
10968
10980
  exports.Usps = _usps.default;
10969
10981
  const _utorrent = require('./utorrent.cjs');
package/dist/index.d.ts CHANGED
@@ -190,6 +190,7 @@ export { default as Anytype } from './anytype.js';
190
190
  export { default as Apache } from './apache.js';
191
191
  export { default as ApacheAirflow } from './apache-airflow.js';
192
192
  export { default as ApacheAnt } from './apache-ant.js';
193
+ export { default as ApacheArrow } from './apache-arrow.js';
193
194
  export { default as ApacheAvro } from './apache-avro.js';
194
195
  export { default as ApacheCassandra } from './apache-cassandra.js';
195
196
  export { default as ApacheCloudstack } from './apache-cloudstack.js';
@@ -335,6 +336,7 @@ export { default as Avid } from './avid.js';
335
336
  export { default as Avira } from './avira.js';
336
337
  export { default as Aviva } from './aviva.js';
337
338
  export { default as Avm } from './avm.js';
339
+ export { default as Await } from './await.js';
338
340
  export { default as AwesomeLists } from './awesome-lists.js';
339
341
  export { default as Awesomewm } from './awesomewm.js';
340
342
  export { default as Aws } from './aws.js';
@@ -4262,6 +4264,7 @@ export { default as OpensuseTumbleweed } from './opensuse-tumbleweed.js';
4262
4264
  export { default as Opentelemetry } from './opentelemetry.js';
4263
4265
  export { default as Opentext } from './opentext.js';
4264
4266
  export { default as Opentofu } from './opentofu.js';
4267
+ export { default as Opentui } from './opentui.js';
4265
4268
  export { default as Openverse } from './openverse.js';
4266
4269
  export { default as Openvpn } from './openvpn.js';
4267
4270
  export { default as Openwebui } from './openwebui.js';
@@ -4300,6 +4303,7 @@ export { default as Overleaf } from './overleaf.js';
4300
4303
  export { default as Overseerr } from './overseerr.js';
4301
4304
  export { default as Ovh } from './ovh.js';
4302
4305
  export { default as Owasp } from './owasp.js';
4306
+ export { default as OwaspDependencyCheck } from './owasp-dependency-check.js';
4303
4307
  export { default as Owncloud } from './owncloud.js';
4304
4308
  export { default as Oxc } from './oxc.js';
4305
4309
  export { default as Oxygen } from './oxygen.js';
@@ -5219,6 +5223,7 @@ export { default as Tarteaucitron } from './tarteaucitron.js';
5219
5223
  export { default as Task } from './task.js';
5220
5224
  export { default as Tasmota } from './tasmota.js';
5221
5225
  export { default as Tata } from './tata.js';
5226
+ export { default as TataConsultancyServices } from './tata-consultancy-services.js';
5222
5227
  export { default as Tauri } from './tauri.js';
5223
5228
  export { default as Tavily } from './tavily.js';
5224
5229
  export { default as Taxbuzz } from './taxbuzz.js';
@@ -5481,6 +5486,7 @@ export { default as Upstash } from './upstash.js';
5481
5486
  export { default as UptimeKuma } from './uptime-kuma.js';
5482
5487
  export { default as Upwork } from './upwork.js';
5483
5488
  export { default as Uservoice } from './uservoice.js';
5489
+ export { default as Usnews } from './usnews.js';
5484
5490
  export { default as Usps } from './usps.js';
5485
5491
  export { default as Utorrent } from './utorrent.js';
5486
5492
  export { default as Uv } from './uv.js';
package/dist/index.js CHANGED
@@ -190,6 +190,7 @@ export { default as Anytype } from './anytype.js';
190
190
  export { default as Apache } from './apache.js';
191
191
  export { default as ApacheAirflow } from './apache-airflow.js';
192
192
  export { default as ApacheAnt } from './apache-ant.js';
193
+ export { default as ApacheArrow } from './apache-arrow.js';
193
194
  export { default as ApacheAvro } from './apache-avro.js';
194
195
  export { default as ApacheCassandra } from './apache-cassandra.js';
195
196
  export { default as ApacheCloudstack } from './apache-cloudstack.js';
@@ -335,6 +336,7 @@ export { default as Avid } from './avid.js';
335
336
  export { default as Avira } from './avira.js';
336
337
  export { default as Aviva } from './aviva.js';
337
338
  export { default as Avm } from './avm.js';
339
+ export { default as Await } from './await.js';
338
340
  export { default as AwesomeLists } from './awesome-lists.js';
339
341
  export { default as Awesomewm } from './awesomewm.js';
340
342
  export { default as Aws } from './aws.js';
@@ -4262,6 +4264,7 @@ export { default as OpensuseTumbleweed } from './opensuse-tumbleweed.js';
4262
4264
  export { default as Opentelemetry } from './opentelemetry.js';
4263
4265
  export { default as Opentext } from './opentext.js';
4264
4266
  export { default as Opentofu } from './opentofu.js';
4267
+ export { default as Opentui } from './opentui.js';
4265
4268
  export { default as Openverse } from './openverse.js';
4266
4269
  export { default as Openvpn } from './openvpn.js';
4267
4270
  export { default as Openwebui } from './openwebui.js';
@@ -4300,6 +4303,7 @@ export { default as Overleaf } from './overleaf.js';
4300
4303
  export { default as Overseerr } from './overseerr.js';
4301
4304
  export { default as Ovh } from './ovh.js';
4302
4305
  export { default as Owasp } from './owasp.js';
4306
+ export { default as OwaspDependencyCheck } from './owasp-dependency-check.js';
4303
4307
  export { default as Owncloud } from './owncloud.js';
4304
4308
  export { default as Oxc } from './oxc.js';
4305
4309
  export { default as Oxygen } from './oxygen.js';
@@ -5219,6 +5223,7 @@ export { default as Tarteaucitron } from './tarteaucitron.js';
5219
5223
  export { default as Task } from './task.js';
5220
5224
  export { default as Tasmota } from './tasmota.js';
5221
5225
  export { default as Tata } from './tata.js';
5226
+ export { default as TataConsultancyServices } from './tata-consultancy-services.js';
5222
5227
  export { default as Tauri } from './tauri.js';
5223
5228
  export { default as Tavily } from './tavily.js';
5224
5229
  export { default as Taxbuzz } from './taxbuzz.js';
@@ -5481,6 +5486,7 @@ export { default as Upstash } from './upstash.js';
5481
5486
  export { default as UptimeKuma } from './uptime-kuma.js';
5482
5487
  export { default as Upwork } from './upwork.js';
5483
5488
  export { default as Uservoice } from './uservoice.js';
5489
+ export { default as Usnews } from './usnews.js';
5484
5490
  export { default as Usps } from './usps.js';
5485
5491
  export { default as Utorrent } from './utorrent.js';
5486
5492
  export { default as Uv } from './uv.js';
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // @thesvg/vue - OpenTUI
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Opentui = vue_1.defineComponent({
10
+ name: 'Opentui',
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', {"fill":"#000000","d":"M0 1.2v21.6h24V1.2Zm4.8 6h3.6v9.6H4.8Z"})
20
+ ]);
21
+ }
22
+ });
23
+
24
+ exports.default = Opentui;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - OpenTUI
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Opentui: DefineComponent<SVGAttributes>;
7
+ export default Opentui;
@@ -0,0 +1,21 @@
1
+ // @thesvg/vue - OpenTUI
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Opentui = defineComponent({
7
+ name: 'Opentui',
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', {"fill":"#000000","d":"M0 1.2v21.6h24V1.2Zm4.8 6h3.6v9.6H4.8Z"})
17
+ ]);
18
+ }
19
+ });
20
+
21
+ export default Opentui;
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ // @thesvg/vue - OWASP Dependency-Check
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const OwaspDependencyCheck = vue_1.defineComponent({
10
+ name: 'OwaspDependencyCheck',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 140.625 140.625',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('title', {}),
19
+ vue_1.h('g', {"transform":"translate(-79.608992,-311.899)"}, [
20
+ vue_1.h('path', {"fill":"#231f20","fill-opacity":"0.5","d":"m147.555 325.58 0-13.681c-34.422 5.059-61.779 31.82-67.693 65.957l13.769 0c5.594-26.651 26.983-47.489 53.924-52.276z"}),
21
+ vue_1.h('path', {"fill":"#231f20","fill-opacity":"0.3","d":"m147.555 338.005 0-12.425c-26.941 4.786-48.33 25.625-53.924 52.276l12.512 0c5.175-19.907 21.216-35.427 41.412-39.851z"}),
22
+ vue_1.h('path', {"fill":"#f78d0a","d":"m186.395 372.292-10.207 10.23c0.299 0.581 0.641 1.122 0.89 1.746 0.94 2.352 1.411 4.925 1.411 7.702l0 0.183c0 2.842-0.472 5.41-1.411 7.703-0.935 2.303-2.235 4.291-3.894 5.982-1.664 1.696-3.674 2.99-6.024 3.894-2.361 0.906-4.961 1.362-7.8 1.362l-10.78 0 0-0.902-13.469 13.502 24.249 0c4.955 0 9.499-0.818 13.642-2.447 4.137-1.635 7.704-3.864 10.691-6.714 2.995-2.836 5.303-6.184 6.935-10.058 1.632-3.865 2.448-8.033 2.448-12.506l0-0.176c0-4.472-0.816-8.626-2.448-12.467-1.095-2.575-2.525-4.906-4.234-7.035z"}),
23
+ vue_1.h('path', {"fill":"#f78d0a","fill-opacity":"0.7","d":"m148.581 372.85 10.78 0c2.837 0 5.438 0.467 7.8 1.405 2.35 0.937 4.36 2.253 6.024 3.94 1.217 1.242 2.175 2.728 3.004 4.328l10.207-10.23c-0.836-1.04-1.717-2.046-2.701-2.979-2.987-2.835-6.554-5.054-10.691-6.661-4.142-1.599-8.686-2.4-13.642-2.4l-24.74 0 0 63.444 0.491 0 13.469-13.502 0-37.343z"}),
24
+ vue_1.h('path', {"fill":"#231f20","fill-opacity":"0.3","d":"m173.772 326.093 0 12.546c11.174 3.022 20.915 9.491 28.067 18.173l8.652-8.674c-9.346-10.95-22.146-18.865-36.719-22.045z"}),
25
+ vue_1.h('path', {"fill":"#f78d0a","d":"m173.772 312.311 0 13.781c14.573 3.18 27.372 11.095 36.719 22.045l9.557-9.581c-11.788-13.438-27.945-22.949-46.276-26.246zM93.326 404.07l-13.717 0c2.951 19.244 12.723 36.219 26.743 48.454l9.551-9.575C104.378 433.157 96.196 419.547 93.326 404.07Z"}),
26
+ vue_1.h('path', {"fill":"#231f20","fill-opacity":"0.3","d":"m105.778 404.07-12.452 0c2.871 15.477 11.053 29.087 22.577 38.879l8.658-8.678c-9.259-7.593-16.015-18.128-18.783-30.201z"})
27
+ ])
28
+ ]);
29
+ }
30
+ });
31
+
32
+ exports.default = OwaspDependencyCheck;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - OWASP Dependency-Check
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const OwaspDependencyCheck: DefineComponent<SVGAttributes>;
7
+ export default OwaspDependencyCheck;
@@ -0,0 +1,29 @@
1
+ // @thesvg/vue - OWASP Dependency-Check
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const OwaspDependencyCheck = defineComponent({
7
+ name: 'OwaspDependencyCheck',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 140.625 140.625',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}),
16
+ h('g', {"transform":"translate(-79.608992,-311.899)"}, [
17
+ h('path', {"fill":"#231f20","fill-opacity":"0.5","d":"m147.555 325.58 0-13.681c-34.422 5.059-61.779 31.82-67.693 65.957l13.769 0c5.594-26.651 26.983-47.489 53.924-52.276z"}),
18
+ h('path', {"fill":"#231f20","fill-opacity":"0.3","d":"m147.555 338.005 0-12.425c-26.941 4.786-48.33 25.625-53.924 52.276l12.512 0c5.175-19.907 21.216-35.427 41.412-39.851z"}),
19
+ h('path', {"fill":"#f78d0a","d":"m186.395 372.292-10.207 10.23c0.299 0.581 0.641 1.122 0.89 1.746 0.94 2.352 1.411 4.925 1.411 7.702l0 0.183c0 2.842-0.472 5.41-1.411 7.703-0.935 2.303-2.235 4.291-3.894 5.982-1.664 1.696-3.674 2.99-6.024 3.894-2.361 0.906-4.961 1.362-7.8 1.362l-10.78 0 0-0.902-13.469 13.502 24.249 0c4.955 0 9.499-0.818 13.642-2.447 4.137-1.635 7.704-3.864 10.691-6.714 2.995-2.836 5.303-6.184 6.935-10.058 1.632-3.865 2.448-8.033 2.448-12.506l0-0.176c0-4.472-0.816-8.626-2.448-12.467-1.095-2.575-2.525-4.906-4.234-7.035z"}),
20
+ h('path', {"fill":"#f78d0a","fill-opacity":"0.7","d":"m148.581 372.85 10.78 0c2.837 0 5.438 0.467 7.8 1.405 2.35 0.937 4.36 2.253 6.024 3.94 1.217 1.242 2.175 2.728 3.004 4.328l10.207-10.23c-0.836-1.04-1.717-2.046-2.701-2.979-2.987-2.835-6.554-5.054-10.691-6.661-4.142-1.599-8.686-2.4-13.642-2.4l-24.74 0 0 63.444 0.491 0 13.469-13.502 0-37.343z"}),
21
+ h('path', {"fill":"#231f20","fill-opacity":"0.3","d":"m173.772 326.093 0 12.546c11.174 3.022 20.915 9.491 28.067 18.173l8.652-8.674c-9.346-10.95-22.146-18.865-36.719-22.045z"}),
22
+ h('path', {"fill":"#f78d0a","d":"m173.772 312.311 0 13.781c14.573 3.18 27.372 11.095 36.719 22.045l9.557-9.581c-11.788-13.438-27.945-22.949-46.276-26.246zM93.326 404.07l-13.717 0c2.951 19.244 12.723 36.219 26.743 48.454l9.551-9.575C104.378 433.157 96.196 419.547 93.326 404.07Z"}),
23
+ h('path', {"fill":"#231f20","fill-opacity":"0.3","d":"m105.778 404.07-12.452 0c2.871 15.477 11.053 29.087 22.577 38.879l8.658-8.678c-9.259-7.593-16.015-18.128-18.783-30.201z"})
24
+ ])
25
+ ]);
26
+ }
27
+ });
28
+
29
+ export default OwaspDependencyCheck;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ // @thesvg/vue - Tata Consultancy Services
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const TataConsultancyServices = vue_1.defineComponent({
10
+ name: 'TataConsultancyServices',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 956.69287 342.99213',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('title', {}),
19
+ vue_1.h('defs', {"id":"defs4"}),
20
+ vue_1.h('g', {"transform":"translate(-161.07883,-76.646639)","id":"layer1"}, [
21
+ vue_1.h('path', {"d":"M 581.38007,364.40555 C 581.38007,372.93845 577.91941,376.85714 572.26474,376.85714 C 566.90977,376.85714 563.28513,372.79709 563.28513,364.40555 L 563.28513,339.06698 L 555.32335,339.06698 L 555.32335,363.82878 C 555.32335,377.57528 561.84884,383.2243 571.97635,383.2243 C 582.39791,383.2243 589.3475,377.28124 589.3475,363.82878 L 589.3475,339.06698 L 581.38007,339.06698 L 581.38007,364.40555 z M 537.08704,357.16192 C 531.29665,354.99618 528.83687,353.39591 528.83687,350.07096 C 528.83687,347.46416 531.00827,344.86301 535.93348,344.86301 C 540.1236,344.86301 543.02444,346.02788 544.61906,346.88739 L 546.50772,340.51457 C 544.31936,339.36102 540.85305,338.34318 536.0692,338.34318 C 526.67113,338.34318 520.73373,343.70946 520.73373,350.80042 C 520.73373,357.0149 525.35925,360.92793 532.46717,363.38771 C 537.95786,365.41209 540.27062,367.44777 540.27062,370.62569 C 540.27062,374.24468 537.37543,376.55179 532.31449,376.55179 C 528.2601,376.55179 524.35272,375.25687 521.89294,373.81493 L 520.02124,380.32911 C 522.47537,381.7767 527.25922,383.2243 531.87909,383.2243 C 543.02444,383.2243 548.23239,377.14553 548.23239,370.04892 C 548.23239,363.82878 544.61906,360.05146 537.08704,357.16192 z M 451.11342,376.85714 C 443.44004,376.85714 439.09725,369.46649 439.09725,360.92793 C 439.09725,352.24236 443.29302,344.71034 451.11342,344.71034 C 459.0752,344.71034 463.1296,352.38938 463.1296,360.63389 C 463.1296,369.76053 458.79247,376.85714 451.11342,376.85714 z M 451.40747,338.34318 C 451.40747,338.34318 451.24914,338.34318 451.11342,338.34318 C 439.09725,338.48454 430.84709,347.91088 430.84709,361.07495 C 430.84709,373.81493 438.52613,383.2243 450.82504,383.2243 C 450.97206,383.2243 451.11342,383.2243 451.11342,383.2243 C 462.98823,383.07162 471.67381,374.82711 471.67381,360.35116 C 471.67381,347.91088 464.14179,338.34318 451.40747,338.34318 z M 866.96356,363.24635 L 883.31686,363.24635 L 883.31686,356.72651 L 866.96356,356.72651 L 866.96356,345.58681 L 884.32905,345.58681 L 884.32905,339.06698 L 859.00178,339.06698 L 859.00178,382.49485 L 885.34124,382.49485 L 885.34124,375.98067 L 866.96356,375.98067 L 866.96356,363.24635 z M 606.28324,375.83364 L 606.28324,339.06698 L 598.32147,339.06698 L 598.32147,382.49485 L 624.07849,382.49485 L 624.07849,375.83364 L 606.28324,375.83364 z M 505.53963,354.12536 C 505.53963,360.77526 505.67534,366.42993 506.25212,372.22031 L 506.1051,372.22031 C 504.09769,367.44777 501.6266,362.52255 498.73141,357.7387 L 487.44468,339.06698 L 478.46507,339.06698 L 478.46507,382.49485 L 485.70304,382.49485 L 485.70304,366.86534 C 485.70304,359.76307 485.70304,354.12536 485.27329,348.47635 L 485.56168,348.33498 C 487.72742,353.2602 490.48124,358.60952 493.38209,363.38771 L 504.66881,382.49485 L 512.91332,382.49485 L 512.91332,339.06698 L 505.53963,339.06698 L 505.53963,354.12536 z M 652.45363,345.73949 L 652.45363,339.06698 L 619.74136,339.06698 L 619.74136,345.73949 L 632.17598,345.73949 L 632.17598,382.49485 L 640.0077,382.49485 L 640.0077,345.73949 L 652.45363,345.73949 z M 793.28885,350.21799 C 791.8356,353.2602 790.52937,356.00837 789.52284,358.76785 L 789.38148,358.76785 C 788.22227,355.867 787.06306,353.39591 785.61547,350.21799 L 780.40186,339.06698 L 771.42224,339.06698 L 785.04434,364.40555 L 785.04434,382.49485 L 793.00612,382.49485 L 793.00612,364.11717 L 807.47077,339.06698 L 798.49681,339.06698 L 793.28885,350.21799 z M 720.90907,354.12536 C 720.90907,360.77526 721.06175,366.42993 721.64418,372.22031 L 721.4915,372.22031 C 719.47278,367.44777 716.85467,362.52255 714.1065,357.7387 L 702.81978,339.06698 L 693.69314,339.06698 L 693.69314,382.49485 L 701.0951,382.49485 L 701.0951,366.86534 C 701.0951,359.76307 700.93677,354.12536 700.64838,348.47635 L 700.93677,348.33498 C 702.96114,353.2602 705.85634,358.60952 708.61016,363.38771 L 720.0439,382.49485 L 728.30538,382.49485 L 728.30538,339.06698 L 720.90907,339.06698 L 720.90907,354.12536 z M 840.76547,357.16192 C 834.96943,354.99618 832.5153,353.39591 832.5153,350.07096 C 832.5153,347.46416 834.54533,344.86301 839.61192,344.86301 C 843.66631,344.86301 846.70287,346.02788 848.28053,346.88739 L 850.16919,340.51457 C 847.99779,339.36102 844.53148,338.34318 839.74763,338.34318 C 830.3326,338.34318 824.41782,343.70946 824.41782,350.80042 C 824.41782,357.0149 829.03768,360.92793 836.12298,363.38771 C 841.63063,365.41209 843.80768,367.44777 843.80768,370.62569 C 843.80768,374.24468 841.0482,376.55179 835.98162,376.55179 C 831.93287,376.55179 828.0255,375.25687 825.43,373.81493 L 823.68271,380.32911 C 826.13684,381.7767 830.91503,383.2243 835.41615,383.2243 C 846.70287,383.2243 851.90517,377.14553 851.90517,370.04892 C 851.90517,363.82878 848.28053,360.05146 840.76547,357.16192 z M 668.37152,364.25288 L 662.73947,364.25288 L 666.20013,353.39591 C 666.92958,350.95309 667.65338,347.91088 668.2245,345.29842 L 668.37152,345.29842 L 668.37152,345.43979 C 669.10098,347.91088 669.68341,350.80042 670.53726,353.54293 L 674.0262,364.25288 L 668.37152,364.25288 z M 668.37152,339.06698 L 663.61029,339.06698 L 651.00603,378.01069 L 649.55278,382.49485 L 657.81425,382.49485 L 661.56896,370.19028 L 675.31546,370.19028 L 679.23415,382.49485 L 687.76139,382.49485 L 673.57948,339.06698 L 668.37152,339.06698 z M 948.45302,358.90356 C 946.71703,364.11717 945.11676,369.46649 944.10457,374.53307 L 943.96321,374.53307 C 942.80965,369.31946 941.35075,364.25288 939.63173,358.76785 L 933.69433,339.06698 L 925.0031,339.06698 L 939.18501,382.49485 L 948.15897,382.49485 L 963.21171,339.06698 L 954.82583,339.06698 L 948.45302,358.90356 z M 1006.2098,344.86301 C 1009.8232,344.86301 1012.7127,345.73949 1014.7427,346.59334 L 1016.4844,340.22618 C 1014.8841,339.36102 1011.1181,338.34318 1005.9045,338.34318 C 992.59903,338.34318 982.60157,347.02875 982.60157,361.22198 C 982.60157,374.53307 990.9931,383.2243 1004.9093,383.2243 C 1010.1115,383.2243 1014.1716,382.06509 1016.0546,381.18862 L 1014.7427,374.97413 C 1012.7127,375.83364 1009.3878,376.55179 1006.2098,376.55179 C 996.64777,376.55179 990.9931,370.48433 990.9931,360.92793 C 990.9931,350.35935 997.37157,344.86301 1006.2098,344.86301 z M 967.84854,382.49485 L 975.81031,382.49485 L 975.81031,339.06698 L 967.84854,339.06698 L 967.84854,382.49485 z M 758.69923,344.86301 C 762.16555,344.86301 765.06074,345.73949 767.09076,346.59334 L 768.82675,340.22618 C 767.23779,339.36102 763.60749,338.34318 758.25251,338.34318 C 745.08279,338.34318 735.09664,347.02875 735.09664,361.22198 C 735.09664,374.53307 743.49382,383.2243 757.24598,383.2243 C 762.46524,383.2243 766.65535,382.06509 768.53271,381.18862 L 767.23779,374.97413 C 765.06074,375.83364 761.74145,376.55179 758.55787,376.55179 C 748.99582,376.55179 743.49382,370.48433 743.49382,360.92793 C 743.49382,350.35935 749.86664,344.86301 758.69923,344.86301 z M 1071.1933,357.16192 C 1065.403,354.99618 1062.8075,353.39591 1062.8075,350.07096 C 1062.8075,347.46416 1064.9732,344.86301 1070.0398,344.86301 C 1074.0942,344.86301 1077.1308,346.02788 1078.7197,346.88739 L 1080.5971,340.51457 C 1078.2843,339.36102 1074.8123,338.34318 1070.1755,338.34318 C 1060.7718,338.34318 1054.8457,343.70946 1054.8457,350.80042 C 1054.8457,357.0149 1059.3242,360.92793 1066.5735,363.38771 C 1072.0585,365.41209 1074.2356,367.44777 1074.2356,370.62569 C 1074.2356,374.24468 1071.3404,376.55179 1066.4265,376.55179 C 1062.3664,376.55179 1058.4647,375.25687 1055.8579,373.81493 L 1054.1106,380.32911 C 1056.4233,381.7767 1061.2072,383.2243 1065.844,383.2243 C 1076.9894,383.2243 1082.3387,377.14553 1082.3387,370.04892 C 1082.3387,363.82878 1078.7197,360.05146 1071.1933,357.16192 z M 1030.8133,363.24635 L 1047.161,363.24635 L 1047.161,356.72651 L 1030.8133,356.72651 L 1030.8133,345.58681 L 1048.0318,345.58681 L 1048.0318,339.06698 L 1022.8459,339.06698 L 1022.8459,382.49485 L 1049.044,382.49485 L 1049.044,375.98067 L 1030.8133,375.98067 L 1030.8133,363.24635 z M 327.64935,352.38938 L 327.64935,339.50239 C 326.91989,339.50239 326.1961,339.50239 325.47795,339.50239 C 312.44959,339.50239 299.42689,339.50239 286.53424,339.50239 C 285.81609,339.50239 285.1036,339.50239 284.3685,339.50239 L 284.3685,352.38938 L 297.11978,352.38938 L 297.11978,384.23083 L 314.90937,384.23083 L 314.90937,352.38938 L 327.64935,352.38938 z M 418.25979,344.86301 C 421.87312,344.86301 424.77397,345.73949 426.79269,346.59334 L 428.53432,340.22618 C 426.79269,339.36102 423.1737,338.34318 417.96575,338.34318 C 404.649,338.34318 394.66285,347.02875 394.66285,361.22198 C 394.66285,374.53307 403.05438,383.2243 416.80654,383.2243 C 422.16151,383.2243 426.21591,382.06509 428.09892,381.18862 L 426.79269,374.97413 C 424.77397,375.83364 421.44337,376.55179 418.10711,376.55179 C 408.56203,376.55179 403.05438,370.48433 403.05438,360.92793 C 403.05438,350.35935 409.43285,344.86301 418.25979,344.86301 z M 906.76113,358.60952 C 906.19001,358.76785 905.46621,358.76785 904.87812,358.76785 L 900.11124,358.76785 L 900.11124,345.00438 C 900.98771,344.86301 902.56536,344.71034 905.03645,344.71034 C 905.60758,344.71034 906.19001,344.71034 906.76113,344.71034 C 910.95689,345.29842 913.56935,347.46416 913.56935,351.66558 C 913.56935,355.42594 910.95689,358.0384 906.76113,358.60952 z M 913.56935,361.94012 L 913.56935,361.80441 C 917.62375,360.35116 921.38411,356.43247 921.38411,350.95309 C 921.38411,347.18143 920.08919,344.13922 917.62375,342.25621 C 915.15266,340.09047 911.68635,339.06698 906.76113,338.78424 C 906.0543,338.63722 905.18348,338.63722 904.307,338.63722 C 899.67017,338.63722 895.33304,339.06698 892.29083,339.64941 L 892.29083,382.49485 L 900.11124,382.49485 L 900.11124,364.54692 L 904.16564,364.54692 C 905.18348,364.68829 906.0543,364.68829 906.76113,364.97668 C 909.51495,365.70047 910.95689,367.87187 911.96908,372.22031 C 913.14525,377.57528 914.15178,381.18862 914.86993,382.49485 L 922.97307,382.49485 C 922.11356,380.75886 920.94304,375.83364 919.64812,370.3373 C 918.48892,366.13588 916.61157,363.09367 913.56935,361.94012 z M 340.37801,339.50239 L 325.47795,378.58181 L 323.31221,384.23083 L 340.81907,384.23083 L 349.94006,357.45031 L 359.06104,384.23083 L 376.42654,384.23083 L 359.33812,339.50239 C 352.97662,339.50239 346.76213,339.50239 340.37801,339.50239 z M 239.79273,352.38938 L 239.79273,339.50239 C 239.06328,339.50239 238.35079,339.50239 237.62134,339.50239 C 223.86352,339.50239 210.26969,339.50239 196.51188,339.50239 L 196.51188,352.38938 L 209.25185,352.38938 L 209.25185,384.23083 L 227.0471,384.23083 L 227.0471,352.38938 L 239.79273,352.38938 z M 271.4815,339.50239 C 265.26137,339.50239 258.89986,339.50239 252.67972,339.50239 L 237.62134,378.58181 L 235.44429,384.23083 L 252.96246,384.23083 L 262.08344,357.45031 L 271.19877,384.23083 L 288.72259,384.23083 L 286.53424,378.58181 L 271.4815,339.50239 z M 666.3415,270.68504 L 666.3415,238.84925 L 679.08713,238.84925 L 679.08713,225.9566 C 678.35767,225.9566 677.64518,225.9566 676.92139,225.9566 C 663.89303,225.9566 650.85901,225.9566 637.97767,225.9566 C 637.24822,225.9566 636.53573,225.9566 635.94764,225.9566 L 635.94764,238.84925 L 648.39357,238.84925 L 648.39357,270.68504 L 666.3415,270.68504 z M 600.0631,194.70323 C 605.11838,197.02165 610.62037,198.899 616.41641,200.20523 L 625.53174,156.05356 C 625.9615,153.16402 626.40256,150.70424 625.81447,147.36799 C 625.23204,145.05523 623.50737,143.89602 620.61218,143.46626 C 613.7983,143.89602 606.85436,144.47845 600.0631,145.33796 C 590.35969,146.50848 580.79764,148.09178 571.2469,149.6864 C 570.51745,152.15184 570.23472,154.75299 570.23472,157.35979 C 570.23472,172.84228 582.10952,186.59444 600.0631,194.70323 z M 629.58048,134.92206 C 632.17598,134.20392 635.66491,136.23394 635.07682,139.2705 L 635.07682,141.14785 L 634.94111,202.51799 L 641.01423,202.51799 L 641.01423,139.2705 C 640.44876,136.23394 644.05079,134.20392 646.6689,134.92206 C 652.88904,134.92206 663.746,135.78722 676.04491,137.52886 C 684.29508,138.82943 693.26904,140.42405 701.80759,142.44842 C 697.0294,133.19173 687.90841,125.37698 676.04491,120.01635 C 665.18795,114.94411 652.02387,112.05457 637.97767,112.05457 C 623.93147,112.05457 610.90876,114.94411 600.0631,119.87498 C 588.04693,125.37698 578.77892,133.19173 574.00638,142.58979 C 582.53362,140.42405 591.65461,138.82943 600.0631,137.67023 C 612.36767,135.78722 623.366,134.92206 629.58048,134.92206 z M 560.67832,270.68504 L 578.47923,270.68504 L 578.47923,238.84925 L 591.23616,238.84925 L 591.23616,225.9566 C 590.4954,225.9566 589.7716,225.9566 589.05911,225.9566 C 575.3013,225.9566 561.70747,225.9566 547.94966,225.9566 L 547.94966,238.84925 L 560.67832,238.84925 L 560.67832,270.68504 z M 710.49317,270.68504 L 728.00568,270.68504 L 710.78155,225.9566 C 704.56142,225.9566 698.19991,225.9566 691.96281,225.9566 L 676.92139,265.19436 L 674.74434,270.68504 L 692.25685,270.68504 L 701.37784,243.91583 L 710.49317,270.68504 z M 623.0663,225.9566 C 616.69914,225.9566 610.33764,225.9566 604.1175,225.9566 L 589.05911,265.19436 L 586.88772,270.68504 L 604.40024,270.68504 L 613.52122,243.91583 L 622.63655,270.68504 L 640.0077,270.68504 L 637.97767,265.19436 L 623.0663,225.9566 z M 655.48453,143.46626 C 652.74767,143.89602 651.00603,145.05523 650.28223,147.36799 C 649.84682,150.70424 650.28223,153.16402 650.7233,156.05356 L 659.69161,200.05821 C 665.47633,198.75198 670.98398,196.88594 676.04491,194.70323 C 693.86278,186.44742 705.5736,172.84228 705.5736,157.35979 C 705.5736,154.75299 705.28521,152.15184 704.70844,149.6864 C 695.15204,147.94476 685.59565,146.36146 676.04491,145.20225 C 669.24234,144.47845 662.29275,143.89602 655.48453,143.46626","id":"path2492","style":"fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none"})
22
+ ])
23
+ ]);
24
+ }
25
+ });
26
+
27
+ exports.default = TataConsultancyServices;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Tata Consultancy Services
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const TataConsultancyServices: DefineComponent<SVGAttributes>;
7
+ export default TataConsultancyServices;
@@ -0,0 +1,24 @@
1
+ // @thesvg/vue - Tata Consultancy Services
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const TataConsultancyServices = defineComponent({
7
+ name: 'TataConsultancyServices',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 956.69287 342.99213',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}),
16
+ h('defs', {"id":"defs4"}),
17
+ h('g', {"transform":"translate(-161.07883,-76.646639)","id":"layer1"}, [
18
+ h('path', {"d":"M 581.38007,364.40555 C 581.38007,372.93845 577.91941,376.85714 572.26474,376.85714 C 566.90977,376.85714 563.28513,372.79709 563.28513,364.40555 L 563.28513,339.06698 L 555.32335,339.06698 L 555.32335,363.82878 C 555.32335,377.57528 561.84884,383.2243 571.97635,383.2243 C 582.39791,383.2243 589.3475,377.28124 589.3475,363.82878 L 589.3475,339.06698 L 581.38007,339.06698 L 581.38007,364.40555 z M 537.08704,357.16192 C 531.29665,354.99618 528.83687,353.39591 528.83687,350.07096 C 528.83687,347.46416 531.00827,344.86301 535.93348,344.86301 C 540.1236,344.86301 543.02444,346.02788 544.61906,346.88739 L 546.50772,340.51457 C 544.31936,339.36102 540.85305,338.34318 536.0692,338.34318 C 526.67113,338.34318 520.73373,343.70946 520.73373,350.80042 C 520.73373,357.0149 525.35925,360.92793 532.46717,363.38771 C 537.95786,365.41209 540.27062,367.44777 540.27062,370.62569 C 540.27062,374.24468 537.37543,376.55179 532.31449,376.55179 C 528.2601,376.55179 524.35272,375.25687 521.89294,373.81493 L 520.02124,380.32911 C 522.47537,381.7767 527.25922,383.2243 531.87909,383.2243 C 543.02444,383.2243 548.23239,377.14553 548.23239,370.04892 C 548.23239,363.82878 544.61906,360.05146 537.08704,357.16192 z M 451.11342,376.85714 C 443.44004,376.85714 439.09725,369.46649 439.09725,360.92793 C 439.09725,352.24236 443.29302,344.71034 451.11342,344.71034 C 459.0752,344.71034 463.1296,352.38938 463.1296,360.63389 C 463.1296,369.76053 458.79247,376.85714 451.11342,376.85714 z M 451.40747,338.34318 C 451.40747,338.34318 451.24914,338.34318 451.11342,338.34318 C 439.09725,338.48454 430.84709,347.91088 430.84709,361.07495 C 430.84709,373.81493 438.52613,383.2243 450.82504,383.2243 C 450.97206,383.2243 451.11342,383.2243 451.11342,383.2243 C 462.98823,383.07162 471.67381,374.82711 471.67381,360.35116 C 471.67381,347.91088 464.14179,338.34318 451.40747,338.34318 z M 866.96356,363.24635 L 883.31686,363.24635 L 883.31686,356.72651 L 866.96356,356.72651 L 866.96356,345.58681 L 884.32905,345.58681 L 884.32905,339.06698 L 859.00178,339.06698 L 859.00178,382.49485 L 885.34124,382.49485 L 885.34124,375.98067 L 866.96356,375.98067 L 866.96356,363.24635 z M 606.28324,375.83364 L 606.28324,339.06698 L 598.32147,339.06698 L 598.32147,382.49485 L 624.07849,382.49485 L 624.07849,375.83364 L 606.28324,375.83364 z M 505.53963,354.12536 C 505.53963,360.77526 505.67534,366.42993 506.25212,372.22031 L 506.1051,372.22031 C 504.09769,367.44777 501.6266,362.52255 498.73141,357.7387 L 487.44468,339.06698 L 478.46507,339.06698 L 478.46507,382.49485 L 485.70304,382.49485 L 485.70304,366.86534 C 485.70304,359.76307 485.70304,354.12536 485.27329,348.47635 L 485.56168,348.33498 C 487.72742,353.2602 490.48124,358.60952 493.38209,363.38771 L 504.66881,382.49485 L 512.91332,382.49485 L 512.91332,339.06698 L 505.53963,339.06698 L 505.53963,354.12536 z M 652.45363,345.73949 L 652.45363,339.06698 L 619.74136,339.06698 L 619.74136,345.73949 L 632.17598,345.73949 L 632.17598,382.49485 L 640.0077,382.49485 L 640.0077,345.73949 L 652.45363,345.73949 z M 793.28885,350.21799 C 791.8356,353.2602 790.52937,356.00837 789.52284,358.76785 L 789.38148,358.76785 C 788.22227,355.867 787.06306,353.39591 785.61547,350.21799 L 780.40186,339.06698 L 771.42224,339.06698 L 785.04434,364.40555 L 785.04434,382.49485 L 793.00612,382.49485 L 793.00612,364.11717 L 807.47077,339.06698 L 798.49681,339.06698 L 793.28885,350.21799 z M 720.90907,354.12536 C 720.90907,360.77526 721.06175,366.42993 721.64418,372.22031 L 721.4915,372.22031 C 719.47278,367.44777 716.85467,362.52255 714.1065,357.7387 L 702.81978,339.06698 L 693.69314,339.06698 L 693.69314,382.49485 L 701.0951,382.49485 L 701.0951,366.86534 C 701.0951,359.76307 700.93677,354.12536 700.64838,348.47635 L 700.93677,348.33498 C 702.96114,353.2602 705.85634,358.60952 708.61016,363.38771 L 720.0439,382.49485 L 728.30538,382.49485 L 728.30538,339.06698 L 720.90907,339.06698 L 720.90907,354.12536 z M 840.76547,357.16192 C 834.96943,354.99618 832.5153,353.39591 832.5153,350.07096 C 832.5153,347.46416 834.54533,344.86301 839.61192,344.86301 C 843.66631,344.86301 846.70287,346.02788 848.28053,346.88739 L 850.16919,340.51457 C 847.99779,339.36102 844.53148,338.34318 839.74763,338.34318 C 830.3326,338.34318 824.41782,343.70946 824.41782,350.80042 C 824.41782,357.0149 829.03768,360.92793 836.12298,363.38771 C 841.63063,365.41209 843.80768,367.44777 843.80768,370.62569 C 843.80768,374.24468 841.0482,376.55179 835.98162,376.55179 C 831.93287,376.55179 828.0255,375.25687 825.43,373.81493 L 823.68271,380.32911 C 826.13684,381.7767 830.91503,383.2243 835.41615,383.2243 C 846.70287,383.2243 851.90517,377.14553 851.90517,370.04892 C 851.90517,363.82878 848.28053,360.05146 840.76547,357.16192 z M 668.37152,364.25288 L 662.73947,364.25288 L 666.20013,353.39591 C 666.92958,350.95309 667.65338,347.91088 668.2245,345.29842 L 668.37152,345.29842 L 668.37152,345.43979 C 669.10098,347.91088 669.68341,350.80042 670.53726,353.54293 L 674.0262,364.25288 L 668.37152,364.25288 z M 668.37152,339.06698 L 663.61029,339.06698 L 651.00603,378.01069 L 649.55278,382.49485 L 657.81425,382.49485 L 661.56896,370.19028 L 675.31546,370.19028 L 679.23415,382.49485 L 687.76139,382.49485 L 673.57948,339.06698 L 668.37152,339.06698 z M 948.45302,358.90356 C 946.71703,364.11717 945.11676,369.46649 944.10457,374.53307 L 943.96321,374.53307 C 942.80965,369.31946 941.35075,364.25288 939.63173,358.76785 L 933.69433,339.06698 L 925.0031,339.06698 L 939.18501,382.49485 L 948.15897,382.49485 L 963.21171,339.06698 L 954.82583,339.06698 L 948.45302,358.90356 z M 1006.2098,344.86301 C 1009.8232,344.86301 1012.7127,345.73949 1014.7427,346.59334 L 1016.4844,340.22618 C 1014.8841,339.36102 1011.1181,338.34318 1005.9045,338.34318 C 992.59903,338.34318 982.60157,347.02875 982.60157,361.22198 C 982.60157,374.53307 990.9931,383.2243 1004.9093,383.2243 C 1010.1115,383.2243 1014.1716,382.06509 1016.0546,381.18862 L 1014.7427,374.97413 C 1012.7127,375.83364 1009.3878,376.55179 1006.2098,376.55179 C 996.64777,376.55179 990.9931,370.48433 990.9931,360.92793 C 990.9931,350.35935 997.37157,344.86301 1006.2098,344.86301 z M 967.84854,382.49485 L 975.81031,382.49485 L 975.81031,339.06698 L 967.84854,339.06698 L 967.84854,382.49485 z M 758.69923,344.86301 C 762.16555,344.86301 765.06074,345.73949 767.09076,346.59334 L 768.82675,340.22618 C 767.23779,339.36102 763.60749,338.34318 758.25251,338.34318 C 745.08279,338.34318 735.09664,347.02875 735.09664,361.22198 C 735.09664,374.53307 743.49382,383.2243 757.24598,383.2243 C 762.46524,383.2243 766.65535,382.06509 768.53271,381.18862 L 767.23779,374.97413 C 765.06074,375.83364 761.74145,376.55179 758.55787,376.55179 C 748.99582,376.55179 743.49382,370.48433 743.49382,360.92793 C 743.49382,350.35935 749.86664,344.86301 758.69923,344.86301 z M 1071.1933,357.16192 C 1065.403,354.99618 1062.8075,353.39591 1062.8075,350.07096 C 1062.8075,347.46416 1064.9732,344.86301 1070.0398,344.86301 C 1074.0942,344.86301 1077.1308,346.02788 1078.7197,346.88739 L 1080.5971,340.51457 C 1078.2843,339.36102 1074.8123,338.34318 1070.1755,338.34318 C 1060.7718,338.34318 1054.8457,343.70946 1054.8457,350.80042 C 1054.8457,357.0149 1059.3242,360.92793 1066.5735,363.38771 C 1072.0585,365.41209 1074.2356,367.44777 1074.2356,370.62569 C 1074.2356,374.24468 1071.3404,376.55179 1066.4265,376.55179 C 1062.3664,376.55179 1058.4647,375.25687 1055.8579,373.81493 L 1054.1106,380.32911 C 1056.4233,381.7767 1061.2072,383.2243 1065.844,383.2243 C 1076.9894,383.2243 1082.3387,377.14553 1082.3387,370.04892 C 1082.3387,363.82878 1078.7197,360.05146 1071.1933,357.16192 z M 1030.8133,363.24635 L 1047.161,363.24635 L 1047.161,356.72651 L 1030.8133,356.72651 L 1030.8133,345.58681 L 1048.0318,345.58681 L 1048.0318,339.06698 L 1022.8459,339.06698 L 1022.8459,382.49485 L 1049.044,382.49485 L 1049.044,375.98067 L 1030.8133,375.98067 L 1030.8133,363.24635 z M 327.64935,352.38938 L 327.64935,339.50239 C 326.91989,339.50239 326.1961,339.50239 325.47795,339.50239 C 312.44959,339.50239 299.42689,339.50239 286.53424,339.50239 C 285.81609,339.50239 285.1036,339.50239 284.3685,339.50239 L 284.3685,352.38938 L 297.11978,352.38938 L 297.11978,384.23083 L 314.90937,384.23083 L 314.90937,352.38938 L 327.64935,352.38938 z M 418.25979,344.86301 C 421.87312,344.86301 424.77397,345.73949 426.79269,346.59334 L 428.53432,340.22618 C 426.79269,339.36102 423.1737,338.34318 417.96575,338.34318 C 404.649,338.34318 394.66285,347.02875 394.66285,361.22198 C 394.66285,374.53307 403.05438,383.2243 416.80654,383.2243 C 422.16151,383.2243 426.21591,382.06509 428.09892,381.18862 L 426.79269,374.97413 C 424.77397,375.83364 421.44337,376.55179 418.10711,376.55179 C 408.56203,376.55179 403.05438,370.48433 403.05438,360.92793 C 403.05438,350.35935 409.43285,344.86301 418.25979,344.86301 z M 906.76113,358.60952 C 906.19001,358.76785 905.46621,358.76785 904.87812,358.76785 L 900.11124,358.76785 L 900.11124,345.00438 C 900.98771,344.86301 902.56536,344.71034 905.03645,344.71034 C 905.60758,344.71034 906.19001,344.71034 906.76113,344.71034 C 910.95689,345.29842 913.56935,347.46416 913.56935,351.66558 C 913.56935,355.42594 910.95689,358.0384 906.76113,358.60952 z M 913.56935,361.94012 L 913.56935,361.80441 C 917.62375,360.35116 921.38411,356.43247 921.38411,350.95309 C 921.38411,347.18143 920.08919,344.13922 917.62375,342.25621 C 915.15266,340.09047 911.68635,339.06698 906.76113,338.78424 C 906.0543,338.63722 905.18348,338.63722 904.307,338.63722 C 899.67017,338.63722 895.33304,339.06698 892.29083,339.64941 L 892.29083,382.49485 L 900.11124,382.49485 L 900.11124,364.54692 L 904.16564,364.54692 C 905.18348,364.68829 906.0543,364.68829 906.76113,364.97668 C 909.51495,365.70047 910.95689,367.87187 911.96908,372.22031 C 913.14525,377.57528 914.15178,381.18862 914.86993,382.49485 L 922.97307,382.49485 C 922.11356,380.75886 920.94304,375.83364 919.64812,370.3373 C 918.48892,366.13588 916.61157,363.09367 913.56935,361.94012 z M 340.37801,339.50239 L 325.47795,378.58181 L 323.31221,384.23083 L 340.81907,384.23083 L 349.94006,357.45031 L 359.06104,384.23083 L 376.42654,384.23083 L 359.33812,339.50239 C 352.97662,339.50239 346.76213,339.50239 340.37801,339.50239 z M 239.79273,352.38938 L 239.79273,339.50239 C 239.06328,339.50239 238.35079,339.50239 237.62134,339.50239 C 223.86352,339.50239 210.26969,339.50239 196.51188,339.50239 L 196.51188,352.38938 L 209.25185,352.38938 L 209.25185,384.23083 L 227.0471,384.23083 L 227.0471,352.38938 L 239.79273,352.38938 z M 271.4815,339.50239 C 265.26137,339.50239 258.89986,339.50239 252.67972,339.50239 L 237.62134,378.58181 L 235.44429,384.23083 L 252.96246,384.23083 L 262.08344,357.45031 L 271.19877,384.23083 L 288.72259,384.23083 L 286.53424,378.58181 L 271.4815,339.50239 z M 666.3415,270.68504 L 666.3415,238.84925 L 679.08713,238.84925 L 679.08713,225.9566 C 678.35767,225.9566 677.64518,225.9566 676.92139,225.9566 C 663.89303,225.9566 650.85901,225.9566 637.97767,225.9566 C 637.24822,225.9566 636.53573,225.9566 635.94764,225.9566 L 635.94764,238.84925 L 648.39357,238.84925 L 648.39357,270.68504 L 666.3415,270.68504 z M 600.0631,194.70323 C 605.11838,197.02165 610.62037,198.899 616.41641,200.20523 L 625.53174,156.05356 C 625.9615,153.16402 626.40256,150.70424 625.81447,147.36799 C 625.23204,145.05523 623.50737,143.89602 620.61218,143.46626 C 613.7983,143.89602 606.85436,144.47845 600.0631,145.33796 C 590.35969,146.50848 580.79764,148.09178 571.2469,149.6864 C 570.51745,152.15184 570.23472,154.75299 570.23472,157.35979 C 570.23472,172.84228 582.10952,186.59444 600.0631,194.70323 z M 629.58048,134.92206 C 632.17598,134.20392 635.66491,136.23394 635.07682,139.2705 L 635.07682,141.14785 L 634.94111,202.51799 L 641.01423,202.51799 L 641.01423,139.2705 C 640.44876,136.23394 644.05079,134.20392 646.6689,134.92206 C 652.88904,134.92206 663.746,135.78722 676.04491,137.52886 C 684.29508,138.82943 693.26904,140.42405 701.80759,142.44842 C 697.0294,133.19173 687.90841,125.37698 676.04491,120.01635 C 665.18795,114.94411 652.02387,112.05457 637.97767,112.05457 C 623.93147,112.05457 610.90876,114.94411 600.0631,119.87498 C 588.04693,125.37698 578.77892,133.19173 574.00638,142.58979 C 582.53362,140.42405 591.65461,138.82943 600.0631,137.67023 C 612.36767,135.78722 623.366,134.92206 629.58048,134.92206 z M 560.67832,270.68504 L 578.47923,270.68504 L 578.47923,238.84925 L 591.23616,238.84925 L 591.23616,225.9566 C 590.4954,225.9566 589.7716,225.9566 589.05911,225.9566 C 575.3013,225.9566 561.70747,225.9566 547.94966,225.9566 L 547.94966,238.84925 L 560.67832,238.84925 L 560.67832,270.68504 z M 710.49317,270.68504 L 728.00568,270.68504 L 710.78155,225.9566 C 704.56142,225.9566 698.19991,225.9566 691.96281,225.9566 L 676.92139,265.19436 L 674.74434,270.68504 L 692.25685,270.68504 L 701.37784,243.91583 L 710.49317,270.68504 z M 623.0663,225.9566 C 616.69914,225.9566 610.33764,225.9566 604.1175,225.9566 L 589.05911,265.19436 L 586.88772,270.68504 L 604.40024,270.68504 L 613.52122,243.91583 L 622.63655,270.68504 L 640.0077,270.68504 L 637.97767,265.19436 L 623.0663,225.9566 z M 655.48453,143.46626 C 652.74767,143.89602 651.00603,145.05523 650.28223,147.36799 C 649.84682,150.70424 650.28223,153.16402 650.7233,156.05356 L 659.69161,200.05821 C 665.47633,198.75198 670.98398,196.88594 676.04491,194.70323 C 693.86278,186.44742 705.5736,172.84228 705.5736,157.35979 C 705.5736,154.75299 705.28521,152.15184 704.70844,149.6864 C 695.15204,147.94476 685.59565,146.36146 676.04491,145.20225 C 669.24234,144.47845 662.29275,143.89602 655.48453,143.46626","id":"path2492","style":"fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none"})
19
+ ])
20
+ ]);
21
+ }
22
+ });
23
+
24
+ export default TataConsultancyServices;
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ // @thesvg/vue - U.S. News & World Report
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Usnews = vue_1.defineComponent({
10
+ name: 'Usnews',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 408 104',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('title', {}),
19
+ vue_1.h('g', {}, [
20
+ vue_1.h('defs', {}, [
21
+ vue_1.h('rect', {"id":"SVGID_1_","x":"4","y":"4","width":"400","height":"96"})
22
+ ]),
23
+ vue_1.h('clipPath', {"id":"SVGID_2_"}, [
24
+ vue_1.h('use', {"xlink:href":"#SVGID_1_","overflow":"visible"})
25
+ ]),
26
+ vue_1.h('g', {"clip-path":"url(#SVGID_2_)"}, [
27
+ vue_1.h('rect', {"x":"-3.115","y":"-9.004","fill":"#005ea6","width":"430.518","height":"109.004"}),
28
+ vue_1.h('rect', {"x":"-1.113","y":"82.424","fill":"#FFFFFF","width":"430.518","height":"4.291"}),
29
+ vue_1.h('rect', {"x":"-3.115","y":"86.715","fill":"#C41623","width":"430.518","height":"50.596"})
30
+ ])
31
+ ]),
32
+ vue_1.h('path', {"fill":"#FFFFFF","d":"M404,4v96H4V4H404 M408,0h-4H4H0v4v96v4h4h400h4v-4V4V0L408,0z"}),
33
+ vue_1.h('g', {}, [
34
+ vue_1.h('path', {"fill":"#FFFFFF","d":"M76.748,65.242c0-1.219,0-42.146,0-42.146h-13.23c0,0,0,39.166,0,40.318\n\t\tc0,6.277-5.355,10.016-12.926,10.016c-8.645,0-13.391-3.738-13.391-10.094c0-1.148,0-40.24,0-40.24H23.975c0,0,0,40.006,0,41.381\n\t\tc0,14.164,11.242,19.82,26.309,19.82c10.399,0,18.778-2.844,23.152-8.595v7.829h11.801V71.223h-9.428\n\t\tC76.419,69.417,76.748,67.427,76.748,65.242z"}),
35
+ vue_1.h('path', {"fill":"#FFFFFF","d":"M139.99,66.094c0-10.334-6.27-15.307-18.285-17.604c-1.379-0.23-5.359-1.074-8.41-1.684\n\t\tc-9.871-1.988-13.469-3.746-13.469-8.184c0-3.445,1.992-5.66,12.012-5.66c7.648,0,10.938,1.758,12.543,5.125\n\t\tc0.461,0.922,0.844,2.293,0.844,2.98h13.617c0-1.535-0.609-3.82-1.379-5.812c-3.055-7.648-10.172-12.926-25.32-12.926\n\t\tc-17.746,0-26.004,6.879-26.004,17.137c0,10.023,7.262,15.453,19.047,17.67c2.676,0.531,7.113,1.379,8.875,1.688\n\t\tc9.781,1.836,12.312,3.59,12.312,8.566c0,3.98-3.211,6.496-12.398,6.496c-8.027,0-12.004-1.523-13.688-5.043\n\t\tc-0.461-0.914-0.844-2.75-0.844-3.824H85.826c0,1.219,0.23,4.207,0.852,6.191c2.438,7.652,9.016,13.16,27.297,13.16\n\t\tc11.484,0,19.128-3.223,23.008-8.555v7.715h11.797V71.223h-9.529C139.729,69.62,139.99,67.912,139.99,66.094z"}),
36
+ vue_1.h('polygon', {"fill":"#FFFFFF","points":"191.463,62.031 168.209,23.096 152.834,23.096 152.834,83.531 165.455,83.531 165.455,42.6 \n\t\t189.783,83.531 204.084,83.531 204.084,23.096 191.463,23.096 \t"}),
37
+ vue_1.h('path', {"fill":"#FFFFFF","d":"M233.311,37.896c-9.73,0-17.43,3.645-21.727,9.887c-2.508,3.566-3.891,8.102-3.891,13.209\n\t\tc0,5.598,1.215,10.055,3.41,13.539c4.293,6.812,12.312,9.727,22.207,9.727c7.211,0,12.648-1.539,16.543-4.047\n\t\tc4.453-2.848,7.047-6.895,8.094-11.191h-12.727c-0.238,0.977-1.375,2.43-3.719,3.484c-1.871,0.812-4.543,1.461-8.191,1.461\n\t\tc-4.863,0-8.504-1.293-10.379-3.32c-1.535-1.703-2.43-3.238-2.43-5.277h37.773c0.727-6.719-0.488-13.127-3.812-17.99\n\t\tC250.498,41.619,243.521,37.896,233.311,37.896z M220.42,56.863c0-1.303,1.219-3.971,2.758-5.35\n\t\tc2.191-1.945,5.598-3.168,10.211-3.168c4.867,0,7.945,1.547,9.816,3.41c1.617,1.703,2.172,3.805,2.172,5.107H220.42z"}),
38
+ vue_1.h('path', {"fill":"#FFFFFF","d":"M325.107,38.951l-10.449,33.146l-10.055-33.146h-14.422l-9.805,33.146l-10.699-33.146h-13.535l15.953,44.58\n\t\th15.414c0,0,8.758-25.613,8.836-27.158c0.082-0.488,0.559-3.129,0.559-3.129s0.492,2.641,0.578,3.211\n\t\tc0.156,1.463,8.918,27.076,8.918,27.076h15.316l16.129-44.58H325.107z"}),
39
+ vue_1.h('path', {"fill":"#FFFFFF","d":"M368.623,56.455c-1.535-0.242-7.777-1.141-10.371-1.535c-6.32-0.977-7.707-1.703-7.707-3.648\n\t\tc0-2.102,2.113-3.246,9.25-3.246c6.156,0,8.504,1.062,9.398,2.273c0.398,0.566,0.57,1.941,0.57,2.426h12.562\n\t\tc0-0.891-0.246-3.637-0.812-5.348c-2.266-6.398-9.977-9.559-22.207-9.559c-14.352,0-21.477,5.188-21.477,13.121\n\t\tc0,8.521,4.699,12.814,14.508,14.189c2.672,0.406,8.023,1.219,9.719,1.461c6.566,0.973,9.246,1.535,9.246,4.055\n\t\tc0,2.59-2.27,3.887-9.645,3.887c-7.055,0-10.457-0.566-11.27-2.672c-0.324-0.895-0.402-1.703-0.402-2.273H337.1\n\t\tc0,1.461,0.078,2.68,0.48,4.461c1.867,7.297,8.996,10.289,24.078,10.289c15.398,0,22.367-4.699,22.367-13.938\n\t\tC384.025,62.051,379.318,58.078,368.623,56.455z"}),
40
+ vue_1.h('path', {"fill":"#FFFFFF","d":"M215.045,35.334c1.156,0,2.406-0.195,3.344-0.586c0.172,0.152,0.367,0.32,0.57,0.465h4.621\n\t\tc-0.879-0.699-1.797-1.406-2.605-2.004c0.973-0.926,1.59-2.242,1.648-3.766h-3.406c-0.035,0.695-0.258,1.34-0.656,1.844\n\t\tc-0.699-0.574-1.398-1.199-1.945-1.645c1.211-0.75,2.391-1.82,2.43-3.359c0-0.082,0.016-0.418,0-0.527\n\t\tc-0.086-1.473-1.434-2.812-3.746-2.812c-2.531,0-3.996,1.414-4.062,2.906c0,0.195,0,0.477,0,0.617\n\t\tc0.02,0.734,0.289,1.566,0.996,2.566c-1.438,0.676-2.75,1.535-2.781,2.918c0,0.156-0.012,0.438,0,0.629\n\t\tC209.557,34.807,212.158,35.334,215.045,35.334z M214.447,26.338c0.051-0.43,0.277-0.797,0.816-0.797\n\t\tc0.559,0,0.75,0.352,0.77,0.754c0,0.043,0,0.172,0,0.246c-0.039,0.473-0.473,0.875-1.094,1.242\n\t\tc-0.301-0.395-0.473-0.781-0.492-1.117C214.432,26.564,214.432,26.436,214.447,26.338z M214.006,31.068\n\t\tc0.512,0.516,1.234,1.078,1.93,1.676c-0.301,0.078-0.719,0.121-1.062,0.121c-1.266,0-1.809-0.223-1.809-0.809\n\t\tC213.064,31.713,213.451,31.381,214.006,31.068z"}),
41
+ vue_1.h('path', {"fill":"#FFFFFF","d":"M234.068,35.213c0,0,1.859-6.984,1.879-7.391c0.047,0.391,1.863,7.391,1.863,7.391h4.062l3.406-12.145\n\t\th-3.605c0,0-1.824,7.5-1.824,7.883c0-0.383-1.844-7.883-1.844-7.883h-3.82c0,0-1.797,7.5-1.797,7.883\n\t\tc0-0.383-1.855-7.883-1.855-7.883h-3.973l3.477,12.145H234.068z"}),
42
+ vue_1.h('path', {"fill":"#FFFFFF","d":"M251.893,35.396c4.445,0,6.473-2.098,6.473-6.363c0-4.059-1.891-6.184-6.473-6.184\n\t\tc-4.492,0-6.48,2.355-6.48,6.23C245.412,33.229,247.436,35.396,251.893,35.396z M251.893,25.721c2.059,0,2.719,0.992,2.719,3.398\n\t\tc0,2.707-0.992,3.43-2.699,3.43c-1.777,0-2.707-0.855-2.707-3.43C249.205,26.678,249.912,25.721,251.893,25.721z"}),
43
+ vue_1.h('path', {"fill":"#FFFFFF","d":"M263.678,31.104h2.512l2.133,4.109h4.172l-2.84-4.863c0.562-0.125,1.109-0.504,1.492-1.152\n\t\tc0.324-0.539,0.535-1.312,0.535-2.289c0-1.137-0.227-1.953-0.699-2.566c-0.613-0.809-1.664-1.273-3.281-1.273h-7.688v12.145h3.664\n\t\tV31.104z M263.713,25.928h3.133c0.539,0,0.895,0.117,1.074,0.508c0.105,0.18,0.133,0.508,0.133,0.781\n\t\tc0,0.242-0.047,0.566-0.141,0.781c-0.137,0.301-0.527,0.406-0.984,0.406h-3.215V25.928z"}),
44
+ vue_1.h('polygon', {"fill":"#FFFFFF","points":"283.842,32.209 278.01,32.209 278.01,23.068 274.252,23.068 274.252,35.213 283.842,35.213 \t"}),
45
+ vue_1.h('path', {"fill":"#FFFFFF","d":"M296.709,33.451c0.672-1.008,0.855-1.957,0.855-4.547c0-2.211-0.145-3.223-0.891-4.254\n\t\tc-0.75-1.043-2.117-1.582-4.312-1.582h-6.664v12.145h6.844C294.725,35.213,295.979,34.572,296.709,33.451z M289.393,32.346v-6.438\n\t\th2.344c0.918,0,1.363,0.137,1.836,0.656c0.297,0.344,0.383,1.469,0.383,2.34c0,0.988-0.035,2.363-0.352,2.75\n\t\tc-0.418,0.492-0.918,0.691-1.867,0.691H289.393z"}),
46
+ vue_1.h('path', {"fill":"#FFFFFF","d":"M307.408,31.104h2.508l2.145,4.109h4.164l-2.844-4.863c0.559-0.125,1.117-0.504,1.496-1.152\n\t\tc0.32-0.539,0.535-1.312,0.535-2.289c0-1.137-0.227-1.953-0.699-2.566c-0.613-0.809-1.664-1.273-3.281-1.273h-7.684v12.145h3.66\n\t\tV31.104z M307.443,25.928h3.125c0.535,0,0.902,0.117,1.09,0.508c0.094,0.18,0.117,0.508,0.117,0.781\n\t\tc0,0.242-0.039,0.566-0.133,0.781c-0.137,0.301-0.539,0.406-0.992,0.406h-3.207V25.928z"}),
47
+ vue_1.h('polygon', {"fill":"#FFFFFF","points":"328.525,32.381 321.791,32.381 321.791,30.576 328.213,30.576 328.213,27.689 321.791,27.689 \n\t\t321.791,25.928 328.459,25.928 328.459,23.068 318.135,23.068 318.135,35.213 328.525,35.213 \t"}),
48
+ vue_1.h('path', {"fill":"#FFFFFF","d":"M334.65,31.412c0,0,3.285,0.027,3.742,0.02c1.492-0.031,2.656-0.418,3.355-1.234\n\t\tc0.605-0.645,0.898-1.598,0.898-2.945c0-1.508-0.383-2.555-1.094-3.168c-0.664-0.691-1.707-1.016-3.172-1.016h-7.473v12.145h3.742\n\t\tV31.412z M334.604,25.893h2.965c0.613,0,0.965,0.188,1.172,0.574c0.113,0.164,0.164,0.477,0.164,0.855\n\t\tc0,0.355-0.031,0.582-0.152,0.801c-0.176,0.336-0.523,0.57-1.23,0.57c-0.02,0-2.918,0-2.918,0V25.893z"}),
49
+ vue_1.h('path', {"fill":"#FFFFFF","d":"M350.436,35.396c4.438,0,6.469-2.098,6.469-6.363c0-4.059-1.895-6.184-6.469-6.184\n\t\tc-4.5,0-6.488,2.355-6.488,6.23C343.947,33.229,345.971,35.396,350.436,35.396z M350.436,25.721c2.059,0,2.711,0.992,2.711,3.398\n\t\tc0,2.707-0.992,3.43-2.707,3.43c-1.773,0-2.695-0.855-2.695-3.43C347.744,26.678,348.443,25.721,350.436,25.721z"}),
50
+ vue_1.h('path', {"fill":"#FFFFFF","d":"M362.256,31.104h2.512l2.141,4.109h4.16l-2.836-4.863c0.57-0.125,1.113-0.504,1.504-1.152\n\t\tc0.312-0.539,0.531-1.312,0.531-2.289c0-1.137-0.238-1.953-0.703-2.566c-0.617-0.809-1.68-1.273-3.289-1.273h-7.684v12.145h3.664\n\t\tV31.104z M362.287,25.928h3.133c0.531,0,0.898,0.117,1.082,0.508c0.094,0.18,0.121,0.508,0.121,0.781\n\t\tc0,0.242-0.043,0.566-0.133,0.781c-0.133,0.301-0.539,0.406-0.996,0.406h-3.207V25.928z"}),
51
+ vue_1.h('polygon', {"fill":"#FFFFFF","points":"375.213,35.213 378.998,35.213 378.998,25.99 382.881,25.99 382.881,23.068 371.361,23.068 \n\t\t371.361,25.99 375.213,25.99 \t"})
52
+ ])
53
+ ]);
54
+ }
55
+ });
56
+
57
+ exports.default = Usnews;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - U.S. News & World Report
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Usnews: DefineComponent<SVGAttributes>;
7
+ export default Usnews;
package/dist/usnews.js ADDED
@@ -0,0 +1,54 @@
1
+ // @thesvg/vue - U.S. News & World Report
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Usnews = defineComponent({
7
+ name: 'Usnews',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 408 104',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}),
16
+ h('g', {}, [
17
+ h('defs', {}, [
18
+ h('rect', {"id":"SVGID_1_","x":"4","y":"4","width":"400","height":"96"})
19
+ ]),
20
+ h('clipPath', {"id":"SVGID_2_"}, [
21
+ h('use', {"xlink:href":"#SVGID_1_","overflow":"visible"})
22
+ ]),
23
+ h('g', {"clip-path":"url(#SVGID_2_)"}, [
24
+ h('rect', {"x":"-3.115","y":"-9.004","fill":"#005ea6","width":"430.518","height":"109.004"}),
25
+ h('rect', {"x":"-1.113","y":"82.424","fill":"#FFFFFF","width":"430.518","height":"4.291"}),
26
+ h('rect', {"x":"-3.115","y":"86.715","fill":"#C41623","width":"430.518","height":"50.596"})
27
+ ])
28
+ ]),
29
+ h('path', {"fill":"#FFFFFF","d":"M404,4v96H4V4H404 M408,0h-4H4H0v4v96v4h4h400h4v-4V4V0L408,0z"}),
30
+ h('g', {}, [
31
+ h('path', {"fill":"#FFFFFF","d":"M76.748,65.242c0-1.219,0-42.146,0-42.146h-13.23c0,0,0,39.166,0,40.318\n\t\tc0,6.277-5.355,10.016-12.926,10.016c-8.645,0-13.391-3.738-13.391-10.094c0-1.148,0-40.24,0-40.24H23.975c0,0,0,40.006,0,41.381\n\t\tc0,14.164,11.242,19.82,26.309,19.82c10.399,0,18.778-2.844,23.152-8.595v7.829h11.801V71.223h-9.428\n\t\tC76.419,69.417,76.748,67.427,76.748,65.242z"}),
32
+ h('path', {"fill":"#FFFFFF","d":"M139.99,66.094c0-10.334-6.27-15.307-18.285-17.604c-1.379-0.23-5.359-1.074-8.41-1.684\n\t\tc-9.871-1.988-13.469-3.746-13.469-8.184c0-3.445,1.992-5.66,12.012-5.66c7.648,0,10.938,1.758,12.543,5.125\n\t\tc0.461,0.922,0.844,2.293,0.844,2.98h13.617c0-1.535-0.609-3.82-1.379-5.812c-3.055-7.648-10.172-12.926-25.32-12.926\n\t\tc-17.746,0-26.004,6.879-26.004,17.137c0,10.023,7.262,15.453,19.047,17.67c2.676,0.531,7.113,1.379,8.875,1.688\n\t\tc9.781,1.836,12.312,3.59,12.312,8.566c0,3.98-3.211,6.496-12.398,6.496c-8.027,0-12.004-1.523-13.688-5.043\n\t\tc-0.461-0.914-0.844-2.75-0.844-3.824H85.826c0,1.219,0.23,4.207,0.852,6.191c2.438,7.652,9.016,13.16,27.297,13.16\n\t\tc11.484,0,19.128-3.223,23.008-8.555v7.715h11.797V71.223h-9.529C139.729,69.62,139.99,67.912,139.99,66.094z"}),
33
+ h('polygon', {"fill":"#FFFFFF","points":"191.463,62.031 168.209,23.096 152.834,23.096 152.834,83.531 165.455,83.531 165.455,42.6 \n\t\t189.783,83.531 204.084,83.531 204.084,23.096 191.463,23.096 \t"}),
34
+ h('path', {"fill":"#FFFFFF","d":"M233.311,37.896c-9.73,0-17.43,3.645-21.727,9.887c-2.508,3.566-3.891,8.102-3.891,13.209\n\t\tc0,5.598,1.215,10.055,3.41,13.539c4.293,6.812,12.312,9.727,22.207,9.727c7.211,0,12.648-1.539,16.543-4.047\n\t\tc4.453-2.848,7.047-6.895,8.094-11.191h-12.727c-0.238,0.977-1.375,2.43-3.719,3.484c-1.871,0.812-4.543,1.461-8.191,1.461\n\t\tc-4.863,0-8.504-1.293-10.379-3.32c-1.535-1.703-2.43-3.238-2.43-5.277h37.773c0.727-6.719-0.488-13.127-3.812-17.99\n\t\tC250.498,41.619,243.521,37.896,233.311,37.896z M220.42,56.863c0-1.303,1.219-3.971,2.758-5.35\n\t\tc2.191-1.945,5.598-3.168,10.211-3.168c4.867,0,7.945,1.547,9.816,3.41c1.617,1.703,2.172,3.805,2.172,5.107H220.42z"}),
35
+ h('path', {"fill":"#FFFFFF","d":"M325.107,38.951l-10.449,33.146l-10.055-33.146h-14.422l-9.805,33.146l-10.699-33.146h-13.535l15.953,44.58\n\t\th15.414c0,0,8.758-25.613,8.836-27.158c0.082-0.488,0.559-3.129,0.559-3.129s0.492,2.641,0.578,3.211\n\t\tc0.156,1.463,8.918,27.076,8.918,27.076h15.316l16.129-44.58H325.107z"}),
36
+ h('path', {"fill":"#FFFFFF","d":"M368.623,56.455c-1.535-0.242-7.777-1.141-10.371-1.535c-6.32-0.977-7.707-1.703-7.707-3.648\n\t\tc0-2.102,2.113-3.246,9.25-3.246c6.156,0,8.504,1.062,9.398,2.273c0.398,0.566,0.57,1.941,0.57,2.426h12.562\n\t\tc0-0.891-0.246-3.637-0.812-5.348c-2.266-6.398-9.977-9.559-22.207-9.559c-14.352,0-21.477,5.188-21.477,13.121\n\t\tc0,8.521,4.699,12.814,14.508,14.189c2.672,0.406,8.023,1.219,9.719,1.461c6.566,0.973,9.246,1.535,9.246,4.055\n\t\tc0,2.59-2.27,3.887-9.645,3.887c-7.055,0-10.457-0.566-11.27-2.672c-0.324-0.895-0.402-1.703-0.402-2.273H337.1\n\t\tc0,1.461,0.078,2.68,0.48,4.461c1.867,7.297,8.996,10.289,24.078,10.289c15.398,0,22.367-4.699,22.367-13.938\n\t\tC384.025,62.051,379.318,58.078,368.623,56.455z"}),
37
+ h('path', {"fill":"#FFFFFF","d":"M215.045,35.334c1.156,0,2.406-0.195,3.344-0.586c0.172,0.152,0.367,0.32,0.57,0.465h4.621\n\t\tc-0.879-0.699-1.797-1.406-2.605-2.004c0.973-0.926,1.59-2.242,1.648-3.766h-3.406c-0.035,0.695-0.258,1.34-0.656,1.844\n\t\tc-0.699-0.574-1.398-1.199-1.945-1.645c1.211-0.75,2.391-1.82,2.43-3.359c0-0.082,0.016-0.418,0-0.527\n\t\tc-0.086-1.473-1.434-2.812-3.746-2.812c-2.531,0-3.996,1.414-4.062,2.906c0,0.195,0,0.477,0,0.617\n\t\tc0.02,0.734,0.289,1.566,0.996,2.566c-1.438,0.676-2.75,1.535-2.781,2.918c0,0.156-0.012,0.438,0,0.629\n\t\tC209.557,34.807,212.158,35.334,215.045,35.334z M214.447,26.338c0.051-0.43,0.277-0.797,0.816-0.797\n\t\tc0.559,0,0.75,0.352,0.77,0.754c0,0.043,0,0.172,0,0.246c-0.039,0.473-0.473,0.875-1.094,1.242\n\t\tc-0.301-0.395-0.473-0.781-0.492-1.117C214.432,26.564,214.432,26.436,214.447,26.338z M214.006,31.068\n\t\tc0.512,0.516,1.234,1.078,1.93,1.676c-0.301,0.078-0.719,0.121-1.062,0.121c-1.266,0-1.809-0.223-1.809-0.809\n\t\tC213.064,31.713,213.451,31.381,214.006,31.068z"}),
38
+ h('path', {"fill":"#FFFFFF","d":"M234.068,35.213c0,0,1.859-6.984,1.879-7.391c0.047,0.391,1.863,7.391,1.863,7.391h4.062l3.406-12.145\n\t\th-3.605c0,0-1.824,7.5-1.824,7.883c0-0.383-1.844-7.883-1.844-7.883h-3.82c0,0-1.797,7.5-1.797,7.883\n\t\tc0-0.383-1.855-7.883-1.855-7.883h-3.973l3.477,12.145H234.068z"}),
39
+ h('path', {"fill":"#FFFFFF","d":"M251.893,35.396c4.445,0,6.473-2.098,6.473-6.363c0-4.059-1.891-6.184-6.473-6.184\n\t\tc-4.492,0-6.48,2.355-6.48,6.23C245.412,33.229,247.436,35.396,251.893,35.396z M251.893,25.721c2.059,0,2.719,0.992,2.719,3.398\n\t\tc0,2.707-0.992,3.43-2.699,3.43c-1.777,0-2.707-0.855-2.707-3.43C249.205,26.678,249.912,25.721,251.893,25.721z"}),
40
+ h('path', {"fill":"#FFFFFF","d":"M263.678,31.104h2.512l2.133,4.109h4.172l-2.84-4.863c0.562-0.125,1.109-0.504,1.492-1.152\n\t\tc0.324-0.539,0.535-1.312,0.535-2.289c0-1.137-0.227-1.953-0.699-2.566c-0.613-0.809-1.664-1.273-3.281-1.273h-7.688v12.145h3.664\n\t\tV31.104z M263.713,25.928h3.133c0.539,0,0.895,0.117,1.074,0.508c0.105,0.18,0.133,0.508,0.133,0.781\n\t\tc0,0.242-0.047,0.566-0.141,0.781c-0.137,0.301-0.527,0.406-0.984,0.406h-3.215V25.928z"}),
41
+ h('polygon', {"fill":"#FFFFFF","points":"283.842,32.209 278.01,32.209 278.01,23.068 274.252,23.068 274.252,35.213 283.842,35.213 \t"}),
42
+ h('path', {"fill":"#FFFFFF","d":"M296.709,33.451c0.672-1.008,0.855-1.957,0.855-4.547c0-2.211-0.145-3.223-0.891-4.254\n\t\tc-0.75-1.043-2.117-1.582-4.312-1.582h-6.664v12.145h6.844C294.725,35.213,295.979,34.572,296.709,33.451z M289.393,32.346v-6.438\n\t\th2.344c0.918,0,1.363,0.137,1.836,0.656c0.297,0.344,0.383,1.469,0.383,2.34c0,0.988-0.035,2.363-0.352,2.75\n\t\tc-0.418,0.492-0.918,0.691-1.867,0.691H289.393z"}),
43
+ h('path', {"fill":"#FFFFFF","d":"M307.408,31.104h2.508l2.145,4.109h4.164l-2.844-4.863c0.559-0.125,1.117-0.504,1.496-1.152\n\t\tc0.32-0.539,0.535-1.312,0.535-2.289c0-1.137-0.227-1.953-0.699-2.566c-0.613-0.809-1.664-1.273-3.281-1.273h-7.684v12.145h3.66\n\t\tV31.104z M307.443,25.928h3.125c0.535,0,0.902,0.117,1.09,0.508c0.094,0.18,0.117,0.508,0.117,0.781\n\t\tc0,0.242-0.039,0.566-0.133,0.781c-0.137,0.301-0.539,0.406-0.992,0.406h-3.207V25.928z"}),
44
+ h('polygon', {"fill":"#FFFFFF","points":"328.525,32.381 321.791,32.381 321.791,30.576 328.213,30.576 328.213,27.689 321.791,27.689 \n\t\t321.791,25.928 328.459,25.928 328.459,23.068 318.135,23.068 318.135,35.213 328.525,35.213 \t"}),
45
+ h('path', {"fill":"#FFFFFF","d":"M334.65,31.412c0,0,3.285,0.027,3.742,0.02c1.492-0.031,2.656-0.418,3.355-1.234\n\t\tc0.605-0.645,0.898-1.598,0.898-2.945c0-1.508-0.383-2.555-1.094-3.168c-0.664-0.691-1.707-1.016-3.172-1.016h-7.473v12.145h3.742\n\t\tV31.412z M334.604,25.893h2.965c0.613,0,0.965,0.188,1.172,0.574c0.113,0.164,0.164,0.477,0.164,0.855\n\t\tc0,0.355-0.031,0.582-0.152,0.801c-0.176,0.336-0.523,0.57-1.23,0.57c-0.02,0-2.918,0-2.918,0V25.893z"}),
46
+ h('path', {"fill":"#FFFFFF","d":"M350.436,35.396c4.438,0,6.469-2.098,6.469-6.363c0-4.059-1.895-6.184-6.469-6.184\n\t\tc-4.5,0-6.488,2.355-6.488,6.23C343.947,33.229,345.971,35.396,350.436,35.396z M350.436,25.721c2.059,0,2.711,0.992,2.711,3.398\n\t\tc0,2.707-0.992,3.43-2.707,3.43c-1.773,0-2.695-0.855-2.695-3.43C347.744,26.678,348.443,25.721,350.436,25.721z"}),
47
+ h('path', {"fill":"#FFFFFF","d":"M362.256,31.104h2.512l2.141,4.109h4.16l-2.836-4.863c0.57-0.125,1.113-0.504,1.504-1.152\n\t\tc0.312-0.539,0.531-1.312,0.531-2.289c0-1.137-0.238-1.953-0.703-2.566c-0.617-0.809-1.68-1.273-3.289-1.273h-7.684v12.145h3.664\n\t\tV31.104z M362.287,25.928h3.133c0.531,0,0.898,0.117,1.082,0.508c0.094,0.18,0.121,0.508,0.121,0.781\n\t\tc0,0.242-0.043,0.566-0.133,0.781c-0.133,0.301-0.539,0.406-0.996,0.406h-3.207V25.928z"}),
48
+ h('polygon', {"fill":"#FFFFFF","points":"375.213,35.213 378.998,35.213 378.998,25.99 382.881,25.99 382.881,23.068 371.361,23.068 \n\t\t371.361,25.99 375.213,25.99 \t"})
49
+ ])
50
+ ]);
51
+ }
52
+ });
53
+
54
+ export default Usnews;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/vue",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "description": "Typed Vue 3 SVG components for all 4000+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,