@thesvg/vue 3.2.17 → 3.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ // @thesvg/vue - Armonika
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Armonika = vue_1.defineComponent({
10
+ name: 'Armonika',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 150 150',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('rect', {"width":"150","height":"150","rx":"17","fill":"url(#paint0_linear_3057_9132)"}),
19
+ vue_1.h('rect', {"x":"0.5","y":"0.5","width":"149","height":"149","rx":"16.5","stroke":"black","stroke-opacity":"0.06"}),
20
+ vue_1.h('path', {"d":"M87.1822 23.9157C86.7777 22.8537 85.5815 21.989 84.523 21.989H73.6196C72.5697 21.989 71.3649 22.8537 70.9432 23.9157L30.9954 125.317C30.5823 126.379 31.0986 127.244 32.1571 127.244H48.6973C49.7472 127.244 50.9521 126.379 51.3565 125.317L58.396 107.084C58.8091 106.022 59.4545 104.274 59.8332 103.202L64.377 90.3824C64.7556 89.311 65.3839 87.5535 65.7711 86.482L66.1498 85.4388C66.537 84.3673 66.8555 83.4933 66.8555 83.4933C66.8555 83.4933 67.1739 82.6192 67.5611 81.5478L78.0859 52.5156C78.4732 51.4441 79.11 51.4441 79.4887 52.5156L91.683 86.4914C92.0703 87.5629 92.6813 89.3204 93.0427 90.4012L97.3456 103.193C97.707 104.274 98.3438 106.022 98.7483 107.084L105.788 125.317C106.201 126.379 107.397 127.244 108.447 127.244H124.497C125.572 127.244 126.295 126.05 125.882 124.969L87.1822 23.9157Z","fill":"#0A0C11"}),
21
+ vue_1.h('path', {"d":"M82.826 96.6373C82.826 97.9392 81.8552 98.9946 80.6576 98.9946L27.1685 98.9946C25.9709 98.9946 25 97.9392 25 96.6373L25 81.7077C25 80.4058 25.9709 79.3504 27.1685 79.3504L80.6576 79.3504C81.8552 79.3504 82.8261 80.4058 82.8261 81.7077L82.826 96.6373Z","fill":"#0055FF"}),
22
+ vue_1.h('defs', {}, [
23
+ vue_1.h('linearGradient', {"id":"paint0_linear_3057_9132","x1":"75","y1":"-1.3411e-07","x2":"75","y2":"247","gradientUnits":"userSpaceOnUse"}, [
24
+ vue_1.h('stop', {"stop-color":"white"}),
25
+ vue_1.h('stop', {"offset":"1","stop-color":"#EBEBEB"})
26
+ ])
27
+ ])
28
+ ]);
29
+ }
30
+ });
31
+
32
+ exports.default = Armonika;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Armonika
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Armonika: DefineComponent<SVGAttributes>;
7
+ export default Armonika;
@@ -0,0 +1,29 @@
1
+ // @thesvg/vue - Armonika
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Armonika = defineComponent({
7
+ name: 'Armonika',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 150 150',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('rect', {"width":"150","height":"150","rx":"17","fill":"url(#paint0_linear_3057_9132)"}),
16
+ h('rect', {"x":"0.5","y":"0.5","width":"149","height":"149","rx":"16.5","stroke":"black","stroke-opacity":"0.06"}),
17
+ h('path', {"d":"M87.1822 23.9157C86.7777 22.8537 85.5815 21.989 84.523 21.989H73.6196C72.5697 21.989 71.3649 22.8537 70.9432 23.9157L30.9954 125.317C30.5823 126.379 31.0986 127.244 32.1571 127.244H48.6973C49.7472 127.244 50.9521 126.379 51.3565 125.317L58.396 107.084C58.8091 106.022 59.4545 104.274 59.8332 103.202L64.377 90.3824C64.7556 89.311 65.3839 87.5535 65.7711 86.482L66.1498 85.4388C66.537 84.3673 66.8555 83.4933 66.8555 83.4933C66.8555 83.4933 67.1739 82.6192 67.5611 81.5478L78.0859 52.5156C78.4732 51.4441 79.11 51.4441 79.4887 52.5156L91.683 86.4914C92.0703 87.5629 92.6813 89.3204 93.0427 90.4012L97.3456 103.193C97.707 104.274 98.3438 106.022 98.7483 107.084L105.788 125.317C106.201 126.379 107.397 127.244 108.447 127.244H124.497C125.572 127.244 126.295 126.05 125.882 124.969L87.1822 23.9157Z","fill":"#0A0C11"}),
18
+ h('path', {"d":"M82.826 96.6373C82.826 97.9392 81.8552 98.9946 80.6576 98.9946L27.1685 98.9946C25.9709 98.9946 25 97.9392 25 96.6373L25 81.7077C25 80.4058 25.9709 79.3504 27.1685 79.3504L80.6576 79.3504C81.8552 79.3504 82.8261 80.4058 82.8261 81.7077L82.826 96.6373Z","fill":"#0055FF"}),
19
+ h('defs', {}, [
20
+ h('linearGradient', {"id":"paint0_linear_3057_9132","x1":"75","y1":"-1.3411e-07","x2":"75","y2":"247","gradientUnits":"userSpaceOnUse"}, [
21
+ h('stop', {"stop-color":"white"}),
22
+ h('stop', {"offset":"1","stop-color":"#EBEBEB"})
23
+ ])
24
+ ])
25
+ ]);
26
+ }
27
+ });
28
+
29
+ export default Armonika;
package/dist/index.cjs CHANGED
@@ -618,6 +618,8 @@ const _arm = require('./arm.cjs');
618
618
  exports.Arm = _arm.default;
619
619
  const _arm_keil = require('./arm-keil.cjs');
620
620
  exports.ArmKeil = _arm_keil.default;
621
+ const _armonika = require('./armonika.cjs');
622
+ exports.Armonika = _armonika.default;
621
623
  const _armory = require('./armory.cjs');
622
624
  exports.Armory = _armory.default;
623
625
  const _ars_technica = require('./ars-technica.cjs');
package/dist/index.d.ts CHANGED
@@ -308,6 +308,7 @@ export { default as ArkUi } from './ark-ui.js';
308
308
  export { default as Arlo } from './arlo.js';
309
309
  export { default as Arm } from './arm.js';
310
310
  export { default as ArmKeil } from './arm-keil.js';
311
+ export { default as Armonika } from './armonika.js';
311
312
  export { default as Armory } from './armory.js';
312
313
  export { default as ArsTechnica } from './ars-technica.js';
313
314
  export { default as ArtifactHub } from './artifact-hub.js';
package/dist/index.js CHANGED
@@ -308,6 +308,7 @@ export { default as ArkUi } from './ark-ui.js';
308
308
  export { default as Arlo } from './arlo.js';
309
309
  export { default as Arm } from './arm.js';
310
310
  export { default as ArmKeil } from './arm-keil.js';
311
+ export { default as Armonika } from './armonika.js';
311
312
  export { default as Armory } from './armory.js';
312
313
  export { default as ArsTechnica } from './ars-technica.js';
313
314
  export { default as ArtifactHub } from './artifact-hub.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/vue",
3
- "version": "3.2.17",
3
+ "version": "3.2.18",
4
4
  "description": "Typed Vue 3 SVG components for all 4000+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,