@thesvg/vue 3.2.9 → 3.2.10
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/index.cjs +52 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.js +26 -0
- package/dist/microsoft-dynamics-365-business-central.cjs +100 -0
- package/dist/microsoft-dynamics-365-business-central.d.ts +7 -0
- package/dist/microsoft-dynamics-365-business-central.js +97 -0
- package/dist/microsoft-dynamics-365-commerce.cjs +43 -0
- package/dist/microsoft-dynamics-365-commerce.d.ts +7 -0
- package/dist/microsoft-dynamics-365-commerce.js +40 -0
- package/dist/microsoft-dynamics-365-contact-center.cjs +59 -0
- package/dist/microsoft-dynamics-365-contact-center.d.ts +7 -0
- package/dist/microsoft-dynamics-365-contact-center.js +56 -0
- package/dist/microsoft-dynamics-365-customer-insights.cjs +74 -0
- package/dist/microsoft-dynamics-365-customer-insights.d.ts +7 -0
- package/dist/microsoft-dynamics-365-customer-insights.js +71 -0
- package/dist/microsoft-dynamics-365-customer-service.cjs +53 -0
- package/dist/microsoft-dynamics-365-customer-service.d.ts +7 -0
- package/dist/microsoft-dynamics-365-customer-service.js +50 -0
- package/dist/microsoft-dynamics-365-customer-voice.cjs +76 -0
- package/dist/microsoft-dynamics-365-customer-voice.d.ts +7 -0
- package/dist/microsoft-dynamics-365-customer-voice.js +73 -0
- package/dist/microsoft-dynamics-365-field-service.cjs +67 -0
- package/dist/microsoft-dynamics-365-field-service.d.ts +7 -0
- package/dist/microsoft-dynamics-365-field-service.js +64 -0
- package/dist/microsoft-dynamics-365-finance-and-operations.cjs +64 -0
- package/dist/microsoft-dynamics-365-finance-and-operations.d.ts +7 -0
- package/dist/microsoft-dynamics-365-finance-and-operations.js +61 -0
- package/dist/microsoft-dynamics-365-finance.cjs +69 -0
- package/dist/microsoft-dynamics-365-finance.d.ts +7 -0
- package/dist/microsoft-dynamics-365-finance.js +66 -0
- package/dist/microsoft-dynamics-365-human-resources.cjs +66 -0
- package/dist/microsoft-dynamics-365-human-resources.d.ts +7 -0
- package/dist/microsoft-dynamics-365-human-resources.js +63 -0
- package/dist/microsoft-dynamics-365-intelligent-order-management.cjs +65 -0
- package/dist/microsoft-dynamics-365-intelligent-order-management.d.ts +7 -0
- package/dist/microsoft-dynamics-365-intelligent-order-management.js +62 -0
- package/dist/microsoft-dynamics-365-project-operations.cjs +68 -0
- package/dist/microsoft-dynamics-365-project-operations.d.ts +7 -0
- package/dist/microsoft-dynamics-365-project-operations.js +65 -0
- package/dist/microsoft-dynamics-365-sales-insights.cjs +64 -0
- package/dist/microsoft-dynamics-365-sales-insights.d.ts +7 -0
- package/dist/microsoft-dynamics-365-sales-insights.js +61 -0
- package/dist/microsoft-dynamics-365-sales.cjs +84 -0
- package/dist/microsoft-dynamics-365-sales.d.ts +7 -0
- package/dist/microsoft-dynamics-365-sales.js +81 -0
- package/dist/microsoft-dynamics-365-supply-chain-management.cjs +76 -0
- package/dist/microsoft-dynamics-365-supply-chain-management.d.ts +7 -0
- package/dist/microsoft-dynamics-365-supply-chain-management.js +73 -0
- package/dist/microsoft-dynamics-365.cjs +68 -0
- package/dist/microsoft-dynamics-365.d.ts +7 -0
- package/dist/microsoft-dynamics-365.js +65 -0
- package/dist/microsoft-fabric-data-warehouse.cjs +59 -0
- package/dist/microsoft-fabric-data-warehouse.d.ts +7 -0
- package/dist/microsoft-fabric-data-warehouse.js +56 -0
- package/dist/microsoft-purview.cjs +66 -0
- package/dist/microsoft-purview.d.ts +7 -0
- package/dist/microsoft-purview.js +63 -0
- package/dist/microsoft-viva-amplify.cjs +21 -0
- package/dist/microsoft-viva-amplify.d.ts +7 -0
- package/dist/microsoft-viva-amplify.js +18 -0
- package/dist/microsoft-viva-connections.cjs +34 -0
- package/dist/microsoft-viva-connections.d.ts +7 -0
- package/dist/microsoft-viva-connections.js +31 -0
- package/dist/microsoft-viva-engage.cjs +21 -0
- package/dist/microsoft-viva-engage.d.ts +7 -0
- package/dist/microsoft-viva-engage.js +18 -0
- package/dist/microsoft-viva-glint.cjs +21 -0
- package/dist/microsoft-viva-glint.d.ts +7 -0
- package/dist/microsoft-viva-glint.js +18 -0
- package/dist/microsoft-viva-insights.cjs +39 -0
- package/dist/microsoft-viva-insights.d.ts +7 -0
- package/dist/microsoft-viva-insights.js +36 -0
- package/dist/microsoft-viva-learning.cjs +49 -0
- package/dist/microsoft-viva-learning.d.ts +7 -0
- package/dist/microsoft-viva-learning.js +46 -0
- package/dist/microsoft-viva-pulse.cjs +42 -0
- package/dist/microsoft-viva-pulse.d.ts +7 -0
- package/dist/microsoft-viva-pulse.js +39 -0
- package/dist/microsoft-viva.cjs +21 -0
- package/dist/microsoft-viva.d.ts +7 -0
- package/dist/microsoft-viva.js +18 -0
- package/package.json +1 -1
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
// @thesvg/vue - Microsoft Dynamics 365 Intelligent Order Management
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const MicrosoftDynamics365IntelligentOrderManagement = defineComponent({
|
|
7
|
+
name: 'MicrosoftDynamics365IntelligentOrderManagement',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 96 96',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('g', {"clip-path":"url(#clip0_4303_1230)"}, [
|
|
16
|
+
h('g', {"clip-path":"url(#clip1_4303_1230)"}, [
|
|
17
|
+
h('path', {"d":"M0 64H32V96H16C7.16344 96 0 88.8366 0 80V64Z","fill":"url(#paint0_radial_4303_1230)"}),
|
|
18
|
+
h('path', {"d":"M64 0H80C88.8366 0 96 7.16344 96 16V32H64V0Z","fill":"url(#paint1_radial_4303_1230)"}),
|
|
19
|
+
h('path', {"d":"M40.0001 96C53.2549 96 64.0001 85.2548 64.0001 72L64.0001 15.9999C64.0001 7.16341 71.1635 -3.86257e-07 80 0L56.0001 -1.04907e-06C42.7453 -9.25785e-06 32.0001 10.7452 32.0001 24L32.0001 80.0001C32.0001 88.8366 24.8367 96 16.0002 96L40.0001 96Z","fill":"url(#paint2_linear_4303_1230)"}),
|
|
20
|
+
h('path', {"d":"M40.0001 96C53.2549 96 64.0001 85.2548 64.0001 72L64.0001 15.9999C64.0001 7.16341 71.1635 -3.86257e-07 80 0L56.0001 -1.04907e-06C42.7453 -9.25785e-06 32.0001 10.7452 32.0001 24L32.0001 80.0001C32.0001 88.8366 24.8367 96 16.0002 96L40.0001 96Z","fill":"url(#paint3_linear_4303_1230)"}),
|
|
21
|
+
h('path', {"d":"M3.14787e-06 56C1.21622e-06 42.7452 10.7452 32 24 32L80 32C88.8366 32 96 24.8366 96 16L96 40C96 53.2548 85.2548 64 72 64L16 64C7.16345 64 7.20481e-06 71.1634 6.64542e-06 80L3.14787e-06 56Z","fill":"url(#paint4_linear_4303_1230)"})
|
|
22
|
+
])
|
|
23
|
+
]),
|
|
24
|
+
h('defs', {}, [
|
|
25
|
+
h('radialGradient', {"id":"paint0_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(6.5 89.5) rotate(-45) scale(36.0624 28.4193)"}, [
|
|
26
|
+
h('stop', {"stop-color":"#AA1D2D"}),
|
|
27
|
+
h('stop', {"offset":"1","stop-color":"#670938"})
|
|
28
|
+
]),
|
|
29
|
+
h('radialGradient', {"id":"paint1_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(91 5) rotate(137.203) scale(36.7967 25.5133)"}, [
|
|
30
|
+
h('stop', {"stop-color":"#CA2134"}),
|
|
31
|
+
h('stop', {"offset":"1","stop-color":"#830B48"})
|
|
32
|
+
]),
|
|
33
|
+
h('linearGradient', {"id":"paint2_linear_4303_1230","x1":"42.0002","y1":"96","x2":"42.0002","y2":"-2.5","gradientUnits":"userSpaceOnUse"}, [
|
|
34
|
+
h('stop', {"stop-color":"#9F1459"}),
|
|
35
|
+
h('stop', {"offset":"0.181064","stop-color":"#CA2134"}),
|
|
36
|
+
h('stop', {"offset":"0.828236","stop-color":"#FB5937"}),
|
|
37
|
+
h('stop', {"offset":"1","stop-color":"#FF9C70"})
|
|
38
|
+
]),
|
|
39
|
+
h('linearGradient', {"id":"paint3_linear_4303_1230","x1":"48","y1":"73.5","x2":"48","y2":"22","gradientUnits":"userSpaceOnUse"}, [
|
|
40
|
+
h('stop', {"stop-color":"#CA2134","stop-opacity":"0"}),
|
|
41
|
+
h('stop', {"offset":"0.206237","stop-color":"#AA1D2D"}),
|
|
42
|
+
h('stop', {"offset":"0.751544","stop-color":"#AA1D2D"}),
|
|
43
|
+
h('stop', {"offset":"1","stop-color":"#FB5937","stop-opacity":"0"})
|
|
44
|
+
]),
|
|
45
|
+
h('linearGradient', {"id":"paint4_linear_4303_1230","x1":"96","y1":"37.5","x2":"1.14617e-06","y2":"37.5","gradientUnits":"userSpaceOnUse"}, [
|
|
46
|
+
h('stop', {"stop-color":"#FFB180"}),
|
|
47
|
+
h('stop', {"offset":"0.174065","stop-color":"#FF9C70"}),
|
|
48
|
+
h('stop', {"offset":"0.795248","stop-color":"#FF6F47"}),
|
|
49
|
+
h('stop', {"offset":"1","stop-color":"#F83F54"})
|
|
50
|
+
]),
|
|
51
|
+
h('clipPath', {"id":"clip0_4303_1230"}, [
|
|
52
|
+
h('rect', {"width":"96","height":"96","fill":"white"})
|
|
53
|
+
]),
|
|
54
|
+
h('clipPath', {"id":"clip1_4303_1230"}, [
|
|
55
|
+
h('rect', {"width":"96","height":"96","fill":"white"})
|
|
56
|
+
])
|
|
57
|
+
])
|
|
58
|
+
]);
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
|
|
62
|
+
export default MicrosoftDynamics365IntelligentOrderManagement;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Microsoft Dynamics 365 Project Operations
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const MicrosoftDynamics365ProjectOperations = vue_1.defineComponent({
|
|
10
|
+
name: 'MicrosoftDynamics365ProjectOperations',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 96 96',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('path', {"d":"M31.6265 0C40.4239 -1.84725e-08 48.4676 4.96401 52.4126 12.8252L56.9995 22L44.0005 48.0039L33.0405 69.9199C31.1771 73.6462 27.3679 76 23.2017 76H21.7983C13.655 76 8.34753 67.466 11.9155 60.1719L15.7671 52.4717C15.7898 52.4263 15.8105 52.3796 15.8325 52.334L16.6587 50.6836C17.5033 48.9944 17.5033 47.0056 16.6587 45.3164L10.8237 33.6475C9.37544 30.7508 8.59331 27.7583 8.39209 24.8076C7.52328 12.0099 17.5803 0.000122218 31.6265 0Z","fill":"url(#paint0_linear_4303_1230)"}),
|
|
19
|
+
vue_1.h('path', {"d":"M31.6265 0C40.4239 -1.84725e-08 48.4676 4.96401 52.4126 12.8252L56.9995 22L44.0005 48.0039L33.0405 69.9199C31.1771 73.6462 27.3679 76 23.2017 76H21.7983C13.655 76 8.34753 67.466 11.9155 60.1719L15.7671 52.4717C15.7898 52.4263 15.8105 52.3796 15.8325 52.334L16.6587 50.6836C17.5033 48.9944 17.5033 47.0056 16.6587 45.3164L10.8237 33.6475C9.37544 30.7508 8.59331 27.7583 8.39209 24.8076C7.52328 12.0099 17.5803 0.000122218 31.6265 0Z","fill":"url(#paint1_linear_4303_1230)"}),
|
|
20
|
+
vue_1.h('path', {"d":"M31.6265 0C40.4239 -1.84725e-08 48.4676 4.96401 52.4126 12.8252L56.9995 22L44.0005 48.0039L33.0405 69.9199C31.1771 73.6462 27.3679 76 23.2017 76H21.7983C13.655 76 8.34753 67.466 11.9155 60.1719L15.7671 52.4717C15.7898 52.4263 15.8105 52.3796 15.8325 52.334L16.6587 50.6836C17.5033 48.9944 17.5033 47.0056 16.6587 45.3164L10.8237 33.6475C9.37544 30.7508 8.59331 27.7583 8.39209 24.8076C7.52328 12.0099 17.5803 0.000122218 31.6265 0Z","fill":"url(#paint2_radial_4303_1230)"}),
|
|
21
|
+
vue_1.h('path', {"d":"M44.6385 3.98291C47.8948 6.18094 50.6028 9.20644 52.4276 12.856L69.9999 48.0005L55.9999 76.0005H21.9843C26.9008 75.9934 31.3933 73.2124 33.5927 68.814L42.6581 50.6831C43.5026 48.994 43.5026 47.006 42.6581 45.3169L36.9091 33.8188C31.388 22.7648 35.5187 10.2304 44.6385 3.98291Z","fill":"url(#paint3_linear_4303_1230)"}),
|
|
22
|
+
vue_1.h('path', {"d":"M44.6385 3.98291C47.8948 6.18094 50.6028 9.20644 52.4276 12.856L69.9999 48.0005L55.9999 76.0005H21.9843C26.9008 75.9934 31.3933 73.2124 33.5927 68.814L42.6581 50.6831C43.5026 48.994 43.5026 47.006 42.6581 45.3169L36.9091 33.8188C31.388 22.7648 35.5187 10.2304 44.6385 3.98291Z","fill":"url(#paint4_linear_4303_1230)"}),
|
|
23
|
+
vue_1.h('path', {"d":"M44.6385 3.98291C47.8948 6.18094 50.6028 9.20644 52.4276 12.856L69.9999 48.0005L55.9999 76.0005H21.9843C26.9008 75.9934 31.3933 73.2124 33.5927 68.814L42.6581 50.6831C43.5026 48.994 43.5026 47.006 42.6581 45.3169L36.9091 33.8188C31.388 22.7648 35.5187 10.2304 44.6385 3.98291Z","fill":"url(#paint5_linear_4303_1230)"}),
|
|
24
|
+
vue_1.h('path', {"d":"M44.6385 3.98291C47.8948 6.18094 50.6028 9.20644 52.4276 12.856L69.9999 48.0005L55.9999 76.0005H21.9843C26.9008 75.9934 31.3933 73.2124 33.5927 68.814L42.6581 50.6831C43.5026 48.994 43.5026 47.006 42.6581 45.3169L36.9091 33.8188C31.388 22.7648 35.5187 10.2304 44.6385 3.98291Z","fill":"url(#paint6_linear_4303_1230)","fill-opacity":"0.8"}),
|
|
25
|
+
vue_1.h('path', {"d":"M57.6274 0C66.4358 -2.00945e-08 74.488 4.97701 78.4272 12.8555L93.7778 43.5576C95.1668 46.3584 95.1656 49.647 93.7749 52.4473L84.4009 71.1982L74.7642 90.4717C73.0703 93.8595 69.6075 95.9999 65.8198 96H31.6196C14.3448 96 3.10588 77.8298 10.812 62.376L11.9565 60.0879L11.7915 60.4307C8.47244 67.6661 13.7514 75.9999 21.7983 76H52.2915C54.5641 76 56.6423 74.7162 57.6587 72.6836L68.6587 50.6836C69.5033 48.9944 69.5033 47.0056 68.6587 45.3164L52.439 12.8779C50.6104 9.22077 47.8958 6.18928 44.6323 3.9873C48.2689 1.49431 52.6985 2.74677e-05 57.6274 0Z","fill":"url(#paint7_linear_4303_1230)"}),
|
|
26
|
+
vue_1.h('defs', {}, [
|
|
27
|
+
vue_1.h('linearGradient', {"id":"paint0_linear_4303_1230","x1":"34.3545","y1":"77.4372","x2":"36.258","y2":"0.962865","gradientUnits":"userSpaceOnUse"}, [
|
|
28
|
+
vue_1.h('stop', {"stop-color":"#670938"}),
|
|
29
|
+
vue_1.h('stop', {"offset":"0.266843","stop-color":"#9F1459"}),
|
|
30
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#FB5B6C"})
|
|
31
|
+
]),
|
|
32
|
+
vue_1.h('linearGradient', {"id":"paint1_linear_4303_1230","x1":"28.0001","y1":"57.5","x2":"43.0001","y2":"64.5","gradientUnits":"userSpaceOnUse"}, [
|
|
33
|
+
vue_1.h('stop', {"stop-color":"#9F1459","stop-opacity":"0"}),
|
|
34
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#6D0E71"})
|
|
35
|
+
]),
|
|
36
|
+
vue_1.h('radialGradient', {"id":"paint2_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientTransform":"matrix(-26 -40.5 28.198 -18.1024 68 38)","gradientUnits":"userSpaceOnUse"}, [
|
|
37
|
+
vue_1.h('stop', {"offset":"0.249022","stop-color":"#6D0E71"}),
|
|
38
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#9F1459","stop-opacity":"0"})
|
|
39
|
+
]),
|
|
40
|
+
vue_1.h('linearGradient', {"id":"paint3_linear_4303_1230","x1":"31.4052","y1":"0.00805656","x2":"29.0458","y2":"75.8385","gradientUnits":"userSpaceOnUse"}, [
|
|
41
|
+
vue_1.h('stop', {"stop-color":"#FFB180"}),
|
|
42
|
+
vue_1.h('stop', {"offset":"0.335405","stop-color":"#FB5B6C"}),
|
|
43
|
+
vue_1.h('stop', {"offset":"0.729239","stop-color":"#E82C41"}),
|
|
44
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#CA2134"})
|
|
45
|
+
]),
|
|
46
|
+
vue_1.h('linearGradient', {"id":"paint4_linear_4303_1230","x1":"51.007","y1":"32.5013","x2":"65.8703","y2":"27.8204","gradientUnits":"userSpaceOnUse"}, [
|
|
47
|
+
vue_1.h('stop', {"stop-color":"#FB5B6C","stop-opacity":"0"}),
|
|
48
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#CA2134"})
|
|
49
|
+
]),
|
|
50
|
+
vue_1.h('linearGradient', {"id":"paint5_linear_4303_1230","x1":"44.1915","y1":"58.9881","x2":"62.4612","y2":"69.6249","gradientUnits":"userSpaceOnUse"}, [
|
|
51
|
+
vue_1.h('stop', {"stop-color":"#E82C41","stop-opacity":"0"}),
|
|
52
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#9F1459"})
|
|
53
|
+
]),
|
|
54
|
+
vue_1.h('linearGradient', {"id":"paint6_linear_4303_1230","x1":"45.9921","y1":"57.5009","x2":"45.9921","y2":"76.0005","gradientUnits":"userSpaceOnUse"}, [
|
|
55
|
+
vue_1.h('stop', {"stop-color":"#B91D6B","stop-opacity":"0"}),
|
|
56
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#9F1459"})
|
|
57
|
+
]),
|
|
58
|
+
vue_1.h('linearGradient', {"id":"paint7_linear_4303_1230","x1":"70.649","y1":"2.51098","x2":"26.9082","y2":"95.5368","gradientUnits":"userSpaceOnUse"}, [
|
|
59
|
+
vue_1.h('stop', {"stop-color":"#FFD394"}),
|
|
60
|
+
vue_1.h('stop', {"offset":"0.452083","stop-color":"#FB6F7B"}),
|
|
61
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#F83F54"})
|
|
62
|
+
])
|
|
63
|
+
])
|
|
64
|
+
]);
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
|
|
68
|
+
exports.default = MicrosoftDynamics365ProjectOperations;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// @thesvg/vue - Microsoft Dynamics 365 Project Operations
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { DefineComponent, SVGAttributes } from 'vue';
|
|
5
|
+
|
|
6
|
+
declare const MicrosoftDynamics365ProjectOperations: DefineComponent<SVGAttributes>;
|
|
7
|
+
export default MicrosoftDynamics365ProjectOperations;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
// @thesvg/vue - Microsoft Dynamics 365 Project Operations
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const MicrosoftDynamics365ProjectOperations = defineComponent({
|
|
7
|
+
name: 'MicrosoftDynamics365ProjectOperations',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 96 96',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('path', {"d":"M31.6265 0C40.4239 -1.84725e-08 48.4676 4.96401 52.4126 12.8252L56.9995 22L44.0005 48.0039L33.0405 69.9199C31.1771 73.6462 27.3679 76 23.2017 76H21.7983C13.655 76 8.34753 67.466 11.9155 60.1719L15.7671 52.4717C15.7898 52.4263 15.8105 52.3796 15.8325 52.334L16.6587 50.6836C17.5033 48.9944 17.5033 47.0056 16.6587 45.3164L10.8237 33.6475C9.37544 30.7508 8.59331 27.7583 8.39209 24.8076C7.52328 12.0099 17.5803 0.000122218 31.6265 0Z","fill":"url(#paint0_linear_4303_1230)"}),
|
|
16
|
+
h('path', {"d":"M31.6265 0C40.4239 -1.84725e-08 48.4676 4.96401 52.4126 12.8252L56.9995 22L44.0005 48.0039L33.0405 69.9199C31.1771 73.6462 27.3679 76 23.2017 76H21.7983C13.655 76 8.34753 67.466 11.9155 60.1719L15.7671 52.4717C15.7898 52.4263 15.8105 52.3796 15.8325 52.334L16.6587 50.6836C17.5033 48.9944 17.5033 47.0056 16.6587 45.3164L10.8237 33.6475C9.37544 30.7508 8.59331 27.7583 8.39209 24.8076C7.52328 12.0099 17.5803 0.000122218 31.6265 0Z","fill":"url(#paint1_linear_4303_1230)"}),
|
|
17
|
+
h('path', {"d":"M31.6265 0C40.4239 -1.84725e-08 48.4676 4.96401 52.4126 12.8252L56.9995 22L44.0005 48.0039L33.0405 69.9199C31.1771 73.6462 27.3679 76 23.2017 76H21.7983C13.655 76 8.34753 67.466 11.9155 60.1719L15.7671 52.4717C15.7898 52.4263 15.8105 52.3796 15.8325 52.334L16.6587 50.6836C17.5033 48.9944 17.5033 47.0056 16.6587 45.3164L10.8237 33.6475C9.37544 30.7508 8.59331 27.7583 8.39209 24.8076C7.52328 12.0099 17.5803 0.000122218 31.6265 0Z","fill":"url(#paint2_radial_4303_1230)"}),
|
|
18
|
+
h('path', {"d":"M44.6385 3.98291C47.8948 6.18094 50.6028 9.20644 52.4276 12.856L69.9999 48.0005L55.9999 76.0005H21.9843C26.9008 75.9934 31.3933 73.2124 33.5927 68.814L42.6581 50.6831C43.5026 48.994 43.5026 47.006 42.6581 45.3169L36.9091 33.8188C31.388 22.7648 35.5187 10.2304 44.6385 3.98291Z","fill":"url(#paint3_linear_4303_1230)"}),
|
|
19
|
+
h('path', {"d":"M44.6385 3.98291C47.8948 6.18094 50.6028 9.20644 52.4276 12.856L69.9999 48.0005L55.9999 76.0005H21.9843C26.9008 75.9934 31.3933 73.2124 33.5927 68.814L42.6581 50.6831C43.5026 48.994 43.5026 47.006 42.6581 45.3169L36.9091 33.8188C31.388 22.7648 35.5187 10.2304 44.6385 3.98291Z","fill":"url(#paint4_linear_4303_1230)"}),
|
|
20
|
+
h('path', {"d":"M44.6385 3.98291C47.8948 6.18094 50.6028 9.20644 52.4276 12.856L69.9999 48.0005L55.9999 76.0005H21.9843C26.9008 75.9934 31.3933 73.2124 33.5927 68.814L42.6581 50.6831C43.5026 48.994 43.5026 47.006 42.6581 45.3169L36.9091 33.8188C31.388 22.7648 35.5187 10.2304 44.6385 3.98291Z","fill":"url(#paint5_linear_4303_1230)"}),
|
|
21
|
+
h('path', {"d":"M44.6385 3.98291C47.8948 6.18094 50.6028 9.20644 52.4276 12.856L69.9999 48.0005L55.9999 76.0005H21.9843C26.9008 75.9934 31.3933 73.2124 33.5927 68.814L42.6581 50.6831C43.5026 48.994 43.5026 47.006 42.6581 45.3169L36.9091 33.8188C31.388 22.7648 35.5187 10.2304 44.6385 3.98291Z","fill":"url(#paint6_linear_4303_1230)","fill-opacity":"0.8"}),
|
|
22
|
+
h('path', {"d":"M57.6274 0C66.4358 -2.00945e-08 74.488 4.97701 78.4272 12.8555L93.7778 43.5576C95.1668 46.3584 95.1656 49.647 93.7749 52.4473L84.4009 71.1982L74.7642 90.4717C73.0703 93.8595 69.6075 95.9999 65.8198 96H31.6196C14.3448 96 3.10588 77.8298 10.812 62.376L11.9565 60.0879L11.7915 60.4307C8.47244 67.6661 13.7514 75.9999 21.7983 76H52.2915C54.5641 76 56.6423 74.7162 57.6587 72.6836L68.6587 50.6836C69.5033 48.9944 69.5033 47.0056 68.6587 45.3164L52.439 12.8779C50.6104 9.22077 47.8958 6.18928 44.6323 3.9873C48.2689 1.49431 52.6985 2.74677e-05 57.6274 0Z","fill":"url(#paint7_linear_4303_1230)"}),
|
|
23
|
+
h('defs', {}, [
|
|
24
|
+
h('linearGradient', {"id":"paint0_linear_4303_1230","x1":"34.3545","y1":"77.4372","x2":"36.258","y2":"0.962865","gradientUnits":"userSpaceOnUse"}, [
|
|
25
|
+
h('stop', {"stop-color":"#670938"}),
|
|
26
|
+
h('stop', {"offset":"0.266843","stop-color":"#9F1459"}),
|
|
27
|
+
h('stop', {"offset":"1","stop-color":"#FB5B6C"})
|
|
28
|
+
]),
|
|
29
|
+
h('linearGradient', {"id":"paint1_linear_4303_1230","x1":"28.0001","y1":"57.5","x2":"43.0001","y2":"64.5","gradientUnits":"userSpaceOnUse"}, [
|
|
30
|
+
h('stop', {"stop-color":"#9F1459","stop-opacity":"0"}),
|
|
31
|
+
h('stop', {"offset":"1","stop-color":"#6D0E71"})
|
|
32
|
+
]),
|
|
33
|
+
h('radialGradient', {"id":"paint2_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientTransform":"matrix(-26 -40.5 28.198 -18.1024 68 38)","gradientUnits":"userSpaceOnUse"}, [
|
|
34
|
+
h('stop', {"offset":"0.249022","stop-color":"#6D0E71"}),
|
|
35
|
+
h('stop', {"offset":"1","stop-color":"#9F1459","stop-opacity":"0"})
|
|
36
|
+
]),
|
|
37
|
+
h('linearGradient', {"id":"paint3_linear_4303_1230","x1":"31.4052","y1":"0.00805656","x2":"29.0458","y2":"75.8385","gradientUnits":"userSpaceOnUse"}, [
|
|
38
|
+
h('stop', {"stop-color":"#FFB180"}),
|
|
39
|
+
h('stop', {"offset":"0.335405","stop-color":"#FB5B6C"}),
|
|
40
|
+
h('stop', {"offset":"0.729239","stop-color":"#E82C41"}),
|
|
41
|
+
h('stop', {"offset":"1","stop-color":"#CA2134"})
|
|
42
|
+
]),
|
|
43
|
+
h('linearGradient', {"id":"paint4_linear_4303_1230","x1":"51.007","y1":"32.5013","x2":"65.8703","y2":"27.8204","gradientUnits":"userSpaceOnUse"}, [
|
|
44
|
+
h('stop', {"stop-color":"#FB5B6C","stop-opacity":"0"}),
|
|
45
|
+
h('stop', {"offset":"1","stop-color":"#CA2134"})
|
|
46
|
+
]),
|
|
47
|
+
h('linearGradient', {"id":"paint5_linear_4303_1230","x1":"44.1915","y1":"58.9881","x2":"62.4612","y2":"69.6249","gradientUnits":"userSpaceOnUse"}, [
|
|
48
|
+
h('stop', {"stop-color":"#E82C41","stop-opacity":"0"}),
|
|
49
|
+
h('stop', {"offset":"1","stop-color":"#9F1459"})
|
|
50
|
+
]),
|
|
51
|
+
h('linearGradient', {"id":"paint6_linear_4303_1230","x1":"45.9921","y1":"57.5009","x2":"45.9921","y2":"76.0005","gradientUnits":"userSpaceOnUse"}, [
|
|
52
|
+
h('stop', {"stop-color":"#B91D6B","stop-opacity":"0"}),
|
|
53
|
+
h('stop', {"offset":"1","stop-color":"#9F1459"})
|
|
54
|
+
]),
|
|
55
|
+
h('linearGradient', {"id":"paint7_linear_4303_1230","x1":"70.649","y1":"2.51098","x2":"26.9082","y2":"95.5368","gradientUnits":"userSpaceOnUse"}, [
|
|
56
|
+
h('stop', {"stop-color":"#FFD394"}),
|
|
57
|
+
h('stop', {"offset":"0.452083","stop-color":"#FB6F7B"}),
|
|
58
|
+
h('stop', {"offset":"1","stop-color":"#F83F54"})
|
|
59
|
+
])
|
|
60
|
+
])
|
|
61
|
+
]);
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
|
|
65
|
+
export default MicrosoftDynamics365ProjectOperations;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Microsoft Dynamics 365 Sales Insights
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const MicrosoftDynamics365SalesInsights = vue_1.defineComponent({
|
|
10
|
+
name: 'MicrosoftDynamics365SalesInsights',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 96 96',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('path', {"d":"M48 6C48 2.68629 45.3033 -0.0386517 42.0155 0.374494C34.6426 1.30096 27.5565 3.93078 21.3326 8.08946C13.4391 13.3638 7.28679 20.8603 3.65378 29.6312C0.0207761 38.402 -0.929784 48.0532 0.922306 57.3643C2.7744 66.6754 7.34595 75.2282 14.0589 81.9411C20.7718 88.654 29.3246 93.2256 38.6357 95.0777C47.9468 96.9298 57.598 95.9792 66.3688 92.3462C75.1397 88.7132 82.6362 82.5609 87.9105 74.6674C92.0692 68.4435 94.699 61.3574 95.6255 53.9845C96.0387 50.6967 93.3137 48 90 48L54 48C50.6863 48 48 45.3137 48 42L48 6Z","fill":"url(#paint0_linear_4303_1230)"}),
|
|
19
|
+
vue_1.h('path', {"d":"M48 6C48 2.68629 45.3033 -0.0386517 42.0155 0.374494C34.6426 1.30096 27.5565 3.93078 21.3326 8.08946C13.4391 13.3638 7.28679 20.8603 3.65378 29.6312C0.0207761 38.402 -0.929784 48.0532 0.922306 57.3643C2.7744 66.6754 7.34595 75.2282 14.0589 81.9411C20.7718 88.654 29.3246 93.2256 38.6357 95.0777C47.9468 96.9298 57.598 95.9792 66.3688 92.3462C75.1397 88.7132 82.6362 82.5609 87.9105 74.6674C92.0692 68.4435 94.699 61.3574 95.6255 53.9845C96.0387 50.6967 93.3137 48 90 48L54 48C50.6863 48 48 45.3137 48 42L48 6Z","fill":"url(#paint1_radial_4303_1230)"}),
|
|
20
|
+
vue_1.h('path', {"d":"M48 75.625C48 79.1458 50.8787 82.0604 54.3378 81.4041C58.8029 80.5569 63.0748 78.8188 66.8894 76.27C72.4807 72.534 76.8385 67.2239 79.4119 61.0112C81.9853 54.7986 82.6586 47.9623 81.3467 41.3669C80.0348 34.7716 76.7966 28.7134 72.0416 23.9584C67.2866 19.2034 61.2284 15.9652 54.6331 14.6533C48.0377 13.3414 41.2015 14.0147 34.9888 16.5881C28.7761 19.1615 23.466 23.5193 19.73 29.1106C17.1812 32.9252 15.4431 37.1971 14.5959 41.6622C13.9396 45.1213 16.8542 48 20.375 48L41.625 48C45.1458 48 48 50.8542 48 54.375L48 75.625Z","fill":"url(#paint2_linear_4303_1230)"}),
|
|
21
|
+
vue_1.h('path', {"d":"M48 75.625C48 79.1458 50.8787 82.0604 54.3378 81.4041C58.8029 80.5569 63.0748 78.8188 66.8894 76.27C72.4807 72.534 76.8385 67.2239 79.4119 61.0112C81.9853 54.7986 82.6586 47.9623 81.3467 41.3669C80.0348 34.7716 76.7966 28.7134 72.0416 23.9584C67.2866 19.2034 61.2284 15.9652 54.6331 14.6533C48.0377 13.3414 41.2015 14.0147 34.9888 16.5881C28.7761 19.1615 23.466 23.5193 19.73 29.1106C17.1812 32.9252 15.4431 37.1971 14.5959 41.6622C13.9396 45.1213 16.8542 48 20.375 48L41.625 48C45.1458 48 48 50.8542 48 54.375L48 75.625Z","fill":"url(#paint3_radial_4303_1230)","fill-opacity":"0.6"}),
|
|
22
|
+
vue_1.h('path', {"d":"M48 75.625C48 79.1458 50.8787 82.0604 54.3378 81.4041C58.8029 80.5569 63.0748 78.8188 66.8894 76.27C72.4807 72.534 76.8385 67.2239 79.4119 61.0112C81.9853 54.7986 82.6586 47.9623 81.3467 41.3669C80.0348 34.7716 76.7966 28.7134 72.0416 23.9584C67.2866 19.2034 61.2284 15.9652 54.6331 14.6533C48.0377 13.3414 41.2015 14.0147 34.9888 16.5881C28.7761 19.1615 23.466 23.5193 19.73 29.1106C17.1812 32.9252 15.4431 37.1971 14.5959 41.6622C13.9396 45.1213 16.8542 48 20.375 48L41.625 48C45.1458 48 48 50.8542 48 54.375L48 75.625Z","fill":"url(#paint4_radial_4303_1230)"}),
|
|
23
|
+
vue_1.h('path', {"d":"M48 75.625C48 79.1458 50.8787 82.0604 54.3378 81.4041C58.8029 80.5569 63.0748 78.8188 66.8894 76.27C72.4807 72.534 76.8385 67.2239 79.4119 61.0112C81.9853 54.7986 82.6586 47.9623 81.3467 41.3669C80.0348 34.7716 76.7966 28.7134 72.0416 23.9584C67.2866 19.2034 61.2284 15.9652 54.6331 14.6533C48.0377 13.3414 41.2015 14.0147 34.9888 16.5881C28.7761 19.1615 23.466 23.5193 19.73 29.1106C17.1812 32.9252 15.4431 37.1971 14.5959 41.6622C13.9396 45.1213 16.8542 48 20.375 48L41.625 48C45.1458 48 48 50.8542 48 54.375L48 75.625Z","fill":"url(#paint5_radial_4303_1230)"}),
|
|
24
|
+
vue_1.h('circle', {"cx":"48","cy":"48","r":"18","fill":"url(#paint6_radial_4303_1230)"}),
|
|
25
|
+
vue_1.h('defs', {}, [
|
|
26
|
+
vue_1.h('linearGradient', {"id":"paint0_linear_4303_1230","x1":"24.5","y1":"4","x2":"65","y2":"111","gradientUnits":"userSpaceOnUse"}, [
|
|
27
|
+
vue_1.h('stop', {"stop-color":"#08494E"}),
|
|
28
|
+
vue_1.h('stop', {"offset":"0.641979","stop-color":"#1E794A"}),
|
|
29
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#29852F"})
|
|
30
|
+
]),
|
|
31
|
+
vue_1.h('radialGradient', {"id":"paint1_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(48 48) rotate(90) scale(44)"}, [
|
|
32
|
+
vue_1.h('stop', {"offset":"0.0279961","stop-color":"#093C41"}),
|
|
33
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#08494E","stop-opacity":"0"})
|
|
34
|
+
]),
|
|
35
|
+
vue_1.h('linearGradient', {"id":"paint2_linear_4303_1230","x1":"35","y1":"14","x2":"70","y2":"76.5","gradientUnits":"userSpaceOnUse"}, [
|
|
36
|
+
vue_1.h('stop', {"stop-color":"#309C61"}),
|
|
37
|
+
vue_1.h('stop', {"offset":"0.465624","stop-color":"#42B870"}),
|
|
38
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#62BE55"})
|
|
39
|
+
]),
|
|
40
|
+
vue_1.h('radialGradient', {"id":"paint3_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(56 56) rotate(-180) scale(42)"}, [
|
|
41
|
+
vue_1.h('stop', {"offset":"0.565809","stop-color":"#309C61","stop-opacity":"0"}),
|
|
42
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#1E794A"})
|
|
43
|
+
]),
|
|
44
|
+
vue_1.h('radialGradient', {"id":"paint4_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(40 40) scale(42)"}, [
|
|
45
|
+
vue_1.h('stop', {"offset":"0.77182","stop-color":"#62BE55","stop-opacity":"0"}),
|
|
46
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#88E06C"})
|
|
47
|
+
]),
|
|
48
|
+
vue_1.h('radialGradient', {"id":"paint5_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(48 52) rotate(90) scale(26.5)"}, [
|
|
49
|
+
vue_1.h('stop', {"offset":"0.496629","stop-color":"#1A7F7C"}),
|
|
50
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#62BE55","stop-opacity":"0"})
|
|
51
|
+
]),
|
|
52
|
+
vue_1.h('radialGradient', {"id":"paint6_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(43.05 39.45) rotate(57.0508) scale(28.9578 28.1941)"}, [
|
|
53
|
+
vue_1.h('stop', {"stop-color":"#C8F5B7"}),
|
|
54
|
+
vue_1.h('stop', {"offset":"0.319454","stop-color":"#B0F098"}),
|
|
55
|
+
vue_1.h('stop', {"offset":"0.587071","stop-color":"#88E06C"}),
|
|
56
|
+
vue_1.h('stop', {"offset":"0.783378","stop-color":"#52D17C"}),
|
|
57
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#20AC9D"})
|
|
58
|
+
])
|
|
59
|
+
])
|
|
60
|
+
]);
|
|
61
|
+
}
|
|
62
|
+
});
|
|
63
|
+
|
|
64
|
+
exports.default = MicrosoftDynamics365SalesInsights;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// @thesvg/vue - Microsoft Dynamics 365 Sales Insights
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { DefineComponent, SVGAttributes } from 'vue';
|
|
5
|
+
|
|
6
|
+
declare const MicrosoftDynamics365SalesInsights: DefineComponent<SVGAttributes>;
|
|
7
|
+
export default MicrosoftDynamics365SalesInsights;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
// @thesvg/vue - Microsoft Dynamics 365 Sales Insights
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const MicrosoftDynamics365SalesInsights = defineComponent({
|
|
7
|
+
name: 'MicrosoftDynamics365SalesInsights',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 96 96',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('path', {"d":"M48 6C48 2.68629 45.3033 -0.0386517 42.0155 0.374494C34.6426 1.30096 27.5565 3.93078 21.3326 8.08946C13.4391 13.3638 7.28679 20.8603 3.65378 29.6312C0.0207761 38.402 -0.929784 48.0532 0.922306 57.3643C2.7744 66.6754 7.34595 75.2282 14.0589 81.9411C20.7718 88.654 29.3246 93.2256 38.6357 95.0777C47.9468 96.9298 57.598 95.9792 66.3688 92.3462C75.1397 88.7132 82.6362 82.5609 87.9105 74.6674C92.0692 68.4435 94.699 61.3574 95.6255 53.9845C96.0387 50.6967 93.3137 48 90 48L54 48C50.6863 48 48 45.3137 48 42L48 6Z","fill":"url(#paint0_linear_4303_1230)"}),
|
|
16
|
+
h('path', {"d":"M48 6C48 2.68629 45.3033 -0.0386517 42.0155 0.374494C34.6426 1.30096 27.5565 3.93078 21.3326 8.08946C13.4391 13.3638 7.28679 20.8603 3.65378 29.6312C0.0207761 38.402 -0.929784 48.0532 0.922306 57.3643C2.7744 66.6754 7.34595 75.2282 14.0589 81.9411C20.7718 88.654 29.3246 93.2256 38.6357 95.0777C47.9468 96.9298 57.598 95.9792 66.3688 92.3462C75.1397 88.7132 82.6362 82.5609 87.9105 74.6674C92.0692 68.4435 94.699 61.3574 95.6255 53.9845C96.0387 50.6967 93.3137 48 90 48L54 48C50.6863 48 48 45.3137 48 42L48 6Z","fill":"url(#paint1_radial_4303_1230)"}),
|
|
17
|
+
h('path', {"d":"M48 75.625C48 79.1458 50.8787 82.0604 54.3378 81.4041C58.8029 80.5569 63.0748 78.8188 66.8894 76.27C72.4807 72.534 76.8385 67.2239 79.4119 61.0112C81.9853 54.7986 82.6586 47.9623 81.3467 41.3669C80.0348 34.7716 76.7966 28.7134 72.0416 23.9584C67.2866 19.2034 61.2284 15.9652 54.6331 14.6533C48.0377 13.3414 41.2015 14.0147 34.9888 16.5881C28.7761 19.1615 23.466 23.5193 19.73 29.1106C17.1812 32.9252 15.4431 37.1971 14.5959 41.6622C13.9396 45.1213 16.8542 48 20.375 48L41.625 48C45.1458 48 48 50.8542 48 54.375L48 75.625Z","fill":"url(#paint2_linear_4303_1230)"}),
|
|
18
|
+
h('path', {"d":"M48 75.625C48 79.1458 50.8787 82.0604 54.3378 81.4041C58.8029 80.5569 63.0748 78.8188 66.8894 76.27C72.4807 72.534 76.8385 67.2239 79.4119 61.0112C81.9853 54.7986 82.6586 47.9623 81.3467 41.3669C80.0348 34.7716 76.7966 28.7134 72.0416 23.9584C67.2866 19.2034 61.2284 15.9652 54.6331 14.6533C48.0377 13.3414 41.2015 14.0147 34.9888 16.5881C28.7761 19.1615 23.466 23.5193 19.73 29.1106C17.1812 32.9252 15.4431 37.1971 14.5959 41.6622C13.9396 45.1213 16.8542 48 20.375 48L41.625 48C45.1458 48 48 50.8542 48 54.375L48 75.625Z","fill":"url(#paint3_radial_4303_1230)","fill-opacity":"0.6"}),
|
|
19
|
+
h('path', {"d":"M48 75.625C48 79.1458 50.8787 82.0604 54.3378 81.4041C58.8029 80.5569 63.0748 78.8188 66.8894 76.27C72.4807 72.534 76.8385 67.2239 79.4119 61.0112C81.9853 54.7986 82.6586 47.9623 81.3467 41.3669C80.0348 34.7716 76.7966 28.7134 72.0416 23.9584C67.2866 19.2034 61.2284 15.9652 54.6331 14.6533C48.0377 13.3414 41.2015 14.0147 34.9888 16.5881C28.7761 19.1615 23.466 23.5193 19.73 29.1106C17.1812 32.9252 15.4431 37.1971 14.5959 41.6622C13.9396 45.1213 16.8542 48 20.375 48L41.625 48C45.1458 48 48 50.8542 48 54.375L48 75.625Z","fill":"url(#paint4_radial_4303_1230)"}),
|
|
20
|
+
h('path', {"d":"M48 75.625C48 79.1458 50.8787 82.0604 54.3378 81.4041C58.8029 80.5569 63.0748 78.8188 66.8894 76.27C72.4807 72.534 76.8385 67.2239 79.4119 61.0112C81.9853 54.7986 82.6586 47.9623 81.3467 41.3669C80.0348 34.7716 76.7966 28.7134 72.0416 23.9584C67.2866 19.2034 61.2284 15.9652 54.6331 14.6533C48.0377 13.3414 41.2015 14.0147 34.9888 16.5881C28.7761 19.1615 23.466 23.5193 19.73 29.1106C17.1812 32.9252 15.4431 37.1971 14.5959 41.6622C13.9396 45.1213 16.8542 48 20.375 48L41.625 48C45.1458 48 48 50.8542 48 54.375L48 75.625Z","fill":"url(#paint5_radial_4303_1230)"}),
|
|
21
|
+
h('circle', {"cx":"48","cy":"48","r":"18","fill":"url(#paint6_radial_4303_1230)"}),
|
|
22
|
+
h('defs', {}, [
|
|
23
|
+
h('linearGradient', {"id":"paint0_linear_4303_1230","x1":"24.5","y1":"4","x2":"65","y2":"111","gradientUnits":"userSpaceOnUse"}, [
|
|
24
|
+
h('stop', {"stop-color":"#08494E"}),
|
|
25
|
+
h('stop', {"offset":"0.641979","stop-color":"#1E794A"}),
|
|
26
|
+
h('stop', {"offset":"1","stop-color":"#29852F"})
|
|
27
|
+
]),
|
|
28
|
+
h('radialGradient', {"id":"paint1_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(48 48) rotate(90) scale(44)"}, [
|
|
29
|
+
h('stop', {"offset":"0.0279961","stop-color":"#093C41"}),
|
|
30
|
+
h('stop', {"offset":"1","stop-color":"#08494E","stop-opacity":"0"})
|
|
31
|
+
]),
|
|
32
|
+
h('linearGradient', {"id":"paint2_linear_4303_1230","x1":"35","y1":"14","x2":"70","y2":"76.5","gradientUnits":"userSpaceOnUse"}, [
|
|
33
|
+
h('stop', {"stop-color":"#309C61"}),
|
|
34
|
+
h('stop', {"offset":"0.465624","stop-color":"#42B870"}),
|
|
35
|
+
h('stop', {"offset":"1","stop-color":"#62BE55"})
|
|
36
|
+
]),
|
|
37
|
+
h('radialGradient', {"id":"paint3_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(56 56) rotate(-180) scale(42)"}, [
|
|
38
|
+
h('stop', {"offset":"0.565809","stop-color":"#309C61","stop-opacity":"0"}),
|
|
39
|
+
h('stop', {"offset":"1","stop-color":"#1E794A"})
|
|
40
|
+
]),
|
|
41
|
+
h('radialGradient', {"id":"paint4_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(40 40) scale(42)"}, [
|
|
42
|
+
h('stop', {"offset":"0.77182","stop-color":"#62BE55","stop-opacity":"0"}),
|
|
43
|
+
h('stop', {"offset":"1","stop-color":"#88E06C"})
|
|
44
|
+
]),
|
|
45
|
+
h('radialGradient', {"id":"paint5_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(48 52) rotate(90) scale(26.5)"}, [
|
|
46
|
+
h('stop', {"offset":"0.496629","stop-color":"#1A7F7C"}),
|
|
47
|
+
h('stop', {"offset":"1","stop-color":"#62BE55","stop-opacity":"0"})
|
|
48
|
+
]),
|
|
49
|
+
h('radialGradient', {"id":"paint6_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(43.05 39.45) rotate(57.0508) scale(28.9578 28.1941)"}, [
|
|
50
|
+
h('stop', {"stop-color":"#C8F5B7"}),
|
|
51
|
+
h('stop', {"offset":"0.319454","stop-color":"#B0F098"}),
|
|
52
|
+
h('stop', {"offset":"0.587071","stop-color":"#88E06C"}),
|
|
53
|
+
h('stop', {"offset":"0.783378","stop-color":"#52D17C"}),
|
|
54
|
+
h('stop', {"offset":"1","stop-color":"#20AC9D"})
|
|
55
|
+
])
|
|
56
|
+
])
|
|
57
|
+
]);
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
export default MicrosoftDynamics365SalesInsights;
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/vue - Microsoft Dynamics 365 Sales
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const vue_1 = require("vue");
|
|
8
|
+
|
|
9
|
+
const MicrosoftDynamics365Sales = vue_1.defineComponent({
|
|
10
|
+
name: 'MicrosoftDynamics365Sales',
|
|
11
|
+
setup(_, { attrs }) {
|
|
12
|
+
return () => vue_1.h('svg', {
|
|
13
|
+
viewBox: '0 0 96 96',
|
|
14
|
+
fill: 'none',
|
|
15
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
16
|
+
...attrs
|
|
17
|
+
}, [
|
|
18
|
+
vue_1.h('g', {"clip-path":"url(#clip0_4303_1230)"}, [
|
|
19
|
+
vue_1.h('g', {"clip-path":"url(#clip1_4303_1230)"}, [
|
|
20
|
+
vue_1.h('path', {"d":"M0 48C0 41.3726 5.37258 36 12 36H16V60H12C5.37258 60 0 54.6274 0 48Z","fill":"url(#paint0_linear_4303_1230)"}),
|
|
21
|
+
vue_1.h('path', {"d":"M0 48C0 41.3726 5.37258 36 12 36H16V60H12C5.37258 60 0 54.6274 0 48Z","fill":"url(#paint1_radial_4303_1230)"}),
|
|
22
|
+
vue_1.h('path', {"d":"M16 30C16 23.3726 21.3726 18 28 18H32V60H16V30Z","fill":"url(#paint2_linear_4303_1230)"}),
|
|
23
|
+
vue_1.h('path', {"d":"M16 30C16 23.3726 21.3726 18 28 18H32V60H16V30Z","fill":"url(#paint3_linear_4303_1230)","fill-opacity":"0.6"}),
|
|
24
|
+
vue_1.h('path', {"d":"M32 12C32 5.37258 37.3726 0 44 0H48C55 0 60 1.54995 60 1.54995V54C60 57.3137 57.3137 60 54 60H32V12Z","fill":"url(#paint4_linear_4303_1230)"}),
|
|
25
|
+
vue_1.h('path', {"d":"M32 12C32 5.37258 37.3726 0 44 0H48C55 0 60 1.54995 60 1.54995V54C60 57.3137 57.3137 60 54 60H32V12Z","fill":"url(#paint5_linear_4303_1230)","fill-opacity":"0.5"}),
|
|
26
|
+
vue_1.h('path', {"d":"M48 6.00024C48 2.68659 50.6966 -0.038762 53.9844 0.374268C61.3571 1.30072 68.4432 3.93058 74.667 8.08911C82.5606 13.3634 88.7137 20.8602 92.3467 29.6311C95.9796 38.4019 96.9302 48.0535 95.0781 57.3645C93.226 66.6754 88.6541 75.2278 81.9414 81.9407C75.2285 88.6536 66.6753 93.2253 57.3643 95.0774C48.0532 96.9295 38.4017 95.979 29.6309 92.3459C20.8602 88.7129 13.3641 82.5606 8.08984 74.6672C2.81563 66.7738 7.16976e-05 57.4936 0 48.0002C0.000195854 54.6275 5.3727 60.0002 12 60.0002H42C45.3136 60.0002 47.9998 57.3138 48 54.0002V6.00024Z","fill":"url(#paint6_radial_4303_1230)"}),
|
|
27
|
+
vue_1.h('path', {"d":"M48 6.00024C48 2.68659 50.6966 -0.038762 53.9844 0.374268C61.3571 1.30072 68.4432 3.93058 74.667 8.08911C82.5606 13.3634 88.7137 20.8602 92.3467 29.6311C95.9796 38.4019 96.9302 48.0535 95.0781 57.3645C93.226 66.6754 88.6541 75.2278 81.9414 81.9407C75.2285 88.6536 66.6753 93.2253 57.3643 95.0774C48.0532 96.9295 38.4017 95.979 29.6309 92.3459C20.8602 88.7129 13.3641 82.5606 8.08984 74.6672C2.81563 66.7738 7.16976e-05 57.4936 0 48.0002C0.000195854 54.6275 5.3727 60.0002 12 60.0002H42C45.3136 60.0002 47.9998 57.3138 48 54.0002V6.00024Z","fill":"url(#paint7_radial_4303_1230)"}),
|
|
28
|
+
vue_1.h('path', {"opacity":"0.6","d":"M96 48C96 41.3726 90.6274 36 84 36H48V54C48 57.3137 45.3137 60 42 60H40H84C90.6274 60 96 54.6274 96 48Z","fill":"url(#paint8_radial_4303_1230)"})
|
|
29
|
+
])
|
|
30
|
+
]),
|
|
31
|
+
vue_1.h('defs', {}, [
|
|
32
|
+
vue_1.h('linearGradient', {"id":"paint0_linear_4303_1230","x1":"0.228189","y1":"52.4858","x2":"15.9261","y2":"53.8502","gradientUnits":"userSpaceOnUse"}, [
|
|
33
|
+
vue_1.h('stop', {"stop-color":"#1B44B1"}),
|
|
34
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#102784"})
|
|
35
|
+
]),
|
|
36
|
+
vue_1.h('radialGradient', {"id":"paint1_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(5.5 36) rotate(90) scale(24 17.6815)"}, [
|
|
37
|
+
vue_1.h('stop', {"offset":"0.57876","stop-color":"#102784","stop-opacity":"0"}),
|
|
38
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#102784"})
|
|
39
|
+
]),
|
|
40
|
+
vue_1.h('linearGradient', {"id":"paint2_linear_4303_1230","x1":"24","y1":"18","x2":"24","y2":"60","gradientUnits":"userSpaceOnUse"}, [
|
|
41
|
+
vue_1.h('stop', {"stop-color":"#0094F0"}),
|
|
42
|
+
vue_1.h('stop', {"offset":"0.775536","stop-color":"#2052CB"}),
|
|
43
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#163697"})
|
|
44
|
+
]),
|
|
45
|
+
vue_1.h('linearGradient', {"id":"paint3_linear_4303_1230","x1":"24","y1":"45","x2":"32.0052","y2":"44.6047","gradientUnits":"userSpaceOnUse"}, [
|
|
46
|
+
vue_1.h('stop', {"stop-color":"#0078D4","stop-opacity":"0"}),
|
|
47
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#2052CB"})
|
|
48
|
+
]),
|
|
49
|
+
vue_1.h('linearGradient', {"id":"paint4_linear_4303_1230","x1":"40","y1":"0","x2":"40","y2":"60","gradientUnits":"userSpaceOnUse"}, [
|
|
50
|
+
vue_1.h('stop', {"stop-color":"#26CFE8"}),
|
|
51
|
+
vue_1.h('stop', {"offset":"0.409431","stop-color":"#0FAFFF"}),
|
|
52
|
+
vue_1.h('stop', {"offset":"0.809746","stop-color":"#367AF2"}),
|
|
53
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#2052CB"})
|
|
54
|
+
]),
|
|
55
|
+
vue_1.h('linearGradient', {"id":"paint5_linear_4303_1230","x1":"40.8889","y1":"34.5","x2":"48.8889","y2":"34.5","gradientUnits":"userSpaceOnUse"}, [
|
|
56
|
+
vue_1.h('stop', {"stop-color":"#0094F0","stop-opacity":"0"}),
|
|
57
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#2764E7"})
|
|
58
|
+
]),
|
|
59
|
+
vue_1.h('radialGradient', {"id":"paint6_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(63.3122 13.9524) rotate(90) scale(89.1508 89.1508)"}, [
|
|
60
|
+
vue_1.h('stop', {"offset":"0.062127","stop-color":"#6FE8F5"}),
|
|
61
|
+
vue_1.h('stop', {"offset":"0.288121","stop-color":"#3BD5FF"}),
|
|
62
|
+
vue_1.h('stop', {"offset":"0.68128","stop-color":"#0094F0"}),
|
|
63
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#2052CB"})
|
|
64
|
+
]),
|
|
65
|
+
vue_1.h('radialGradient', {"id":"paint7_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(41 63.9998) rotate(-90) scale(68)"}, [
|
|
66
|
+
vue_1.h('stop', {"offset":"0.542484","stop-color":"#29C3FF","stop-opacity":"0"}),
|
|
67
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#73EDD8"})
|
|
68
|
+
]),
|
|
69
|
+
vue_1.h('radialGradient', {"id":"paint8_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(46 60) scale(62 62)"}, [
|
|
70
|
+
vue_1.h('stop', {"offset":"0.459307","stop-color":"#3BD5FF"}),
|
|
71
|
+
vue_1.h('stop', {"offset":"1","stop-color":"#3BD5FF","stop-opacity":"0"})
|
|
72
|
+
]),
|
|
73
|
+
vue_1.h('clipPath', {"id":"clip0_4303_1230"}, [
|
|
74
|
+
vue_1.h('rect', {"width":"96","height":"96","fill":"white"})
|
|
75
|
+
]),
|
|
76
|
+
vue_1.h('clipPath', {"id":"clip1_4303_1230"}, [
|
|
77
|
+
vue_1.h('rect', {"width":"96","height":"96","fill":"white"})
|
|
78
|
+
])
|
|
79
|
+
])
|
|
80
|
+
]);
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
|
|
84
|
+
exports.default = MicrosoftDynamics365Sales;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
// @thesvg/vue - Microsoft Dynamics 365 Sales
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { defineComponent, h } from 'vue';
|
|
5
|
+
|
|
6
|
+
const MicrosoftDynamics365Sales = defineComponent({
|
|
7
|
+
name: 'MicrosoftDynamics365Sales',
|
|
8
|
+
setup(_, { attrs }) {
|
|
9
|
+
return () => h('svg', {
|
|
10
|
+
viewBox: '0 0 96 96',
|
|
11
|
+
fill: 'none',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
13
|
+
...attrs
|
|
14
|
+
}, [
|
|
15
|
+
h('g', {"clip-path":"url(#clip0_4303_1230)"}, [
|
|
16
|
+
h('g', {"clip-path":"url(#clip1_4303_1230)"}, [
|
|
17
|
+
h('path', {"d":"M0 48C0 41.3726 5.37258 36 12 36H16V60H12C5.37258 60 0 54.6274 0 48Z","fill":"url(#paint0_linear_4303_1230)"}),
|
|
18
|
+
h('path', {"d":"M0 48C0 41.3726 5.37258 36 12 36H16V60H12C5.37258 60 0 54.6274 0 48Z","fill":"url(#paint1_radial_4303_1230)"}),
|
|
19
|
+
h('path', {"d":"M16 30C16 23.3726 21.3726 18 28 18H32V60H16V30Z","fill":"url(#paint2_linear_4303_1230)"}),
|
|
20
|
+
h('path', {"d":"M16 30C16 23.3726 21.3726 18 28 18H32V60H16V30Z","fill":"url(#paint3_linear_4303_1230)","fill-opacity":"0.6"}),
|
|
21
|
+
h('path', {"d":"M32 12C32 5.37258 37.3726 0 44 0H48C55 0 60 1.54995 60 1.54995V54C60 57.3137 57.3137 60 54 60H32V12Z","fill":"url(#paint4_linear_4303_1230)"}),
|
|
22
|
+
h('path', {"d":"M32 12C32 5.37258 37.3726 0 44 0H48C55 0 60 1.54995 60 1.54995V54C60 57.3137 57.3137 60 54 60H32V12Z","fill":"url(#paint5_linear_4303_1230)","fill-opacity":"0.5"}),
|
|
23
|
+
h('path', {"d":"M48 6.00024C48 2.68659 50.6966 -0.038762 53.9844 0.374268C61.3571 1.30072 68.4432 3.93058 74.667 8.08911C82.5606 13.3634 88.7137 20.8602 92.3467 29.6311C95.9796 38.4019 96.9302 48.0535 95.0781 57.3645C93.226 66.6754 88.6541 75.2278 81.9414 81.9407C75.2285 88.6536 66.6753 93.2253 57.3643 95.0774C48.0532 96.9295 38.4017 95.979 29.6309 92.3459C20.8602 88.7129 13.3641 82.5606 8.08984 74.6672C2.81563 66.7738 7.16976e-05 57.4936 0 48.0002C0.000195854 54.6275 5.3727 60.0002 12 60.0002H42C45.3136 60.0002 47.9998 57.3138 48 54.0002V6.00024Z","fill":"url(#paint6_radial_4303_1230)"}),
|
|
24
|
+
h('path', {"d":"M48 6.00024C48 2.68659 50.6966 -0.038762 53.9844 0.374268C61.3571 1.30072 68.4432 3.93058 74.667 8.08911C82.5606 13.3634 88.7137 20.8602 92.3467 29.6311C95.9796 38.4019 96.9302 48.0535 95.0781 57.3645C93.226 66.6754 88.6541 75.2278 81.9414 81.9407C75.2285 88.6536 66.6753 93.2253 57.3643 95.0774C48.0532 96.9295 38.4017 95.979 29.6309 92.3459C20.8602 88.7129 13.3641 82.5606 8.08984 74.6672C2.81563 66.7738 7.16976e-05 57.4936 0 48.0002C0.000195854 54.6275 5.3727 60.0002 12 60.0002H42C45.3136 60.0002 47.9998 57.3138 48 54.0002V6.00024Z","fill":"url(#paint7_radial_4303_1230)"}),
|
|
25
|
+
h('path', {"opacity":"0.6","d":"M96 48C96 41.3726 90.6274 36 84 36H48V54C48 57.3137 45.3137 60 42 60H40H84C90.6274 60 96 54.6274 96 48Z","fill":"url(#paint8_radial_4303_1230)"})
|
|
26
|
+
])
|
|
27
|
+
]),
|
|
28
|
+
h('defs', {}, [
|
|
29
|
+
h('linearGradient', {"id":"paint0_linear_4303_1230","x1":"0.228189","y1":"52.4858","x2":"15.9261","y2":"53.8502","gradientUnits":"userSpaceOnUse"}, [
|
|
30
|
+
h('stop', {"stop-color":"#1B44B1"}),
|
|
31
|
+
h('stop', {"offset":"1","stop-color":"#102784"})
|
|
32
|
+
]),
|
|
33
|
+
h('radialGradient', {"id":"paint1_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(5.5 36) rotate(90) scale(24 17.6815)"}, [
|
|
34
|
+
h('stop', {"offset":"0.57876","stop-color":"#102784","stop-opacity":"0"}),
|
|
35
|
+
h('stop', {"offset":"1","stop-color":"#102784"})
|
|
36
|
+
]),
|
|
37
|
+
h('linearGradient', {"id":"paint2_linear_4303_1230","x1":"24","y1":"18","x2":"24","y2":"60","gradientUnits":"userSpaceOnUse"}, [
|
|
38
|
+
h('stop', {"stop-color":"#0094F0"}),
|
|
39
|
+
h('stop', {"offset":"0.775536","stop-color":"#2052CB"}),
|
|
40
|
+
h('stop', {"offset":"1","stop-color":"#163697"})
|
|
41
|
+
]),
|
|
42
|
+
h('linearGradient', {"id":"paint3_linear_4303_1230","x1":"24","y1":"45","x2":"32.0052","y2":"44.6047","gradientUnits":"userSpaceOnUse"}, [
|
|
43
|
+
h('stop', {"stop-color":"#0078D4","stop-opacity":"0"}),
|
|
44
|
+
h('stop', {"offset":"1","stop-color":"#2052CB"})
|
|
45
|
+
]),
|
|
46
|
+
h('linearGradient', {"id":"paint4_linear_4303_1230","x1":"40","y1":"0","x2":"40","y2":"60","gradientUnits":"userSpaceOnUse"}, [
|
|
47
|
+
h('stop', {"stop-color":"#26CFE8"}),
|
|
48
|
+
h('stop', {"offset":"0.409431","stop-color":"#0FAFFF"}),
|
|
49
|
+
h('stop', {"offset":"0.809746","stop-color":"#367AF2"}),
|
|
50
|
+
h('stop', {"offset":"1","stop-color":"#2052CB"})
|
|
51
|
+
]),
|
|
52
|
+
h('linearGradient', {"id":"paint5_linear_4303_1230","x1":"40.8889","y1":"34.5","x2":"48.8889","y2":"34.5","gradientUnits":"userSpaceOnUse"}, [
|
|
53
|
+
h('stop', {"stop-color":"#0094F0","stop-opacity":"0"}),
|
|
54
|
+
h('stop', {"offset":"1","stop-color":"#2764E7"})
|
|
55
|
+
]),
|
|
56
|
+
h('radialGradient', {"id":"paint6_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(63.3122 13.9524) rotate(90) scale(89.1508 89.1508)"}, [
|
|
57
|
+
h('stop', {"offset":"0.062127","stop-color":"#6FE8F5"}),
|
|
58
|
+
h('stop', {"offset":"0.288121","stop-color":"#3BD5FF"}),
|
|
59
|
+
h('stop', {"offset":"0.68128","stop-color":"#0094F0"}),
|
|
60
|
+
h('stop', {"offset":"1","stop-color":"#2052CB"})
|
|
61
|
+
]),
|
|
62
|
+
h('radialGradient', {"id":"paint7_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(41 63.9998) rotate(-90) scale(68)"}, [
|
|
63
|
+
h('stop', {"offset":"0.542484","stop-color":"#29C3FF","stop-opacity":"0"}),
|
|
64
|
+
h('stop', {"offset":"1","stop-color":"#73EDD8"})
|
|
65
|
+
]),
|
|
66
|
+
h('radialGradient', {"id":"paint8_radial_4303_1230","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(46 60) scale(62 62)"}, [
|
|
67
|
+
h('stop', {"offset":"0.459307","stop-color":"#3BD5FF"}),
|
|
68
|
+
h('stop', {"offset":"1","stop-color":"#3BD5FF","stop-opacity":"0"})
|
|
69
|
+
]),
|
|
70
|
+
h('clipPath', {"id":"clip0_4303_1230"}, [
|
|
71
|
+
h('rect', {"width":"96","height":"96","fill":"white"})
|
|
72
|
+
]),
|
|
73
|
+
h('clipPath', {"id":"clip1_4303_1230"}, [
|
|
74
|
+
h('rect', {"width":"96","height":"96","fill":"white"})
|
|
75
|
+
])
|
|
76
|
+
])
|
|
77
|
+
]);
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
|
|
81
|
+
export default MicrosoftDynamics365Sales;
|