@thesvg/vue 2.1.2 → 2.1.3

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,30 @@
1
+ "use strict";
2
+ // @thesvg/vue - Format JSON Online
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const FormatJsonOnline = vue_1.defineComponent({
10
+ name: 'FormatJsonOnline',
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
+ vue_1.h('defs', {}, [
19
+ vue_1.h('style', {})
20
+ ]),
21
+ vue_1.h('rect', {"class":"cls-1","x":"6.3","y":"8.49","width":"499.4","height":"499.4","rx":"93.64"}),
22
+ vue_1.h('g', {"style":"isolation:isolate"}, [
23
+ vue_1.h('path', {"class":"cls-3","d":"M95.89,239.11c31.53,0,36-11.88,36-33.64V167.21c0-42.48,27.49-61.38,62.07-61.38h10.94v33.8h-4.58c-19.88,0-24.89,12.11-24.89,31.09v34.67c0,27.62-10.41,47.43-37.4,51.85,27.92,4.54,37.4,24.28,37.4,52.78v34.59c0,19.26,7.09,32.14,25.82,32.14h3.65v33.81H194c-31.26,0-62.07-15.54-62.07-60.83V309.94c0-20.41-4.25-33.05-36-33.34Z"}),
24
+ vue_1.h('path', {"class":"cls-3","d":"M416.11,277.27c-31.53,0-36,11.88-36,33.64v38.27c0,42.47-27.49,61.38-62.07,61.38H307.11V376.75h4.58c19.88,0,24.89-12.11,24.89-31.09V311c0-27.62,10.41-47.43,37.4-51.85-27.92-4.54-37.4-24.28-37.4-52.78V171.78c0-19.27-7.09-32.15-25.82-32.15h-3.65v-33.8h10.94c31.26,0,62.07,15.53,62.07,60.82v39.79c0,20.41,4.25,33.05,36,33.35Z"})
25
+ ])
26
+ ]);
27
+ }
28
+ });
29
+
30
+ exports.default = FormatJsonOnline;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Format JSON Online
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const FormatJsonOnline: DefineComponent<SVGAttributes>;
7
+ export default FormatJsonOnline;
@@ -0,0 +1,27 @@
1
+ // @thesvg/vue - Format JSON Online
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const FormatJsonOnline = defineComponent({
7
+ name: 'FormatJsonOnline',
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
+ h('defs', {}, [
16
+ h('style', {})
17
+ ]),
18
+ h('rect', {"class":"cls-1","x":"6.3","y":"8.49","width":"499.4","height":"499.4","rx":"93.64"}),
19
+ h('g', {"style":"isolation:isolate"}, [
20
+ h('path', {"class":"cls-3","d":"M95.89,239.11c31.53,0,36-11.88,36-33.64V167.21c0-42.48,27.49-61.38,62.07-61.38h10.94v33.8h-4.58c-19.88,0-24.89,12.11-24.89,31.09v34.67c0,27.62-10.41,47.43-37.4,51.85,27.92,4.54,37.4,24.28,37.4,52.78v34.59c0,19.26,7.09,32.14,25.82,32.14h3.65v33.81H194c-31.26,0-62.07-15.54-62.07-60.83V309.94c0-20.41-4.25-33.05-36-33.34Z"}),
21
+ h('path', {"class":"cls-3","d":"M416.11,277.27c-31.53,0-36,11.88-36,33.64v38.27c0,42.47-27.49,61.38-62.07,61.38H307.11V376.75h4.58c19.88,0,24.89-12.11,24.89-31.09V311c0-27.62,10.41-47.43,37.4-51.85-27.92-4.54-37.4-24.28-37.4-52.78V171.78c0-19.27-7.09-32.15-25.82-32.15h-3.65v-33.8h10.94c31.26,0,62.07,15.53,62.07,60.82v39.79c0,20.41,4.25,33.05,36,33.35Z"})
22
+ ])
23
+ ]);
24
+ }
25
+ });
26
+
27
+ export default FormatJsonOnline;
package/dist/index.cjs CHANGED
@@ -5162,6 +5162,8 @@ const _forgejo = require('./forgejo.cjs');
5162
5162
  exports.Forgejo = _forgejo.default;
5163
5163
  const _formance = require('./formance.cjs');
5164
5164
  exports.Formance = _formance.default;
5165
+ const _format_json_online = require('./format-json-online.cjs');
5166
+ exports.FormatJsonOnline = _format_json_online.default;
5165
5167
  const _formbricks = require('./formbricks.cjs');
5166
5168
  exports.Formbricks = _formbricks.default;
5167
5169
  const _formik = require('./formik.cjs');
@@ -6654,6 +6656,8 @@ const _jina_ai = require('./jina-ai.cjs');
6654
6656
  exports.JinaAi = _jina_ai.default;
6655
6657
  const _jinja = require('./jinja.cjs');
6656
6658
  exports.Jinja = _jinja.default;
6659
+ const _jinritoutiao = require('./jinritoutiao.cjs');
6660
+ exports.Jinritoutiao = _jinritoutiao.default;
6657
6661
  const _jio = require('./jio.cjs');
6658
6662
  exports.Jio = _jio.default;
6659
6663
  const _jira = require('./jira.cjs');
package/dist/index.d.ts CHANGED
@@ -2580,6 +2580,7 @@ export { default as Foodpanda } from './foodpanda.js';
2580
2580
  export { default as Ford } from './ford.js';
2581
2581
  export { default as Forgejo } from './forgejo.js';
2582
2582
  export { default as Formance } from './formance.js';
2583
+ export { default as FormatJsonOnline } from './format-json-online.js';
2583
2584
  export { default as Formbricks } from './formbricks.js';
2584
2585
  export { default as Formik } from './formik.js';
2585
2586
  export { default as Formspree } from './formspree.js';
@@ -3326,6 +3327,7 @@ export { default as Jigsawstack } from './jigsawstack.js';
3326
3327
  export { default as Jimeng } from './jimeng.js';
3327
3328
  export { default as JinaAi } from './jina-ai.js';
3328
3329
  export { default as Jinja } from './jinja.js';
3330
+ export { default as Jinritoutiao } from './jinritoutiao.js';
3329
3331
  export { default as Jio } from './jio.js';
3330
3332
  export { default as Jira } from './jira.js';
3331
3333
  export { default as JiraSoftware } from './jira-software.js';
package/dist/index.js CHANGED
@@ -2580,6 +2580,7 @@ export { default as Foodpanda } from './foodpanda.js';
2580
2580
  export { default as Ford } from './ford.js';
2581
2581
  export { default as Forgejo } from './forgejo.js';
2582
2582
  export { default as Formance } from './formance.js';
2583
+ export { default as FormatJsonOnline } from './format-json-online.js';
2583
2584
  export { default as Formbricks } from './formbricks.js';
2584
2585
  export { default as Formik } from './formik.js';
2585
2586
  export { default as Formspree } from './formspree.js';
@@ -3326,6 +3327,7 @@ export { default as Jigsawstack } from './jigsawstack.js';
3326
3327
  export { default as Jimeng } from './jimeng.js';
3327
3328
  export { default as JinaAi } from './jina-ai.js';
3328
3329
  export { default as Jinja } from './jinja.js';
3330
+ export { default as Jinritoutiao } from './jinritoutiao.js';
3329
3331
  export { default as Jio } from './jio.js';
3330
3332
  export { default as Jira } from './jira.js';
3331
3333
  export { default as JiraSoftware } from './jira-software.js';
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // @thesvg/vue - Jinritoutiao
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Jinritoutiao = vue_1.defineComponent({
10
+ name: 'Jinritoutiao',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 48 48',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('path', {"fill":"#FF373C","d":"M36.883 44h-25.77C7.192 44 4 40.808 4 36.883v-25.77C4 7.192 7.192 4 11.113 4h25.77c3.92 0 7.113 3.192 7.113 7.113v25.77C44 40.808 40.808 44 36.883 44M11.113 4.303a6.82 6.82 0 0 0-6.81 6.81v25.77a6.82 6.82 0 0 0 6.814 6.814h25.77a6.82 6.82 0 0 0 6.815-6.814v-25.77a6.82 6.82 0 0 0-6.815-6.815H11.113z"}),
19
+ vue_1.h('path', {"fill":"#FF373C","fill-rule":"evenodd","d":"m4 36.887l40-2.092V11.113L4 13.205zm20.963-18.333s.933.677 1.035.745c.667.459 1.548 1.065 2.917 1.694c-1.26.386-2.709.768-4.382 1.136v2.314c3.191-.686 5.692-1.463 7.667-2.251c1.95.564 4.472 1.079 7.781 1.446v-2.314a52 52 0 0 1-4.474-.702a17.5 17.5 0 0 0 3.614-2.682v-.354h.004v-2.169h-.004l-.525.028l-8.974.47l-2.324-.963zm3.547-.412l7.475-.392c-.82.6-1.978 1.305-3.715 2.04c-1.73-.553-2.902-1.137-3.76-1.648m-11.798-2.094l2.459-.128c-.062 4.621-.148 7.388-.82 9.557l5.095-.267v2.17l-6.107.318c-.976 1.569-2.493 3.046-4.867 5.14l-3.874.205q.215-.183.416-.358l.074-.064c2.388-2.07 4.03-3.494 5.142-4.76l-6.228.324V26.02l7.718-.405c.86-1.97.928-4.717.992-9.567m-1.81 1.419v2.42L9.43 19.39v-2.417zM9.43 21.064v2.42l5.472.499v-2.42zm21.552 5.922l-6.449.338v-2.17l6.45-.337v-1.235l2.518-.128v1.23l6.48-.339v2.17l-6.48.34v4.888l-2.519.132zM21.06 28.59l-2.97.153l2.386 3.682l2.97-.153zm13.587-.712l2.966-.154l2.386 3.682l-2.966.154zm-4.75.247l-2.97.158l-2.386 3.929l2.97-.154z","clip-rule":"evenodd"})
20
+ ]);
21
+ }
22
+ });
23
+
24
+ exports.default = Jinritoutiao;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Jinritoutiao
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Jinritoutiao: DefineComponent<SVGAttributes>;
7
+ export default Jinritoutiao;
@@ -0,0 +1,21 @@
1
+ // @thesvg/vue - Jinritoutiao
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Jinritoutiao = defineComponent({
7
+ name: 'Jinritoutiao',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 48 48',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('path', {"fill":"#FF373C","d":"M36.883 44h-25.77C7.192 44 4 40.808 4 36.883v-25.77C4 7.192 7.192 4 11.113 4h25.77c3.92 0 7.113 3.192 7.113 7.113v25.77C44 40.808 40.808 44 36.883 44M11.113 4.303a6.82 6.82 0 0 0-6.81 6.81v25.77a6.82 6.82 0 0 0 6.814 6.814h25.77a6.82 6.82 0 0 0 6.815-6.814v-25.77a6.82 6.82 0 0 0-6.815-6.815H11.113z"}),
16
+ h('path', {"fill":"#FF373C","fill-rule":"evenodd","d":"m4 36.887l40-2.092V11.113L4 13.205zm20.963-18.333s.933.677 1.035.745c.667.459 1.548 1.065 2.917 1.694c-1.26.386-2.709.768-4.382 1.136v2.314c3.191-.686 5.692-1.463 7.667-2.251c1.95.564 4.472 1.079 7.781 1.446v-2.314a52 52 0 0 1-4.474-.702a17.5 17.5 0 0 0 3.614-2.682v-.354h.004v-2.169h-.004l-.525.028l-8.974.47l-2.324-.963zm3.547-.412l7.475-.392c-.82.6-1.978 1.305-3.715 2.04c-1.73-.553-2.902-1.137-3.76-1.648m-11.798-2.094l2.459-.128c-.062 4.621-.148 7.388-.82 9.557l5.095-.267v2.17l-6.107.318c-.976 1.569-2.493 3.046-4.867 5.14l-3.874.205q.215-.183.416-.358l.074-.064c2.388-2.07 4.03-3.494 5.142-4.76l-6.228.324V26.02l7.718-.405c.86-1.97.928-4.717.992-9.567m-1.81 1.419v2.42L9.43 19.39v-2.417zM9.43 21.064v2.42l5.472.499v-2.42zm21.552 5.922l-6.449.338v-2.17l6.45-.337v-1.235l2.518-.128v1.23l6.48-.339v2.17l-6.48.34v4.888l-2.519.132zM21.06 28.59l-2.97.153l2.386 3.682l2.97-.153zm13.587-.712l2.966-.154l2.386 3.682l-2.966.154zm-4.75.247l-2.97.158l-2.386 3.929l2.97-.154z","clip-rule":"evenodd"})
17
+ ]);
18
+ }
19
+ });
20
+
21
+ export default Jinritoutiao;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/vue",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Typed Vue 3 SVG components for all 4000+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,