@thesvg/vue 2.1.3 → 2.1.5
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.
- package/dist/fpt-play.cjs +23 -0
- package/dist/fpt-play.d.ts +7 -0
- package/dist/fpt-play.js +20 -0
- package/dist/index.cjs +8 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/dist/lutece.cjs +21 -0
- package/dist/lutece.d.ts +7 -0
- package/dist/lutece.js +18 -0
- package/dist/pedi-app.cjs +30 -0
- package/dist/pedi-app.d.ts +7 -0
- package/dist/pedi-app.js +27 -0
- package/dist/roborock.cjs +23 -0
- package/dist/roborock.d.ts +7 -0
- package/dist/roborock.js +20 -0
- package/package.json +1 -1
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - FPT Play
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const FptPlay = vue_1.defineComponent({
|
|
10
|
+
name: 'FptPlay',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 279.62 279.9',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('path', {"fill":"#f26f21","d":"M68.4,7.3C92.8,1.1,118.1.1,143.2,0c15.1.5,30.2.6,45.1,2.9,17.2,2.5,34.8,6,49.9,15,11.6,6.8,20.9,17.3,26.6,29.4,8.9,18.3,11.5,38.7,13.4,58.7,2.3,29,2,58.2-2.3,87-2.9,19.1-8.1,38.8-20.7,54-9.9,12.1-24.3,19.7-39.2,23.9-19.6,5.5-56.9,7.9-76.2,9,0,0-39-1.7-50.6-3.7-20.8-3.2-42.8-8.2-58.7-22.9-15.6-14.2-22.5-35.1-26-55.3-2.5-15.2-3.7-30.6-4.5-46v-15.6c1.4-25.2,1.6-51,9.4-75.3,3.9-12.4,10.1-24.3,19.4-33.4,10.8-10.7,25.2-16.7,39.6-20.4ZM85.6,60.4c-5.1,1.3-7.8,6.6-7.6,11.6-.1,44.7,0,89.3-.1,134,.1,3.8.1,8.2,2.9,11.2,3.9,4,10.5,4.6,15.3,1.8,38.7-21,77.3-42.1,115.9-63.1,2.8-1.6,5.7-2.8,8.1-5,4.3-4.1,5.2-11.1,2.1-16.1-2.1-3.9-6.4-5.7-10.1-7.8-38.6-21.8-77.1-43.6-115.7-65.3-3.1-2-7.2-2.5-10.8-1.3Z"})
|
|
19
|
+
]);
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
exports.default = FptPlay;
|
package/dist/fpt-play.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// @thesvg/vue - FPT Play
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const FptPlay = defineComponent({
|
|
7
|
+
name: 'FptPlay',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 279.62 279.9',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('path', {"fill":"#f26f21","d":"M68.4,7.3C92.8,1.1,118.1.1,143.2,0c15.1.5,30.2.6,45.1,2.9,17.2,2.5,34.8,6,49.9,15,11.6,6.8,20.9,17.3,26.6,29.4,8.9,18.3,11.5,38.7,13.4,58.7,2.3,29,2,58.2-2.3,87-2.9,19.1-8.1,38.8-20.7,54-9.9,12.1-24.3,19.7-39.2,23.9-19.6,5.5-56.9,7.9-76.2,9,0,0-39-1.7-50.6-3.7-20.8-3.2-42.8-8.2-58.7-22.9-15.6-14.2-22.5-35.1-26-55.3-2.5-15.2-3.7-30.6-4.5-46v-15.6c1.4-25.2,1.6-51,9.4-75.3,3.9-12.4,10.1-24.3,19.4-33.4,10.8-10.7,25.2-16.7,39.6-20.4ZM85.6,60.4c-5.1,1.3-7.8,6.6-7.6,11.6-.1,44.7,0,89.3-.1,134,.1,3.8.1,8.2,2.9,11.2,3.9,4,10.5,4.6,15.3,1.8,38.7-21,77.3-42.1,115.9-63.1,2.8-1.6,5.7-2.8,8.1-5,4.3-4.1,5.2-11.1,2.1-16.1-2.1-3.9-6.4-5.7-10.1-7.8-38.6-21.8-77.1-43.6-115.7-65.3-3.1-2-7.2-2.5-10.8-1.3Z"})
|
|
16
|
+
]);
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
export default FptPlay;
|
package/dist/index.cjs
CHANGED
|
@@ -5192,6 +5192,8 @@ const _foxtel = require('./foxtel.cjs');
|
|
|
5192
5192
|
exports.Foxtel = _foxtel.default;
|
|
5193
5193
|
const _fozzy = require('./fozzy.cjs');
|
|
5194
5194
|
exports.Fozzy = _fozzy.default;
|
|
5195
|
+
const _fpt_play = require('./fpt-play.cjs');
|
|
5196
|
+
exports.FptPlay = _fpt_play.default;
|
|
5195
5197
|
const _framer = require('./framer.cjs');
|
|
5196
5198
|
exports.Framer = _framer.default;
|
|
5197
5199
|
const _framework = require('./framework.cjs');
|
|
@@ -9260,6 +9262,8 @@ const _roblox_studio = require('./roblox-studio.cjs');
|
|
|
9260
9262
|
exports.RobloxStudio = _roblox_studio.default;
|
|
9261
9263
|
const _roboflow = require('./roboflow.cjs');
|
|
9262
9264
|
exports.Roboflow = _roboflow.default;
|
|
9265
|
+
const _roborock = require('./roborock.cjs');
|
|
9266
|
+
exports.Roborock = _roborock.default;
|
|
9263
9267
|
const _robot_framework = require('./robot-framework.cjs');
|
|
9264
9268
|
exports.RobotFramework = _robot_framework.default;
|
|
9265
9269
|
const _rocket = require('./rocket.cjs');
|
|
@@ -11308,3 +11312,7 @@ const _kvant_system = require('./kvant-system.cjs');
|
|
|
11308
11312
|
exports.KvantSystem = _kvant_system.default;
|
|
11309
11313
|
const _filagram = require('./filagram.cjs');
|
|
11310
11314
|
exports.Filagram = _filagram.default;
|
|
11315
|
+
const _lutece = require('./lutece.cjs');
|
|
11316
|
+
exports.Lutece = _lutece.default;
|
|
11317
|
+
const _pedi_app = require('./pedi-app.cjs');
|
|
11318
|
+
exports.PediApp = _pedi_app.default;
|
package/dist/index.d.ts
CHANGED
|
@@ -2595,6 +2595,7 @@ export { default as Foursquare } from './foursquare.js';
|
|
|
2595
2595
|
export { default as Fox } from './fox.js';
|
|
2596
2596
|
export { default as Foxtel } from './foxtel.js';
|
|
2597
2597
|
export { default as Fozzy } from './fozzy.js';
|
|
2598
|
+
export { default as FptPlay } from './fpt-play.js';
|
|
2598
2599
|
export { default as Framer } from './framer.js';
|
|
2599
2600
|
export { default as Framework } from './framework.js';
|
|
2600
2601
|
export { default as Framework7 } from './framework7.js';
|
|
@@ -4629,6 +4630,7 @@ export { default as Robinhood } from './robinhood.js';
|
|
|
4629
4630
|
export { default as Roblox } from './roblox.js';
|
|
4630
4631
|
export { default as RobloxStudio } from './roblox-studio.js';
|
|
4631
4632
|
export { default as Roboflow } from './roboflow.js';
|
|
4633
|
+
export { default as Roborock } from './roborock.js';
|
|
4632
4634
|
export { default as RobotFramework } from './robot-framework.js';
|
|
4633
4635
|
export { default as Rocket } from './rocket.js';
|
|
4634
4636
|
export { default as Rocketdotchat } from './rocketdotchat.js';
|
|
@@ -5653,3 +5655,5 @@ export { default as Uxuy } from './uxuy.js';
|
|
|
5653
5655
|
export { default as Timesheet } from './timesheet.js';
|
|
5654
5656
|
export { default as KvantSystem } from './kvant-system.js';
|
|
5655
5657
|
export { default as Filagram } from './filagram.js';
|
|
5658
|
+
export { default as Lutece } from './lutece.js';
|
|
5659
|
+
export { default as PediApp } from './pedi-app.js';
|
package/dist/index.js
CHANGED
|
@@ -2595,6 +2595,7 @@ export { default as Foursquare } from './foursquare.js';
|
|
|
2595
2595
|
export { default as Fox } from './fox.js';
|
|
2596
2596
|
export { default as Foxtel } from './foxtel.js';
|
|
2597
2597
|
export { default as Fozzy } from './fozzy.js';
|
|
2598
|
+
export { default as FptPlay } from './fpt-play.js';
|
|
2598
2599
|
export { default as Framer } from './framer.js';
|
|
2599
2600
|
export { default as Framework } from './framework.js';
|
|
2600
2601
|
export { default as Framework7 } from './framework7.js';
|
|
@@ -4629,6 +4630,7 @@ export { default as Robinhood } from './robinhood.js';
|
|
|
4629
4630
|
export { default as Roblox } from './roblox.js';
|
|
4630
4631
|
export { default as RobloxStudio } from './roblox-studio.js';
|
|
4631
4632
|
export { default as Roboflow } from './roboflow.js';
|
|
4633
|
+
export { default as Roborock } from './roborock.js';
|
|
4632
4634
|
export { default as RobotFramework } from './robot-framework.js';
|
|
4633
4635
|
export { default as Rocket } from './rocket.js';
|
|
4634
4636
|
export { default as Rocketdotchat } from './rocketdotchat.js';
|
|
@@ -5653,3 +5655,5 @@ export { default as Uxuy } from './uxuy.js';
|
|
|
5653
5655
|
export { default as Timesheet } from './timesheet.js';
|
|
5654
5656
|
export { default as KvantSystem } from './kvant-system.js';
|
|
5655
5657
|
export { default as Filagram } from './filagram.js';
|
|
5658
|
+
export { default as Lutece } from './lutece.js';
|
|
5659
|
+
export { default as PediApp } from './pedi-app.js';
|
package/dist/lutece.cjs
ADDED
|
@@ -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;
|
package/dist/lutece.d.ts
ADDED
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;
|
package/dist/pedi-app.js
ADDED
|
@@ -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;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Roborock
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const Roborock = vue_1.defineComponent({
|
|
10
|
+
name: 'Roborock',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 1136.55 1136.55',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('path', {"fill":"#ea0029","d":"M577.06.07h0C263.15-4.64,5.06,245.86.07,559.5c-4.71,313.91,245.79,571.99,559.43,576.99,313.91,4.71,572.01-245.79,576.99-559.43C1141.2,263.15,890.69,5.06,577.06.07ZM868.43,855.32v.27H268.4c-31.45,0-47.18-38.01-24.64-60.28l10.75-10.73,439.93-434.97h-366.82c-2.62,0-3.67-3.12-2.1-4.71l64.47-63.95h388.81c31.45,0,47.16,37.99,24.64,60.26l-8.67,8.39-440.45,434.97h428.43l-167.43-167.45,50.03-50.03,217.24,217.47,10.73,10.75c22.02,22.29,6.29,60.01-24.89,60.01Z"})
|
|
19
|
+
]);
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
exports.default = Roborock;
|
package/dist/roborock.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// @thesvg/vue - Roborock
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const Roborock = defineComponent({
|
|
7
|
+
name: 'Roborock',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 1136.55 1136.55',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('path', {"fill":"#ea0029","d":"M577.06.07h0C263.15-4.64,5.06,245.86.07,559.5c-4.71,313.91,245.79,571.99,559.43,576.99,313.91,4.71,572.01-245.79,576.99-559.43C1141.2,263.15,890.69,5.06,577.06.07ZM868.43,855.32v.27H268.4c-31.45,0-47.18-38.01-24.64-60.28l10.75-10.73,439.93-434.97h-366.82c-2.62,0-3.67-3.12-2.1-4.71l64.47-63.95h388.81c31.45,0,47.16,37.99,24.64,60.26l-8.67,8.39-440.45,434.97h428.43l-167.43-167.45,50.03-50.03,217.24,217.47,10.73,10.75c22.02,22.29,6.29,60.01-24.89,60.01Z"})
|
|
16
|
+
]);
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
export default Roborock;
|