@thesvg/vue 3.2.5 → 3.2.6

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 - Google Search Console (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 GoogleSearchConsoleLegacy = vue_1.defineComponent({
10
+ name: 'GoogleSearchConsoleLegacy',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 24 24',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('title', {}),
19
+ vue_1.h('path', {"d":"M8.548 1.156L6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a.834.834 0 00-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zm2.134 0a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zM.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 000 7.23v2.441h3.457v-2.442a4.006 4.006 0 00-.041-7.248zm-13.243 8.26v1.43h7.925v-1.43z"})
20
+ ]);
21
+ }
22
+ });
23
+
24
+ exports.default = GoogleSearchConsoleLegacy;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Google Search Console (legacy)
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const GoogleSearchConsoleLegacy: DefineComponent<SVGAttributes>;
7
+ export default GoogleSearchConsoleLegacy;
@@ -0,0 +1,21 @@
1
+ // @thesvg/vue - Google Search Console (legacy)
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const GoogleSearchConsoleLegacy = defineComponent({
7
+ name: 'GoogleSearchConsoleLegacy',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 24 24',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}),
16
+ h('path', {"d":"M8.548 1.156L6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a.834.834 0 00-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zm2.134 0a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zM.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 000 7.23v2.441h3.457v-2.442a4.006 4.006 0 00-.041-7.248zm-13.243 8.26v1.43h7.925v-1.43z"})
17
+ ]);
18
+ }
19
+ });
20
+
21
+ export default GoogleSearchConsoleLegacy;
@@ -10,13 +10,25 @@ const GoogleSearchConsole = vue_1.defineComponent({
10
10
  name: 'GoogleSearchConsole',
11
11
  setup(_, { attrs }) {
12
12
  return () => vue_1.h('svg', {
13
- viewBox: '0 0 24 24',
13
+ viewBox: '0 0 40 40',
14
14
  fill: 'none',
15
15
  xmlns: 'http://www.w3.org/2000/svg',
16
16
  ...attrs
17
17
  }, [
18
18
  vue_1.h('title', {}),
19
- vue_1.h('path', {"d":"M8.548 1.156L6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a.834.834 0 00-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zm2.134 0a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zM.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 000 7.23v2.441h3.457v-2.442a4.006 4.006 0 00-.041-7.248zm-13.243 8.26v1.43h7.925v-1.43z"})
19
+ vue_1.h('g', {"clip-path":"url(#a)"}, [
20
+ vue_1.h('path', {"fill":"#fbbc04","d":"m11.081 30.527-4.72 4.721a.933.933 0 0 1-1.317 0l-.292-.292a.933.933 0 0 1 0-1.316l4.72-4.721a.933.933 0 0 1 1.318 0l.291.291a.93.93 0 0 1 0 1.317"}),
21
+ vue_1.h('path', {"fill":"#4285f4","d":"M23.75 32.5h6.042a6.04 6.04 0 0 0 6.041-6.042v-16.25a6.04 6.04 0 0 0-6.041-6.041 6.04 6.04 0 0 0-6.042 6.041z"}),
22
+ vue_1.h('path', {"fill":"#fbbc04","d":"M13.75 32.5a6.04 6.04 0 0 0 6.042-6.042 6.04 6.04 0 0 0-6.042-6.041 6.04 6.04 0 0 0-6.042 6.041A6.04 6.04 0 0 0 13.75 32.5"}),
23
+ vue_1.h('path', {"fill":"#34a853","d":"M27.97 32.5h-5.887a6.04 6.04 0 0 1-6.041-6.042v-7.916a6.04 6.04 0 0 1 6.041-6.042 6.04 6.04 0 0 1 6.042 6.042v13.804a.154.154 0 0 1-.154.154z"}),
24
+ vue_1.h('path', {"fill":"#1967d2","d":"M28.125 32.346V18.542a6.04 6.04 0 0 0-4.375-5.807V32.5h4.22a.154.154 0 0 0 .155-.154"}),
25
+ vue_1.h('path', {"fill":"#ea4335","d":"M19.792 26.575a6.04 6.04 0 0 0-3.75-5.59v5.59c0 1.72.72 3.273 1.875 4.373a6.02 6.02 0 0 0 1.875-4.373"})
26
+ ]),
27
+ vue_1.h('defs', {}, [
28
+ vue_1.h('clipPath', {"id":"a"}, [
29
+ vue_1.h('path', {"fill":"#fff","d":"M0 0h40v40H0z"})
30
+ ])
31
+ ])
20
32
  ]);
21
33
  }
22
34
  });
@@ -7,13 +7,25 @@ const GoogleSearchConsole = defineComponent({
7
7
  name: 'GoogleSearchConsole',
8
8
  setup(_, { attrs }) {
9
9
  return () => h('svg', {
10
- viewBox: '0 0 24 24',
10
+ viewBox: '0 0 40 40',
11
11
  fill: 'none',
12
12
  xmlns: 'http://www.w3.org/2000/svg',
13
13
  ...attrs
14
14
  }, [
15
15
  h('title', {}),
16
- h('path', {"d":"M8.548 1.156L6.832 2.872v1.682h1.716zm0 3.398v.035H6.832v-.035H3.386L0 7.844v3.577h2.826V8.94c0-.525.429-.954.954-.954h16.476c.525 0 .954.43.954.954v2.48h2.754V7.844l-3.386-3.29H17.3v.035h-1.717v-.035zm7.035 0H17.3V2.872l-1.717-1.716zM8.679 1.188V2.84h6.773V1.188zm11.471 7.07a.834.834 0 00-.132.01l-.543.002c-5.216.014-10.432-.008-15.648.01-.435-.063-.794.436-.716.883v2.264h17.812c-.016-.888.045-1.782-.034-2.666-.104-.342-.427-.502-.739-.502zm-15.422.634a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zm2.134 0a.689.698 0 01.689.698.689.698 0 01-.689.697.689.698 0 01-.688-.697.689.698 0 01.688-.698zM.036 11.645v9.156c0 1.05.858 1.908 1.907 1.908h.883V11.645zm21.174 0v11.064h.882c1.05 0 1.908-.858 1.908-1.908v-9.156zM4.057 13.133v6.85h6.137v-6.85zm13.243.021v3.777l-1.708.977-1.708-.977v-3.758a4.006 4.006 0 000 7.23v2.441h3.457v-2.442a4.006 4.006 0 00-.041-7.248zm-13.243 8.26v1.43h7.925v-1.43z"})
16
+ h('g', {"clip-path":"url(#a)"}, [
17
+ h('path', {"fill":"#fbbc04","d":"m11.081 30.527-4.72 4.721a.933.933 0 0 1-1.317 0l-.292-.292a.933.933 0 0 1 0-1.316l4.72-4.721a.933.933 0 0 1 1.318 0l.291.291a.93.93 0 0 1 0 1.317"}),
18
+ h('path', {"fill":"#4285f4","d":"M23.75 32.5h6.042a6.04 6.04 0 0 0 6.041-6.042v-16.25a6.04 6.04 0 0 0-6.041-6.041 6.04 6.04 0 0 0-6.042 6.041z"}),
19
+ h('path', {"fill":"#fbbc04","d":"M13.75 32.5a6.04 6.04 0 0 0 6.042-6.042 6.04 6.04 0 0 0-6.042-6.041 6.04 6.04 0 0 0-6.042 6.041A6.04 6.04 0 0 0 13.75 32.5"}),
20
+ h('path', {"fill":"#34a853","d":"M27.97 32.5h-5.887a6.04 6.04 0 0 1-6.041-6.042v-7.916a6.04 6.04 0 0 1 6.041-6.042 6.04 6.04 0 0 1 6.042 6.042v13.804a.154.154 0 0 1-.154.154z"}),
21
+ h('path', {"fill":"#1967d2","d":"M28.125 32.346V18.542a6.04 6.04 0 0 0-4.375-5.807V32.5h4.22a.154.154 0 0 0 .155-.154"}),
22
+ h('path', {"fill":"#ea4335","d":"M19.792 26.575a6.04 6.04 0 0 0-3.75-5.59v5.59c0 1.72.72 3.273 1.875 4.373a6.02 6.02 0 0 0 1.875-4.373"})
23
+ ]),
24
+ h('defs', {}, [
25
+ h('clipPath', {"id":"a"}, [
26
+ h('path', {"fill":"#fff","d":"M0 0h40v40H0z"})
27
+ ])
28
+ ])
17
29
  ]);
18
30
  }
19
31
  });
package/dist/index.cjs CHANGED
@@ -6548,6 +6548,8 @@ const _google_scholar = require('./google-scholar.cjs');
6548
6548
  exports.GoogleScholar = _google_scholar.default;
6549
6549
  const _google_search_console = require('./google-search-console.cjs');
6550
6550
  exports.GoogleSearchConsole = _google_search_console.default;
6551
+ const _google_search_console_legacy = require('./google-search-console-legacy.cjs');
6552
+ exports.GoogleSearchConsoleLegacy = _google_search_console_legacy.default;
6551
6553
  const _google_sheets = require('./google-sheets.cjs');
6552
6554
  exports.GoogleSheets = _google_sheets.default;
6553
6555
  const _google_sheets_2026 = require('./google-sheets-2026.cjs');
@@ -9694,6 +9696,8 @@ const _pixabay = require('./pixabay.cjs');
9694
9696
  exports.Pixabay = _pixabay.default;
9695
9697
  const _pixelfed = require('./pixelfed.cjs');
9696
9698
  exports.Pixelfed = _pixelfed.default;
9699
+ const _pixelos = require('./pixelos.cjs');
9700
+ exports.Pixelos = _pixelos.default;
9697
9701
  const _pixijs = require('./pixijs.cjs');
9698
9702
  exports.Pixijs = _pixijs.default;
9699
9703
  const _pixiv = require('./pixiv.cjs');
@@ -12544,6 +12548,8 @@ const _wireshark = require('./wireshark.cjs');
12544
12548
  exports.Wireshark = _wireshark.default;
12545
12549
  const _wise = require('./wise.cjs');
12546
12550
  exports.Wise = _wise.default;
12551
+ const _wisetech_global = require('./wisetech-global.cjs');
12552
+ exports.WisetechGlobal = _wisetech_global.default;
12547
12553
  const _wisgate = require('./wisgate.cjs');
12548
12554
  exports.Wisgate = _wisgate.default;
12549
12555
  const _wish = require('./wish.cjs');
package/dist/index.d.ts CHANGED
@@ -3273,6 +3273,7 @@ export { default as GooglePlayGames } from './google-play-games.js';
3273
3273
  export { default as GooglePubSub } from './google-pub-sub.js';
3274
3274
  export { default as GoogleScholar } from './google-scholar.js';
3275
3275
  export { default as GoogleSearchConsole } from './google-search-console.js';
3276
+ export { default as GoogleSearchConsoleLegacy } from './google-search-console-legacy.js';
3276
3277
  export { default as GoogleSheets } from './google-sheets.js';
3277
3278
  export { default as GoogleSheets2026 } from './google-sheets-2026.js';
3278
3279
  export { default as GoogleSites2026 } from './google-sites-2026.js';
@@ -4846,6 +4847,7 @@ export { default as Piwigo } from './piwigo.js';
4846
4847
  export { default as Pix } from './pix.js';
4847
4848
  export { default as Pixabay } from './pixabay.js';
4848
4849
  export { default as Pixelfed } from './pixelfed.js';
4850
+ export { default as Pixelos } from './pixelos.js';
4849
4851
  export { default as Pixijs } from './pixijs.js';
4850
4852
  export { default as Pixiv } from './pixiv.js';
4851
4853
  export { default as Pixlr } from './pixlr.js';
@@ -6271,6 +6273,7 @@ export { default as Wire } from './wire.js';
6271
6273
  export { default as Wireguard } from './wireguard.js';
6272
6274
  export { default as Wireshark } from './wireshark.js';
6273
6275
  export { default as Wise } from './wise.js';
6276
+ export { default as WisetechGlobal } from './wisetech-global.js';
6274
6277
  export { default as Wisgate } from './wisgate.js';
6275
6278
  export { default as Wish } from './wish.js';
6276
6279
  export { default as Wistia } from './wistia.js';
package/dist/index.js CHANGED
@@ -3273,6 +3273,7 @@ export { default as GooglePlayGames } from './google-play-games.js';
3273
3273
  export { default as GooglePubSub } from './google-pub-sub.js';
3274
3274
  export { default as GoogleScholar } from './google-scholar.js';
3275
3275
  export { default as GoogleSearchConsole } from './google-search-console.js';
3276
+ export { default as GoogleSearchConsoleLegacy } from './google-search-console-legacy.js';
3276
3277
  export { default as GoogleSheets } from './google-sheets.js';
3277
3278
  export { default as GoogleSheets2026 } from './google-sheets-2026.js';
3278
3279
  export { default as GoogleSites2026 } from './google-sites-2026.js';
@@ -4846,6 +4847,7 @@ export { default as Piwigo } from './piwigo.js';
4846
4847
  export { default as Pix } from './pix.js';
4847
4848
  export { default as Pixabay } from './pixabay.js';
4848
4849
  export { default as Pixelfed } from './pixelfed.js';
4850
+ export { default as Pixelos } from './pixelos.js';
4849
4851
  export { default as Pixijs } from './pixijs.js';
4850
4852
  export { default as Pixiv } from './pixiv.js';
4851
4853
  export { default as Pixlr } from './pixlr.js';
@@ -6271,6 +6273,7 @@ export { default as Wire } from './wire.js';
6271
6273
  export { default as Wireguard } from './wireguard.js';
6272
6274
  export { default as Wireshark } from './wireshark.js';
6273
6275
  export { default as Wise } from './wise.js';
6276
+ export { default as WisetechGlobal } from './wisetech-global.js';
6274
6277
  export { default as Wisgate } from './wisgate.js';
6275
6278
  export { default as Wish } from './wish.js';
6276
6279
  export { default as Wistia } from './wistia.js';
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ // @thesvg/vue - PixelOS
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Pixelos = vue_1.defineComponent({
10
+ name: 'Pixelos',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 1000 1000',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('defs', {}, [
19
+ vue_1.h('style', {})
20
+ ]),
21
+ vue_1.h('path', {"class":"cls-1","d":"M535,618.61a28,28,0,0,0,30.57,27.89C727.65,631.54,840,491.73,840,327S727.73,31.41,565.73,15.45A28,28,0,0,0,535,43.32Z"}),
22
+ vue_1.h('path', {"class":"cls-1","d":"M443.39,14h0A28.61,28.61,0,0,1,472,42.61v670A282.39,282.39,0,0,1,189.61,995h0A28.61,28.61,0,0,1,161,966.39v-670A282.39,282.39,0,0,1,443.39,14Z"})
23
+ ]);
24
+ }
25
+ });
26
+
27
+ exports.default = Pixelos;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - PixelOS
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Pixelos: DefineComponent<SVGAttributes>;
7
+ export default Pixelos;
@@ -0,0 +1,24 @@
1
+ // @thesvg/vue - PixelOS
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Pixelos = defineComponent({
7
+ name: 'Pixelos',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 1000 1000',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('defs', {}, [
16
+ h('style', {})
17
+ ]),
18
+ h('path', {"class":"cls-1","d":"M535,618.61a28,28,0,0,0,30.57,27.89C727.65,631.54,840,491.73,840,327S727.73,31.41,565.73,15.45A28,28,0,0,0,535,43.32Z"}),
19
+ h('path', {"class":"cls-1","d":"M443.39,14h0A28.61,28.61,0,0,1,472,42.61v670A282.39,282.39,0,0,1,189.61,995h0A28.61,28.61,0,0,1,161,966.39v-670A282.39,282.39,0,0,1,443.39,14Z"})
20
+ ]);
21
+ }
22
+ });
23
+
24
+ export default Pixelos;
@@ -16,31 +16,30 @@ const Smartbill = vue_1.defineComponent({
16
16
  ...attrs
17
17
  }, [
18
18
  vue_1.h('title', {}),
19
- vue_1.h('style', {}),
20
- vue_1.h('path', {"d":"m211.89 183.54-28.35 28.35c-35.5 35.5-93.06 35.5-128.56 0l-28.35-28.35c-35.5-35.5-35.5-93.06 0-128.56l28.35-28.35c35.5-35.5 93.06-35.5 128.56 0l28.35 28.35c35.5 35.5 35.5 93.06 0 128.56","style":"fill:#020044"}),
21
- vue_1.h('path', {"d":"m104.63 197.322 5.983-26.585 7.835 1.764-5.985 26.585z","class":"st1"}),
22
- vue_1.h('path', {"d":"m123.382 132.983 11.38-24.76 7.296 3.354-11.38 24.76z","class":"st2"}),
23
- vue_1.h('path', {"d":"m87.605 187.665 16.28-21.852 6.439 4.797-16.28 21.852z","class":"st3"}),
24
- vue_1.h('path', {"d":"m76.013 171.93 23.762-13.342 3.932 7.002-23.762 13.341z","class":"st4"}),
25
- vue_1.h('path', {"d":"m71.795 152.82 27.133-2.524.744 7.995-27.133 2.524z","class":"st5"}),
26
- vue_1.h('path', {"d":"m118.758 172.52 7.874-1.576 5.347 26.722-7.874 1.575z","class":"st6"}),
27
- vue_1.h('path', {"d":"m126.913 170.816 6.553-4.642 15.753 22.236-6.553 4.642z","class":"st7"}),
28
- vue_1.h('path', {"d":"m133.658 165.943 4.098-6.906 23.435 13.906-4.098 6.906z","class":"st8"}),
29
- vue_1.h('path', {"d":"m137.856 158.752.935-7.975 27.065 3.172-.935 7.975z","class":"st9"}),
30
- vue_1.h('path', {"d":"m136.376 142.802 26.016-8.11 2.39 7.667-26.016 8.11z","class":"st10"}),
31
- vue_1.h('path', {"d":"m130.923 136.52 20.467-17.991 5.302 6.031-20.468 17.99z","class":"st11"}),
32
- vue_1.h('path', {"d":"m120.065 65.967 5.985-26.586 7.834 1.764L127.9 67.73z","class":"st1"}),
33
- vue_1.h('path', {"d":"m96.458 126.888 11.377-24.762 7.297 3.353-11.377 24.762z","class":"st2"}),
34
- vue_1.h('path', {"d":"m128.169 67.86 16.28-21.852 6.438 4.797-16.279 21.851z","class":"st3"}),
35
- vue_1.h('path', {"d":"m134.827 72.884 23.762-13.341 3.932 7.002-23.762 13.341z","class":"st4"}),
36
- vue_1.h('path', {"d":"m138.836 80.169 27.133-2.523.743 7.995-27.132 2.523z","class":"st5"}),
37
- vue_1.h('path', {"d":"m106.55 40.826 7.873-1.576 5.347 26.722-7.874 1.575z","class":"st6"}),
38
- vue_1.h('path', {"d":"m89.308 50.069 6.552-4.642 15.754 22.236-6.553 4.642z","class":"st7"}),
39
- vue_1.h('path', {"d":"m77.321 65.524 4.098-6.906 23.435 13.906-4.098 6.906z","class":"st8"}),
40
- vue_1.h('path', {"d":"m72.664 84.523.935-7.975 27.064 3.172-.934 7.975z","class":"st9"}),
41
- vue_1.h('path', {"d":"m73.747 96.101 26.015-8.11 2.39 7.667-26.016 8.11z","class":"st10"}),
42
- vue_1.h('path', {"d":"m81.822 113.912 20.465-17.993 5.302 6.03-20.464 17.994z","class":"st11"}),
43
- vue_1.h('path', {"d":"M123.09 132.9h.04l.33-27.24-8.03-.1v.01h-.05l-.32 27.24 8.03.1z","class":"st2"})
19
+ vue_1.h('path', {"d":"m211.89 183.54-28.35 28.35c-35.5 35.5-93.06 35.5-128.56 0l-28.35-28.35c-35.5-35.5-35.5-93.06 0-128.56l28.35-28.35c35.5-35.5 93.06-35.5 128.56 0l28.35 28.35c35.5 35.5 35.5 93.06 0 128.56","fill":"#020044"}),
20
+ vue_1.h('path', {"d":"m104.63 197.322 5.983-26.585 7.835 1.764-5.985 26.585z","fill":"#39b54a"}),
21
+ vue_1.h('path', {"d":"m123.382 132.983 11.38-24.76 7.296 3.354-11.38 24.76z","fill":"#fff"}),
22
+ vue_1.h('path', {"d":"m87.605 187.665 16.28-21.852 6.439 4.797-16.28 21.852z","fill":"#8cc63f"}),
23
+ vue_1.h('path', {"d":"m76.013 171.93 23.762-13.342 3.932 7.002-23.762 13.341z","fill":"#d9e021"}),
24
+ vue_1.h('path', {"d":"m71.795 152.82 27.133-2.524.744 7.995-27.133 2.524z","fill":"#fcee21"}),
25
+ vue_1.h('path', {"d":"m118.758 172.52 7.874-1.576 5.347 26.722-7.874 1.575z","fill":"#009245"}),
26
+ vue_1.h('path', {"d":"m126.913 170.816 6.553-4.642 15.753 22.236-6.553 4.642z","fill":"#006837"}),
27
+ vue_1.h('path', {"d":"m133.658 165.943 4.098-6.906 23.435 13.906-4.098 6.906z","fill":"#22b573"}),
28
+ vue_1.h('path', {"d":"m137.856 158.752.935-7.975 27.065 3.172-.935 7.975z","fill":"#00a99d"}),
29
+ vue_1.h('path', {"d":"m136.376 142.802 26.016-8.11 2.39 7.667-26.016 8.11z","fill":"#29abe2"}),
30
+ vue_1.h('path', {"d":"m130.923 136.52 20.467-17.991 5.302 6.031-20.468 17.99z","fill":"#82d6f4"}),
31
+ vue_1.h('path', {"d":"m120.065 65.967 5.985-26.586 7.834 1.764L127.9 67.73z","fill":"#39b54a"}),
32
+ vue_1.h('path', {"d":"m96.458 126.888 11.377-24.762 7.297 3.353-11.377 24.762z","fill":"#fff"}),
33
+ vue_1.h('path', {"d":"m128.169 67.86 16.28-21.852 6.438 4.797-16.279 21.851z","fill":"#8cc63f"}),
34
+ vue_1.h('path', {"d":"m134.827 72.884 23.762-13.341 3.932 7.002-23.762 13.341z","fill":"#d9e021"}),
35
+ vue_1.h('path', {"d":"m138.836 80.169 27.133-2.523.743 7.995-27.132 2.523z","fill":"#fcee21"}),
36
+ vue_1.h('path', {"d":"m106.55 40.826 7.873-1.576 5.347 26.722-7.874 1.575z","fill":"#009245"}),
37
+ vue_1.h('path', {"d":"m89.308 50.069 6.552-4.642 15.754 22.236-6.553 4.642z","fill":"#006837"}),
38
+ vue_1.h('path', {"d":"m77.321 65.524 4.098-6.906 23.435 13.906-4.098 6.906z","fill":"#22b573"}),
39
+ vue_1.h('path', {"d":"m72.664 84.523.935-7.975 27.064 3.172-.934 7.975z","fill":"#00a99d"}),
40
+ vue_1.h('path', {"d":"m73.747 96.101 26.015-8.11 2.39 7.667-26.016 8.11z","fill":"#29abe2"}),
41
+ vue_1.h('path', {"d":"m81.822 113.912 20.465-17.993 5.302 6.03-20.464 17.994z","fill":"#82d6f4"}),
42
+ vue_1.h('path', {"d":"M123.09 132.9h.04l.33-27.24-8.03-.1v.01h-.05l-.32 27.24 8.03.1z","fill":"#fff"})
44
43
  ]);
45
44
  }
46
45
  });
package/dist/smartbill.js CHANGED
@@ -13,31 +13,30 @@ const Smartbill = defineComponent({
13
13
  ...attrs
14
14
  }, [
15
15
  h('title', {}),
16
- h('style', {}),
17
- h('path', {"d":"m211.89 183.54-28.35 28.35c-35.5 35.5-93.06 35.5-128.56 0l-28.35-28.35c-35.5-35.5-35.5-93.06 0-128.56l28.35-28.35c35.5-35.5 93.06-35.5 128.56 0l28.35 28.35c35.5 35.5 35.5 93.06 0 128.56","style":"fill:#020044"}),
18
- h('path', {"d":"m104.63 197.322 5.983-26.585 7.835 1.764-5.985 26.585z","class":"st1"}),
19
- h('path', {"d":"m123.382 132.983 11.38-24.76 7.296 3.354-11.38 24.76z","class":"st2"}),
20
- h('path', {"d":"m87.605 187.665 16.28-21.852 6.439 4.797-16.28 21.852z","class":"st3"}),
21
- h('path', {"d":"m76.013 171.93 23.762-13.342 3.932 7.002-23.762 13.341z","class":"st4"}),
22
- h('path', {"d":"m71.795 152.82 27.133-2.524.744 7.995-27.133 2.524z","class":"st5"}),
23
- h('path', {"d":"m118.758 172.52 7.874-1.576 5.347 26.722-7.874 1.575z","class":"st6"}),
24
- h('path', {"d":"m126.913 170.816 6.553-4.642 15.753 22.236-6.553 4.642z","class":"st7"}),
25
- h('path', {"d":"m133.658 165.943 4.098-6.906 23.435 13.906-4.098 6.906z","class":"st8"}),
26
- h('path', {"d":"m137.856 158.752.935-7.975 27.065 3.172-.935 7.975z","class":"st9"}),
27
- h('path', {"d":"m136.376 142.802 26.016-8.11 2.39 7.667-26.016 8.11z","class":"st10"}),
28
- h('path', {"d":"m130.923 136.52 20.467-17.991 5.302 6.031-20.468 17.99z","class":"st11"}),
29
- h('path', {"d":"m120.065 65.967 5.985-26.586 7.834 1.764L127.9 67.73z","class":"st1"}),
30
- h('path', {"d":"m96.458 126.888 11.377-24.762 7.297 3.353-11.377 24.762z","class":"st2"}),
31
- h('path', {"d":"m128.169 67.86 16.28-21.852 6.438 4.797-16.279 21.851z","class":"st3"}),
32
- h('path', {"d":"m134.827 72.884 23.762-13.341 3.932 7.002-23.762 13.341z","class":"st4"}),
33
- h('path', {"d":"m138.836 80.169 27.133-2.523.743 7.995-27.132 2.523z","class":"st5"}),
34
- h('path', {"d":"m106.55 40.826 7.873-1.576 5.347 26.722-7.874 1.575z","class":"st6"}),
35
- h('path', {"d":"m89.308 50.069 6.552-4.642 15.754 22.236-6.553 4.642z","class":"st7"}),
36
- h('path', {"d":"m77.321 65.524 4.098-6.906 23.435 13.906-4.098 6.906z","class":"st8"}),
37
- h('path', {"d":"m72.664 84.523.935-7.975 27.064 3.172-.934 7.975z","class":"st9"}),
38
- h('path', {"d":"m73.747 96.101 26.015-8.11 2.39 7.667-26.016 8.11z","class":"st10"}),
39
- h('path', {"d":"m81.822 113.912 20.465-17.993 5.302 6.03-20.464 17.994z","class":"st11"}),
40
- h('path', {"d":"M123.09 132.9h.04l.33-27.24-8.03-.1v.01h-.05l-.32 27.24 8.03.1z","class":"st2"})
16
+ h('path', {"d":"m211.89 183.54-28.35 28.35c-35.5 35.5-93.06 35.5-128.56 0l-28.35-28.35c-35.5-35.5-35.5-93.06 0-128.56l28.35-28.35c35.5-35.5 93.06-35.5 128.56 0l28.35 28.35c35.5 35.5 35.5 93.06 0 128.56","fill":"#020044"}),
17
+ h('path', {"d":"m104.63 197.322 5.983-26.585 7.835 1.764-5.985 26.585z","fill":"#39b54a"}),
18
+ h('path', {"d":"m123.382 132.983 11.38-24.76 7.296 3.354-11.38 24.76z","fill":"#fff"}),
19
+ h('path', {"d":"m87.605 187.665 16.28-21.852 6.439 4.797-16.28 21.852z","fill":"#8cc63f"}),
20
+ h('path', {"d":"m76.013 171.93 23.762-13.342 3.932 7.002-23.762 13.341z","fill":"#d9e021"}),
21
+ h('path', {"d":"m71.795 152.82 27.133-2.524.744 7.995-27.133 2.524z","fill":"#fcee21"}),
22
+ h('path', {"d":"m118.758 172.52 7.874-1.576 5.347 26.722-7.874 1.575z","fill":"#009245"}),
23
+ h('path', {"d":"m126.913 170.816 6.553-4.642 15.753 22.236-6.553 4.642z","fill":"#006837"}),
24
+ h('path', {"d":"m133.658 165.943 4.098-6.906 23.435 13.906-4.098 6.906z","fill":"#22b573"}),
25
+ h('path', {"d":"m137.856 158.752.935-7.975 27.065 3.172-.935 7.975z","fill":"#00a99d"}),
26
+ h('path', {"d":"m136.376 142.802 26.016-8.11 2.39 7.667-26.016 8.11z","fill":"#29abe2"}),
27
+ h('path', {"d":"m130.923 136.52 20.467-17.991 5.302 6.031-20.468 17.99z","fill":"#82d6f4"}),
28
+ h('path', {"d":"m120.065 65.967 5.985-26.586 7.834 1.764L127.9 67.73z","fill":"#39b54a"}),
29
+ h('path', {"d":"m96.458 126.888 11.377-24.762 7.297 3.353-11.377 24.762z","fill":"#fff"}),
30
+ h('path', {"d":"m128.169 67.86 16.28-21.852 6.438 4.797-16.279 21.851z","fill":"#8cc63f"}),
31
+ h('path', {"d":"m134.827 72.884 23.762-13.341 3.932 7.002-23.762 13.341z","fill":"#d9e021"}),
32
+ h('path', {"d":"m138.836 80.169 27.133-2.523.743 7.995-27.132 2.523z","fill":"#fcee21"}),
33
+ h('path', {"d":"m106.55 40.826 7.873-1.576 5.347 26.722-7.874 1.575z","fill":"#009245"}),
34
+ h('path', {"d":"m89.308 50.069 6.552-4.642 15.754 22.236-6.553 4.642z","fill":"#006837"}),
35
+ h('path', {"d":"m77.321 65.524 4.098-6.906 23.435 13.906-4.098 6.906z","fill":"#22b573"}),
36
+ h('path', {"d":"m72.664 84.523.935-7.975 27.064 3.172-.934 7.975z","fill":"#00a99d"}),
37
+ h('path', {"d":"m73.747 96.101 26.015-8.11 2.39 7.667-26.016 8.11z","fill":"#29abe2"}),
38
+ h('path', {"d":"m81.822 113.912 20.465-17.993 5.302 6.03-20.464 17.994z","fill":"#82d6f4"}),
39
+ h('path', {"d":"M123.09 132.9h.04l.33-27.24-8.03-.1v.01h-.05l-.32 27.24 8.03.1z","fill":"#fff"})
41
40
  ]);
42
41
  }
43
42
  });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ // @thesvg/vue - Wisetech Global
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const WisetechGlobal = vue_1.defineComponent({
10
+ name: 'WisetechGlobal',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 1534 1534',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('title', {}),
19
+ vue_1.h('style', {}),
20
+ vue_1.h('path', {"id":"Layer","class":"s0","d":"m0 836.3h139.4v418.1h-139.4zm557.7 279h139.5v418.2h-139.5zm976.1-279v418.2h-139.5v-418.2zm-1533.8-836.2h139.4v696.9h-139.4zm278.8 0h139.5v696.9h-139.5zm278.9 0h139.4v696.9h-139.4zm278.9 836.6h139.5v696.9h-139.5zm278.9-835.5h139.4v696.9h-139.4z"})
21
+ ]);
22
+ }
23
+ });
24
+
25
+ exports.default = WisetechGlobal;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Wisetech Global
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const WisetechGlobal: DefineComponent<SVGAttributes>;
7
+ export default WisetechGlobal;
@@ -0,0 +1,22 @@
1
+ // @thesvg/vue - Wisetech Global
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const WisetechGlobal = defineComponent({
7
+ name: 'WisetechGlobal',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 1534 1534',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('title', {}),
16
+ h('style', {}),
17
+ h('path', {"id":"Layer","class":"s0","d":"m0 836.3h139.4v418.1h-139.4zm557.7 279h139.5v418.2h-139.5zm976.1-279v418.2h-139.5v-418.2zm-1533.8-836.2h139.4v696.9h-139.4zm278.8 0h139.5v696.9h-139.5zm278.9 0h139.4v696.9h-139.4zm278.9 836.6h139.5v696.9h-139.5zm278.9-835.5h139.4v696.9h-139.4z"})
18
+ ]);
19
+ }
20
+ });
21
+
22
+ export default WisetechGlobal;
@@ -10,19 +10,21 @@ const Zoom2025 = vue_1.defineComponent({
10
10
  name: 'Zoom2025',
11
11
  setup(_, { attrs }) {
12
12
  return () => vue_1.h('svg', {
13
- viewBox: '0 0 1426 321',
13
+ viewBox: '0 0 512 512',
14
14
  fill: 'none',
15
15
  xmlns: 'http://www.w3.org/2000/svg',
16
16
  ...attrs
17
17
  }, [
18
- vue_1.h('g', {"transform":"translate(0,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"}, [
19
- vue_1.h('path', {"d":"M0 9376 c0 -63 4 -117 9 -121 6 -3 12 -27 16 -53 14 -124 78 -347\n130 -453 14 -29 25 -56 25 -59 0 -4 22 -45 48 -91 130 -228 254 -381 427 -527\n276 -233 604 -382 960 -437 89 -13 342 -15 2072 -15 1085 0 1974 -4 1977 -8 6\n-11 -1716 -1728 -3084 -3075 -283 -278 -918 -908 -1411 -1399 -769 -767 -904\n-905 -951 -978 -98 -150 -164 -314 -187 -461 -5 -32 -14 -66 -20 -77 -18 -33\n-14 -333 4 -368 8 -16 15 -43 15 -59 0 -30 58 -224 78 -261 6 -10 20 -39 32\n-64 62 -131 153 -253 275 -368 221 -210 513 -334 848 -362 195 -16 7679 -14\n7695 2 7 7 12 35 12 63 0 59 -33 288 -51 360 -15 59 -76 250 -88 273 -5 10\n-28 59 -52 111 -90 192 -260 419 -428 569 -81 72 -195 162 -206 162 -4 0 -24\n12 -44 28 -20 15 -54 37 -76 49 -84 45 -196 101 -212 106 -10 3 -43 15 -73 27\n-61 24 -117 40 -235 69 -197 47 -87 45 -2505 48 -1256 2 -2288 7 -2293 12 -4\n4 171 183 390 396 402 393 958 943 2333 2310 415 413 852 845 970 960 118 116\n541 535 940 930 784 778 795 790 900 995 48 93 89 221 115 354 20 102 17 375\n-4 461 -68 275 -172 475 -335 644 -73 75 -207 186 -246 204 -8 4 -28 16 -45\n26 -90 58 -248 119 -420 163 l-90 22 -3607 3 -3608 3 0 -114z M9134 6599 c-6 -8 -14 -23 -17 -34 -3 -11 -15 -45 -26 -75 -31 -79\n-115 -335 -134 -405 -80 -303 -119 -515 -152 -837 -20 -197 -20 -682 0 -867\n19 -173 44 -356 55 -401 5 -19 11 -55 15 -80 22 -157 121 -507 225 -789 32\n-88 37 -98 45 -89 3 2 4 812 3 1798 -2 1312 -6 1789 -14 1779z"})
18
+ vue_1.h('title', {}),
19
+ vue_1.h('defs', {}, [
20
+ vue_1.h('linearGradient', {"id":"zoom-2025-gradient","x1":"0","x2":"1","y1":"0","y2":"0","gradientTransform":"rotate(-60 88.792 30.85)scale(109.282)","gradientUnits":"userSpaceOnUse"}, [
21
+ vue_1.h('stop', {"offset":"0","stop-color":"#0845bf"}),
22
+ vue_1.h('stop', {"offset":".6","stop-color":"#0b5cff"}),
23
+ vue_1.h('stop', {"offset":"1","stop-color":"#4f90ee"})
24
+ ])
20
25
  ]),
21
- vue_1.h('g', {"transform":"translate(992,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"}, [
22
- vue_1.h('path', {"d":"M3525 9621 c-3 -5 -36 -12 -73 -15 -150 -14 -378 -58 -567 -112 -115\n-32 -314 -101 -352 -122 -12 -7 -26 -12 -32 -12 -19 0 -231 -101 -366 -175\n-122 -67 -271 -161 -423 -270 -230 -165 -651 -585 -792 -792 -8 -11 -36 -51\n-62 -88 -27 -36 -48 -68 -48 -72 0 -3 -13 -22 -28 -42 -16 -20 -32 -43 -35\n-51 -4 -8 -16 -28 -27 -45 -11 -16 -24 -39 -30 -50 -6 -11 -20 -36 -31 -55\n-29 -47 -149 -283 -149 -292 0 -3 -13 -35 -28 -70 -25 -56 -36 -81 -74 -178\n-66 -167 -145 -476 -182 -710 -46 -286 -44 -183 -45 -3338 -1 -2787 0 -2983\n16 -2989 21 -8 289 12 363 28 122 25 339 102 464 164 138 69 145 73 215 120\n24 17 55 37 69 47 58 39 211 180 292 269 195 217 351 512 420 794 45 184 43\n59 49 2370 5 1668 10 2196 19 2250 35 198 58 283 119 438 99 255 280 508 495\n696 55 47 130 106 166 131 83 56 231 140 246 140 7 0 16 4 21 9 14 12 189 77\n255 95 30 8 73 19 96 25 68 18 313 42 409 40 185 -4 371 -36 555 -96 65 -22\n73 -25 205 -89 297 -143 532 -348 710 -618 51 -78 71 -113 112 -191 86 -164\n149 -377 172 -580 9 -72 13 -702 15 -2250 2 -1607 6 -2161 14 -2195 7 -25 15\n-61 18 -80 16 -104 81 -312 130 -415 13 -29 24 -55 24 -58 0 -10 120 -210 153\n-255 112 -152 195 -242 317 -346 82 -69 199 -155 230 -169 8 -4 29 -16 45 -27\n17 -10 62 -35 100 -54 218 -108 427 -170 667 -196 142 -15 179 -14 184 8 2 9\n5 1358 7 2997 l2 2980 22 105 c20 96 48 209 72 285 28 92 122 287 181 380 11\n17 23 37 27 45 12 27 96 133 176 223 215 240 486 411 807 509 187 57 287 71\n515 71 201 0 287 -10 440 -50 427 -111 808 -382 1052 -748 155 -232 260 -518\n284 -775 4 -47 8 -1014 8 -2150 1 -2326 -1 -2262 75 -2530 132 -470 462 -891\n881 -1122 260 -144 589 -239 850 -247 l75 -2 -3 3118 c-2 2295 -6 3131 -15\n3168 -6 28 -18 93 -27 145 -25 145 -73 330 -126 490 -54 165 -75 223 -88 248\n-5 9 -26 55 -46 102 -65 146 -100 214 -212 410 -49 85 -118 185 -238 345 -144\n193 -462 519 -650 668 -110 86 -338 247 -351 247 -3 0 -20 11 -37 24 -49 36\n-390 216 -410 216 -4 0 -30 11 -59 24 -105 49 -351 135 -483 169 -265 69 -362\n84 -755 119 -176 16 -479 15 -575 -1 -38 -6 -119 -18 -180 -27 -240 -34 -529\n-113 -811 -222 -146 -56 -434 -201 -542 -273 -24 -16 -45 -29 -47 -29 -3 0\n-105 -69 -209 -140 -86 -59 -285 -230 -406 -348 -80 -78 -147 -142 -149 -142\n-2 0 -70 65 -152 144 -226 220 -427 376 -679 527 -125 75 -386 208 -490 248\n-30 12 -64 26 -75 30 -27 11 -102 40 -145 56 -44 16 -204 64 -250 75 -237 55\n-353 77 -484 90 -55 5 -104 14 -110 20 -13 13 -683 14 -691 1z"})
23
- ]),
24
- vue_1.h('circle', {"cx":"455","cy":"160.5","r":"130.5","fill":"none","stroke":"#0B5CFF","stroke-width":"63"}),
25
- vue_1.h('circle', {"cx":"804","cy":"160.5","r":"130.5","fill":"none","stroke":"#0B5CFF","stroke-width":"63"})
26
+ vue_1.h('path', {"fill":"url(#zoom-2025-gradient)","d":"M84.06 37.19V52.8c0 17.25-14 31.25-31.25 31.25H37.2c-17.25 0-31.25-14-31.25-31.25V37.2c0-17.25 14-31.25 31.25-31.25h15.6c17.25 0 31.25 14 31.25 31.25","transform":"matrix(6.4 0 0 6.4 -32 -32)"}),
27
+ vue_1.h('path', {"fill":"#fff","d":"M152.08 295.51H88.07c-4.49 0-8.5-2.67-10.22-6.82a11.05 11.05 0 0 1 2.4-12.07l44.33-44.33H92.81a15.8 15.8 0 0 1-15.8-15.8h59.02c4.5 0 8.5 2.68 10.22 6.83a11 11 0 0 1-2.4 12.05l-44.33 44.34h36.75a15.8 15.8 0 0 1 15.81 15.8M435 246.11a30.86 30.86 0 0 0-30.82-30.81 30.8 30.8 0 0 0-22.92 10.24 30.8 30.8 0 0 0-22.92-10.24 30.86 30.86 0 0 0-30.82 30.82v49.4a15.8 15.8 0 0 0 15.8-15.81v-33.6a15.03 15.03 0 0 1 30.03 0v33.6a15.8 15.8 0 0 0 15.81 15.8v-49.4a15.03 15.03 0 0 1 30.04 0v33.6a15.8 15.8 0 0 0 15.8 15.8zm-115.38 9.9a40.7 40.7 0 1 1-81.4-.01 40.7 40.7 0 0 1 81.4 0m-15.8 0a24.9 24.9 0 1 0-49.8-.01 24.9 24.9 0 0 0 49.8 0m-71.92 0a40.7 40.7 0 1 1-81.4 0 40.7 40.7 0 0 1 81.4 0m-15.8 0a24.9 24.9 0 1 0-49.8-.01 24.9 24.9 0 0 0 49.8 0"})
26
28
  ]);
27
29
  }
28
30
  });
package/dist/zoom-2025.js CHANGED
@@ -7,19 +7,21 @@ const Zoom2025 = defineComponent({
7
7
  name: 'Zoom2025',
8
8
  setup(_, { attrs }) {
9
9
  return () => h('svg', {
10
- viewBox: '0 0 1426 321',
10
+ viewBox: '0 0 512 512',
11
11
  fill: 'none',
12
12
  xmlns: 'http://www.w3.org/2000/svg',
13
13
  ...attrs
14
14
  }, [
15
- h('g', {"transform":"translate(0,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"}, [
16
- h('path', {"d":"M0 9376 c0 -63 4 -117 9 -121 6 -3 12 -27 16 -53 14 -124 78 -347\n130 -453 14 -29 25 -56 25 -59 0 -4 22 -45 48 -91 130 -228 254 -381 427 -527\n276 -233 604 -382 960 -437 89 -13 342 -15 2072 -15 1085 0 1974 -4 1977 -8 6\n-11 -1716 -1728 -3084 -3075 -283 -278 -918 -908 -1411 -1399 -769 -767 -904\n-905 -951 -978 -98 -150 -164 -314 -187 -461 -5 -32 -14 -66 -20 -77 -18 -33\n-14 -333 4 -368 8 -16 15 -43 15 -59 0 -30 58 -224 78 -261 6 -10 20 -39 32\n-64 62 -131 153 -253 275 -368 221 -210 513 -334 848 -362 195 -16 7679 -14\n7695 2 7 7 12 35 12 63 0 59 -33 288 -51 360 -15 59 -76 250 -88 273 -5 10\n-28 59 -52 111 -90 192 -260 419 -428 569 -81 72 -195 162 -206 162 -4 0 -24\n12 -44 28 -20 15 -54 37 -76 49 -84 45 -196 101 -212 106 -10 3 -43 15 -73 27\n-61 24 -117 40 -235 69 -197 47 -87 45 -2505 48 -1256 2 -2288 7 -2293 12 -4\n4 171 183 390 396 402 393 958 943 2333 2310 415 413 852 845 970 960 118 116\n541 535 940 930 784 778 795 790 900 995 48 93 89 221 115 354 20 102 17 375\n-4 461 -68 275 -172 475 -335 644 -73 75 -207 186 -246 204 -8 4 -28 16 -45\n26 -90 58 -248 119 -420 163 l-90 22 -3607 3 -3608 3 0 -114z M9134 6599 c-6 -8 -14 -23 -17 -34 -3 -11 -15 -45 -26 -75 -31 -79\n-115 -335 -134 -405 -80 -303 -119 -515 -152 -837 -20 -197 -20 -682 0 -867\n19 -173 44 -356 55 -401 5 -19 11 -55 15 -80 22 -157 121 -507 225 -789 32\n-88 37 -98 45 -89 3 2 4 812 3 1798 -2 1312 -6 1789 -14 1779z"})
15
+ h('title', {}),
16
+ h('defs', {}, [
17
+ h('linearGradient', {"id":"zoom-2025-gradient","x1":"0","x2":"1","y1":"0","y2":"0","gradientTransform":"rotate(-60 88.792 30.85)scale(109.282)","gradientUnits":"userSpaceOnUse"}, [
18
+ h('stop', {"offset":"0","stop-color":"#0845bf"}),
19
+ h('stop', {"offset":".6","stop-color":"#0b5cff"}),
20
+ h('stop', {"offset":"1","stop-color":"#4f90ee"})
21
+ ])
17
22
  ]),
18
- h('g', {"transform":"translate(992,0) scale(0.333333) translate(0,963) scale(0.1,-0.1)"}, [
19
- h('path', {"d":"M3525 9621 c-3 -5 -36 -12 -73 -15 -150 -14 -378 -58 -567 -112 -115\n-32 -314 -101 -352 -122 -12 -7 -26 -12 -32 -12 -19 0 -231 -101 -366 -175\n-122 -67 -271 -161 -423 -270 -230 -165 -651 -585 -792 -792 -8 -11 -36 -51\n-62 -88 -27 -36 -48 -68 -48 -72 0 -3 -13 -22 -28 -42 -16 -20 -32 -43 -35\n-51 -4 -8 -16 -28 -27 -45 -11 -16 -24 -39 -30 -50 -6 -11 -20 -36 -31 -55\n-29 -47 -149 -283 -149 -292 0 -3 -13 -35 -28 -70 -25 -56 -36 -81 -74 -178\n-66 -167 -145 -476 -182 -710 -46 -286 -44 -183 -45 -3338 -1 -2787 0 -2983\n16 -2989 21 -8 289 12 363 28 122 25 339 102 464 164 138 69 145 73 215 120\n24 17 55 37 69 47 58 39 211 180 292 269 195 217 351 512 420 794 45 184 43\n59 49 2370 5 1668 10 2196 19 2250 35 198 58 283 119 438 99 255 280 508 495\n696 55 47 130 106 166 131 83 56 231 140 246 140 7 0 16 4 21 9 14 12 189 77\n255 95 30 8 73 19 96 25 68 18 313 42 409 40 185 -4 371 -36 555 -96 65 -22\n73 -25 205 -89 297 -143 532 -348 710 -618 51 -78 71 -113 112 -191 86 -164\n149 -377 172 -580 9 -72 13 -702 15 -2250 2 -1607 6 -2161 14 -2195 7 -25 15\n-61 18 -80 16 -104 81 -312 130 -415 13 -29 24 -55 24 -58 0 -10 120 -210 153\n-255 112 -152 195 -242 317 -346 82 -69 199 -155 230 -169 8 -4 29 -16 45 -27\n17 -10 62 -35 100 -54 218 -108 427 -170 667 -196 142 -15 179 -14 184 8 2 9\n5 1358 7 2997 l2 2980 22 105 c20 96 48 209 72 285 28 92 122 287 181 380 11\n17 23 37 27 45 12 27 96 133 176 223 215 240 486 411 807 509 187 57 287 71\n515 71 201 0 287 -10 440 -50 427 -111 808 -382 1052 -748 155 -232 260 -518\n284 -775 4 -47 8 -1014 8 -2150 1 -2326 -1 -2262 75 -2530 132 -470 462 -891\n881 -1122 260 -144 589 -239 850 -247 l75 -2 -3 3118 c-2 2295 -6 3131 -15\n3168 -6 28 -18 93 -27 145 -25 145 -73 330 -126 490 -54 165 -75 223 -88 248\n-5 9 -26 55 -46 102 -65 146 -100 214 -212 410 -49 85 -118 185 -238 345 -144\n193 -462 519 -650 668 -110 86 -338 247 -351 247 -3 0 -20 11 -37 24 -49 36\n-390 216 -410 216 -4 0 -30 11 -59 24 -105 49 -351 135 -483 169 -265 69 -362\n84 -755 119 -176 16 -479 15 -575 -1 -38 -6 -119 -18 -180 -27 -240 -34 -529\n-113 -811 -222 -146 -56 -434 -201 -542 -273 -24 -16 -45 -29 -47 -29 -3 0\n-105 -69 -209 -140 -86 -59 -285 -230 -406 -348 -80 -78 -147 -142 -149 -142\n-2 0 -70 65 -152 144 -226 220 -427 376 -679 527 -125 75 -386 208 -490 248\n-30 12 -64 26 -75 30 -27 11 -102 40 -145 56 -44 16 -204 64 -250 75 -237 55\n-353 77 -484 90 -55 5 -104 14 -110 20 -13 13 -683 14 -691 1z"})
20
- ]),
21
- h('circle', {"cx":"455","cy":"160.5","r":"130.5","fill":"none","stroke":"#0B5CFF","stroke-width":"63"}),
22
- h('circle', {"cx":"804","cy":"160.5","r":"130.5","fill":"none","stroke":"#0B5CFF","stroke-width":"63"})
23
+ h('path', {"fill":"url(#zoom-2025-gradient)","d":"M84.06 37.19V52.8c0 17.25-14 31.25-31.25 31.25H37.2c-17.25 0-31.25-14-31.25-31.25V37.2c0-17.25 14-31.25 31.25-31.25h15.6c17.25 0 31.25 14 31.25 31.25","transform":"matrix(6.4 0 0 6.4 -32 -32)"}),
24
+ h('path', {"fill":"#fff","d":"M152.08 295.51H88.07c-4.49 0-8.5-2.67-10.22-6.82a11.05 11.05 0 0 1 2.4-12.07l44.33-44.33H92.81a15.8 15.8 0 0 1-15.8-15.8h59.02c4.5 0 8.5 2.68 10.22 6.83a11 11 0 0 1-2.4 12.05l-44.33 44.34h36.75a15.8 15.8 0 0 1 15.81 15.8M435 246.11a30.86 30.86 0 0 0-30.82-30.81 30.8 30.8 0 0 0-22.92 10.24 30.8 30.8 0 0 0-22.92-10.24 30.86 30.86 0 0 0-30.82 30.82v49.4a15.8 15.8 0 0 0 15.8-15.81v-33.6a15.03 15.03 0 0 1 30.03 0v33.6a15.8 15.8 0 0 0 15.81 15.8v-49.4a15.03 15.03 0 0 1 30.04 0v33.6a15.8 15.8 0 0 0 15.8 15.8zm-115.38 9.9a40.7 40.7 0 1 1-81.4-.01 40.7 40.7 0 0 1 81.4 0m-15.8 0a24.9 24.9 0 1 0-49.8-.01 24.9 24.9 0 0 0 49.8 0m-71.92 0a40.7 40.7 0 1 1-81.4 0 40.7 40.7 0 0 1 81.4 0m-15.8 0a24.9 24.9 0 1 0-49.8-.01 24.9 24.9 0 0 0 49.8 0"})
23
25
  ]);
24
26
  }
25
27
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/vue",
3
- "version": "3.2.5",
3
+ "version": "3.2.6",
4
4
  "description": "Typed Vue 3 SVG components for all 4000+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -51,7 +51,7 @@
51
51
  "vue": ">=3.3"
52
52
  },
53
53
  "devDependencies": {
54
- "tsx": "^4.23.0",
54
+ "tsx": "^4.23.1",
55
55
  "typescript": "^6.0.3"
56
56
  },
57
57
  "engines": {