@thesvg/svelte 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.d.ts +26 -0
- package/dist/index.js +26 -0
- package/dist/microsoft-dynamics-365-business-central.svelte +82 -0
- package/dist/microsoft-dynamics-365-business-central.svelte.d.ts +7 -0
- package/dist/microsoft-dynamics-365-commerce.svelte +25 -0
- package/dist/microsoft-dynamics-365-commerce.svelte.d.ts +7 -0
- package/dist/microsoft-dynamics-365-contact-center.svelte +41 -0
- package/dist/microsoft-dynamics-365-contact-center.svelte.d.ts +7 -0
- package/dist/microsoft-dynamics-365-customer-insights.svelte +56 -0
- package/dist/microsoft-dynamics-365-customer-insights.svelte.d.ts +7 -0
- package/dist/microsoft-dynamics-365-customer-service.svelte +35 -0
- package/dist/microsoft-dynamics-365-customer-service.svelte.d.ts +7 -0
- package/dist/microsoft-dynamics-365-customer-voice.svelte +58 -0
- package/dist/microsoft-dynamics-365-customer-voice.svelte.d.ts +7 -0
- package/dist/microsoft-dynamics-365-field-service.svelte +49 -0
- package/dist/microsoft-dynamics-365-field-service.svelte.d.ts +7 -0
- package/dist/microsoft-dynamics-365-finance-and-operations.svelte +46 -0
- package/dist/microsoft-dynamics-365-finance-and-operations.svelte.d.ts +7 -0
- package/dist/microsoft-dynamics-365-finance.svelte +51 -0
- package/dist/microsoft-dynamics-365-finance.svelte.d.ts +7 -0
- package/dist/microsoft-dynamics-365-human-resources.svelte +48 -0
- package/dist/microsoft-dynamics-365-human-resources.svelte.d.ts +7 -0
- package/dist/microsoft-dynamics-365-intelligent-order-management.svelte +47 -0
- package/dist/microsoft-dynamics-365-intelligent-order-management.svelte.d.ts +7 -0
- package/dist/microsoft-dynamics-365-project-operations.svelte +50 -0
- package/dist/microsoft-dynamics-365-project-operations.svelte.d.ts +7 -0
- package/dist/microsoft-dynamics-365-sales-insights.svelte +46 -0
- package/dist/microsoft-dynamics-365-sales-insights.svelte.d.ts +7 -0
- package/dist/microsoft-dynamics-365-sales.svelte +66 -0
- package/dist/microsoft-dynamics-365-sales.svelte.d.ts +7 -0
- package/dist/microsoft-dynamics-365-supply-chain-management.svelte +58 -0
- package/dist/microsoft-dynamics-365-supply-chain-management.svelte.d.ts +7 -0
- package/dist/microsoft-dynamics-365.svelte +50 -0
- package/dist/microsoft-dynamics-365.svelte.d.ts +7 -0
- package/dist/microsoft-fabric-data-warehouse.svelte +5 -0
- package/dist/microsoft-fabric-data-warehouse.svelte.d.ts +7 -0
- package/dist/microsoft-purview.svelte +5 -0
- package/dist/microsoft-purview.svelte.d.ts +7 -0
- package/dist/microsoft-viva-amplify.svelte +28 -0
- package/dist/microsoft-viva-amplify.svelte.d.ts +7 -0
- package/dist/microsoft-viva-connections.svelte +16 -0
- package/dist/microsoft-viva-connections.svelte.d.ts +7 -0
- package/dist/microsoft-viva-engage.svelte +34 -0
- package/dist/microsoft-viva-engage.svelte.d.ts +7 -0
- package/dist/microsoft-viva-glint.svelte +28 -0
- package/dist/microsoft-viva-glint.svelte.d.ts +7 -0
- package/dist/microsoft-viva-insights.svelte +21 -0
- package/dist/microsoft-viva-insights.svelte.d.ts +7 -0
- package/dist/microsoft-viva-learning.svelte +31 -0
- package/dist/microsoft-viva-learning.svelte.d.ts +7 -0
- package/dist/microsoft-viva-pulse.svelte +24 -0
- package/dist/microsoft-viva-pulse.svelte.d.ts +7 -0
- package/dist/microsoft-viva.svelte +45 -0
- package/dist/microsoft-viva.svelte.d.ts +7 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4243,9 +4243,26 @@ export { default as MicrosoftCopilot } from './microsoft-copilot.svelte';
|
|
|
4243
4243
|
export { default as MicrosoftDefender } from './microsoft-defender.svelte';
|
|
4244
4244
|
export { default as MicrosoftDesigner } from './microsoft-designer.svelte';
|
|
4245
4245
|
export { default as MicrosoftDotnet } from './microsoft-dotnet.svelte';
|
|
4246
|
+
export { default as MicrosoftDynamics365 } from './microsoft-dynamics-365.svelte';
|
|
4247
|
+
export { default as MicrosoftDynamics365BusinessCentral } from './microsoft-dynamics-365-business-central.svelte';
|
|
4248
|
+
export { default as MicrosoftDynamics365Commerce } from './microsoft-dynamics-365-commerce.svelte';
|
|
4249
|
+
export { default as MicrosoftDynamics365ContactCenter } from './microsoft-dynamics-365-contact-center.svelte';
|
|
4250
|
+
export { default as MicrosoftDynamics365CustomerInsights } from './microsoft-dynamics-365-customer-insights.svelte';
|
|
4251
|
+
export { default as MicrosoftDynamics365CustomerService } from './microsoft-dynamics-365-customer-service.svelte';
|
|
4252
|
+
export { default as MicrosoftDynamics365CustomerVoice } from './microsoft-dynamics-365-customer-voice.svelte';
|
|
4253
|
+
export { default as MicrosoftDynamics365FieldService } from './microsoft-dynamics-365-field-service.svelte';
|
|
4254
|
+
export { default as MicrosoftDynamics365Finance } from './microsoft-dynamics-365-finance.svelte';
|
|
4255
|
+
export { default as MicrosoftDynamics365FinanceAndOperations } from './microsoft-dynamics-365-finance-and-operations.svelte';
|
|
4256
|
+
export { default as MicrosoftDynamics365HumanResources } from './microsoft-dynamics-365-human-resources.svelte';
|
|
4257
|
+
export { default as MicrosoftDynamics365IntelligentOrderManagement } from './microsoft-dynamics-365-intelligent-order-management.svelte';
|
|
4258
|
+
export { default as MicrosoftDynamics365ProjectOperations } from './microsoft-dynamics-365-project-operations.svelte';
|
|
4259
|
+
export { default as MicrosoftDynamics365Sales } from './microsoft-dynamics-365-sales.svelte';
|
|
4260
|
+
export { default as MicrosoftDynamics365SalesInsights } from './microsoft-dynamics-365-sales-insights.svelte';
|
|
4261
|
+
export { default as MicrosoftDynamics365SupplyChainManagement } from './microsoft-dynamics-365-supply-chain-management.svelte';
|
|
4246
4262
|
export { default as MicrosoftEdge } from './microsoft-edge.svelte';
|
|
4247
4263
|
export { default as MicrosoftEditor } from './microsoft-editor.svelte';
|
|
4248
4264
|
export { default as MicrosoftExcel } from './microsoft-excel.svelte';
|
|
4265
|
+
export { default as MicrosoftFabricDataWarehouse } from './microsoft-fabric-data-warehouse.svelte';
|
|
4249
4266
|
export { default as MicrosoftLoop } from './microsoft-loop.svelte';
|
|
4250
4267
|
export { default as MicrosoftOffice } from './microsoft-office.svelte';
|
|
4251
4268
|
export { default as MicrosoftOnedrive } from './microsoft-onedrive.svelte';
|
|
@@ -4253,10 +4270,19 @@ export { default as MicrosoftOnenote } from './microsoft-onenote.svelte';
|
|
|
4253
4270
|
export { default as MicrosoftOutlook } from './microsoft-outlook.svelte';
|
|
4254
4271
|
export { default as MicrosoftPlanner } from './microsoft-planner.svelte';
|
|
4255
4272
|
export { default as MicrosoftPowerpoint } from './microsoft-powerpoint.svelte';
|
|
4273
|
+
export { default as MicrosoftPurview } from './microsoft-purview.svelte';
|
|
4256
4274
|
export { default as MicrosoftSharepoint } from './microsoft-sharepoint.svelte';
|
|
4257
4275
|
export { default as MicrosoftSqlServer } from './microsoft-sql-server.svelte';
|
|
4258
4276
|
export { default as MicrosoftTeams } from './microsoft-teams.svelte';
|
|
4259
4277
|
export { default as MicrosoftTodo } from './microsoft-todo.svelte';
|
|
4278
|
+
export { default as MicrosoftViva } from './microsoft-viva.svelte';
|
|
4279
|
+
export { default as MicrosoftVivaAmplify } from './microsoft-viva-amplify.svelte';
|
|
4280
|
+
export { default as MicrosoftVivaConnections } from './microsoft-viva-connections.svelte';
|
|
4281
|
+
export { default as MicrosoftVivaEngage } from './microsoft-viva-engage.svelte';
|
|
4282
|
+
export { default as MicrosoftVivaGlint } from './microsoft-viva-glint.svelte';
|
|
4283
|
+
export { default as MicrosoftVivaInsights } from './microsoft-viva-insights.svelte';
|
|
4284
|
+
export { default as MicrosoftVivaLearning } from './microsoft-viva-learning.svelte';
|
|
4285
|
+
export { default as MicrosoftVivaPulse } from './microsoft-viva-pulse.svelte';
|
|
4260
4286
|
export { default as MicrosoftWindows } from './microsoft-windows.svelte';
|
|
4261
4287
|
export { default as MicrosoftWord } from './microsoft-word.svelte';
|
|
4262
4288
|
export { default as Microstation } from './microstation.svelte';
|
package/dist/index.js
CHANGED
|
@@ -4243,9 +4243,26 @@ export { default as MicrosoftCopilot } from './microsoft-copilot.svelte';
|
|
|
4243
4243
|
export { default as MicrosoftDefender } from './microsoft-defender.svelte';
|
|
4244
4244
|
export { default as MicrosoftDesigner } from './microsoft-designer.svelte';
|
|
4245
4245
|
export { default as MicrosoftDotnet } from './microsoft-dotnet.svelte';
|
|
4246
|
+
export { default as MicrosoftDynamics365 } from './microsoft-dynamics-365.svelte';
|
|
4247
|
+
export { default as MicrosoftDynamics365BusinessCentral } from './microsoft-dynamics-365-business-central.svelte';
|
|
4248
|
+
export { default as MicrosoftDynamics365Commerce } from './microsoft-dynamics-365-commerce.svelte';
|
|
4249
|
+
export { default as MicrosoftDynamics365ContactCenter } from './microsoft-dynamics-365-contact-center.svelte';
|
|
4250
|
+
export { default as MicrosoftDynamics365CustomerInsights } from './microsoft-dynamics-365-customer-insights.svelte';
|
|
4251
|
+
export { default as MicrosoftDynamics365CustomerService } from './microsoft-dynamics-365-customer-service.svelte';
|
|
4252
|
+
export { default as MicrosoftDynamics365CustomerVoice } from './microsoft-dynamics-365-customer-voice.svelte';
|
|
4253
|
+
export { default as MicrosoftDynamics365FieldService } from './microsoft-dynamics-365-field-service.svelte';
|
|
4254
|
+
export { default as MicrosoftDynamics365Finance } from './microsoft-dynamics-365-finance.svelte';
|
|
4255
|
+
export { default as MicrosoftDynamics365FinanceAndOperations } from './microsoft-dynamics-365-finance-and-operations.svelte';
|
|
4256
|
+
export { default as MicrosoftDynamics365HumanResources } from './microsoft-dynamics-365-human-resources.svelte';
|
|
4257
|
+
export { default as MicrosoftDynamics365IntelligentOrderManagement } from './microsoft-dynamics-365-intelligent-order-management.svelte';
|
|
4258
|
+
export { default as MicrosoftDynamics365ProjectOperations } from './microsoft-dynamics-365-project-operations.svelte';
|
|
4259
|
+
export { default as MicrosoftDynamics365Sales } from './microsoft-dynamics-365-sales.svelte';
|
|
4260
|
+
export { default as MicrosoftDynamics365SalesInsights } from './microsoft-dynamics-365-sales-insights.svelte';
|
|
4261
|
+
export { default as MicrosoftDynamics365SupplyChainManagement } from './microsoft-dynamics-365-supply-chain-management.svelte';
|
|
4246
4262
|
export { default as MicrosoftEdge } from './microsoft-edge.svelte';
|
|
4247
4263
|
export { default as MicrosoftEditor } from './microsoft-editor.svelte';
|
|
4248
4264
|
export { default as MicrosoftExcel } from './microsoft-excel.svelte';
|
|
4265
|
+
export { default as MicrosoftFabricDataWarehouse } from './microsoft-fabric-data-warehouse.svelte';
|
|
4249
4266
|
export { default as MicrosoftLoop } from './microsoft-loop.svelte';
|
|
4250
4267
|
export { default as MicrosoftOffice } from './microsoft-office.svelte';
|
|
4251
4268
|
export { default as MicrosoftOnedrive } from './microsoft-onedrive.svelte';
|
|
@@ -4253,10 +4270,19 @@ export { default as MicrosoftOnenote } from './microsoft-onenote.svelte';
|
|
|
4253
4270
|
export { default as MicrosoftOutlook } from './microsoft-outlook.svelte';
|
|
4254
4271
|
export { default as MicrosoftPlanner } from './microsoft-planner.svelte';
|
|
4255
4272
|
export { default as MicrosoftPowerpoint } from './microsoft-powerpoint.svelte';
|
|
4273
|
+
export { default as MicrosoftPurview } from './microsoft-purview.svelte';
|
|
4256
4274
|
export { default as MicrosoftSharepoint } from './microsoft-sharepoint.svelte';
|
|
4257
4275
|
export { default as MicrosoftSqlServer } from './microsoft-sql-server.svelte';
|
|
4258
4276
|
export { default as MicrosoftTeams } from './microsoft-teams.svelte';
|
|
4259
4277
|
export { default as MicrosoftTodo } from './microsoft-todo.svelte';
|
|
4278
|
+
export { default as MicrosoftViva } from './microsoft-viva.svelte';
|
|
4279
|
+
export { default as MicrosoftVivaAmplify } from './microsoft-viva-amplify.svelte';
|
|
4280
|
+
export { default as MicrosoftVivaConnections } from './microsoft-viva-connections.svelte';
|
|
4281
|
+
export { default as MicrosoftVivaEngage } from './microsoft-viva-engage.svelte';
|
|
4282
|
+
export { default as MicrosoftVivaGlint } from './microsoft-viva-glint.svelte';
|
|
4283
|
+
export { default as MicrosoftVivaInsights } from './microsoft-viva-insights.svelte';
|
|
4284
|
+
export { default as MicrosoftVivaLearning } from './microsoft-viva-learning.svelte';
|
|
4285
|
+
export { default as MicrosoftVivaPulse } from './microsoft-viva-pulse.svelte';
|
|
4260
4286
|
export { default as MicrosoftWindows } from './microsoft-windows.svelte';
|
|
4261
4287
|
export { default as MicrosoftWord } from './microsoft-word.svelte';
|
|
4262
4288
|
export { default as Microstation } from './microstation.svelte';
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Microsoft Dynamics 365 Business Central -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<g clip-path="url(#clip0_4303_1230)">
|
|
5
|
+
<g clip-path="url(#clip1_4303_1230)">
|
|
6
|
+
<path d="M34 33.9998C41.732 41.7317 54.268 41.7318 62 33.9999C69.732 26.2679 69.732 13.7318 62 5.99986C54.268 -1.73209 41.732 -1.73214 34 5.99979C26.268 13.7318 26.2681 26.2678 34 33.9998Z" fill="url(#paint0_linear_4303_1230)"/>
|
|
7
|
+
<path d="M34 33.9998C41.732 41.7317 54.268 41.7318 62 33.9999C69.732 26.2679 69.732 13.7318 62 5.99986C54.268 -1.73209 41.732 -1.73214 34 5.99979C26.268 13.7318 26.2681 26.2678 34 33.9998Z" fill="url(#paint1_radial_4303_1230)"/>
|
|
8
|
+
<path d="M34 33.9998C41.732 41.7317 54.268 41.7318 62 33.9999C69.732 26.2679 69.732 13.7318 62 5.99986C54.268 -1.73209 41.732 -1.73214 34 5.99979C26.268 13.7318 26.2681 26.2678 34 33.9998Z" fill="url(#paint2_linear_4303_1230)"/>
|
|
9
|
+
<path d="M62 62.0002C54.268 54.2683 41.732 54.2682 34 62.0001C26.268 69.7321 26.268 82.2682 34 90.0001C41.732 97.7321 54.268 97.7321 62 90.0002C69.732 82.2682 69.7319 69.7322 62 62.0002Z" fill="url(#paint3_linear_4303_1230)"/>
|
|
10
|
+
<path d="M62 62.0002C54.268 54.2683 41.732 54.2682 34 62.0001C26.268 69.7321 26.268 82.2682 34 90.0001C41.732 97.7321 54.268 97.7321 62 90.0002C69.732 82.2682 69.7319 69.7322 62 62.0002Z" fill="url(#paint4_linear_4303_1230)"/>
|
|
11
|
+
<path d="M62 62.0002C54.268 54.2683 41.732 54.2682 34 62.0001C26.268 69.7321 26.268 82.2682 34 90.0001C41.732 97.7321 54.268 97.7321 62 90.0002C69.732 82.2682 69.7319 69.7322 62 62.0002Z" fill="url(#paint5_radial_4303_1230)"/>
|
|
12
|
+
<path d="M34 62C41.732 69.732 54.268 69.732 62 62C69.732 54.268 69.732 41.732 62 34C54.268 26.268 41.732 26.268 34 34C26.268 41.732 26.268 54.268 34 62Z" fill="url(#paint6_linear_4303_1230)"/>
|
|
13
|
+
<path d="M34 62C41.732 69.732 54.268 69.732 62 62C69.732 54.268 69.732 41.732 62 34C54.268 26.268 41.732 26.268 34 34C26.268 41.732 26.268 54.268 34 62Z" fill="url(#paint7_radial_4303_1230)"/>
|
|
14
|
+
<path d="M34 62C41.732 69.732 54.268 69.732 62 62C69.732 54.268 69.732 41.732 62 34C54.268 26.268 41.732 26.268 34 34C26.268 41.732 26.268 54.268 34 62Z" fill="url(#paint8_radial_4303_1230)"/>
|
|
15
|
+
<path d="M6.00002 34L34 5.99998C26.2681 13.732 26.268 26.2681 34 34.0001C41.732 41.7321 41.732 54.2681 34 62.0001C26.268 69.732 13.732 69.732 6.00004 62C-1.73195 54.268 -1.73198 41.732 6.00002 34Z" fill="url(#paint9_linear_4303_1230)"/>
|
|
16
|
+
<path d="M6.00002 34L34 5.99998C26.2681 13.732 26.268 26.2681 34 34.0001C41.732 41.7321 41.732 54.2681 34 62.0001C26.268 69.732 13.732 69.732 6.00004 62C-1.73195 54.268 -1.73198 41.732 6.00002 34Z" fill="url(#paint10_radial_4303_1230)"/>
|
|
17
|
+
<path d="M90 62L62 90C69.7319 82.268 69.732 69.7319 62 61.9999C54.268 54.2679 54.268 41.7319 62 33.9999C69.732 26.268 82.268 26.268 90 34C97.732 41.732 97.732 54.268 90 62Z" fill="url(#paint11_linear_4303_1230)"/>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<linearGradient id="paint0_linear_4303_1230" x1="30" y1="9.49999" x2="67" y2="25" gradientUnits="userSpaceOnUse">
|
|
22
|
+
<stop stop-color="#0C74A1"/>
|
|
23
|
+
<stop offset="0.468152" stop-color="#1384B1"/>
|
|
24
|
+
<stop offset="1" stop-color="#16BBDA"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
<radialGradient id="paint1_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(48 48) rotate(-90) scale(29.5 29.5)">
|
|
27
|
+
<stop offset="0.456329" stop-color="#0057AA"/>
|
|
28
|
+
<stop offset="1" stop-color="#1384B1" stop-opacity="0"/>
|
|
29
|
+
</radialGradient>
|
|
30
|
+
<linearGradient id="paint2_linear_4303_1230" x1="49" y1="14" x2="26.5" y2="24" gradientUnits="userSpaceOnUse">
|
|
31
|
+
<stop stop-color="#1384B1" stop-opacity="0"/>
|
|
32
|
+
<stop offset="1" stop-color="#004695"/>
|
|
33
|
+
</linearGradient>
|
|
34
|
+
<linearGradient id="paint3_linear_4303_1230" x1="68.5" y1="79.5" x2="29" y2="71" gradientUnits="userSpaceOnUse">
|
|
35
|
+
<stop stop-color="#06517B"/>
|
|
36
|
+
<stop offset="0.508523" stop-color="#09638E"/>
|
|
37
|
+
<stop offset="1" stop-color="#0C74A1"/>
|
|
38
|
+
</linearGradient>
|
|
39
|
+
<linearGradient id="paint4_linear_4303_1230" x1="53" y1="76" x2="69.5" y2="72" gradientUnits="userSpaceOnUse">
|
|
40
|
+
<stop stop-color="#09638E" stop-opacity="0"/>
|
|
41
|
+
<stop offset="1" stop-color="#003580"/>
|
|
42
|
+
</linearGradient>
|
|
43
|
+
<radialGradient id="paint5_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(48 48) rotate(90) scale(36 36)">
|
|
44
|
+
<stop offset="0.423337" stop-color="#003580"/>
|
|
45
|
+
<stop offset="1" stop-color="#09638E" stop-opacity="0"/>
|
|
46
|
+
</radialGradient>
|
|
47
|
+
<linearGradient id="paint6_linear_4303_1230" x1="44.5" y1="29.5" x2="45" y2="68.5" gradientUnits="userSpaceOnUse">
|
|
48
|
+
<stop stop-color="#43E5CA"/>
|
|
49
|
+
<stop offset="0.371719" stop-color="#26CFE8"/>
|
|
50
|
+
<stop offset="1" stop-color="#1384B1"/>
|
|
51
|
+
</linearGradient>
|
|
52
|
+
<radialGradient id="paint7_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(76 48) rotate(90) scale(32)">
|
|
53
|
+
<stop offset="0.399827" stop-color="#09638E"/>
|
|
54
|
+
<stop offset="1" stop-color="#119FC5" stop-opacity="0"/>
|
|
55
|
+
</radialGradient>
|
|
56
|
+
<radialGradient id="paint8_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(20 48) rotate(90) scale(34)">
|
|
57
|
+
<stop offset="0.399827" stop-color="#09638E"/>
|
|
58
|
+
<stop offset="1" stop-color="#119FC5" stop-opacity="0"/>
|
|
59
|
+
</radialGradient>
|
|
60
|
+
<linearGradient id="paint9_linear_4303_1230" x1="14.5" y1="26" x2="43.5" y2="55" gradientUnits="userSpaceOnUse">
|
|
61
|
+
<stop stop-color="#B6F6C7"/>
|
|
62
|
+
<stop offset="0.277847" stop-color="#43E5CA"/>
|
|
63
|
+
<stop offset="1" stop-color="#26CFE8"/>
|
|
64
|
+
</linearGradient>
|
|
65
|
+
<radialGradient id="paint10_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(11.5 26) rotate(65.4495) scale(44.5253 44.8148)">
|
|
66
|
+
<stop offset="0.585411" stop-color="#2BDABE" stop-opacity="0"/>
|
|
67
|
+
<stop offset="1" stop-color="#119FC5"/>
|
|
68
|
+
</radialGradient>
|
|
69
|
+
<linearGradient id="paint11_linear_4303_1230" x1="63" y1="30" x2="92.5" y2="59.5" gradientUnits="userSpaceOnUse">
|
|
70
|
+
<stop stop-color="#9FF2E4"/>
|
|
71
|
+
<stop offset="0.266186" stop-color="#2BDABE"/>
|
|
72
|
+
<stop offset="0.620556" stop-color="#16BBDA"/>
|
|
73
|
+
<stop offset="1" stop-color="#1384B1"/>
|
|
74
|
+
</linearGradient>
|
|
75
|
+
<clipPath id="clip0_4303_1230">
|
|
76
|
+
<rect width="96" height="96" fill="white"/>
|
|
77
|
+
</clipPath>
|
|
78
|
+
<clipPath id="clip1_4303_1230">
|
|
79
|
+
<rect width="96" height="96" fill="white"/>
|
|
80
|
+
</clipPath>
|
|
81
|
+
</defs>
|
|
82
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// @thesvg/svelte - Microsoft Dynamics 365 Business Central
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SvelteComponent } from 'svelte';
|
|
5
|
+
import type { SVGAttributes } from 'svelte/elements';
|
|
6
|
+
|
|
7
|
+
export default class MicrosoftDynamics365BusinessCentral extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Microsoft Dynamics 365 Commerce -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<path d="M94.8863 16.8477C95.4268 14.355 93.5277 12 90.9771 12H1.9375L8.31345 46H85.3391C87.2216 46 88.8493 44.6874 89.2483 42.8477L94.8863 16.8477Z" fill="url(#paint0_linear_4303_1230)"/>
|
|
5
|
+
<path d="M80.4742 77.4548C82.8063 66.3992 74.372 56 63.0731 56H14.7905C12.2957 56 10.4096 58.2588 10.8547 60.7136L13.7813 76.8545C15.1614 84.4659 21.7891 90 29.5246 90H65.0065C72.4796 90 78.9318 84.7669 80.4742 77.4548Z" fill="url(#paint1_linear_4303_1230)"/>
|
|
6
|
+
<path d="M4.04395 6C1.51906 6 -0.37427 8.31051 0.121964 10.7861L13.4233 77.1446C14.9217 84.6202 21.4869 90 29.1112 90L74 90L64.2402 90C56.558 90 49.9602 84.5402 48.5227 76.9938L35.6194 9.25155C35.2601 7.36494 33.6106 6 31.6901 6L4.04395 6Z" fill="url(#paint2_linear_4303_1230)"/>
|
|
7
|
+
<defs>
|
|
8
|
+
<linearGradient id="paint0_linear_4303_1230" x1="104" y1="19.5" x2="27.5" y2="36" gradientUnits="userSpaceOnUse">
|
|
9
|
+
<stop stop-color="#FFD638"/>
|
|
10
|
+
<stop offset="0.439507" stop-color="#FFB357"/>
|
|
11
|
+
<stop offset="0.727296" stop-color="#FFA43D"/>
|
|
12
|
+
<stop offset="1" stop-color="#CA6407"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<linearGradient id="paint1_linear_4303_1230" x1="80" y1="58.5" x2="54" y2="86.5" gradientUnits="userSpaceOnUse">
|
|
15
|
+
<stop stop-color="#FE8401"/>
|
|
16
|
+
<stop offset="0.512635" stop-color="#CA6407"/>
|
|
17
|
+
<stop offset="1" stop-color="#8E250B"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<linearGradient id="paint2_linear_4303_1230" x1="47" y1="9.5" x2="48.0002" y2="90" gradientUnits="userSpaceOnUse">
|
|
20
|
+
<stop stop-color="#FFE06B"/>
|
|
21
|
+
<stop offset="0.626493" stop-color="#FAB500"/>
|
|
22
|
+
<stop offset="1" stop-color="#E67505"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// @thesvg/svelte - Microsoft Dynamics 365 Commerce
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SvelteComponent } from 'svelte';
|
|
5
|
+
import type { SVGAttributes } from 'svelte/elements';
|
|
6
|
+
|
|
7
|
+
export default class MicrosoftDynamics365Commerce extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Microsoft Dynamics 365 Contact Center -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<path d="M40.9289 90.5373C44.8341 94.4425 51.1658 94.4425 55.071 90.5373L86.5048 59.1035L63.4009 35.9996L65.8275 35.9996C65.8274 28.3876 63.1883 21.0111 58.3594 15.1268C53.5302 9.24247 46.8095 5.21397 39.3434 3.72889C31.8775 2.2439 24.1275 3.39364 17.4141 6.982C10.7008 10.5704 5.43934 16.3757 2.52624 23.4084C-0.386821 30.4412 -0.771677 38.2667 1.43796 45.5511C2.99563 50.686 5.77584 55.3275 9.49718 59.1014L9.49511 59.1035L40.9289 90.5373Z" fill="url(#paint0_linear_4303_1230)"/>
|
|
5
|
+
<path d="M40.9289 90.5373C44.8341 94.4425 51.1658 94.4425 55.071 90.5373L86.5048 59.1035L63.4009 35.9996L65.8275 35.9996C65.8274 28.3876 63.1883 21.0111 58.3594 15.1268C53.5302 9.24247 46.8095 5.21397 39.3434 3.72889C31.8775 2.2439 24.1275 3.39364 17.4141 6.982C10.7008 10.5704 5.43934 16.3757 2.52624 23.4084C-0.386821 30.4412 -0.771677 38.2667 1.43796 45.5511C2.99563 50.686 5.77584 55.3275 9.49718 59.1014L9.49511 59.1035L40.9289 90.5373Z" fill="url(#paint1_radial_4303_1230)"/>
|
|
6
|
+
<path d="M40.9289 90.5373C44.8341 94.4425 51.1658 94.4425 55.071 90.5373L86.5048 59.1035L63.4009 35.9996L65.8275 35.9996C65.8274 28.3876 63.1883 21.0111 58.3594 15.1268C53.5302 9.24247 46.8095 5.21397 39.3434 3.72889C31.8775 2.2439 24.1275 3.39364 17.4141 6.982C10.7008 10.5704 5.43934 16.3757 2.52624 23.4084C-0.386821 30.4412 -0.771677 38.2667 1.43796 45.5511C2.99563 50.686 5.77584 55.3275 9.49718 59.1014L9.49511 59.1035L40.9289 90.5373Z" fill="url(#paint2_radial_4303_1230)"/>
|
|
7
|
+
<path d="M94.5617 26.4497C92.3521 19.1658 87.6855 12.8731 81.3566 8.64432C75.0278 4.4156 67.4284 2.51209 59.8534 3.25816C55.6874 3.66849 51.6715 4.86819 48.0045 6.75847C52.9461 9.3069 57.1767 13.0723 60.2822 17.72C63.8976 23.1308 65.8271 29.4923 65.8272 35.9998L63.0775 35.9998L63.0782 36.0005L32.924 36.0005L32.9233 35.9998L30.1777 35.9998C30.1777 43.6116 32.817 50.9887 37.6458 56.8726C42.4746 62.7564 49.1944 66.7835 56.6597 68.2685C64.1251 69.7534 71.8746 68.6035 78.5876 65.0154C85.3004 61.4272 90.5619 55.6232 93.4748 48.591C96.3877 41.5587 96.7713 33.7337 94.5617 26.4497Z" fill="url(#paint3_linear_4303_1230)"/>
|
|
8
|
+
<path d="M94.5617 26.4497C92.3521 19.1658 87.6855 12.8731 81.3566 8.64432C75.0278 4.4156 67.4284 2.51209 59.8534 3.25816C55.6874 3.66849 51.6715 4.86819 48.0045 6.75847C52.9461 9.3069 57.1767 13.0723 60.2822 17.72C63.8976 23.1308 65.8271 29.4923 65.8272 35.9998L63.0775 35.9998L63.0782 36.0005L32.924 36.0005L32.9233 35.9998L30.1777 35.9998C30.1777 43.6116 32.817 50.9887 37.6458 56.8726C42.4746 62.7564 49.1944 66.7835 56.6597 68.2685C64.1251 69.7534 71.8746 68.6035 78.5876 65.0154C85.3004 61.4272 90.5619 55.6232 93.4748 48.591C96.3877 41.5587 96.7713 33.7337 94.5617 26.4497Z" fill="url(#paint4_radial_4303_1230)" fill-opacity="0.6"/>
|
|
9
|
+
<path d="M35.3956 23.3976C42.3554 16.4378 53.6394 16.4378 60.5992 23.3976C67.559 30.3574 67.559 41.6414 60.5992 48.6012C53.6394 55.561 42.3554 55.561 35.3956 48.6012C28.4358 41.6414 28.4358 30.3574 35.3956 23.3976Z" fill="url(#paint5_radial_4303_1230)"/>
|
|
10
|
+
<defs>
|
|
11
|
+
<linearGradient id="paint0_linear_4303_1230" x1="47.817" y1="93.6737" x2="17.4907" y2="6.99789" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop stop-color="#163697"/>
|
|
13
|
+
<stop offset="0.445873" stop-color="#1B44B1"/>
|
|
14
|
+
<stop offset="0.742737" stop-color="#2764E7"/>
|
|
15
|
+
<stop offset="1" stop-color="#0094F0"/>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<radialGradient id="paint1_radial_4303_1230" cx="0" cy="0" r="1" gradientTransform="matrix(-9.01597 33.8097 -47.5428 -12.6781 70.5618 51.4627)" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop offset="0.554058" stop-color="#102784"/>
|
|
19
|
+
<stop offset="1" stop-color="#1B44B1" stop-opacity="0"/>
|
|
20
|
+
</radialGradient>
|
|
21
|
+
<radialGradient id="paint2_radial_4303_1230" cx="0" cy="0" r="1" gradientTransform="matrix(-2.29071e-05 24.6432 -24.6432 2.35528e-05 48.6367 39.1433)" gradientUnits="userSpaceOnUse">
|
|
22
|
+
<stop offset="0.594339" stop-color="#163697"/>
|
|
23
|
+
<stop offset="1" stop-color="#1B44B1" stop-opacity="0"/>
|
|
24
|
+
</radialGradient>
|
|
25
|
+
<linearGradient id="paint3_linear_4303_1230" x1="74.0453" y1="69.1143" x2="67.6618" y2="3.63023" gradientUnits="userSpaceOnUse">
|
|
26
|
+
<stop stop-color="#2764E7"/>
|
|
27
|
+
<stop offset="0.568761" stop-color="#0FAFFF"/>
|
|
28
|
+
<stop offset="1" stop-color="#3BD5FF"/>
|
|
29
|
+
</linearGradient>
|
|
30
|
+
<radialGradient id="paint4_radial_4303_1230" cx="0" cy="0" r="1" gradientTransform="matrix(25.1955 30.1847 -25.1029 20.9536 39.7043 34.011)" gradientUnits="userSpaceOnUse">
|
|
31
|
+
<stop offset="0.540368" stop-color="#163697"/>
|
|
32
|
+
<stop offset="1" stop-color="#0078D4" stop-opacity="0"/>
|
|
33
|
+
</radialGradient>
|
|
34
|
+
<radialGradient id="paint5_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(42.1268 28.3406) rotate(58.7789) scale(29.7956)">
|
|
35
|
+
<stop stop-color="#C4F3F8"/>
|
|
36
|
+
<stop offset="0.375372" stop-color="#67E9F7"/>
|
|
37
|
+
<stop offset="0.712144" stop-color="#53CCFB"/>
|
|
38
|
+
<stop offset="1" stop-color="#63A4FF"/>
|
|
39
|
+
</radialGradient>
|
|
40
|
+
</defs>
|
|
41
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// @thesvg/svelte - Microsoft Dynamics 365 Contact Center
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SvelteComponent } from 'svelte';
|
|
5
|
+
import type { SVGAttributes } from 'svelte/elements';
|
|
6
|
+
|
|
7
|
+
export default class MicrosoftDynamics365ContactCenter extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Microsoft Dynamics 365 Customer Insights -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<path d="M30.0289 47.7478C30.0396 61.0155 44.4666 69.2461 55.8933 62.5034L25.0114 80.52C15.6782 85.965 3.95657 79.2328 3.95659 68.4274L3.95666 27.9297C3.95668 17.0462 15.831 10.3249 25.1622 15.9264L30.0054 18.8338L30.0289 47.7478Z" fill="url(#paint0_linear_4303_1230)"/>
|
|
5
|
+
<path d="M30.0289 47.7478C30.0396 61.0155 44.4666 69.2461 55.8933 62.5034L25.0114 80.52C15.6782 85.965 3.95657 79.2328 3.95659 68.4274L3.95666 27.9297C3.95668 17.0462 15.831 10.3249 25.1622 15.9264L30.0054 18.8338L30.0289 47.7478Z" fill="url(#paint1_radial_4303_1230)"/>
|
|
6
|
+
<path d="M55.7059 33.528C44.255 26.9771 30 35.2448 30 48.4371V14.6345C30 3.4724 42.0833 -3.5039 51.75 2.07716L84.4052 20.9307C94.0841 26.5188 94.0688 40.4943 84.3777 46.0612L81.0026 48L55.7059 33.528Z" fill="url(#paint2_linear_4303_1230)"/>
|
|
7
|
+
<path d="M55.7059 33.528C44.255 26.9771 30 35.2448 30 48.4371V14.6345C30 3.4724 42.0833 -3.5039 51.75 2.07716L84.4052 20.9307C94.0841 26.5188 94.0688 40.4943 84.3777 46.0612L81.0026 48L55.7059 33.528Z" fill="url(#paint3_radial_4303_1230)"/>
|
|
8
|
+
<path d="M55.7059 33.528C44.255 26.9771 30 35.2448 30 48.4371V14.6345C30 3.4724 42.0833 -3.5039 51.75 2.07716L84.4052 20.9307C94.0841 26.5188 94.0688 40.4943 84.3777 46.0612L81.0026 48L55.7059 33.528Z" fill="url(#paint4_radial_4303_1230)"/>
|
|
9
|
+
<path d="M55.361 62.8197C66.7321 56.1937 66.7008 39.7547 55.3047 33.1719L84.3205 49.9326C93.9892 55.5176 93.9822 69.4762 84.3079 75.0515L51.7401 93.8202C42.0734 99.3911 30 92.4141 30 81.2571V77.5979L55.361 62.8197Z" fill="url(#paint5_linear_4303_1230)"/>
|
|
10
|
+
<path d="M55.361 62.8197C66.7321 56.1937 66.7008 39.7547 55.3047 33.1719L84.3205 49.9326C93.9892 55.5176 93.9822 69.4762 84.3079 75.0515L51.7401 93.8202C42.0734 99.3911 30 92.4141 30 81.2571V77.5979L55.361 62.8197Z" fill="url(#paint6_radial_4303_1230)" fill-opacity="0.5"/>
|
|
11
|
+
<path d="M55.361 62.8197C66.7321 56.1937 66.7008 39.7547 55.3047 33.1719L84.3205 49.9326C93.9892 55.5176 93.9822 69.4762 84.3079 75.0515L51.7401 93.8202C42.0734 99.3911 30 92.4141 30 81.2571V77.5979L55.361 62.8197Z" fill="url(#paint7_radial_4303_1230)" fill-opacity="0.6"/>
|
|
12
|
+
<path d="M30 48C30 38.6112 37.6112 31 47.0001 31C56.3889 31 64.0001 38.6124 64.0001 48.0012C64.0001 54.0467 60.7899 59.6381 55.5688 62.6856L24.3916 80.8834C27.863 78.8711 30 75.1624 30 71.1499V48Z" fill="url(#paint8_radial_4303_1230)"/>
|
|
13
|
+
<defs>
|
|
14
|
+
<linearGradient id="paint0_linear_4303_1230" x1="29.9249" y1="76.5619" x2="8.49649" y2="17.325" gradientUnits="userSpaceOnUse">
|
|
15
|
+
<stop stop-color="#1B44B1"/>
|
|
16
|
+
<stop offset="0.442319" stop-color="#2764E7"/>
|
|
17
|
+
<stop offset="1" stop-color="#0094F0"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<radialGradient id="paint1_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(12.4456 20.7805) rotate(90) scale(62.1988 23.1671)">
|
|
20
|
+
<stop offset="0.250543" stop-color="#2052CB" stop-opacity="0"/>
|
|
21
|
+
<stop offset="1" stop-color="#163697"/>
|
|
22
|
+
</radialGradient>
|
|
23
|
+
<linearGradient id="paint2_linear_4303_1230" x1="30" y1="22.6174" x2="93.239" y2="22.6174" gradientUnits="userSpaceOnUse">
|
|
24
|
+
<stop stop-color="#36DFF1"/>
|
|
25
|
+
<stop offset="0.404422" stop-color="#0FAFFF"/>
|
|
26
|
+
<stop offset="1" stop-color="#0094F0"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
<radialGradient id="paint3_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(77.3977 50.1313) rotate(-150.009) scale(33.6928 13.8605)">
|
|
29
|
+
<stop stop-color="#0067BF"/>
|
|
30
|
+
<stop offset="1" stop-color="#0094F0" stop-opacity="0"/>
|
|
31
|
+
</radialGradient>
|
|
32
|
+
<radialGradient id="paint4_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(47.0041 47.9237) rotate(-90) scale(22.2737 22.2737)">
|
|
33
|
+
<stop offset="0.275561" stop-color="#2052CB"/>
|
|
34
|
+
<stop offset="1" stop-color="#0094F0" stop-opacity="0"/>
|
|
35
|
+
</radialGradient>
|
|
36
|
+
<linearGradient id="paint5_linear_4303_1230" x1="41.5704" y1="97.2947" x2="77.1074" y2="46.2428" gradientUnits="userSpaceOnUse">
|
|
37
|
+
<stop stop-color="#1B44B1"/>
|
|
38
|
+
<stop offset="0.790157" stop-color="#0094F0"/>
|
|
39
|
+
<stop offset="1" stop-color="#29C3FF"/>
|
|
40
|
+
</linearGradient>
|
|
41
|
+
<radialGradient id="paint6_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(29.8372 74.4659) rotate(-30.9639) scale(28.9685 14.6962)">
|
|
42
|
+
<stop stop-color="#0D1F69"/>
|
|
43
|
+
<stop offset="1" stop-color="#2052CB" stop-opacity="0"/>
|
|
44
|
+
</radialGradient>
|
|
45
|
+
<radialGradient id="paint7_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(47.0806 47.9867) rotate(90) scale(20.5585)">
|
|
46
|
+
<stop offset="0.540368" stop-color="#1B44B1"/>
|
|
47
|
+
<stop offset="1" stop-color="#0078D4" stop-opacity="0"/>
|
|
48
|
+
</radialGradient>
|
|
49
|
+
<radialGradient id="paint8_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(41.7373 39.752) rotate(85.9964) scale(35.2136 27.5791)">
|
|
50
|
+
<stop stop-color="#C4F3F8"/>
|
|
51
|
+
<stop offset="0.375372" stop-color="#67E9F7"/>
|
|
52
|
+
<stop offset="0.712144" stop-color="#53CCFB"/>
|
|
53
|
+
<stop offset="1" stop-color="#63A4FF"/>
|
|
54
|
+
</radialGradient>
|
|
55
|
+
</defs>
|
|
56
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// @thesvg/svelte - Microsoft Dynamics 365 Customer Insights
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SvelteComponent } from 'svelte';
|
|
5
|
+
import type { SVGAttributes } from 'svelte/elements';
|
|
6
|
+
|
|
7
|
+
export default class MicrosoftDynamics365CustomerInsights extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Microsoft Dynamics 365 Customer Service -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<path d="M67.4112 12H90C93.3137 12 96 14.6863 96 18V35.3441C96 39.8947 94.3668 44.2942 91.3973 47.7424L63.1551 80.5382C55.176 89.8037 40.824 89.8037 32.8449 80.5381L18.8076 64.2373L62.9034 14.0402C64.0426 12.7434 65.6851 12 67.4112 12Z" fill="url(#paint0_linear_4303_1230)"/>
|
|
5
|
+
<path d="M67.4112 12H90C93.3137 12 96 14.6863 96 18V35.3441C96 39.8947 94.3668 44.2942 91.3973 47.7424L63.1551 80.5382C55.176 89.8037 40.824 89.8037 32.8449 80.5381L18.8076 64.2373L62.9034 14.0402C64.0426 12.7434 65.6851 12 67.4112 12Z" fill="url(#paint1_radial_4303_1230)"/>
|
|
6
|
+
<path d="M28.5892 12H6C2.68629 12 0 14.6863 0 18V40.1703C0 41.6073 0.515716 42.9965 1.45337 44.0854L32.8435 80.5387C40.823 89.8053 55.1765 89.8048 63.1553 80.5376L77.1954 64.2305L33.0965 14.0397C31.9574 12.7432 30.3151 12 28.5892 12Z" fill="url(#paint2_linear_4303_1230)"/>
|
|
7
|
+
<path d="M62.7832 47.8271C70.3237 56.4088 83.6506 56.4283 91.2236 47.9434L63.1553 80.5381C55.1762 89.8037 40.8238 89.8037 32.8447 80.5381L18.8076 64.2373L48.001 31.0039L62.7832 47.8271Z" fill="url(#paint3_linear_4303_1230)"/>
|
|
8
|
+
<path d="M62.7832 47.8271C70.3237 56.4088 83.6506 56.4283 91.2236 47.9434L63.1553 80.5381C55.1762 89.8037 40.8238 89.8037 32.8447 80.5381L18.8076 64.2373L48.001 31.0039L62.7832 47.8271Z" fill="url(#paint4_linear_4303_1230)"/>
|
|
9
|
+
<defs>
|
|
10
|
+
<linearGradient id="paint0_linear_4303_1230" x1="93.5333" y1="11.1039" x2="91.0594" y2="55.0684" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop stop-color="#9C6CFE"/>
|
|
12
|
+
<stop offset="0.550303" stop-color="#7A41DC"/>
|
|
13
|
+
<stop offset="1" stop-color="#5B2AB5"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<radialGradient id="paint1_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(70.4999 8.5) rotate(90) scale(46.5 62.8736)">
|
|
16
|
+
<stop offset="0.631434" stop-color="#4B20A0" stop-opacity="0"/>
|
|
17
|
+
<stop offset="1" stop-color="#4B20A0"/>
|
|
18
|
+
</radialGradient>
|
|
19
|
+
<linearGradient id="paint2_linear_4303_1230" x1="7.01238e-07" y1="19.0822" x2="57.6358" y2="86.846" gradientUnits="userSpaceOnUse">
|
|
20
|
+
<stop stop-color="#F8C4FA"/>
|
|
21
|
+
<stop offset="0.468701" stop-color="#E4A7FE"/>
|
|
22
|
+
<stop offset="1" stop-color="#AC80FF"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="paint3_linear_4303_1230" x1="66.7859" y1="52.1348" x2="35.9669" y2="82.7397" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop stop-color="#AC80FF"/>
|
|
26
|
+
<stop offset="0.699029" stop-color="#CC75FD" stop-opacity="0.190939"/>
|
|
27
|
+
<stop offset="1" stop-color="#D373FC" stop-opacity="0"/>
|
|
28
|
+
</linearGradient>
|
|
29
|
+
<linearGradient id="paint4_linear_4303_1230" x1="53.5136" y1="56.9223" x2="69.4716" y2="72.7695" gradientUnits="userSpaceOnUse">
|
|
30
|
+
<stop stop-color="#9C6CFE" stop-opacity="0"/>
|
|
31
|
+
<stop offset="0.50385" stop-color="#9C6CFE" stop-opacity="0.282283"/>
|
|
32
|
+
<stop offset="1" stop-color="#9C6CFE"/>
|
|
33
|
+
</linearGradient>
|
|
34
|
+
</defs>
|
|
35
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// @thesvg/svelte - Microsoft Dynamics 365 Customer Service
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SvelteComponent } from 'svelte';
|
|
5
|
+
import type { SVGAttributes } from 'svelte/elements';
|
|
6
|
+
|
|
7
|
+
export default class MicrosoftDynamics365CustomerService extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Microsoft Dynamics 365 Customer Voice -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<g clip-path="url(#clip0_4303_1230)">
|
|
5
|
+
<g clip-path="url(#clip1_4303_1230)">
|
|
6
|
+
<path d="M73.2163 88.9609C74.6428 89.3556 76.1804 89.1102 77.3554 88.2102C82.22 84.4842 86.356 79.8074 89.4793 74.3978C95.7118 63.6026 97.4008 50.7737 94.1746 38.7333C90.9484 26.6929 83.0712 16.4272 72.2761 10.1946C62.9315 4.79949 52.063 2.80898 41.5012 4.46406C38.773 4.89157 37.191 7.66156 37.9057 10.3289L39.1998 15.1585C45.8604 13.3738 52.9573 14.3081 58.9291 17.7559C64.9008 21.2038 69.2584 26.8826 71.0431 33.5433C72.8278 40.204 71.8935 47.3008 68.4457 53.2726C65.838 57.7892 61.9541 61.3825 57.3344 63.6376C54.8529 64.849 53.2377 67.549 53.9524 70.2163L57.8347 84.7052L73.2163 88.9609Z" fill="url(#paint0_linear_4303_1230)"/>
|
|
7
|
+
<path d="M73.2163 88.9609C74.6428 89.3556 76.1804 89.1102 77.3554 88.2102C82.22 84.4842 86.356 79.8074 89.4793 74.3978C95.7118 63.6026 97.4008 50.7737 94.1746 38.7333C90.9484 26.6929 83.0712 16.4272 72.2761 10.1946C62.9315 4.79949 52.063 2.80898 41.5012 4.46406C38.773 4.89157 37.191 7.66156 37.9057 10.3289L39.1998 15.1585C45.8604 13.3738 52.9573 14.3081 58.9291 17.7559C64.9008 21.2038 69.2584 26.8826 71.0431 33.5433C72.8278 40.204 71.8935 47.3008 68.4457 53.2726C65.838 57.7892 61.9541 61.3825 57.3344 63.6376C54.8529 64.849 53.2377 67.549 53.9524 70.2163L57.8347 84.7052L73.2163 88.9609Z" fill="url(#paint1_linear_4303_1230)"/>
|
|
8
|
+
<path d="M73.2163 88.9609C74.6428 89.3556 76.1804 89.1102 77.3554 88.2102C82.22 84.4842 86.356 79.8074 89.4793 74.3978C95.7118 63.6026 97.4008 50.7737 94.1746 38.7333C90.9484 26.6929 83.0712 16.4272 72.2761 10.1946C62.9315 4.79949 52.063 2.80898 41.5012 4.46406C38.773 4.89157 37.191 7.66156 37.9057 10.3289L39.1998 15.1585C45.8604 13.3738 52.9573 14.3081 58.9291 17.7559C64.9008 21.2038 69.2584 26.8826 71.0431 33.5433C72.8278 40.204 71.8935 47.3008 68.4457 53.2726C65.838 57.7892 61.9541 61.3825 57.3344 63.6376C54.8529 64.849 53.2377 67.549 53.9524 70.2163L57.8347 84.7052L73.2163 88.9609Z" fill="url(#paint2_radial_4303_1230)"/>
|
|
9
|
+
<path d="M37.9056 10.3289C38.6204 12.9961 41.3697 14.5264 44.1244 14.3347C49.2526 13.9779 54.4125 15.1481 58.9291 17.7556C64.9008 21.2034 69.2586 26.8822 71.0433 33.5427C72.8281 40.2034 71.8935 47.3004 68.4457 53.2722C65.838 57.7888 61.954 61.3824 57.3344 63.6375C54.8572 64.8469 53.2428 67.54 53.9486 70.2029L56.8002 80.8416C50.1396 82.6262 43.0424 81.6916 37.0707 78.2439C31.099 74.7961 26.7412 69.1173 24.9564 62.4568C23.1717 55.7961 24.1063 48.6991 27.5541 42.7273C30.1618 38.2107 34.0457 34.6172 38.6654 32.3621C39.3438 32.0308 39.956 31.5869 40.475 31.0642L37.5179 8.87964L37.9056 10.3289Z" fill="url(#paint3_linear_4303_1230)"/>
|
|
10
|
+
<path d="M42.0471 25.7834C42.7618 28.4508 41.1466 31.1508 38.6651 32.3621C34.0454 34.6173 30.1615 38.2105 27.5538 42.7271C24.106 48.6989 23.1717 55.7958 24.9564 62.4564C26.7411 69.1171 31.0987 74.796 37.0705 78.2438C43.0423 81.6916 50.1391 82.6259 56.7998 80.8412L50.0705 55.7271L40.753 20.9538L42.0471 25.7834Z" fill="url(#paint4_radial_4303_1230)"/>
|
|
11
|
+
<path d="M53.9529 70.216C53.2382 67.5486 54.8533 64.8486 57.3349 63.6373C61.9545 61.3822 65.8385 57.7889 68.4462 53.2723C71.894 47.3005 72.8283 40.2036 71.0436 33.543C69.2588 26.8823 64.9013 21.2034 58.9295 17.7556C54.4129 15.1479 49.2527 13.978 44.1243 14.3349C41.3696 14.5266 38.6208 12.9959 37.9061 10.3286L37.5179 8.87968L45.9295 40.2723L55.5058 76.0115L53.9529 70.216Z" fill="url(#paint5_radial_4303_1230)"/>
|
|
12
|
+
<path d="M18.6438 7.78969C19.8188 6.88969 21.3564 6.64433 22.7829 7.03901L38.1645 11.2947L42.0468 25.7836C42.7615 28.451 41.1463 31.151 38.6648 32.3623C34.0451 34.6174 30.1612 38.2107 27.5535 42.7273C24.1057 48.6991 23.1714 55.796 24.9561 62.4566C26.7408 69.1173 31.0984 74.7962 37.0702 78.244C41.5868 80.8517 46.747 82.0215 51.8753 81.6647C54.6301 81.473 56.2201 78.6791 55.5054 76.0118L54.9877 74.0799L58.0936 85.671C58.8083 88.3384 57.2262 91.1084 54.4981 91.5359C43.9362 93.1909 33.0677 91.2004 23.7232 85.8053C12.928 79.5728 5.05088 69.3071 1.82465 57.2666C-1.40157 45.2262 0.287383 32.3973 6.51997 21.6022C9.6432 16.1926 13.7792 11.5157 18.6438 7.78969Z" fill="url(#paint6_linear_4303_1230)"/>
|
|
13
|
+
<path d="M18.6438 7.78969C19.8188 6.88969 21.3564 6.64433 22.7829 7.03901L38.1645 11.2947L42.0468 25.7836C42.7615 28.451 41.1463 31.151 38.6648 32.3623C34.0451 34.6174 30.1612 38.2107 27.5535 42.7273C24.1057 48.6991 23.1714 55.796 24.9561 62.4566C26.7408 69.1173 31.0984 74.7962 37.0702 78.244C41.5868 80.8517 46.747 82.0215 51.8753 81.6647C54.6301 81.473 56.2201 78.6791 55.5054 76.0118L54.9877 74.0799L58.0936 85.671C58.8083 88.3384 57.2262 91.1084 54.4981 91.5359C43.9362 93.1909 33.0677 91.2004 23.7232 85.8053C12.928 79.5728 5.05088 69.3071 1.82465 57.2666C-1.40157 45.2262 0.287383 32.3973 6.51997 21.6022C9.6432 16.1926 13.7792 11.5157 18.6438 7.78969Z" fill="url(#paint7_linear_4303_1230)"/>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
<defs>
|
|
17
|
+
<linearGradient id="paint0_linear_4303_1230" x1="44.8081" y1="5.82348" x2="82.7827" y2="87.6532" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop stop-color="#0E5A5D"/>
|
|
19
|
+
<stop offset="1" stop-color="#1A7F7C"/>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<linearGradient id="paint1_linear_4303_1230" x1="82.0987" y1="29.6058" x2="39.379" y2="7.58229" gradientUnits="userSpaceOnUse">
|
|
22
|
+
<stop stop-color="#136C6C" stop-opacity="0"/>
|
|
23
|
+
<stop offset="1" stop-color="#09638E"/>
|
|
24
|
+
</linearGradient>
|
|
25
|
+
<radialGradient id="paint2_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(45.9291 40.2726) rotate(-17.3071) scale(36.2104 35.6071)">
|
|
26
|
+
<stop offset="0.599243" stop-color="#024169"/>
|
|
27
|
+
<stop offset="1" stop-color="#136C6C" stop-opacity="0"/>
|
|
28
|
+
</radialGradient>
|
|
29
|
+
<linearGradient id="paint3_linear_4303_1230" x1="66.0002" y1="71.5" x2="27.5" y2="29.0001" gradientUnits="userSpaceOnUse">
|
|
30
|
+
<stop stop-color="#1EC8B0"/>
|
|
31
|
+
<stop offset="0.5973" stop-color="#20AC9D"/>
|
|
32
|
+
<stop offset="1" stop-color="#22918B"/>
|
|
33
|
+
</linearGradient>
|
|
34
|
+
<radialGradient id="paint4_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(55.0001 51.5) rotate(162.289) scale(34.8947 41.6755)">
|
|
35
|
+
<stop offset="0.425349" stop-color="#20AC9D" stop-opacity="0"/>
|
|
36
|
+
<stop offset="1" stop-color="#0C74A1"/>
|
|
37
|
+
</radialGradient>
|
|
38
|
+
<radialGradient id="paint5_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(39.0001 41.5) rotate(17.1027) scale(34.0037 62.4758)">
|
|
39
|
+
<stop offset="0.51198" stop-color="#20AC9D" stop-opacity="0"/>
|
|
40
|
+
<stop offset="1" stop-color="#43E5CA"/>
|
|
41
|
+
</radialGradient>
|
|
42
|
+
<linearGradient id="paint6_linear_4303_1230" x1="13.0645" y1="8.41726" x2="36.6884" y2="96.5829" gradientUnits="userSpaceOnUse">
|
|
43
|
+
<stop stop-color="#98F0B0"/>
|
|
44
|
+
<stop offset="0.475238" stop-color="#43E5CA"/>
|
|
45
|
+
<stop offset="1" stop-color="#1EC8B0"/>
|
|
46
|
+
</linearGradient>
|
|
47
|
+
<linearGradient id="paint7_linear_4303_1230" x1="47.252" y1="81.1501" x2="56.9918" y2="81.5951" gradientUnits="userSpaceOnUse">
|
|
48
|
+
<stop stop-color="#1EC8B0" stop-opacity="0"/>
|
|
49
|
+
<stop offset="1" stop-color="#73EDD8"/>
|
|
50
|
+
</linearGradient>
|
|
51
|
+
<clipPath id="clip0_4303_1230">
|
|
52
|
+
<rect width="96" height="96" fill="white"/>
|
|
53
|
+
</clipPath>
|
|
54
|
+
<clipPath id="clip1_4303_1230">
|
|
55
|
+
<rect width="96" height="96" fill="white"/>
|
|
56
|
+
</clipPath>
|
|
57
|
+
</defs>
|
|
58
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// @thesvg/svelte - Microsoft Dynamics 365 Customer Voice
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SvelteComponent } from 'svelte';
|
|
5
|
+
import type { SVGAttributes } from 'svelte/elements';
|
|
6
|
+
|
|
7
|
+
export default class MicrosoftDynamics365CustomerVoice extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Microsoft Dynamics 365 Field Service -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<path d="M71.0557 2C74.0859 2 76.856 3.71206 78.2112 6.42239L94.2251 38.4513C95.3433 40.688 95.3514 43.3189 94.2469 45.5624L83.4318 67.5306C82.0855 70.2652 79.3023 71.9972 76.2542 71.9971L31.0157 71.9959L30.7822 2H71.0557Z" fill="url(#paint0_linear_4303_1230)"/>
|
|
5
|
+
<path d="M71.0557 2C74.0859 2 76.856 3.71206 78.2112 6.42239L94.2251 38.4513C95.3433 40.688 95.3514 43.3189 94.2469 45.5624L83.4318 67.5306C82.0855 70.2652 79.3023 71.9972 76.2542 71.9971L31.0157 71.9959L30.7822 2H71.0557Z" fill="url(#paint1_radial_4303_1230)"/>
|
|
6
|
+
<path d="M71.0557 2C74.0859 2 76.856 3.71206 78.2112 6.42239L94.2251 38.4513C95.3433 40.688 95.3514 43.3189 94.2469 45.5624L83.4318 67.5306C82.0855 70.2652 79.3023 71.9972 76.2542 71.9971L31.0157 71.9959L30.7822 2H71.0557Z" fill="url(#paint2_linear_4303_1230)"/>
|
|
7
|
+
<path d="M22.4 29.2C18.3711 37.2578 18.3711 46.7422 22.4 54.8L39.0557 88.1114C42.7409 95.4819 53.259 95.4819 56.9443 88.1114L73.6 54.7997C77.6289 46.7419 77.6289 37.2574 73.5999 29.1997C63.0521 8.10422 32.9477 8.10445 22.4 29.2Z" fill="url(#paint3_linear_4303_1230)"/>
|
|
8
|
+
<path d="M64.9999 41.9433C65.0312 51.3321 57.4455 58.9686 48.0567 58.9999C38.6679 59.0312 31.0314 51.4455 31.0001 42.0567C30.9688 32.6679 38.5545 25.0314 47.9433 25.0001C57.3321 24.9688 64.9686 32.5545 64.9999 41.9433Z" fill="url(#paint4_linear_4303_1230)" fill-opacity="0.6"/>
|
|
9
|
+
<path d="M22.4 29.2C18.3711 37.2578 18.3711 46.7422 22.4 54.8L39.0557 88.1114C42.7409 95.4819 53.259 95.4819 56.9443 88.1114L73.6 54.7997C77.6289 46.7419 77.6289 37.2574 73.5999 29.1997C63.0521 8.10422 32.9477 8.10445 22.4 29.2Z" fill="url(#paint5_linear_4303_1230)"/>
|
|
10
|
+
<path d="M24.9512 2C21.9215 2 19.1517 3.71152 17.7964 6.42118L1.80366 38.3941C0.669187 40.6622 0.677265 43.3338 1.82543 45.595L13.0103 67.622C14.3741 70.3079 17.1311 72 20.1434 72H31.0078L63.7887 6.42297C65.1437 3.71233 67.914 2.00001 70.9444 2.00001L71.4989 2.00001L24.9512 2Z" fill="url(#paint6_linear_4303_1230)"/>
|
|
11
|
+
<path d="M22.4 29.1997C29.6552 14.6896 46.163 10.16 59.1947 15.6111L31.0076 72.0003L30.9998 71.9993L22.4004 54.8004C18.3715 46.7426 18.3711 37.2574 22.4 29.1997Z" fill="url(#paint7_linear_4303_1230)"/>
|
|
12
|
+
<defs>
|
|
13
|
+
<linearGradient id="paint0_linear_4303_1230" x1="61.9374" y1="7.02464" x2="100.813" y2="64.2912" gradientUnits="userSpaceOnUse">
|
|
14
|
+
<stop stop-color="#944600"/>
|
|
15
|
+
<stop offset="1" stop-color="#E67505"/>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<radialGradient id="paint1_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(48.1363 43.1061) rotate(-0.191073) scale(41.5 41.5)">
|
|
18
|
+
<stop offset="0.525252" stop-color="#741C06"/>
|
|
19
|
+
<stop offset="1" stop-color="#AE5606" stop-opacity="0"/>
|
|
20
|
+
</radialGradient>
|
|
21
|
+
<linearGradient id="paint2_linear_4303_1230" x1="75.1933" y1="18.8051" x2="57.9412" y2="12.4127" gradientUnits="userSpaceOnUse">
|
|
22
|
+
<stop stop-color="#944600" stop-opacity="0"/>
|
|
23
|
+
<stop offset="1" stop-color="#741C06"/>
|
|
24
|
+
</linearGradient>
|
|
25
|
+
<linearGradient id="paint3_linear_4303_1230" x1="76.2719" y1="26.6133" x2="43.9862" y2="94.8784" gradientUnits="userSpaceOnUse">
|
|
26
|
+
<stop stop-color="#FFCD0F"/>
|
|
27
|
+
<stop offset="0.335265" stop-color="#FFA43D"/>
|
|
28
|
+
<stop offset="0.739919" stop-color="#E67505"/>
|
|
29
|
+
<stop offset="1" stop-color="#CA6407"/>
|
|
30
|
+
</linearGradient>
|
|
31
|
+
<linearGradient id="paint4_linear_4303_1230" x1="47.9433" y1="25.0001" x2="48.0567" y2="58.9999" gradientUnits="userSpaceOnUse">
|
|
32
|
+
<stop stop-color="#CD3E1D"/>
|
|
33
|
+
<stop offset="1" stop-color="#CD3E1D" stop-opacity="0"/>
|
|
34
|
+
</linearGradient>
|
|
35
|
+
<linearGradient id="paint5_linear_4303_1230" x1="42.9649" y1="40.221" x2="60.223" y2="47.7314" gradientUnits="userSpaceOnUse">
|
|
36
|
+
<stop stop-color="#944600"/>
|
|
37
|
+
<stop offset="1" stop-color="#E67505" stop-opacity="0"/>
|
|
38
|
+
</linearGradient>
|
|
39
|
+
<linearGradient id="paint6_linear_4303_1230" x1="31.4998" y1="2.16161" x2="31.7533" y2="78.1611" gradientUnits="userSpaceOnUse">
|
|
40
|
+
<stop stop-color="#FFE994"/>
|
|
41
|
+
<stop offset="0.146031" stop-color="#FFCD0F"/>
|
|
42
|
+
<stop offset="1" stop-color="#FFA43D"/>
|
|
43
|
+
</linearGradient>
|
|
44
|
+
<linearGradient id="paint7_linear_4303_1230" x1="45.5564" y1="10.1388" x2="29.6279" y2="81.6425" gradientUnits="userSpaceOnUse">
|
|
45
|
+
<stop stop-color="#FFC205"/>
|
|
46
|
+
<stop offset="1" stop-color="#FF921F"/>
|
|
47
|
+
</linearGradient>
|
|
48
|
+
</defs>
|
|
49
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// @thesvg/svelte - Microsoft Dynamics 365 Field Service
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SvelteComponent } from 'svelte';
|
|
5
|
+
import type { SVGAttributes } from 'svelte/elements';
|
|
6
|
+
|
|
7
|
+
export default class MicrosoftDynamics365FieldService extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Microsoft Dynamics 365 Finance and Operations -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<path d="M38.4997 35.264C40.2039 33.5578 42.9686 33.5566 44.6744 35.2612L78.7179 69.282L59.4249 88.5749C49.5854 98.4143 33.6332 98.4163 23.7912 88.5793L9.13285 73.9283C6.57551 71.3722 6.57378 67.2272 9.12898 64.669L38.4997 35.264Z" fill="url(#paint0_linear_4303_1230)"/>
|
|
5
|
+
<path d="M38.4997 35.264C40.2039 33.5578 42.9686 33.5566 44.6744 35.2612L78.7179 69.282L59.4249 88.5749C49.5854 98.4143 33.6332 98.4163 23.7912 88.5793L9.13285 73.9283C6.57551 71.3722 6.57378 67.2272 9.12898 64.669L38.4997 35.264Z" fill="url(#paint1_radial_4303_1230)"/>
|
|
6
|
+
<path d="M38.4997 35.264C40.2039 33.5578 42.9686 33.5566 44.6744 35.2612L78.7179 69.282L59.4249 88.5749C49.5854 98.4143 33.6332 98.4163 23.7912 88.5793L9.13285 73.9283C6.57551 71.3722 6.57378 67.2272 9.12898 64.669L38.4997 35.264Z" fill="url(#paint2_linear_4303_1230)"/>
|
|
7
|
+
<path d="M78.7173 26.7173L89.1956 37.1962C95.1625 43.1634 95.1622 52.8378 89.1951 58.8046L67.2576 80.7414L67.9127 80.0863C73.8798 74.1192 73.8797 64.4444 67.9123 58.4774L57.4349 48.0007L78.7173 26.7173Z" fill="url(#paint3_linear_4303_1230)"/>
|
|
8
|
+
<path d="M78.7173 26.7173L89.1956 37.1962C95.1625 43.1634 95.1622 52.8378 89.1951 58.8046L67.2576 80.7414L67.9127 80.0863C73.8798 74.1192 73.8797 64.4444 67.9123 58.4774L57.4349 48.0007L78.7173 26.7173Z" fill="url(#paint4_radial_4303_1230)"/>
|
|
9
|
+
<path d="M23.7907 7.42894C33.6319 -2.41227 49.5876 -2.41226 59.4288 7.42895L91.2682 39.2684L89.5214 37.5216C83.5544 31.5545 73.88 31.5545 67.9129 37.5216L46.2401 59.1944C43.6828 61.7517 39.5366 61.7517 36.9793 59.1944L9.13269 31.3477C6.57539 28.7904 6.57539 24.6442 9.13269 22.0869L23.7907 7.42894Z" fill="url(#paint5_linear_4303_1230)"/>
|
|
10
|
+
<path d="M23.7907 7.42894C33.6319 -2.41227 49.5876 -2.41226 59.4288 7.42895L91.2682 39.2684L89.5214 37.5216C83.5544 31.5545 73.88 31.5545 67.9129 37.5216L46.2401 59.1944C43.6828 61.7517 39.5366 61.7517 36.9793 59.1944L9.13269 31.3477C6.57539 28.7904 6.57539 24.6442 9.13269 22.0869L23.7907 7.42894Z" fill="url(#paint6_linear_4303_1230)"/>
|
|
11
|
+
<path d="M36.9792 36.8051C39.5365 34.2476 43.6829 34.2476 46.2403 36.8051L57.4351 48.0006L46.24 59.195C43.6827 61.7521 39.5368 61.7521 36.9795 59.1951L25.7843 48.0006L36.9792 36.8051Z" fill="url(#paint7_linear_4303_1230)"/>
|
|
12
|
+
<defs>
|
|
13
|
+
<linearGradient id="paint0_linear_4303_1230" x1="41.598" y1="32.1621" x2="39.6927" y2="98.9342" gradientUnits="userSpaceOnUse">
|
|
14
|
+
<stop stop-color="#8B52F4"/>
|
|
15
|
+
<stop offset="1" stop-color="#3D35B1"/>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<radialGradient id="paint1_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(41.064 47.454) rotate(90) scale(21.2822 21.284)">
|
|
18
|
+
<stop offset="0.4" stop-color="#3D35B1"/>
|
|
19
|
+
<stop offset="1" stop-color="#3D35B1" stop-opacity="0"/>
|
|
20
|
+
</radialGradient>
|
|
21
|
+
<linearGradient id="paint2_linear_4303_1230" x1="69.986" y1="54.0024" x2="49.2495" y2="63.825" gradientUnits="userSpaceOnUse">
|
|
22
|
+
<stop stop-color="#3D35B1"/>
|
|
23
|
+
<stop offset="1" stop-color="#3D35B1" stop-opacity="0"/>
|
|
24
|
+
</linearGradient>
|
|
25
|
+
<linearGradient id="paint3_linear_4303_1230" x1="79.263" y1="33.8114" x2="80.3544" y2="68.736" gradientUnits="userSpaceOnUse">
|
|
26
|
+
<stop stop-color="#7A41DC"/>
|
|
27
|
+
<stop offset="1" stop-color="#AC80FF"/>
|
|
28
|
+
</linearGradient>
|
|
29
|
+
<radialGradient id="paint4_radial_4303_1230" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(78.1716 76.3758) rotate(-79.0889) scale(46.1268 30.0978)">
|
|
30
|
+
<stop offset="0.647013" stop-color="#8B52F4" stop-opacity="0"/>
|
|
31
|
+
<stop offset="1" stop-color="#6D37CD"/>
|
|
32
|
+
</radialGradient>
|
|
33
|
+
<linearGradient id="paint5_linear_4303_1230" x1="42.7011" y1="-8.20735" x2="44.3382" y2="60.5506" gradientUnits="userSpaceOnUse">
|
|
34
|
+
<stop stop-color="#EBC7FA"/>
|
|
35
|
+
<stop offset="1" stop-color="#BD96FF"/>
|
|
36
|
+
</linearGradient>
|
|
37
|
+
<linearGradient id="paint6_linear_4303_1230" x1="44.8839" y1="20.1689" x2="59.0721" y2="5.9808" gradientUnits="userSpaceOnUse">
|
|
38
|
+
<stop stop-color="#CEB0FF" stop-opacity="0"/>
|
|
39
|
+
<stop offset="1" stop-color="#FECBE6"/>
|
|
40
|
+
</linearGradient>
|
|
41
|
+
<linearGradient id="paint7_linear_4303_1230" x1="46" y1="59.5" x2="46" y2="26.5" gradientUnits="userSpaceOnUse">
|
|
42
|
+
<stop stop-color="#9C6CFE"/>
|
|
43
|
+
<stop offset="1" stop-color="#BD96FF"/>
|
|
44
|
+
</linearGradient>
|
|
45
|
+
</defs>
|
|
46
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// @thesvg/svelte - Microsoft Dynamics 365 Finance and Operations
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SvelteComponent } from 'svelte';
|
|
5
|
+
import type { SVGAttributes } from 'svelte/elements';
|
|
6
|
+
|
|
7
|
+
export default class MicrosoftDynamics365FinanceAndOperations extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
|