@thesvg/vue 3.0.12 → 3.0.15

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,28 @@
1
+ "use strict";
2
+ // @thesvg/vue - Dassault Aviation
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const DassaultAviation = vue_1.defineComponent({
10
+ name: 'DassaultAviation',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 1547 2503',
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":"#164b6f","d":"m1546.9 0.6c-734.1 1204.2-1546.2 1827.3-1546.2 1827.3 222.1 147 308.1 333 308.1 333l107.6-84.2c-26.2-49.5-96.5-158.7-208.7-248.8 218.5-194.1 688.8-652.1 1169.5-1343.8-45.3 386.5-62.2 907.3 16.9 1320.5-185.5 70.4-662.1 327.8-834.8 697.5h165.1c267.4-467.9 810.9-613.8 810.9-613.8-166.8-972.3 11.6-1887.7 11.6-1887.7z"}),
20
+ vue_1.h('path', {"fill-rule":"evenodd","fill":"#164b6f","d":"m944.7 1401.9c23.3-22.7 88.4-31.4 121.5 0 37.8 34.8 28.5 74.9 2.9 104-37.2 42.4-175.5 140.7-211.6 162.7h-24.4c-8.7-11.6-61-93.5-72.1-132.5-11-41.2-9.3-93 36.7-129.6 45.9-37.8 97.6-36 147-4.6z"}),
21
+ vue_1.h('path', {"fill-rule":"evenodd","fill":"#164b6f","d":"m1170.8 1725c39.6-18 72.1-66.8 54.7-113.9-16.9-45.9-69.2-46.5-105.8-33.1-66.9 24.4-206.4 112.7-229.6 130.2l-8.7 22.6c15.7 23.3 66.2 83.7 100 109.9 33.7 26.1 83.1 41.2 133.1 13.3 51.7-28.4 68-83.1 56.3-129z"}),
22
+ vue_1.h('path', {"fill-rule":"evenodd","fill":"#164b6f","d":"m732 2033.6c-23.8 22.7-88.9 31.4-122.7 0-37.7-34.8-27.9-74.4-2.3-103.4 37.2-41.9 176.1-139.5 212.8-161.6h24.4c8.7 11.1 61 93 72 131.4 11.7 41.2 9.3 92.4-36.6 129.6-45.9 37.2-98.2 35.4-147.6 4z"}),
23
+ vue_1.h('path', {"fill-rule":"evenodd","fill":"#164b6f","d":"m506.5 1710.5c-39 18-72.1 66.2-54.7 113.9 16.9 45.9 69.8 46.5 105.8 33.1 66.9-24.4 206.4-112.7 230.2-130.2l8.7-23.2c-16.3-23.3-66.3-83.1-100-109.3-33.7-26.1-83.7-41.8-133.1-13.9-51.7 29-68.6 83.1-56.9 129.6z"})
24
+ ]);
25
+ }
26
+ });
27
+
28
+ exports.default = DassaultAviation;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Dassault Aviation
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const DassaultAviation: DefineComponent<SVGAttributes>;
7
+ export default DassaultAviation;
@@ -0,0 +1,25 @@
1
+ // @thesvg/vue - Dassault Aviation
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const DassaultAviation = defineComponent({
7
+ name: 'DassaultAviation',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 1547 2503',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}),
16
+ h('path', {"fill-rule":"evenodd","fill":"#164b6f","d":"m1546.9 0.6c-734.1 1204.2-1546.2 1827.3-1546.2 1827.3 222.1 147 308.1 333 308.1 333l107.6-84.2c-26.2-49.5-96.5-158.7-208.7-248.8 218.5-194.1 688.8-652.1 1169.5-1343.8-45.3 386.5-62.2 907.3 16.9 1320.5-185.5 70.4-662.1 327.8-834.8 697.5h165.1c267.4-467.9 810.9-613.8 810.9-613.8-166.8-972.3 11.6-1887.7 11.6-1887.7z"}),
17
+ h('path', {"fill-rule":"evenodd","fill":"#164b6f","d":"m944.7 1401.9c23.3-22.7 88.4-31.4 121.5 0 37.8 34.8 28.5 74.9 2.9 104-37.2 42.4-175.5 140.7-211.6 162.7h-24.4c-8.7-11.6-61-93.5-72.1-132.5-11-41.2-9.3-93 36.7-129.6 45.9-37.8 97.6-36 147-4.6z"}),
18
+ h('path', {"fill-rule":"evenodd","fill":"#164b6f","d":"m1170.8 1725c39.6-18 72.1-66.8 54.7-113.9-16.9-45.9-69.2-46.5-105.8-33.1-66.9 24.4-206.4 112.7-229.6 130.2l-8.7 22.6c15.7 23.3 66.2 83.7 100 109.9 33.7 26.1 83.1 41.2 133.1 13.3 51.7-28.4 68-83.1 56.3-129z"}),
19
+ h('path', {"fill-rule":"evenodd","fill":"#164b6f","d":"m732 2033.6c-23.8 22.7-88.9 31.4-122.7 0-37.7-34.8-27.9-74.4-2.3-103.4 37.2-41.9 176.1-139.5 212.8-161.6h24.4c8.7 11.1 61 93 72 131.4 11.7 41.2 9.3 92.4-36.6 129.6-45.9 37.2-98.2 35.4-147.6 4z"}),
20
+ h('path', {"fill-rule":"evenodd","fill":"#164b6f","d":"m506.5 1710.5c-39 18-72.1 66.2-54.7 113.9 16.9 45.9 69.8 46.5 105.8 33.1 66.9-24.4 206.4-112.7 230.2-130.2l8.7-23.2c-16.3-23.3-66.3-83.1-100-109.3-33.7-26.1-83.7-41.8-133.1-13.9-51.7 29-68.6 83.1-56.9 129.6z"})
21
+ ]);
22
+ }
23
+ });
24
+
25
+ export default DassaultAviation;
package/dist/friym.cjs ADDED
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // @thesvg/vue - Friym
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Friym = vue_1.defineComponent({
10
+ name: 'Friym',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 285.21 283.07',
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":"#fff","d":"M242.21,110.17c-2.37-6.74-8.45-8.59-15.13-8.07a.42.42,0,0,1-.45-.39V94.93c.05-18.63-11.65-35.36-29.79-40.31q-4.94-1.36-15.77-1.36-36.33-.07-72.68,0a68.09,68.09,0,0,0-13.32.93C78.46,57.78,66.43,71.51,63.79,87.91c-.67,4.15-.39,10.19-.45,13.6a.5.5,0,0,1-.45.53c-1.36.19-3.21-.07-4.34.05Q51.14,103,48.19,109q-1.41,2.9-1.27,10.31.09,5.93.05,14,0,7.27.9,9.85a11.92,11.92,0,0,0,7.87,7.26c2.1.7,4.81.37,7.05.45a.5.5,0,0,1,.54.45.48.48,0,0,1,0,.11q.08,20.4,0,51.56a39.4,39.4,0,0,0,.66,8.35c2.16,9.11,11.86,14.55,20.53,12.65q3.49-.78,9.15-4.59l27.93-18.66a4.67,4.67,0,0,1,2.58-.79h54.15q12.33,0,17.65-1.36c17.12-4.4,30-19.88,30.62-37.72,0-.82,0-4,0-9.45a.45.45,0,0,1,.39-.51h.11c2-.05,4.48.15,6.22-.26,6.94-1.65,9.66-7.09,9.69-13.93V118.64l0,0Q243,112.51,242.21,110.17ZM116.43,93.92a12.22,12.22,0,1,1-12.23,12.22A12.22,12.22,0,0,1,116.43,93.92Zm64.64,62.36h0c-11.34,6.65-23.13,11-36.15,11s-24.81-4.4-36.15-11.08c-10.18-6-2-20.25,8.39-14.06,8.78,5.25,17.76,8.77,27.76,8.78s19-3.48,27.78-8.71C183.1,136,191.24,150.34,181.07,156.28Zm-7.49-37.89a12.22,12.22,0,1,1,12.22-12.22A12.22,12.22,0,0,1,173.58,118.39Z"}),
20
+ vue_1.h('circle', {"fill":"#227371","cx":"116.42","cy":"106.15","r":"12.22"}),
21
+ vue_1.h('path', {"fill":"#227371","d":"M172.71,142.2c-8.8,5.23-17.78,8.72-27.78,8.71s-19-3.53-27.76-8.78c-10.37-6.2-18.57,8.06-8.39,14.06,11.34,6.68,23.13,11.06,36.15,11.08s24.81-4.33,36.15-11h0C191.24,150.34,183.1,136,172.71,142.2Z"}),
22
+ vue_1.h('circle', {"fill":"#227371","cx":"173.58","cy":"106.17","r":"12.22"}),
23
+ vue_1.h('path', {"fill":"#227371","d":"M269,77.12q-22.16-41.75-64.71-61.87A139.48,139.48,0,0,0,123.2,3.8C62.61,13.64,15.85,60.09,6.25,121.25a120.46,120.46,0,0,0-1.16,15.64q-.22,11.55.12,15.66Q9.57,204,45.37,240.74v0a.39.39,0,0,1,0,.56Q30.92,255.75,20.75,266q-3.07,3.09-3.59,5c-1.25,4.63,1.28,10.37,6.3,10.83q2.8.24,7.09.24,24.73-.11,99.91-.07,18.4,0,19.94,0C208,279.82,257,243.22,276.93,189.06,290.08,153.28,286.87,110.82,269,77.12Zm-25.92,59.59c0,6.84-2.75,12.28-9.69,13.93-1.74.42-4.18.21-6.22.26h-.11a.45.45,0,0,0-.39.51c0,5.49,0,8.63,0,9.45-.63,17.83-13.5,33.32-30.62,37.72q-5.33,1.36-17.65,1.36H124.21a4.67,4.67,0,0,0-2.58.79L93.7,219.38Q88,223.19,84.55,224c-8.67,1.9-18.37-3.54-20.53-12.65a39.4,39.4,0,0,1-.66-8.35q0-31.16,0-51.56a.48.48,0,0,0,0-.11.5.5,0,0,0-.54-.45c-2.25-.09-5,.25-7.05-.45a11.92,11.92,0,0,1-7.87-7.26q-.94-2.58-.9-9.85,0-8-.05-14-.14-7.41,1.27-10.31,3-6.07,10.36-6.93c1.13-.13,3,.14,4.34-.05a.5.5,0,0,0,.45-.53c.06-3.41-.22-9.45.45-13.6,2.64-16.4,14.68-30.13,31.28-33.74a68.09,68.09,0,0,1,13.32-.93q36.35,0,72.68,0,10.84,0,15.77,1.36C215,59.57,226.68,76.3,226.63,94.93v6.78a.42.42,0,0,0,.45.39c6.68-.52,12.76,1.32,15.13,8.07q.84,2.34.84,8.43l0,0Z"})
24
+ ]);
25
+ }
26
+ });
27
+
28
+ exports.default = Friym;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Friym
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Friym: DefineComponent<SVGAttributes>;
7
+ export default Friym;
package/dist/friym.js ADDED
@@ -0,0 +1,25 @@
1
+ // @thesvg/vue - Friym
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Friym = defineComponent({
7
+ name: 'Friym',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 285.21 283.07',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}),
16
+ h('path', {"fill":"#fff","d":"M242.21,110.17c-2.37-6.74-8.45-8.59-15.13-8.07a.42.42,0,0,1-.45-.39V94.93c.05-18.63-11.65-35.36-29.79-40.31q-4.94-1.36-15.77-1.36-36.33-.07-72.68,0a68.09,68.09,0,0,0-13.32.93C78.46,57.78,66.43,71.51,63.79,87.91c-.67,4.15-.39,10.19-.45,13.6a.5.5,0,0,1-.45.53c-1.36.19-3.21-.07-4.34.05Q51.14,103,48.19,109q-1.41,2.9-1.27,10.31.09,5.93.05,14,0,7.27.9,9.85a11.92,11.92,0,0,0,7.87,7.26c2.1.7,4.81.37,7.05.45a.5.5,0,0,1,.54.45.48.48,0,0,1,0,.11q.08,20.4,0,51.56a39.4,39.4,0,0,0,.66,8.35c2.16,9.11,11.86,14.55,20.53,12.65q3.49-.78,9.15-4.59l27.93-18.66a4.67,4.67,0,0,1,2.58-.79h54.15q12.33,0,17.65-1.36c17.12-4.4,30-19.88,30.62-37.72,0-.82,0-4,0-9.45a.45.45,0,0,1,.39-.51h.11c2-.05,4.48.15,6.22-.26,6.94-1.65,9.66-7.09,9.69-13.93V118.64l0,0Q243,112.51,242.21,110.17ZM116.43,93.92a12.22,12.22,0,1,1-12.23,12.22A12.22,12.22,0,0,1,116.43,93.92Zm64.64,62.36h0c-11.34,6.65-23.13,11-36.15,11s-24.81-4.4-36.15-11.08c-10.18-6-2-20.25,8.39-14.06,8.78,5.25,17.76,8.77,27.76,8.78s19-3.48,27.78-8.71C183.1,136,191.24,150.34,181.07,156.28Zm-7.49-37.89a12.22,12.22,0,1,1,12.22-12.22A12.22,12.22,0,0,1,173.58,118.39Z"}),
17
+ h('circle', {"fill":"#227371","cx":"116.42","cy":"106.15","r":"12.22"}),
18
+ h('path', {"fill":"#227371","d":"M172.71,142.2c-8.8,5.23-17.78,8.72-27.78,8.71s-19-3.53-27.76-8.78c-10.37-6.2-18.57,8.06-8.39,14.06,11.34,6.68,23.13,11.06,36.15,11.08s24.81-4.33,36.15-11h0C191.24,150.34,183.1,136,172.71,142.2Z"}),
19
+ h('circle', {"fill":"#227371","cx":"173.58","cy":"106.17","r":"12.22"}),
20
+ h('path', {"fill":"#227371","d":"M269,77.12q-22.16-41.75-64.71-61.87A139.48,139.48,0,0,0,123.2,3.8C62.61,13.64,15.85,60.09,6.25,121.25a120.46,120.46,0,0,0-1.16,15.64q-.22,11.55.12,15.66Q9.57,204,45.37,240.74v0a.39.39,0,0,1,0,.56Q30.92,255.75,20.75,266q-3.07,3.09-3.59,5c-1.25,4.63,1.28,10.37,6.3,10.83q2.8.24,7.09.24,24.73-.11,99.91-.07,18.4,0,19.94,0C208,279.82,257,243.22,276.93,189.06,290.08,153.28,286.87,110.82,269,77.12Zm-25.92,59.59c0,6.84-2.75,12.28-9.69,13.93-1.74.42-4.18.21-6.22.26h-.11a.45.45,0,0,0-.39.51c0,5.49,0,8.63,0,9.45-.63,17.83-13.5,33.32-30.62,37.72q-5.33,1.36-17.65,1.36H124.21a4.67,4.67,0,0,0-2.58.79L93.7,219.38Q88,223.19,84.55,224c-8.67,1.9-18.37-3.54-20.53-12.65a39.4,39.4,0,0,1-.66-8.35q0-31.16,0-51.56a.48.48,0,0,0,0-.11.5.5,0,0,0-.54-.45c-2.25-.09-5,.25-7.05-.45a11.92,11.92,0,0,1-7.87-7.26q-.94-2.58-.9-9.85,0-8-.05-14-.14-7.41,1.27-10.31,3-6.07,10.36-6.93c1.13-.13,3,.14,4.34-.05a.5.5,0,0,0,.45-.53c.06-3.41-.22-9.45.45-13.6,2.64-16.4,14.68-30.13,31.28-33.74a68.09,68.09,0,0,1,13.32-.93q36.35,0,72.68,0,10.84,0,15.77,1.36C215,59.57,226.68,76.3,226.63,94.93v6.78a.42.42,0,0,0,.45.39c6.68-.52,12.76,1.32,15.13,8.07q.84,2.34.84,8.43l0,0Z"})
21
+ ]);
22
+ }
23
+ });
24
+
25
+ export default Friym;
package/dist/index.cjs CHANGED
@@ -4498,6 +4498,8 @@ const _dashlane = require('./dashlane.cjs');
4498
4498
  exports.Dashlane = _dashlane.default;
4499
4499
  const _dask = require('./dask.cjs');
4500
4500
  exports.Dask = _dask.default;
4501
+ const _dassault_aviation = require('./dassault-aviation.cjs');
4502
+ exports.DassaultAviation = _dassault_aviation.default;
4501
4503
  const _dassault_systemes = require('./dassault-systemes.cjs');
4502
4504
  exports.DassaultSystemes = _dassault_systemes.default;
4503
4505
  const _databricks = require('./databricks.cjs');
@@ -5372,6 +5374,8 @@ const _frigate = require('./frigate.cjs');
5372
5374
  exports.Frigate = _frigate.default;
5373
5375
  const _fritz = require('./fritz.cjs');
5374
5376
  exports.Fritz = _fritz.default;
5377
+ const _friym = require('./friym.cjs');
5378
+ exports.Friym = _friym.default;
5375
5379
  const _front = require('./front.cjs');
5376
5380
  exports.Front = _front.default;
5377
5381
  const _frontend_mentor = require('./frontend-mentor.cjs');
@@ -7682,6 +7686,8 @@ const _marvel_studios = require('./marvel-studios.cjs');
7682
7686
  exports.MarvelStudios = _marvel_studios.default;
7683
7687
  const _marvelapp = require('./marvelapp.cjs');
7684
7688
  exports.Marvelapp = _marvelapp.default;
7689
+ const _masan_group = require('./masan-group.cjs');
7690
+ exports.MasanGroup = _masan_group.default;
7685
7691
  const _maserati = require('./maserati.cjs');
7686
7692
  exports.Maserati = _maserati.default;
7687
7693
  const _mastercard = require('./mastercard.cjs');
@@ -8310,6 +8316,8 @@ const _nongfu_spring = require('./nongfu-spring.cjs');
8310
8316
  exports.NongfuSpring = _nongfu_spring.default;
8311
8317
  const _norco = require('./norco.cjs');
8312
8318
  exports.Norco = _norco.default;
8319
+ const _nordea = require('./nordea.cjs');
8320
+ exports.Nordea = _nordea.default;
8313
8321
  const _nordic_semiconductor = require('./nordic-semiconductor.cjs');
8314
8322
  exports.NordicSemiconductor = _nordic_semiconductor.default;
8315
8323
  const _nordpass = require('./nordpass.cjs');
@@ -10644,6 +10652,8 @@ const _the_weather_channel = require('./the-weather-channel.cjs');
10644
10652
  exports.TheWeatherChannel = _the_weather_channel.default;
10645
10653
  const _thesvg = require('./thesvg.cjs');
10646
10654
  exports.Thesvg = _thesvg.default;
10655
+ const _thesvg_legacy = require('./thesvg-legacy.cjs');
10656
+ exports.ThesvgLegacy = _thesvg_legacy.default;
10647
10657
  const _thingiverse = require('./thingiverse.cjs');
10648
10658
  exports.Thingiverse = _thingiverse.default;
10649
10659
  const _things = require('./things.cjs');
@@ -10940,6 +10950,8 @@ const _ubisoft = require('./ubisoft.cjs');
10940
10950
  exports.Ubisoft = _ubisoft.default;
10941
10951
  const _ublock_origin = require('./ublock-origin.cjs');
10942
10952
  exports.UblockOrigin = _ublock_origin.default;
10953
+ const _ubs_etracs = require('./ubs-etracs.cjs');
10954
+ exports.UbsEtracs = _ubs_etracs.default;
10943
10955
  const _ubuntu = require('./ubuntu.cjs');
10944
10956
  exports.Ubuntu = _ubuntu.default;
10945
10957
  const _ubuntu_mate = require('./ubuntu-mate.cjs');
@@ -11500,6 +11512,8 @@ const _woodpecker = require('./woodpecker.cjs');
11500
11512
  exports.Woodpecker = _woodpecker.default;
11501
11513
  const _wordpress = require('./wordpress.cjs');
11502
11514
  exports.Wordpress = _wordpress.default;
11515
+ const _workbuddy = require('./workbuddy.cjs');
11516
+ exports.Workbuddy = _workbuddy.default;
11503
11517
  const _workday = require('./workday.cjs');
11504
11518
  exports.Workday = _workday.default;
11505
11519
  const _workersai_cloudflare = require('./workersai-cloudflare.cjs');
package/dist/index.d.ts CHANGED
@@ -2248,6 +2248,7 @@ export { default as Dash } from './dash.js';
2248
2248
  export { default as Dash0 } from './dash0.js';
2249
2249
  export { default as Dashlane } from './dashlane.js';
2250
2250
  export { default as Dask } from './dask.js';
2251
+ export { default as DassaultAviation } from './dassault-aviation.js';
2251
2252
  export { default as DassaultSystemes } from './dassault-systemes.js';
2252
2253
  export { default as Databricks } from './databricks.js';
2253
2254
  export { default as Datacamp } from './datacamp.js';
@@ -2685,6 +2686,7 @@ export { default as Freshrss } from './freshrss.js';
2685
2686
  export { default as Friendli } from './friendli.js';
2686
2687
  export { default as Frigate } from './frigate.js';
2687
2688
  export { default as Fritz } from './fritz.js';
2689
+ export { default as Friym } from './friym.js';
2688
2690
  export { default as Front } from './front.js';
2689
2691
  export { default as FrontendMentor } from './frontend-mentor.js';
2690
2692
  export { default as Frontify } from './frontify.js';
@@ -3840,6 +3842,7 @@ export { default as MarutiSuzuki } from './maruti-suzuki.js';
3840
3842
  export { default as MarvelComics } from './marvel-comics.js';
3841
3843
  export { default as MarvelStudios } from './marvel-studios.js';
3842
3844
  export { default as Marvelapp } from './marvelapp.js';
3845
+ export { default as MasanGroup } from './masan-group.js';
3843
3846
  export { default as Maserati } from './maserati.js';
3844
3847
  export { default as Mastercard } from './mastercard.js';
3845
3848
  export { default as Mastercomfig } from './mastercomfig.js';
@@ -4154,6 +4157,7 @@ export { default as Nokia } from './nokia.js';
4154
4157
  export { default as Nomad } from './nomad.js';
4155
4158
  export { default as NongfuSpring } from './nongfu-spring.js';
4156
4159
  export { default as Norco } from './norco.js';
4160
+ export { default as Nordea } from './nordea.js';
4157
4161
  export { default as NordicSemiconductor } from './nordic-semiconductor.js';
4158
4162
  export { default as Nordpass } from './nordpass.js';
4159
4163
  export { default as Nordvpn } from './nordvpn.js';
@@ -5321,6 +5325,7 @@ export { default as TheStorygraph } from './the-storygraph.js';
5321
5325
  export { default as TheWashingtonPost } from './the-washington-post.js';
5322
5326
  export { default as TheWeatherChannel } from './the-weather-channel.js';
5323
5327
  export { default as Thesvg } from './thesvg.js';
5328
+ export { default as ThesvgLegacy } from './thesvg-legacy.js';
5324
5329
  export { default as Thingiverse } from './thingiverse.js';
5325
5330
  export { default as Things } from './things.js';
5326
5331
  export { default as Thinkpad } from './thinkpad.js';
@@ -5469,6 +5474,7 @@ export { default as UberEats } from './uber-eats.js';
5469
5474
  export { default as Ubiquiti } from './ubiquiti.js';
5470
5475
  export { default as Ubisoft } from './ubisoft.js';
5471
5476
  export { default as UblockOrigin } from './ublock-origin.js';
5477
+ export { default as UbsEtracs } from './ubs-etracs.js';
5472
5478
  export { default as Ubuntu } from './ubuntu.js';
5473
5479
  export { default as UbuntuMate } from './ubuntu-mate.js';
5474
5480
  export { default as Uchicago } from './uchicago.js';
@@ -5749,6 +5755,7 @@ export { default as Woo } from './woo.js';
5749
5755
  export { default as Woocommerce } from './woocommerce.js';
5750
5756
  export { default as Woodpecker } from './woodpecker.js';
5751
5757
  export { default as Wordpress } from './wordpress.js';
5758
+ export { default as Workbuddy } from './workbuddy.js';
5752
5759
  export { default as Workday } from './workday.js';
5753
5760
  export { default as WorkersaiCloudflare } from './workersai-cloudflare.js';
5754
5761
  export { default as Workos } from './workos.js';
package/dist/index.js CHANGED
@@ -2248,6 +2248,7 @@ export { default as Dash } from './dash.js';
2248
2248
  export { default as Dash0 } from './dash0.js';
2249
2249
  export { default as Dashlane } from './dashlane.js';
2250
2250
  export { default as Dask } from './dask.js';
2251
+ export { default as DassaultAviation } from './dassault-aviation.js';
2251
2252
  export { default as DassaultSystemes } from './dassault-systemes.js';
2252
2253
  export { default as Databricks } from './databricks.js';
2253
2254
  export { default as Datacamp } from './datacamp.js';
@@ -2685,6 +2686,7 @@ export { default as Freshrss } from './freshrss.js';
2685
2686
  export { default as Friendli } from './friendli.js';
2686
2687
  export { default as Frigate } from './frigate.js';
2687
2688
  export { default as Fritz } from './fritz.js';
2689
+ export { default as Friym } from './friym.js';
2688
2690
  export { default as Front } from './front.js';
2689
2691
  export { default as FrontendMentor } from './frontend-mentor.js';
2690
2692
  export { default as Frontify } from './frontify.js';
@@ -3840,6 +3842,7 @@ export { default as MarutiSuzuki } from './maruti-suzuki.js';
3840
3842
  export { default as MarvelComics } from './marvel-comics.js';
3841
3843
  export { default as MarvelStudios } from './marvel-studios.js';
3842
3844
  export { default as Marvelapp } from './marvelapp.js';
3845
+ export { default as MasanGroup } from './masan-group.js';
3843
3846
  export { default as Maserati } from './maserati.js';
3844
3847
  export { default as Mastercard } from './mastercard.js';
3845
3848
  export { default as Mastercomfig } from './mastercomfig.js';
@@ -4154,6 +4157,7 @@ export { default as Nokia } from './nokia.js';
4154
4157
  export { default as Nomad } from './nomad.js';
4155
4158
  export { default as NongfuSpring } from './nongfu-spring.js';
4156
4159
  export { default as Norco } from './norco.js';
4160
+ export { default as Nordea } from './nordea.js';
4157
4161
  export { default as NordicSemiconductor } from './nordic-semiconductor.js';
4158
4162
  export { default as Nordpass } from './nordpass.js';
4159
4163
  export { default as Nordvpn } from './nordvpn.js';
@@ -5321,6 +5325,7 @@ export { default as TheStorygraph } from './the-storygraph.js';
5321
5325
  export { default as TheWashingtonPost } from './the-washington-post.js';
5322
5326
  export { default as TheWeatherChannel } from './the-weather-channel.js';
5323
5327
  export { default as Thesvg } from './thesvg.js';
5328
+ export { default as ThesvgLegacy } from './thesvg-legacy.js';
5324
5329
  export { default as Thingiverse } from './thingiverse.js';
5325
5330
  export { default as Things } from './things.js';
5326
5331
  export { default as Thinkpad } from './thinkpad.js';
@@ -5469,6 +5474,7 @@ export { default as UberEats } from './uber-eats.js';
5469
5474
  export { default as Ubiquiti } from './ubiquiti.js';
5470
5475
  export { default as Ubisoft } from './ubisoft.js';
5471
5476
  export { default as UblockOrigin } from './ublock-origin.js';
5477
+ export { default as UbsEtracs } from './ubs-etracs.js';
5472
5478
  export { default as Ubuntu } from './ubuntu.js';
5473
5479
  export { default as UbuntuMate } from './ubuntu-mate.js';
5474
5480
  export { default as Uchicago } from './uchicago.js';
@@ -5749,6 +5755,7 @@ export { default as Woo } from './woo.js';
5749
5755
  export { default as Woocommerce } from './woocommerce.js';
5750
5756
  export { default as Woodpecker } from './woodpecker.js';
5751
5757
  export { default as Wordpress } from './wordpress.js';
5758
+ export { default as Workbuddy } from './workbuddy.js';
5752
5759
  export { default as Workday } from './workday.js';
5753
5760
  export { default as WorkersaiCloudflare } from './workersai-cloudflare.js';
5754
5761
  export { default as Workos } from './workos.js';
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ // @thesvg/vue - Masan Group
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const MasanGroup = vue_1.defineComponent({
10
+ name: 'MasanGroup',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 1512 1511',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('title', {}),
19
+ vue_1.h('g', {"clip-path":"url(#cp1)"}, [
20
+ vue_1.h('g', {}, [
21
+ vue_1.h('path', {"fill":"#00447c","d":"m1511.6 0.4v1006.6h-1007.3v-1006.6z"}),
22
+ vue_1.h('path', {"fill":"#4f8abe","d":"m1259.8 252v755h-755.5v-755z"}),
23
+ vue_1.h('path', {"fill":"#00447c","d":"m1008 503.7v1006.6h-1007.4v-1006.6z"}),
24
+ vue_1.h('path', {"fill":"#4f8abe","d":"m756.1 755.4v754.9h-755.5v-754.9z"}),
25
+ vue_1.h('path', {"fill":"#95b9d8","d":"m504.3 1007v503.3h-503.7v-503.3z"})
26
+ ])
27
+ ])
28
+ ]);
29
+ }
30
+ });
31
+
32
+ exports.default = MasanGroup;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Masan Group
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const MasanGroup: DefineComponent<SVGAttributes>;
7
+ export default MasanGroup;
@@ -0,0 +1,29 @@
1
+ // @thesvg/vue - Masan Group
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const MasanGroup = defineComponent({
7
+ name: 'MasanGroup',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 1512 1511',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}),
16
+ h('g', {"clip-path":"url(#cp1)"}, [
17
+ h('g', {}, [
18
+ h('path', {"fill":"#00447c","d":"m1511.6 0.4v1006.6h-1007.3v-1006.6z"}),
19
+ h('path', {"fill":"#4f8abe","d":"m1259.8 252v755h-755.5v-755z"}),
20
+ h('path', {"fill":"#00447c","d":"m1008 503.7v1006.6h-1007.4v-1006.6z"}),
21
+ h('path', {"fill":"#4f8abe","d":"m756.1 755.4v754.9h-755.5v-754.9z"}),
22
+ h('path', {"fill":"#95b9d8","d":"m504.3 1007v503.3h-503.7v-503.3z"})
23
+ ])
24
+ ])
25
+ ]);
26
+ }
27
+ });
28
+
29
+ export default MasanGroup;
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ // @thesvg/vue - Nordea
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Nordea = vue_1.defineComponent({
10
+ name: 'Nordea',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 1515 1477',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('title', {}),
19
+ vue_1.h('g', {"id":"Layer"}, [
20
+ vue_1.h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m57.1 832.7c-7.4 0-14.8-1.4-21.7-4.3-6.9-2.9-13.1-7-18.4-12.3-5.3-5.3-9.4-11.5-12.3-18.4-2.9-6.9-4.3-14.3-4.3-21.7v-76c0-7.4 1.4-14.8 4.3-21.7 2.9-6.9 7-13.1 12.3-18.4 5.3-5.2 11.5-9.4 18.4-12.3 6.9-2.8 14.2-4.3 21.7-4.3 7.4 0 14.8 1.4 21.7 4.3 6.9 2.9 13.1 7 18.4 12.3 5.3 5.3 9.4 11.5 12.3 18.4 2.9 6.9 4.3 14.3 4.3 21.7v76c0 31.7-25.5 56.7-56.7 56.7z"}),
21
+ vue_1.h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m284.6 842.6c-12.5 0-24.8-2.5-36.3-7.2-11.5-4.8-21.9-11.8-30.7-20.6-8.8-8.8-15.8-19.2-20.5-30.7-4.8-11.5-7.3-23.8-7.3-36.2v-283.7c0-25.1 10-49.2 27.8-67 17.8-17.7 41.9-27.7 67-27.7 25.1 0 49.2 10 67 27.7 17.8 17.8 27.8 41.9 27.8 67v283.7c-0.6 52-42.8 94.7-94.8 94.7z"}),
22
+ vue_1.h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m591.7 1060.2c-15.5-0.1-30.8-3.1-45.1-9.1-14.4-5.9-27.4-14.6-38.3-25.6-11-11-19.7-24-25.7-38.3-5.9-14.3-9-29.7-9-45.2v-822.8c0-15.5 3.1-30.9 9-45.2 6-14.3 14.7-27.3 25.7-38.3 10.9-11 23.9-19.7 38.3-25.6 14.3-6 29.6-9.1 45.1-9.1 15.6 0 30.9 3.1 45.2 9.1 14.3 5.9 27.4 14.6 38.3 25.6 11 10.9 19.7 23.9 25.7 38.3 5.9 14.3 9 29.6 9 45.1v822.9c0 15.5-3 30.9-8.9 45.3-6 14.3-14.7 27.3-25.7 38.3-10.9 11-24 19.7-38.3 25.6-14.4 5.9-29.7 9-45.3 9z"}),
23
+ vue_1.h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m922.8 1476.1c-15.5-0.1-30.8-3.2-45.1-9.1-14.4-6-27.4-14.7-38.3-25.7-11-10.9-19.7-23.9-25.6-38.2-6-14.3-9.1-29.7-9.1-45.2v-822.9c0-15.5 3.1-30.8 9.1-45.2 5.9-14.3 14.6-27.3 25.6-38.2 10.9-11 24-19.7 38.3-25.7 14.3-5.9 29.7-9 45.2-9 15.5 0 30.8 3.1 45.1 9 14.4 6 27.4 14.7 38.3 25.7 11 10.9 19.7 23.9 25.7 38.2 5.9 14.4 9 29.7 9 45.2v822.9c0.1 15.5-3 30.9-8.9 45.2-6 14.3-14.7 27.4-25.6 38.4-11 10.9-24 19.6-38.4 25.6-14.3 5.9-29.7 9-45.3 9z"}),
24
+ vue_1.h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m1230.5 1107c-12.4 0-24.7-2.4-36.2-7.2-11.5-4.7-22-11.7-30.8-20.5-8.8-8.8-15.8-19.3-20.5-30.8-4.8-11.5-7.2-23.8-7.2-36.2v-283.7c0-25.1 9.9-49.2 27.7-67 17.8-17.7 41.9-27.7 67-27.7 25.2 0 49.3 10 67 27.7 17.8 17.8 27.8 41.9 27.8 67v283.7c-0.5 52.6-42.7 94.7-94.8 94.7z"}),
25
+ vue_1.h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m1457.5 832.7c-7.4 0-14.8-1.4-21.7-4.3-6.9-2.9-13.1-7-18.4-12.3-5.2-5.3-9.4-11.5-12.3-18.4-2.8-6.9-4.3-14.3-4.3-21.7v-76c0-7.4 1.5-14.8 4.3-21.7 2.9-6.9 7.1-13.1 12.3-18.4 5.3-5.3 11.5-9.4 18.4-12.3 6.9-2.9 14.3-4.3 21.7-4.3 7.5 0 14.9 1.5 21.7 4.3 6.9 2.9 13.2 7.1 18.4 12.3 5.3 5.3 9.5 11.5 12.3 18.4 2.9 6.9 4.3 14.3 4.4 21.7v76c0 31.7-25.5 56.7-56.8 56.7z"})
26
+ ])
27
+ ]);
28
+ }
29
+ });
30
+
31
+ exports.default = Nordea;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Nordea
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Nordea: DefineComponent<SVGAttributes>;
7
+ export default Nordea;
package/dist/nordea.js ADDED
@@ -0,0 +1,28 @@
1
+ // @thesvg/vue - Nordea
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Nordea = defineComponent({
7
+ name: 'Nordea',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 1515 1477',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}),
16
+ h('g', {"id":"Layer"}, [
17
+ h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m57.1 832.7c-7.4 0-14.8-1.4-21.7-4.3-6.9-2.9-13.1-7-18.4-12.3-5.3-5.3-9.4-11.5-12.3-18.4-2.9-6.9-4.3-14.3-4.3-21.7v-76c0-7.4 1.4-14.8 4.3-21.7 2.9-6.9 7-13.1 12.3-18.4 5.3-5.2 11.5-9.4 18.4-12.3 6.9-2.8 14.2-4.3 21.7-4.3 7.4 0 14.8 1.4 21.7 4.3 6.9 2.9 13.1 7 18.4 12.3 5.3 5.3 9.4 11.5 12.3 18.4 2.9 6.9 4.3 14.3 4.3 21.7v76c0 31.7-25.5 56.7-56.7 56.7z"}),
18
+ h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m284.6 842.6c-12.5 0-24.8-2.5-36.3-7.2-11.5-4.8-21.9-11.8-30.7-20.6-8.8-8.8-15.8-19.2-20.5-30.7-4.8-11.5-7.3-23.8-7.3-36.2v-283.7c0-25.1 10-49.2 27.8-67 17.8-17.7 41.9-27.7 67-27.7 25.1 0 49.2 10 67 27.7 17.8 17.8 27.8 41.9 27.8 67v283.7c-0.6 52-42.8 94.7-94.8 94.7z"}),
19
+ h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m591.7 1060.2c-15.5-0.1-30.8-3.1-45.1-9.1-14.4-5.9-27.4-14.6-38.3-25.6-11-11-19.7-24-25.7-38.3-5.9-14.3-9-29.7-9-45.2v-822.8c0-15.5 3.1-30.9 9-45.2 6-14.3 14.7-27.3 25.7-38.3 10.9-11 23.9-19.7 38.3-25.6 14.3-6 29.6-9.1 45.1-9.1 15.6 0 30.9 3.1 45.2 9.1 14.3 5.9 27.4 14.6 38.3 25.6 11 10.9 19.7 23.9 25.7 38.3 5.9 14.3 9 29.6 9 45.1v822.9c0 15.5-3 30.9-8.9 45.3-6 14.3-14.7 27.3-25.7 38.3-10.9 11-24 19.7-38.3 25.6-14.4 5.9-29.7 9-45.3 9z"}),
20
+ h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m922.8 1476.1c-15.5-0.1-30.8-3.2-45.1-9.1-14.4-6-27.4-14.7-38.3-25.7-11-10.9-19.7-23.9-25.6-38.2-6-14.3-9.1-29.7-9.1-45.2v-822.9c0-15.5 3.1-30.8 9.1-45.2 5.9-14.3 14.6-27.3 25.6-38.2 10.9-11 24-19.7 38.3-25.7 14.3-5.9 29.7-9 45.2-9 15.5 0 30.8 3.1 45.1 9 14.4 6 27.4 14.7 38.3 25.7 11 10.9 19.7 23.9 25.7 38.2 5.9 14.4 9 29.7 9 45.2v822.9c0.1 15.5-3 30.9-8.9 45.2-6 14.3-14.7 27.4-25.6 38.4-11 10.9-24 19.6-38.4 25.6-14.3 5.9-29.7 9-45.3 9z"}),
21
+ h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m1230.5 1107c-12.4 0-24.7-2.4-36.2-7.2-11.5-4.7-22-11.7-30.8-20.5-8.8-8.8-15.8-19.3-20.5-30.8-4.8-11.5-7.2-23.8-7.2-36.2v-283.7c0-25.1 9.9-49.2 27.7-67 17.8-17.7 41.9-27.7 67-27.7 25.2 0 49.3 10 67 27.7 17.8 17.8 27.8 41.9 27.8 67v283.7c-0.5 52.6-42.7 94.7-94.8 94.7z"}),
22
+ h('path', {"id":"Layer","fill-rule":"evenodd","fill":"#0000a0","d":"m1457.5 832.7c-7.4 0-14.8-1.4-21.7-4.3-6.9-2.9-13.1-7-18.4-12.3-5.2-5.3-9.4-11.5-12.3-18.4-2.8-6.9-4.3-14.3-4.3-21.7v-76c0-7.4 1.5-14.8 4.3-21.7 2.9-6.9 7.1-13.1 12.3-18.4 5.3-5.3 11.5-9.4 18.4-12.3 6.9-2.9 14.3-4.3 21.7-4.3 7.5 0 14.9 1.5 21.7 4.3 6.9 2.9 13.2 7.1 18.4 12.3 5.3 5.3 9.5 11.5 12.3 18.4 2.9 6.9 4.3 14.3 4.4 21.7v76c0 31.7-25.5 56.7-56.8 56.7z"})
23
+ ])
24
+ ]);
25
+ }
26
+ });
27
+
28
+ export default Nordea;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - theSVG (legacy)
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const ThesvgLegacy = vue_1.defineComponent({
10
+ name: 'ThesvgLegacy',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 512 512',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = ThesvgLegacy;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - theSVG (legacy)
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const ThesvgLegacy: DefineComponent<SVGAttributes>;
7
+ export default ThesvgLegacy;
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - theSVG (legacy)
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const ThesvgLegacy = defineComponent({
7
+ name: 'ThesvgLegacy',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 512 512',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default ThesvgLegacy;
package/dist/thesvg.cjs CHANGED
@@ -10,18 +10,13 @@ const Thesvg = vue_1.defineComponent({
10
10
  name: 'Thesvg',
11
11
  setup(_, { attrs }) {
12
12
  return () => vue_1.h('svg', {
13
- viewBox: '0 0 512 512',
13
+ viewBox: '0 0 24 24',
14
14
  fill: 'none',
15
15
  xmlns: 'http://www.w3.org/2000/svg',
16
16
  ...attrs
17
17
  }, [
18
- vue_1.h('rect', {"width":"512","height":"512","rx":"108","fill":"#09090B"}),
19
- vue_1.h('rect', {"x":"184","y":"84","width":"220","height":"220","rx":"40","fill":"#C2410C"}),
20
- vue_1.h('rect', {"x":"148","y":"120","width":"220","height":"220","rx":"40","fill":"#EA580C"}),
21
- vue_1.h('rect', {"x":"112","y":"156","width":"220","height":"220","rx":"40","fill":"#F97316"}),
22
- vue_1.h('path', {"d":"M188 248 L168 266 L188 284","stroke":"#FFF7ED","stroke-width":"6","stroke-linecap":"round","stroke-linejoin":"round","fill":"none"}),
23
- vue_1.h('path', {"d":"M256 248 L276 266 L256 284","stroke":"#FFF7ED","stroke-width":"6","stroke-linecap":"round","stroke-linejoin":"round","fill":"none"}),
24
- vue_1.h('line', {"x1":"232","y1":"242","x2":"212","y2":"290","stroke":"#FFF7ED","stroke-width":"4","stroke-linecap":"round","opacity":"0.5"})
18
+ vue_1.h('path', {"d":"M7 7 L17 7 L17 17 L7 17 Z","fill":"#f97316","stroke":"none"}),
19
+ vue_1.h('path', {"d":"M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"})
25
20
  ]);
26
21
  }
27
22
  });
package/dist/thesvg.js CHANGED
@@ -7,18 +7,13 @@ const Thesvg = defineComponent({
7
7
  name: 'Thesvg',
8
8
  setup(_, { attrs }) {
9
9
  return () => h('svg', {
10
- viewBox: '0 0 512 512',
10
+ viewBox: '0 0 24 24',
11
11
  fill: 'none',
12
12
  xmlns: 'http://www.w3.org/2000/svg',
13
13
  ...attrs
14
14
  }, [
15
- h('rect', {"width":"512","height":"512","rx":"108","fill":"#09090B"}),
16
- h('rect', {"x":"184","y":"84","width":"220","height":"220","rx":"40","fill":"#C2410C"}),
17
- h('rect', {"x":"148","y":"120","width":"220","height":"220","rx":"40","fill":"#EA580C"}),
18
- h('rect', {"x":"112","y":"156","width":"220","height":"220","rx":"40","fill":"#F97316"}),
19
- h('path', {"d":"M188 248 L168 266 L188 284","stroke":"#FFF7ED","stroke-width":"6","stroke-linecap":"round","stroke-linejoin":"round","fill":"none"}),
20
- h('path', {"d":"M256 248 L276 266 L256 284","stroke":"#FFF7ED","stroke-width":"6","stroke-linecap":"round","stroke-linejoin":"round","fill":"none"}),
21
- h('line', {"x1":"232","y1":"242","x2":"212","y2":"290","stroke":"#FFF7ED","stroke-width":"4","stroke-linecap":"round","opacity":"0.5"})
15
+ h('path', {"d":"M7 7 L17 7 L17 17 L7 17 Z","fill":"#f97316","stroke":"none"}),
16
+ h('path', {"d":"M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"})
22
17
  ]);
23
18
  }
24
19
  });
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // @thesvg/vue - UBS Etracs
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const UbsEtracs = vue_1.defineComponent({
10
+ name: 'UbsEtracs',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 1411 1557',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('title', {}),
19
+ vue_1.h('path', {"id":"Key","fill-rule":"evenodd","fill":"#000000","d":"m1156.2 450.2l-28 23.3 29.6 96.5-88.6-48.2-29.5 23.3 97.9 52.9-104.1 84.1-28-37.4 37.3-29.5-28-32.7-37.2 29.5-28-35.7 37.3-29.6-28-35.8-191.1 158.7 181.8 146.3 32.6-40.5c23.3 1.6 40.4 18.7 49.7 40.5l-32.6 40.5 20.2 15.5c45-40.5 104.1-66.9 164.7-66.9 127.3 0 226.8 104.3 226.8 231.9 0 42-10.9 87.1-34.2 124.5l34.2 26.4c-1.6 24.9-24.9 51.3-48.2 57.6l-32.6-26.5c-45.1 43.6-104.1 67-166.2 67-127.4 0-226.8-101.2-226.8-230.3 0-42.1 12.4-85.6 31-121.4l-18.6-17.2-32.6 43.6c-23.3-3.1-43.5-18.7-49.7-43.6l32.6-38.9-153.8-127.6v202.3l51.3 1.6c6.2 7.8 10.8 18.7 10.8 31.1 0 10.9-4.6 23.4-9.3 32.7h-52.8v24.9c111.8 18.7 205.1 113.6 205.1 228.7 0 119.9-91.7 214.8-205.1 233.5v40.5c-10.9 6.1-24.9 10.8-37.3 10.8-14 0-29.5-4.7-41.9-10.8v-40.5c-113.4-18.7-202-113.6-202-233.5 0-115.1 88.6-210 202-227.1v-26.5h-52.8c-6.3-9.3-9.4-21.8-9.4-32.7q0-18.7 9.4-32.7h52.8v-202.3l-155.4 127.6 34.2 38.9c-7.8 24.9-28 40.5-51.2 43.6l-32.7-43.6-20.2 17.2c21.8 35.8 32.6 79.3 32.6 121.4 0 129.1-99.4 230.3-226.7 230.3-60.6 0-121.2-23.4-164.7-67l-34.2 26.5c-21.7-6.3-45-32.7-48.1-57.6l32.6-26.4c-20.2-37.4-32.6-82.5-32.6-124.5 0-127.6 99.4-231.9 226.8-231.9 62.1 0 121.1 26.4 166.2 66.9l18.6-14-32.6-42c7.8-21.8 28-37.4 51.3-40.5l32.6 40.5 181.7-146.3-191-158.7-28 35.8 37.3 29.6-28 35.7-37.3-29.5-27.9 32.7 35.7 29.5-28 37.4-102.5-84.1 96.3-52.9-27.9-23.3-88.6 48.2 29.5-96.5-27.9-23.3-32.6 105.8-104.1-84 27.9-34.3 35.8 29.6 29.5-34.2-37.3-32.7 28-32.7 37.2 28.1 26.4-32.8-80.7-63.7c7.7-26.5 24.8-48.3 49.7-63.9l430.3 351.8v-235.1h-43.5v45.2h-43.5v-45.2h-45.1v45.2h-45v-132.3l102.5 43.6v-37.4l-94.7-38.9 94.7-37.3v-35.8l-102.5 40.5v-133.9h45v48.3h45.1v-48.3h43.5v48.3h43.5v-105.8c12.4-4.7 26.4-7.8 40.4-7.8 12.4 0 26.4 3.1 38.8 7.8v578.9l430.3-351.8c23.3 15.6 40.4 37.4 49.7 63.9l-82.3 63.7 27.9 32.8 37.3-28.1 28 32.7-37.3 32.7 28 34.2 37.2-29.6 28 34.3-104.1 84zm-879.2 636.5c0 37.4 28 60.7 60.6 63.8l-54.4 42c-37.3-14-71.5-59.1-71.5-98 0-12.5 3.2-20.3 6.3-29.6-4.7 0-7.8 1.6-10.9 1.6-49.7 0-91.7-46.7-101-94.9l55.9-43.6c-1.5 6.2-1.5 10.9-1.5 15.5 0 31.1 29.5 59.2 60.6 59.2 32.6 0 63.7-28.1 63.7-60.8 0-40.4-31.1-66.8-69.9-66.8-76.2 0-150.7 73.1-150.7 169.6 0 28 6.2 54.5 18.6 77.8l34.2-26.5c23.3 10.9 41.9 34.3 48.1 60.7l-34.1 26.5c32.6 28 73 40.4 114.9 40.4 87 0 156.9-70 156.9-132.2 0-35.8-24.8-66.9-62.1-66.9-34.2 0-63.7 26.4-63.7 62.2zm461.3 133.9c0 34.1 28 62.2 60.6 62.2 23.3 0 32.6-9.3 49.7-23.4v70.1c-17.1 9.3-34.1 14-52.8 14-37.2 0-68.3-10.9-88.5-43.6-21.8 32.7-52.8 43.6-90.1 43.6-17.1 0-35.7-4.7-52.8-14v-70.1c15.5 15.6 27.9 23.4 49.7 23.4 34.2 0 60.6-28.1 60.6-62.2 0-32.8-21.8-62.3-57.5-62.3-63.7 0-90.1 60.7-90.1 116.7 0 82.5 60.6 152.5 139.8 166.5v-42c12.4-6.2 26.4-7.8 38.8-7.8 14 0 28 1.6 40.4 7.8v42c73-10.9 139.8-88.7 139.8-166.5 0-57.6-23.3-116.7-90.1-116.7-34.1 0-57.5 29.5-57.5 62.3zm386.9-278.7c0 31.2 32.6 60.8 65.2 60.8 31.1 0 60.6-28.1 60.6-59.2 0-4.6-1.6-9.3-1.6-15.5l54.4 43.6c-9.3 52.9-55.9 99.5-110.3 93.3 3.1 9.3 4.7 17.1 4.7 29.6 0 38.9-34.2 84-71.5 98l-54.4-42c34.2-3.1 62.2-26.4 62.2-63.8 0-35.8-31.1-62.2-65.3-62.2-35.7 0-62.1 31.1-62.1 68.4 0 45.2 54.4 130.7 158.4 130.7 42 0 82.4-12.4 113.4-40.4l-34.1-26.5c7.7-26.4 23.3-49.8 48.1-60.7l34.2 26.5c12.4-23.3 20.2-49.8 20.2-77.8 0-74.7-57.5-169.6-149.1-169.6-38.9 0-73 26.4-73 66.8z"})
20
+ ]);
21
+ }
22
+ });
23
+
24
+ exports.default = UbsEtracs;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - UBS Etracs
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const UbsEtracs: DefineComponent<SVGAttributes>;
7
+ export default UbsEtracs;
@@ -0,0 +1,21 @@
1
+ // @thesvg/vue - UBS Etracs
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const UbsEtracs = defineComponent({
7
+ name: 'UbsEtracs',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 1411 1557',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}),
16
+ h('path', {"id":"Key","fill-rule":"evenodd","fill":"#000000","d":"m1156.2 450.2l-28 23.3 29.6 96.5-88.6-48.2-29.5 23.3 97.9 52.9-104.1 84.1-28-37.4 37.3-29.5-28-32.7-37.2 29.5-28-35.7 37.3-29.6-28-35.8-191.1 158.7 181.8 146.3 32.6-40.5c23.3 1.6 40.4 18.7 49.7 40.5l-32.6 40.5 20.2 15.5c45-40.5 104.1-66.9 164.7-66.9 127.3 0 226.8 104.3 226.8 231.9 0 42-10.9 87.1-34.2 124.5l34.2 26.4c-1.6 24.9-24.9 51.3-48.2 57.6l-32.6-26.5c-45.1 43.6-104.1 67-166.2 67-127.4 0-226.8-101.2-226.8-230.3 0-42.1 12.4-85.6 31-121.4l-18.6-17.2-32.6 43.6c-23.3-3.1-43.5-18.7-49.7-43.6l32.6-38.9-153.8-127.6v202.3l51.3 1.6c6.2 7.8 10.8 18.7 10.8 31.1 0 10.9-4.6 23.4-9.3 32.7h-52.8v24.9c111.8 18.7 205.1 113.6 205.1 228.7 0 119.9-91.7 214.8-205.1 233.5v40.5c-10.9 6.1-24.9 10.8-37.3 10.8-14 0-29.5-4.7-41.9-10.8v-40.5c-113.4-18.7-202-113.6-202-233.5 0-115.1 88.6-210 202-227.1v-26.5h-52.8c-6.3-9.3-9.4-21.8-9.4-32.7q0-18.7 9.4-32.7h52.8v-202.3l-155.4 127.6 34.2 38.9c-7.8 24.9-28 40.5-51.2 43.6l-32.7-43.6-20.2 17.2c21.8 35.8 32.6 79.3 32.6 121.4 0 129.1-99.4 230.3-226.7 230.3-60.6 0-121.2-23.4-164.7-67l-34.2 26.5c-21.7-6.3-45-32.7-48.1-57.6l32.6-26.4c-20.2-37.4-32.6-82.5-32.6-124.5 0-127.6 99.4-231.9 226.8-231.9 62.1 0 121.1 26.4 166.2 66.9l18.6-14-32.6-42c7.8-21.8 28-37.4 51.3-40.5l32.6 40.5 181.7-146.3-191-158.7-28 35.8 37.3 29.6-28 35.7-37.3-29.5-27.9 32.7 35.7 29.5-28 37.4-102.5-84.1 96.3-52.9-27.9-23.3-88.6 48.2 29.5-96.5-27.9-23.3-32.6 105.8-104.1-84 27.9-34.3 35.8 29.6 29.5-34.2-37.3-32.7 28-32.7 37.2 28.1 26.4-32.8-80.7-63.7c7.7-26.5 24.8-48.3 49.7-63.9l430.3 351.8v-235.1h-43.5v45.2h-43.5v-45.2h-45.1v45.2h-45v-132.3l102.5 43.6v-37.4l-94.7-38.9 94.7-37.3v-35.8l-102.5 40.5v-133.9h45v48.3h45.1v-48.3h43.5v48.3h43.5v-105.8c12.4-4.7 26.4-7.8 40.4-7.8 12.4 0 26.4 3.1 38.8 7.8v578.9l430.3-351.8c23.3 15.6 40.4 37.4 49.7 63.9l-82.3 63.7 27.9 32.8 37.3-28.1 28 32.7-37.3 32.7 28 34.2 37.2-29.6 28 34.3-104.1 84zm-879.2 636.5c0 37.4 28 60.7 60.6 63.8l-54.4 42c-37.3-14-71.5-59.1-71.5-98 0-12.5 3.2-20.3 6.3-29.6-4.7 0-7.8 1.6-10.9 1.6-49.7 0-91.7-46.7-101-94.9l55.9-43.6c-1.5 6.2-1.5 10.9-1.5 15.5 0 31.1 29.5 59.2 60.6 59.2 32.6 0 63.7-28.1 63.7-60.8 0-40.4-31.1-66.8-69.9-66.8-76.2 0-150.7 73.1-150.7 169.6 0 28 6.2 54.5 18.6 77.8l34.2-26.5c23.3 10.9 41.9 34.3 48.1 60.7l-34.1 26.5c32.6 28 73 40.4 114.9 40.4 87 0 156.9-70 156.9-132.2 0-35.8-24.8-66.9-62.1-66.9-34.2 0-63.7 26.4-63.7 62.2zm461.3 133.9c0 34.1 28 62.2 60.6 62.2 23.3 0 32.6-9.3 49.7-23.4v70.1c-17.1 9.3-34.1 14-52.8 14-37.2 0-68.3-10.9-88.5-43.6-21.8 32.7-52.8 43.6-90.1 43.6-17.1 0-35.7-4.7-52.8-14v-70.1c15.5 15.6 27.9 23.4 49.7 23.4 34.2 0 60.6-28.1 60.6-62.2 0-32.8-21.8-62.3-57.5-62.3-63.7 0-90.1 60.7-90.1 116.7 0 82.5 60.6 152.5 139.8 166.5v-42c12.4-6.2 26.4-7.8 38.8-7.8 14 0 28 1.6 40.4 7.8v42c73-10.9 139.8-88.7 139.8-166.5 0-57.6-23.3-116.7-90.1-116.7-34.1 0-57.5 29.5-57.5 62.3zm386.9-278.7c0 31.2 32.6 60.8 65.2 60.8 31.1 0 60.6-28.1 60.6-59.2 0-4.6-1.6-9.3-1.6-15.5l54.4 43.6c-9.3 52.9-55.9 99.5-110.3 93.3 3.1 9.3 4.7 17.1 4.7 29.6 0 38.9-34.2 84-71.5 98l-54.4-42c34.2-3.1 62.2-26.4 62.2-63.8 0-35.8-31.1-62.2-65.3-62.2-35.7 0-62.1 31.1-62.1 68.4 0 45.2 54.4 130.7 158.4 130.7 42 0 82.4-12.4 113.4-40.4l-34.1-26.5c7.7-26.4 23.3-49.8 48.1-60.7l34.2 26.5c12.4-23.3 20.2-49.8 20.2-77.8 0-74.7-57.5-169.6-149.1-169.6-38.9 0-73 26.4-73 66.8z"})
17
+ ]);
18
+ }
19
+ });
20
+
21
+ export default UbsEtracs;
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ // @thesvg/vue - Workbuddy
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Workbuddy = vue_1.defineComponent({
10
+ name: 'Workbuddy',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 280 280',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('g', {"clip-path":"url(#clip0_744_3208)"}, [
19
+ vue_1.h('rect', {"width":"280","height":"280","rx":"60.4211","fill":"url(#paint0_linear_744_3208)"}),
20
+ vue_1.h('g', {"filter":"url(#filter0_f_744_3208)"}, [
21
+ vue_1.h('circle', {"cx":"88.2504","cy":"244.86","r":"98.5668","fill":"#32E6B9","fill-opacity":"0.4"})
22
+ ]),
23
+ vue_1.h('g', {"filter":"url(#filter1_f_744_3208)"}, [
24
+ vue_1.h('circle', {"cx":"223.384","cy":"290.328","r":"90.0931","fill":"#FFE355","fill-opacity":"0.49"})
25
+ ]),
26
+ vue_1.h('path', {"fill-rule":"evenodd","clip-rule":"evenodd","d":"M204.15 6.89352C206.896 4.43111 207.061 4.33611 209.074 4.21524C212.336 3.97692 215.324 5.54248 220.41 10.1729C232.291 20.9692 248.834 43.1654 259.119 62.1205L263.093 69.4768L268.707 72.2672C274.126 75.0055 283.015 80.6198 286.728 83.6308C288.407 85.0191 288.642 85.0483 290.388 84.3692C298.267 81.3008 309.553 85.3675 319.508 94.9178C328.47 103.507 337.052 118.181 340.34 130.429C340.82 132.4 341.458 136.638 341.69 139.794C342.44 150.876 338.886 159.726 332.042 163.733C330.644 164.54 330.551 164.759 330.59 168.245C330.905 184.841 326.432 201.406 317.445 217.561C307.301 235.7 289.238 254.464 264.791 272.142C251.663 281.695 220.604 299.792 206.561 306.145C172.92 321.29 145.952 327.1 122.527 324.23C108.554 322.537 92.7397 317.083 83.3819 310.752C80.9182 309.049 80.5286 308.944 78.6462 309.483C68.6285 312.36 55.5086 306.447 44.3628 294.075C39.9174 289.129 32.743 276.986 30.417 270.488C25.0365 255.281 26.1061 241.558 33.273 233.363C35.1245 231.252 35.1835 231.163 34.7791 227.614C34.1112 221.804 33.808 213.206 34.1131 207.656L34.3541 202.472L26.5713 188.706C14.5194 167.262 6.8648 149.255 3.91152 135.497C2.35249 127.954 2.44923 124.607 4.36401 122.131C5.52945 120.635 9.35191 119.087 13.9599 118.236C25.5602 116.199 50.8596 118.043 79.0059 123.012L81.9295 123.517L88.3537 117.834C99.0194 108.386 106.105 103.089 119.168 94.9439C132.783 86.4254 148.148 79.4181 165.452 73.8693L171.004 72.09L174.054 64.0775C184.981 35.233 196.172 13.9675 204.15 6.89352ZM112.625 154.702C100.275 161.832 94.0999 165.397 89.5627 169.393C71.1894 185.572 64.3228 211.198 72.145 234.396C74.0767 240.125 77.642 246.3 84.7719 258.65C91.9018 270.999 95.4667 277.173 99.4619 281.711C115.641 300.084 141.267 306.95 164.466 299.128C170.194 297.197 176.369 293.631 188.719 286.501L259.76 245.486C272.109 238.356 278.284 234.791 282.821 230.796C301.194 214.617 308.061 188.99 300.239 165.792C298.307 160.063 294.742 153.889 287.612 141.54C280.482 129.19 276.917 123.015 272.922 118.478C256.743 100.104 231.116 93.2378 207.918 101.06C202.19 102.992 196.015 106.557 183.666 113.687L112.625 154.702Z","fill":"url(#paint1_linear_744_3208)"}),
27
+ vue_1.h('rect', {"x":"119.473","y":"204.341","width":"28.0633","height":"58.2852","rx":"14.0316","transform":"rotate(-30 119.473 204.341)","fill":"white"}),
28
+ vue_1.h('rect', {"x":"195.186","y":"160.627","width":"28.0633","height":"58.2852","rx":"14.0316","transform":"rotate(-30 195.186 160.627)","fill":"white"})
29
+ ]),
30
+ vue_1.h('defs', {}, [
31
+ vue_1.h('filter', {"id":"filter0_f_744_3208","x":"-104.414","y":"52.1958","width":"385.327","height":"385.328","filterUnits":"userSpaceOnUse","color-interpolation-filters":"sRGB"}, [
32
+ vue_1.h('feFlood', {"flood-opacity":"0","result":"BackgroundImageFix"}),
33
+ vue_1.h('feBlend', {"mode":"normal","in":"SourceGraphic","in2":"BackgroundImageFix","result":"shape"}),
34
+ vue_1.h('feGaussianBlur', {"stdDeviation":"47.0486","result":"effect1_foregroundBlur_744_3208"})
35
+ ]),
36
+ vue_1.h('filter', {"id":"filter1_f_744_3208","x":"56.2884","y":"123.233","width":"334.191","height":"334.192","filterUnits":"userSpaceOnUse","color-interpolation-filters":"sRGB"}, [
37
+ vue_1.h('feFlood', {"flood-opacity":"0","result":"BackgroundImageFix"}),
38
+ vue_1.h('feBlend', {"mode":"normal","in":"SourceGraphic","in2":"BackgroundImageFix","result":"shape"}),
39
+ vue_1.h('feGaussianBlur', {"stdDeviation":"38.5013","result":"effect1_foregroundBlur_744_3208"})
40
+ ]),
41
+ vue_1.h('linearGradient', {"id":"paint0_linear_744_3208","x1":"140","y1":"0","x2":"140","y2":"280","gradientUnits":"userSpaceOnUse"}, [
42
+ vue_1.h('stop', {"stop-color":"#0EC8A9"}),
43
+ vue_1.h('stop', {"offset":"1","stop-color":"#01C886"})
44
+ ]),
45
+ vue_1.h('linearGradient', {"id":"paint1_linear_744_3208","x1":"106.647","y1":"62.5482","x2":"237.632","y2":"289.42","gradientUnits":"userSpaceOnUse"}, [
46
+ vue_1.h('stop', {"stop-color":"white","stop-opacity":"0.8"}),
47
+ vue_1.h('stop', {"offset":"0.437689","stop-color":"white"})
48
+ ]),
49
+ vue_1.h('clipPath', {"id":"clip0_744_3208"}, [
50
+ vue_1.h('rect', {"width":"280","height":"280","rx":"60.4211","fill":"white"})
51
+ ])
52
+ ])
53
+ ]);
54
+ }
55
+ });
56
+
57
+ exports.default = Workbuddy;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Workbuddy
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Workbuddy: DefineComponent<SVGAttributes>;
7
+ export default Workbuddy;
@@ -0,0 +1,54 @@
1
+ // @thesvg/vue - Workbuddy
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Workbuddy = defineComponent({
7
+ name: 'Workbuddy',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 280 280',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('g', {"clip-path":"url(#clip0_744_3208)"}, [
16
+ h('rect', {"width":"280","height":"280","rx":"60.4211","fill":"url(#paint0_linear_744_3208)"}),
17
+ h('g', {"filter":"url(#filter0_f_744_3208)"}, [
18
+ h('circle', {"cx":"88.2504","cy":"244.86","r":"98.5668","fill":"#32E6B9","fill-opacity":"0.4"})
19
+ ]),
20
+ h('g', {"filter":"url(#filter1_f_744_3208)"}, [
21
+ h('circle', {"cx":"223.384","cy":"290.328","r":"90.0931","fill":"#FFE355","fill-opacity":"0.49"})
22
+ ]),
23
+ h('path', {"fill-rule":"evenodd","clip-rule":"evenodd","d":"M204.15 6.89352C206.896 4.43111 207.061 4.33611 209.074 4.21524C212.336 3.97692 215.324 5.54248 220.41 10.1729C232.291 20.9692 248.834 43.1654 259.119 62.1205L263.093 69.4768L268.707 72.2672C274.126 75.0055 283.015 80.6198 286.728 83.6308C288.407 85.0191 288.642 85.0483 290.388 84.3692C298.267 81.3008 309.553 85.3675 319.508 94.9178C328.47 103.507 337.052 118.181 340.34 130.429C340.82 132.4 341.458 136.638 341.69 139.794C342.44 150.876 338.886 159.726 332.042 163.733C330.644 164.54 330.551 164.759 330.59 168.245C330.905 184.841 326.432 201.406 317.445 217.561C307.301 235.7 289.238 254.464 264.791 272.142C251.663 281.695 220.604 299.792 206.561 306.145C172.92 321.29 145.952 327.1 122.527 324.23C108.554 322.537 92.7397 317.083 83.3819 310.752C80.9182 309.049 80.5286 308.944 78.6462 309.483C68.6285 312.36 55.5086 306.447 44.3628 294.075C39.9174 289.129 32.743 276.986 30.417 270.488C25.0365 255.281 26.1061 241.558 33.273 233.363C35.1245 231.252 35.1835 231.163 34.7791 227.614C34.1112 221.804 33.808 213.206 34.1131 207.656L34.3541 202.472L26.5713 188.706C14.5194 167.262 6.8648 149.255 3.91152 135.497C2.35249 127.954 2.44923 124.607 4.36401 122.131C5.52945 120.635 9.35191 119.087 13.9599 118.236C25.5602 116.199 50.8596 118.043 79.0059 123.012L81.9295 123.517L88.3537 117.834C99.0194 108.386 106.105 103.089 119.168 94.9439C132.783 86.4254 148.148 79.4181 165.452 73.8693L171.004 72.09L174.054 64.0775C184.981 35.233 196.172 13.9675 204.15 6.89352ZM112.625 154.702C100.275 161.832 94.0999 165.397 89.5627 169.393C71.1894 185.572 64.3228 211.198 72.145 234.396C74.0767 240.125 77.642 246.3 84.7719 258.65C91.9018 270.999 95.4667 277.173 99.4619 281.711C115.641 300.084 141.267 306.95 164.466 299.128C170.194 297.197 176.369 293.631 188.719 286.501L259.76 245.486C272.109 238.356 278.284 234.791 282.821 230.796C301.194 214.617 308.061 188.99 300.239 165.792C298.307 160.063 294.742 153.889 287.612 141.54C280.482 129.19 276.917 123.015 272.922 118.478C256.743 100.104 231.116 93.2378 207.918 101.06C202.19 102.992 196.015 106.557 183.666 113.687L112.625 154.702Z","fill":"url(#paint1_linear_744_3208)"}),
24
+ h('rect', {"x":"119.473","y":"204.341","width":"28.0633","height":"58.2852","rx":"14.0316","transform":"rotate(-30 119.473 204.341)","fill":"white"}),
25
+ h('rect', {"x":"195.186","y":"160.627","width":"28.0633","height":"58.2852","rx":"14.0316","transform":"rotate(-30 195.186 160.627)","fill":"white"})
26
+ ]),
27
+ h('defs', {}, [
28
+ h('filter', {"id":"filter0_f_744_3208","x":"-104.414","y":"52.1958","width":"385.327","height":"385.328","filterUnits":"userSpaceOnUse","color-interpolation-filters":"sRGB"}, [
29
+ h('feFlood', {"flood-opacity":"0","result":"BackgroundImageFix"}),
30
+ h('feBlend', {"mode":"normal","in":"SourceGraphic","in2":"BackgroundImageFix","result":"shape"}),
31
+ h('feGaussianBlur', {"stdDeviation":"47.0486","result":"effect1_foregroundBlur_744_3208"})
32
+ ]),
33
+ h('filter', {"id":"filter1_f_744_3208","x":"56.2884","y":"123.233","width":"334.191","height":"334.192","filterUnits":"userSpaceOnUse","color-interpolation-filters":"sRGB"}, [
34
+ h('feFlood', {"flood-opacity":"0","result":"BackgroundImageFix"}),
35
+ h('feBlend', {"mode":"normal","in":"SourceGraphic","in2":"BackgroundImageFix","result":"shape"}),
36
+ h('feGaussianBlur', {"stdDeviation":"38.5013","result":"effect1_foregroundBlur_744_3208"})
37
+ ]),
38
+ h('linearGradient', {"id":"paint0_linear_744_3208","x1":"140","y1":"0","x2":"140","y2":"280","gradientUnits":"userSpaceOnUse"}, [
39
+ h('stop', {"stop-color":"#0EC8A9"}),
40
+ h('stop', {"offset":"1","stop-color":"#01C886"})
41
+ ]),
42
+ h('linearGradient', {"id":"paint1_linear_744_3208","x1":"106.647","y1":"62.5482","x2":"237.632","y2":"289.42","gradientUnits":"userSpaceOnUse"}, [
43
+ h('stop', {"stop-color":"white","stop-opacity":"0.8"}),
44
+ h('stop', {"offset":"0.437689","stop-color":"white"})
45
+ ]),
46
+ h('clipPath', {"id":"clip0_744_3208"}, [
47
+ h('rect', {"width":"280","height":"280","rx":"60.4211","fill":"white"})
48
+ ])
49
+ ])
50
+ ]);
51
+ }
52
+ });
53
+
54
+ export default Workbuddy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/vue",
3
- "version": "3.0.12",
3
+ "version": "3.0.15",
4
4
  "description": "Typed Vue 3 SVG components for all 4000+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,