@thesvg/vue 2.1.2 → 2.1.4

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');
@@ -11304,3 +11308,7 @@ const _kvant_system = require('./kvant-system.cjs');
11304
11308
  exports.KvantSystem = _kvant_system.default;
11305
11309
  const _filagram = require('./filagram.cjs');
11306
11310
  exports.Filagram = _filagram.default;
11311
+ const _lutece = require('./lutece.cjs');
11312
+ exports.Lutece = _lutece.default;
11313
+ const _pedi_app = require('./pedi-app.cjs');
11314
+ exports.PediApp = _pedi_app.default;
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';
@@ -5651,3 +5653,5 @@ export { default as Uxuy } from './uxuy.js';
5651
5653
  export { default as Timesheet } from './timesheet.js';
5652
5654
  export { default as KvantSystem } from './kvant-system.js';
5653
5655
  export { default as Filagram } from './filagram.js';
5656
+ export { default as Lutece } from './lutece.js';
5657
+ export { default as PediApp } from './pedi-app.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';
@@ -5651,3 +5653,5 @@ export { default as Uxuy } from './uxuy.js';
5651
5653
  export { default as Timesheet } from './timesheet.js';
5652
5654
  export { default as KvantSystem } from './kvant-system.js';
5653
5655
  export { default as Filagram } from './filagram.js';
5656
+ export { default as Lutece } from './lutece.js';
5657
+ export { default as PediApp } from './pedi-app.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;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // @thesvg/vue - Lutece
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const Lutece = vue_1.defineComponent({
10
+ name: 'Lutece',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 -33.5 100 100',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ });
18
+ }
19
+ });
20
+
21
+ exports.default = Lutece;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Lutece
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const Lutece: DefineComponent<SVGAttributes>;
7
+ export default Lutece;
package/dist/lutece.js ADDED
@@ -0,0 +1,18 @@
1
+ // @thesvg/vue - Lutece
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const Lutece = defineComponent({
7
+ name: 'Lutece',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 -33.5 100 100',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ });
15
+ }
16
+ });
17
+
18
+ export default Lutece;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ // @thesvg/vue - Pedi App
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const vue_1 = require("vue");
8
+
9
+ const PediApp = vue_1.defineComponent({
10
+ name: 'PediApp',
11
+ setup(_, { attrs }) {
12
+ return () => vue_1.h('svg', {
13
+ viewBox: '0 0 228 228',
14
+ fill: 'none',
15
+ xmlns: 'http://www.w3.org/2000/svg',
16
+ ...attrs
17
+ }, [
18
+ vue_1.h('g', {"clip-path":"url(#clip0_21146_2718)"}, [
19
+ vue_1.h('path', {"d":"M114.446 30C152.468 30 183.41 60.7737 183.893 98.7471C183.893 99.0137 183.893 99.3335 184 99.6533C184 119.28 175.849 137.04 162.764 149.68L159.063 153.413L143.925 138.245L147.963 134.854C157.24 126 163.032 113.467 163.032 99.6533C163.032 72.88 141.26 51.0664 114.5 51.0664C87.7404 51.0664 65.9678 72.8267 65.9678 99.6533C65.9678 111.813 70.4726 122.96 77.873 131.493C78.5165 132.24 79.1603 132.986 79.8574 133.68L80.9834 134.8L86.668 140.507L114.446 168.347L115.305 169.2L129.247 183.174L114.446 198L99.6455 183.174L71.8672 155.333L65.7002 149.146V149.094C61.3565 144.827 57.6025 139.973 54.4922 134.693C48.486 124.4 45 112.4 45 99.5996V98.7471C45.429 60.7738 76.4251 30 114.446 30ZM114.446 61.5195C135.361 61.5195 152.414 78.6397 152.414 99.5996C152.414 110.533 147.802 120.4 140.401 127.333C136.433 131.066 131.661 133.946 126.405 135.706L136.701 146.053L150.055 159.387L151.556 160.88L136.755 175.706L128.765 167.706L121.954 160.88L94.1758 133.04L87.6328 126.479C80.7152 119.6 76.4785 110.106 76.4785 99.5996C76.4786 78.5864 93.532 61.5196 114.446 61.5195ZM114.446 82.5332C105.062 82.5332 97.3937 90.213 97.3936 99.5996C97.3936 108.986 105.062 116.666 114.446 116.666C123.885 116.666 131.5 108.986 131.5 99.5996C131.5 90.213 123.831 82.5332 114.446 82.5332Z","fill":"#DD1600"})
20
+ ]),
21
+ vue_1.h('defs', {}, [
22
+ vue_1.h('clipPath', {"id":"clip0_21146_2718"}, [
23
+ vue_1.h('rect', {"width":"139","height":"168","fill":"white","transform":"translate(45 30)"})
24
+ ])
25
+ ])
26
+ ]);
27
+ }
28
+ });
29
+
30
+ exports.default = PediApp;
@@ -0,0 +1,7 @@
1
+ // @thesvg/vue - Pedi App
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { DefineComponent, SVGAttributes } from 'vue';
5
+
6
+ declare const PediApp: DefineComponent<SVGAttributes>;
7
+ export default PediApp;
@@ -0,0 +1,27 @@
1
+ // @thesvg/vue - Pedi App
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { defineComponent, h } from 'vue';
5
+
6
+ const PediApp = defineComponent({
7
+ name: 'PediApp',
8
+ setup(_, { attrs }) {
9
+ return () => h('svg', {
10
+ viewBox: '0 0 228 228',
11
+ fill: 'none',
12
+ xmlns: 'http://www.w3.org/2000/svg',
13
+ ...attrs
14
+ }, [
15
+ h('g', {"clip-path":"url(#clip0_21146_2718)"}, [
16
+ h('path', {"d":"M114.446 30C152.468 30 183.41 60.7737 183.893 98.7471C183.893 99.0137 183.893 99.3335 184 99.6533C184 119.28 175.849 137.04 162.764 149.68L159.063 153.413L143.925 138.245L147.963 134.854C157.24 126 163.032 113.467 163.032 99.6533C163.032 72.88 141.26 51.0664 114.5 51.0664C87.7404 51.0664 65.9678 72.8267 65.9678 99.6533C65.9678 111.813 70.4726 122.96 77.873 131.493C78.5165 132.24 79.1603 132.986 79.8574 133.68L80.9834 134.8L86.668 140.507L114.446 168.347L115.305 169.2L129.247 183.174L114.446 198L99.6455 183.174L71.8672 155.333L65.7002 149.146V149.094C61.3565 144.827 57.6025 139.973 54.4922 134.693C48.486 124.4 45 112.4 45 99.5996V98.7471C45.429 60.7738 76.4251 30 114.446 30ZM114.446 61.5195C135.361 61.5195 152.414 78.6397 152.414 99.5996C152.414 110.533 147.802 120.4 140.401 127.333C136.433 131.066 131.661 133.946 126.405 135.706L136.701 146.053L150.055 159.387L151.556 160.88L136.755 175.706L128.765 167.706L121.954 160.88L94.1758 133.04L87.6328 126.479C80.7152 119.6 76.4785 110.106 76.4785 99.5996C76.4786 78.5864 93.532 61.5196 114.446 61.5195ZM114.446 82.5332C105.062 82.5332 97.3937 90.213 97.3936 99.5996C97.3936 108.986 105.062 116.666 114.446 116.666C123.885 116.666 131.5 108.986 131.5 99.5996C131.5 90.213 123.831 82.5332 114.446 82.5332Z","fill":"#DD1600"})
17
+ ]),
18
+ h('defs', {}, [
19
+ h('clipPath', {"id":"clip0_21146_2718"}, [
20
+ h('rect', {"width":"139","height":"168","fill":"white","transform":"translate(45 30)"})
21
+ ])
22
+ ])
23
+ ]);
24
+ }
25
+ });
26
+
27
+ export default PediApp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/vue",
3
- "version": "2.1.2",
3
+ "version": "2.1.4",
4
4
  "description": "Typed Vue 3 SVG components for all 4000+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,