@thesvg/svelte 3.2.9 → 3.2.11

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.
Files changed (77) hide show
  1. package/dist/index.d.ts +37 -0
  2. package/dist/index.js +37 -0
  3. package/dist/microsoft-dynamics-365-business-central.svelte +82 -0
  4. package/dist/microsoft-dynamics-365-business-central.svelte.d.ts +7 -0
  5. package/dist/microsoft-dynamics-365-commerce.svelte +25 -0
  6. package/dist/microsoft-dynamics-365-commerce.svelte.d.ts +7 -0
  7. package/dist/microsoft-dynamics-365-contact-center.svelte +41 -0
  8. package/dist/microsoft-dynamics-365-contact-center.svelte.d.ts +7 -0
  9. package/dist/microsoft-dynamics-365-customer-insights.svelte +56 -0
  10. package/dist/microsoft-dynamics-365-customer-insights.svelte.d.ts +7 -0
  11. package/dist/microsoft-dynamics-365-customer-service.svelte +35 -0
  12. package/dist/microsoft-dynamics-365-customer-service.svelte.d.ts +7 -0
  13. package/dist/microsoft-dynamics-365-customer-voice.svelte +58 -0
  14. package/dist/microsoft-dynamics-365-customer-voice.svelte.d.ts +7 -0
  15. package/dist/microsoft-dynamics-365-field-service.svelte +49 -0
  16. package/dist/microsoft-dynamics-365-field-service.svelte.d.ts +7 -0
  17. package/dist/microsoft-dynamics-365-finance-and-operations.svelte +46 -0
  18. package/dist/microsoft-dynamics-365-finance-and-operations.svelte.d.ts +7 -0
  19. package/dist/microsoft-dynamics-365-finance.svelte +51 -0
  20. package/dist/microsoft-dynamics-365-finance.svelte.d.ts +7 -0
  21. package/dist/microsoft-dynamics-365-human-resources.svelte +48 -0
  22. package/dist/microsoft-dynamics-365-human-resources.svelte.d.ts +7 -0
  23. package/dist/microsoft-dynamics-365-intelligent-order-management.svelte +47 -0
  24. package/dist/microsoft-dynamics-365-intelligent-order-management.svelte.d.ts +7 -0
  25. package/dist/microsoft-dynamics-365-project-operations.svelte +50 -0
  26. package/dist/microsoft-dynamics-365-project-operations.svelte.d.ts +7 -0
  27. package/dist/microsoft-dynamics-365-sales-insights.svelte +46 -0
  28. package/dist/microsoft-dynamics-365-sales-insights.svelte.d.ts +7 -0
  29. package/dist/microsoft-dynamics-365-sales.svelte +66 -0
  30. package/dist/microsoft-dynamics-365-sales.svelte.d.ts +7 -0
  31. package/dist/microsoft-dynamics-365-supply-chain-management.svelte +58 -0
  32. package/dist/microsoft-dynamics-365-supply-chain-management.svelte.d.ts +7 -0
  33. package/dist/microsoft-dynamics-365.svelte +50 -0
  34. package/dist/microsoft-dynamics-365.svelte.d.ts +7 -0
  35. package/dist/microsoft-fabric-data-engineering.svelte +5 -0
  36. package/dist/microsoft-fabric-data-engineering.svelte.d.ts +7 -0
  37. package/dist/microsoft-fabric-data-factory.svelte +5 -0
  38. package/dist/microsoft-fabric-data-factory.svelte.d.ts +7 -0
  39. package/dist/microsoft-fabric-data-science.svelte +5 -0
  40. package/dist/microsoft-fabric-data-science.svelte.d.ts +7 -0
  41. package/dist/microsoft-fabric-data-warehouse.svelte +5 -0
  42. package/dist/microsoft-fabric-data-warehouse.svelte.d.ts +7 -0
  43. package/dist/microsoft-fabric-databases.svelte +5 -0
  44. package/dist/microsoft-fabric-databases.svelte.d.ts +7 -0
  45. package/dist/microsoft-fabric-graph-intelligence.svelte +5 -0
  46. package/dist/microsoft-fabric-graph-intelligence.svelte.d.ts +7 -0
  47. package/dist/microsoft-fabric-industry-solutions.svelte +5 -0
  48. package/dist/microsoft-fabric-industry-solutions.svelte.d.ts +7 -0
  49. package/dist/microsoft-fabric-iq.svelte +5 -0
  50. package/dist/microsoft-fabric-iq.svelte.d.ts +7 -0
  51. package/dist/microsoft-fabric-real-time-intelligence.svelte +5 -0
  52. package/dist/microsoft-fabric-real-time-intelligence.svelte.d.ts +7 -0
  53. package/dist/microsoft-fabric.svelte +5 -0
  54. package/dist/microsoft-fabric.svelte.d.ts +7 -0
  55. package/dist/microsoft-onelake.svelte +5 -0
  56. package/dist/microsoft-onelake.svelte.d.ts +7 -0
  57. package/dist/microsoft-power-bi.svelte +5 -0
  58. package/dist/microsoft-power-bi.svelte.d.ts +7 -0
  59. package/dist/microsoft-purview.svelte +5 -0
  60. package/dist/microsoft-purview.svelte.d.ts +7 -0
  61. package/dist/microsoft-viva-amplify.svelte +28 -0
  62. package/dist/microsoft-viva-amplify.svelte.d.ts +7 -0
  63. package/dist/microsoft-viva-connections.svelte +16 -0
  64. package/dist/microsoft-viva-connections.svelte.d.ts +7 -0
  65. package/dist/microsoft-viva-engage.svelte +34 -0
  66. package/dist/microsoft-viva-engage.svelte.d.ts +7 -0
  67. package/dist/microsoft-viva-glint.svelte +28 -0
  68. package/dist/microsoft-viva-glint.svelte.d.ts +7 -0
  69. package/dist/microsoft-viva-insights.svelte +21 -0
  70. package/dist/microsoft-viva-insights.svelte.d.ts +7 -0
  71. package/dist/microsoft-viva-learning.svelte +31 -0
  72. package/dist/microsoft-viva-learning.svelte.d.ts +7 -0
  73. package/dist/microsoft-viva-pulse.svelte +24 -0
  74. package/dist/microsoft-viva-pulse.svelte.d.ts +7 -0
  75. package/dist/microsoft-viva.svelte +45 -0
  76. package/dist/microsoft-viva.svelte.d.ts +7 -0
  77. package/package.json +1 -1
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Fabric Data Engineering
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 MicrosoftFabricDataEngineering extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,5 @@
1
+ <!-- @thesvg/svelte - Microsoft Fabric Data Factory -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <path fill="url(#i759c4f-a)" d="M15.557 44c-.828 0-1.467-.74-1.347-1.56C15.986 30.41 26.296 21.5 38.432 21.5h2.455c1.677 0 2.904-1 2.904-2.68l.14-.66v11.67c0 1.84-1.487 3.33-3.323 3.33H39.23a11.65 11.65 0 0 0-11.129 8.24l-.439 1.42c-.22.7-.858 1.18-1.587 1.18z"/><path fill="url(#i759c4f-b)" d="M15.557 44c-.828 0-1.467-.74-1.347-1.56C15.986 30.41 26.296 21.5 38.432 21.5h2.455c1.677 0 2.904-1 2.904-2.68l.14-.66v11.67c0 1.84-1.487 3.33-3.323 3.33H39.23a11.65 11.65 0 0 0-11.129 8.24l-.439 1.42c-.22.7-.858 1.18-1.587 1.18z"/><path fill="url(#i759c4f-c)" d="M5.667 30.67C4.749 30.67 4 29.92 4 29V19c0-.92.749-1.67 1.667-1.67h29.94c.919 0 1.667.75 1.667 1.67v10c0 .92-.748 1.67-1.667 1.67z"/><path fill="url(#i759c4f-d)" d="M5.667 30.67C4.749 30.67 4 29.92 4 29V19c0-.92.749-1.67 1.667-1.67h29.94c.919 0 1.667.75 1.667 1.67v10c0 .92-.748 1.67-1.667 1.67z"/><path fill="url(#i759c4f-e)" d="M15.577 4c-.838 0-1.487.75-1.367 1.58 1.776 12.25 12.256 21.33 24.611 21.33h2.066a3.036 3.036 0 0 1 3.034 3.04V18.17c0-1.84-1.487-3.33-3.323-3.33H39.22c-5.11 0-9.62-3.34-11.128-8.24l-.439-1.42c-.22-.7-.858-1.18-1.587-1.18z"/><path fill="url(#i759c4f-f)" d="M40.597 14.83H39.22c-2.366 0-4.601-.72-6.468-1.98v13.3c1.947.49 3.983.76 6.078.76h2.066a3.036 3.036 0 0 1 3.034 3.04V18.17c0-1.84-1.487-3.33-3.323-3.33z" opacity=".4"/><path fill="url(#i759c4f-g)" d="M15.656 4c-.838 0-1.487.75-1.367 1.58 1.776 12.25 12.255 21.33 24.61 21.33h2.067A3.036 3.036 0 0 1 44 29.95V18.17c0-1.84-1.487-3.33-3.324-3.33H39.3c-5.11 0-9.62-3.34-11.128-8.24l-.439-1.42c-.22-.7-.858-1.18-1.587-1.18z" opacity=".7"/><defs><linearGradient id="i759c4f-a" x1="16.545" x2="44.155" y1="45.96" y2="18.405" gradientUnits="userSpaceOnUse"><stop offset=".26" stop-color="#0D7012"/><stop offset="1" stop-color="#085714"/></linearGradient><linearGradient id="i759c4f-b" x1="57.414" x2="5.029" y1="26.11" y2="37.726" gradientUnits="userSpaceOnUse"><stop offset=".04" stop-color="#114A8A"/><stop offset="1" stop-color="#0C59A3" stop-opacity="0"/></linearGradient><linearGradient id="i759c4f-c" x1="-16.859" x2="36.246" y1="24" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#107C10"/><stop offset=".96" stop-color="#56B50E"/></linearGradient><linearGradient id="i759c4f-e" x1="45.827" x2="19.97" y1="37.66" y2=".798" gradientUnits="userSpaceOnUse"><stop offset=".04" stop-color="#33980F"/><stop offset="1" stop-color="#BAE884"/></linearGradient><linearGradient id="i759c4f-f" x1="37.792" x2="43.801" y1="21.4" y2="21.4" gradientUnits="userSpaceOnUse"><stop stop-color="#E5FAC1" stop-opacity="0"/><stop offset=".56" stop-color="#E5FAC1" stop-opacity=".52"/><stop offset="1" stop-color="#E5FAC1"/></linearGradient><linearGradient id="i759c4f-g" x1="12.941" x2="28.537" y1="-14.91" y2="12.033" gradientUnits="userSpaceOnUse"><stop offset=".14" stop-color="#FDE100"/><stop offset=".98" stop-color="#FFC600" stop-opacity="0"/></linearGradient><radialGradient id="i759c4f-d" cx="0" cy="0" r="1" gradientTransform="rotate(-56.322 35.626 -17.547)scale(10.1638 25.898)" gradientUnits="userSpaceOnUse"><stop stop-opacity=".3"/><stop offset="1" stop-opacity="0"/></radialGradient></defs>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Fabric Data Factory
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 MicrosoftFabricDataFactory extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,5 @@
1
+ <!-- @thesvg/svelte - Microsoft Fabric Data Science -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <path fill="url(#idd3c41-a)" d="M25.328 43.834c-.73.28-1.58.21-2.27-.25-1.15-.76-1.81-2.5-1.04-3.65l9.729-14.467 8.938 10.028c.61.69.55 1.74-.14 2.35-.14.13-.3.23-.47.3z"/><path fill="url(#idd3c41-b)" d="M17.488 26.517 8.02 12.27a1.6 1.6 0 0 1-.25-.87c0-.92.75-1.67 1.67-1.67.23 0 .54-.04.74.04l15.397 7.24-.88 1.75z"/><path fill="url(#idd3c41-c)" d="M23.548 43.844c-.17-.06-.33-.15-.49-.25a2.51 2.51 0 0 1-.7-3.47L40.855 12.28a1.663 1.663 0 0 0-.78-2.41L25.328 4.18c-.28-.11-.58-.17-.89-.17s-.61.06-.89.16L8.8 9.86c.2-.08.42-.13.65-.13s.44.05.64.13l11.638 5.61c.85.44 1.45 1.259 1.45 2.269 0 .63-.23 1.2-.62 1.64L8.2 35.495c-.61.69-.55 1.74.14 2.35.14.13.3.23.47.3l14.748 5.69"/><path fill="url(#idd3c41-d)" d="m10.12 9.86 11.638 5.608c.69.35 1.2.96 1.38 1.71l17.967-6.029c-.09-.58-.46-1.07-.99-1.29L25.369 4.17c-.28-.11-.58-.17-.89-.17s-.61.06-.89.16L8.84 9.85c.2-.08.42-.13.65-.13s.44.05.64.13z"/><defs><linearGradient id="idd3c41-a" x1="24.758" x2="35.906" y1="32.326" y2="41.684" gradientUnits="userSpaceOnUse"><stop stop-color="#292941"/><stop offset=".22" stop-color="#114A85"/><stop offset=".44" stop-color="#0A5BA0"/><stop offset=".65" stop-color="#0669B6"/></linearGradient><linearGradient id="idd3c41-b" x1="11.729" x2="22.428" y1="7.77" y2="23.058" gradientUnits="userSpaceOnUse"><stop offset=".22" stop-color="#114A85"/><stop offset=".85" stop-color="#0669B6"/></linearGradient><linearGradient id="idd3c41-c" x1="24.438" x2="24.438" y1="43.844" y2="4.01" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="#288CD9"/><stop offset=".75" stop-color="#3CC5EE"/></linearGradient><linearGradient id="idd3c41-d" x1="23.288" x2="26.517" y1="4.24" y2="16.268" gradientUnits="userSpaceOnUse"><stop stop-color="#A1ECFF" stop-opacity=".9"/><stop offset=".92" stop-color="#A1ECFF" stop-opacity="0"/></linearGradient></defs>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Fabric Data Science
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 MicrosoftFabricDataScience extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,5 @@
1
+ <!-- @thesvg/svelte - Microsoft Fabric Data Warehouse -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <path fill="url(#i2e87ee-a)" d="M39 42.712c2.76 0 5-2.237 5-4.993V18.25c0-.6-.31-1.119-.78-1.408-3.94-2.437-13.72-8.467-18.36-11.333a1.64 1.64 0 0 0-.85-.23c-.33 0-.63.1-.89.26C18.47 8.414 8.74 14.414 4.8 16.84c-.47.29-.79.819-.79 1.418v19.47a5 5 0 0 0 5 4.992h30l-.01-.01Z"/><path fill="url(#i2e87ee-b)" d="M4 26.546v11.173a5 5 0 0 0 5 4.992h30c2.76 0 5-2.236 5-4.992V26.546z"/><path fill="url(#i2e87ee-c)" d="M9 42.711c-2.76 0-5-2.236-5-4.992V26.077c0-.61.33-1.139.81-1.428l13.31-8.218a1.67 1.67 0 0 1 1.76 0l13.31 8.218c.49.29.81.819.81 1.428v11.642a5 5 0 0 0 5 4.992z"/><path fill="url(#i2e87ee-d)" d="M9 42.711c-2.76 0-5-2.236-5-4.992V26.077c0-.61.33-1.139.81-1.428l13.31-8.218a1.67 1.67 0 0 1 1.76 0l13.31 8.218c.49.29.81.819.81 1.428v11.642a5 5 0 0 0 5 4.992z"/><path fill="url(#i2e87ee-e)" d="M34 37.719V26.546H4v11.173a5 5 0 0 0 5 4.992h30c-2.76 0-5-2.236-5-4.992"/><path fill="url(#i2e87ee-f)" d="M9 42.712c-2.76 0-5-2.237-5-4.992v-3.815c0-.599.32-1.118.79-1.418l8.33-5.142a1.67 1.67 0 0 1 1.76 0s4.54 2.806 8.32 5.133c.48.29.8.818.8 1.417v3.825a5 5 0 0 0 5 4.992z"/><path fill="url(#i2e87ee-g)" d="M24.83 40.475A4.97 4.97 0 0 1 24 37.73v-3.824c0-.599-.32-1.128-.8-1.418-3.78-2.326-8.32-5.132-8.32-5.132a1.67 1.67 0 0 0-1.76 0l-8.33 5.142c-.47.29-.79.82-.79 1.418v3.814c0 1.019.31 1.967.83 2.756h20v-.01Z"/><defs><linearGradient id="i2e87ee-a" x1="24" x2="24" y1="42.712" y2="5.268" gradientUnits="userSpaceOnUse"><stop stop-color="#114A85"/><stop offset=".67" stop-color="#028EDB"/></linearGradient><linearGradient id="i2e87ee-b" x1="24" x2="24" y1="44.429" y2="28.263" gradientUnits="userSpaceOnUse"><stop stop-opacity=".2"/><stop offset=".55" stop-opacity="0"/></linearGradient><linearGradient id="i2e87ee-c" x1="21.5" x2="21.5" y1="42.711" y2="16.182" gradientUnits="userSpaceOnUse"><stop offset=".31" stop-color="#0094E5"/><stop offset="1" stop-color="#40D8F9"/></linearGradient><linearGradient id="i2e87ee-e" x1="21.5" x2="21.5" y1="42.711" y2="26.546" gradientUnits="userSpaceOnUse"><stop offset=".09" stop-opacity=".2"/><stop offset=".55" stop-opacity="0"/></linearGradient><linearGradient id="i2e87ee-f" x1="16.5" x2="16.5" y1="42.722" y2="27.096" gradientUnits="userSpaceOnUse"><stop stop-color="#3CC5EE"/><stop offset="1" stop-color="#50E0FF"/></linearGradient><linearGradient id="i2e87ee-g" x1="14.41" x2="14.41" y1="38.069" y2="24.689" gradientUnits="userSpaceOnUse"><stop stop-color="#A1ECFF" stop-opacity="0"/><stop offset=".9" stop-color="#A1ECFF" stop-opacity=".9"/></linearGradient><radialGradient id="i2e87ee-d" cx="0" cy="0" r="1" gradientTransform="matrix(14.69 0 0 14.6678 14.78 39.257)" gradientUnits="userSpaceOnUse"><stop stop-opacity=".3"/><stop offset="1" stop-opacity="0"/></radialGradient></defs>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Fabric Data Warehouse
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 MicrosoftFabricDataWarehouse extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,5 @@
1
+ <!-- @thesvg/svelte - Microsoft Fabric Databases -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <path fill="url(#iad9c8f-a)" d="M4.086 7.152A2.5 2.5 0 0 1 6.5 4h25.833C38.776 4 44 6.985 44 10.667v1.248l-2.616 18.752H13.452a2.5 2.5 0 0 1-2.375-1.72L4.124 7.281A2.5 2.5 0 0 1 6.5 4"/><path fill="url(#iad9c8f-b)" d="M22.598 37.333h14.626l.11-6.917V14.069c0-1.88-2.666-3.402-5.954-3.402H15.645a2.5 2.5 0 0 0-2.383 3.255l6.954 21.676a2.5 2.5 0 0 0 2.381 1.735Z"/><path fill="url(#iad9c8f-c)" d="m37.272 34.289.061-3.873V14.069c0-1.88-2.666-3.402-5.954-3.402H15.645a2.5 2.5 0 0 0-2.383 3.255l6.534 20.367z"/><path fill="url(#iad9c8f-d)" d="M29.352 42.248A2.5 2.5 0 0 0 31.738 44h.595C38.777 44 44 41.015 44 37.333V10.667c0 3.681-5.224 6.666-11.667 6.666h-7.546a2.5 2.5 0 0 0-2.38 3.268z"/><path fill="url(#iad9c8f-e)" d="M10.558 27.333h31.29L44 11.915v-1.248C44 6.985 38.776 4 32.333 4H6.5A2.5 2.5 0 0 0 4 6.5c0 .203.032.398.077.587.005.021.004.044.009.065l.006-.007c.011.045.018.092.033.136z"/><defs><linearGradient id="iad9c8f-a" x1="2.551" x2="43.555" y1="11.578" y2="22.565" gradientUnits="userSpaceOnUse"><stop stop-color="#D594F0"/><stop offset=".585" stop-color="#524BB5"/><stop offset=".826" stop-color="#0B3B7F"/><stop offset="1" stop-color="#002561"/></linearGradient><linearGradient id="iad9c8f-b" x1="11.314" x2="39.905" y1="19.667" y2="27.327" gradientUnits="userSpaceOnUse"><stop stop-color="#CFB6FB"/><stop offset=".257" stop-color="#B897F2"/><stop offset=".811" stop-color="#2F65DA"/></linearGradient><linearGradient id="iad9c8f-c" x1="25.239" x2="25.239" y1="10.667" y2="34.289" gradientUnits="userSpaceOnUse"><stop stop-color="#CFB6FB" stop-opacity=".25"/><stop offset=".15" stop-color="#CFB6FB" stop-opacity="0"/></linearGradient><linearGradient id="iad9c8f-d" x1="21.531" x2="46.693" y1="21.467" y2="30.626" gradientUnits="userSpaceOnUse"><stop offset=".059" stop-color="#EFCEFD"/><stop offset=".462" stop-color="#CFB6FB"/><stop offset=".673" stop-color="#B5A5F4"/><stop offset="1" stop-color="#8787E8"/></linearGradient><linearGradient id="iad9c8f-e" x1="24" x2="24" y1="4" y2="27.333" gradientUnits="userSpaceOnUse"><stop stop-color="#D594F0" stop-opacity=".2"/><stop offset=".457" stop-color="#D594F0" stop-opacity="0"/></linearGradient></defs>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Fabric Databases
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 MicrosoftFabricDatabases extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,5 @@
1
+ <!-- @thesvg/svelte - Microsoft Fabric Graph Intelligence -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <path fill="url(#ifeb0c4-i13d1d0-paint0_radial_62220_1872)" d="M30.533 4C35.744 4 40 8.208 40 13.398c0 6.373-5.417 9.223-12.457 8.519-2.126-.437-5.334-1.143-7.17-3.107.354-2.425.548-4.78.86-7.097C21.85 7.118 25.75 4 30.532 4"/><path fill="url(#ifeb0c4-i13d1d0-paint1_linear_62220_1872)" d="M30.533 4C35.744 4 40 8.208 40 13.398c0 6.373-5.417 9.223-12.457 8.519-2.126-.437-5.334-1.143-7.17-3.107.354-2.425.548-4.78.86-7.097C21.85 7.118 25.75 4 30.532 4"/><path fill="url(#ifeb0c4-i13d1d0-paint2_radial_62220_1872)" d="m24.209 30.105 1.44.176c3.807.615 6.35 3.165 6.351 6.855C32 40.926 29.044 44 25.36 44c-3.686 0-6.674-3.073-6.674-6.864 0-2.47-.88-5.254-3.626-6.142q.119.005.237.006c.834 0 1.578 0 2.394-.133 1.61-.262 3.367-.867 6.518-.762"/><path fill="url(#ifeb0c4-i13d1d0-paint3_radial_62220_1872)" d="m24.209 30.105 1.44.176c3.807.615 6.35 3.165 6.351 6.855C32 40.926 29.044 44 25.36 44c-3.686 0-6.674-3.073-6.674-6.864 0-2.47-.88-5.254-3.626-6.142q.119.005.237.006c.834 0 1.578 0 2.394-.133 1.61-.262 3.367-.867 6.518-.762"/><path fill="url(#ifeb0c4-i13d1d0-paint4_linear_62220_1872)" d="M15.311 17c1.961 0 3.74.514 5.042 1.789 1.851 1.998 5.116 2.703 7.249 3.14-3.477-.257-6.602.292-6.602 4.227 0 1.885 1.63 3.417 3.328 3.953-3.226-.124-5.007.493-6.636.758-.817.133-1.561.133-2.395.133-3.994 0-7.217-2.984-7.217-7 0-4.017 3.237-7 7.231-7"/><path fill="url(#ifeb0c4-i13d1d0-paint5_linear_62220_1872)" fill-opacity=".2" d="M15.311 17c1.961 0 3.74.514 5.042 1.789 1.851 1.998 5.116 2.703 7.249 3.14-3.477-.257-6.602.292-6.602 4.227 0 1.885 1.63 3.417 3.328 3.953-3.226-.124-5.007.493-6.636.758-.817.133-1.561.133-2.395.133-3.994 0-7.217-2.984-7.217-7 0-4.017 3.237-7 7.231-7"/><path fill="url(#ifeb0c4-i13d1d0-paint6_linear_62220_1872)" fill-opacity=".8" d="M15.311 17c1.961 0 3.74.514 5.042 1.789 1.851 1.998 5.116 2.703 7.249 3.14-3.477-.257-6.602.292-6.602 4.227 0 1.885 1.63 3.417 3.328 3.953-3.226-.124-5.007.493-6.636.758-.817.133-1.561.133-2.395.133-3.994 0-7.217-2.984-7.217-7 0-4.017 3.237-7 7.231-7"/><defs><radialGradient id="ifeb0c4-i13d1d0-paint0_radial_62220_1872" cx="0" cy="0" r="1" gradientTransform="rotate(131.145 16.745 10.018)scale(22.3109 84.2643)" gradientUnits="userSpaceOnUse"><stop offset=".034" stop-color="#FF6F47"/><stop offset=".207" stop-color="#FB5937"/><stop offset=".404" stop-color="#F83F54"/><stop offset=".721" stop-color="#CA2134"/></radialGradient><linearGradient id="ifeb0c4-i13d1d0-paint1_linear_62220_1872" x1="24.709" x2="19.582" y1="15.69" y2="20.616" gradientUnits="userSpaceOnUse"><stop stop-color="#560B14" stop-opacity="0"/><stop offset="1" stop-color="#560B14" stop-opacity=".9"/></linearGradient><radialGradient id="ifeb0c4-i13d1d0-paint2_radial_62220_1872" cx="0" cy="0" r="1" gradientTransform="matrix(-11.7799 11.74212 -15.70572 -15.75624 30.998 32.258)" gradientUnits="userSpaceOnUse"><stop offset=".019" stop-color="#E82C41"/><stop offset=".529" stop-color="#AA1D2D"/><stop offset=".889" stop-color="#70101B"/></radialGradient><radialGradient id="ifeb0c4-i13d1d0-paint3_radial_62220_1872" cx="0" cy="0" r="1" gradientTransform="matrix(2.49631 5.11607 -21.37871 10.43144 18.214 29.865)" gradientUnits="userSpaceOnUse"><stop offset=".045" stop-color="#560B14"/><stop offset="1" stop-color="#8B1321" stop-opacity="0"/></radialGradient><linearGradient id="ifeb0c4-i13d1d0-paint4_linear_62220_1872" x1="19.676" x2="11.487" y1="16.727" y2="37.145" gradientUnits="userSpaceOnUse"><stop stop-color="#FF6F47"/><stop offset=".718" stop-color="#E82C41"/></linearGradient><linearGradient id="ifeb0c4-i13d1d0-paint5_linear_62220_1872" x1="12.202" x2="23.811" y1="30.75" y2="24.097" gradientUnits="userSpaceOnUse"><stop offset=".364" stop-color="#FF6F47" stop-opacity="0"/><stop offset=".745" stop-color="#FF835C"/></linearGradient><linearGradient id="ifeb0c4-i13d1d0-paint6_linear_62220_1872" x1="22.777" x2="15.213" y1="11.322" y2="33.589" gradientUnits="userSpaceOnUse"><stop offset=".253" stop-color="#FFE4BE"/><stop offset="1" stop-color="#FFC470" stop-opacity="0"/></linearGradient></defs>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Fabric Graph Intelligence
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 MicrosoftFabricGraphIntelligence extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,5 @@
1
+ <!-- @thesvg/svelte - Microsoft Fabric Industry Solutions -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <path fill="url(#i8dcd6e-paint0_linear_45747_644)" d="M36.374 27.789c2.16 0 4.212 1.739 4.918 3.649.2.539.308 1.121.308 1.728 0 2.761-2.244 5-5.013 5h-2.589c-4.418 0-8.164 1.332-10.47 5.388a.836.836 0 0 1-1.576-.388V27.319z"/><path fill="url(#i8dcd6e-paint1_linear_45747_644)" d="M36.374 27.789c2.16 0 4.212 1.739 4.918 3.649.2.539.308 1.121.308 1.728 0 2.761-2.244 5-5.013 5h-2.589c-4.418 0-8.164 1.332-10.47 5.388a.836.836 0 0 1-1.576-.388V27.319z"/><path fill="url(#i8dcd6e-paint2_linear_45747_644)" d="M41.291 31.438a5.01 5.01 0 0 0-4.706-3.272H9.849C6.619 28.166 4 25.554 4 22.333s2.807-6.136 6.037-6.136l10.642-.349 14.26-.092.317.672 6.036 15.009"/><path fill="url(#i8dcd6e-paint3_linear_45747_644)" d="M41.291 31.438a5.01 5.01 0 0 0-4.706-3.272H9.849C6.619 28.166 4 25.554 4 22.333s2.807-6.136 6.037-6.136l10.642-.349 14.26-.092.317.672 6.036 15.009"/><path fill="url(#i8dcd6e-paint4_linear_45747_644)" d="m43.894 14.25-3.328-8.274A3.34 3.34 0 0 0 37.513 4H11.038a3.34 3.34 0 0 0-3.217 2.428l-3.66 14.569c.684-2.464 2.894-4.497 5.582-4.497H42.33a1.67 1.67 0 0 0 1.565-2.25"/><defs><linearGradient id="i8dcd6e-paint0_linear_45747_644" x1="20.079" x2="41.103" y1="36.288" y2="30.655" gradientUnits="userSpaceOnUse"><stop offset=".536" stop-color="#0A5BAB"/><stop offset=".726" stop-color="#0A4B95"/><stop offset=".889" stop-color="#0B3B7F"/></linearGradient><linearGradient id="i8dcd6e-paint1_linear_45747_644" x1="31.776" x2="31.776" y1="36.084" y2="19.404" gradientUnits="userSpaceOnUse"><stop offset=".309" stop-opacity="0"/><stop offset=".563" stop-opacity=".4"/></linearGradient><linearGradient id="i8dcd6e-paint2_linear_45747_644" x1="42.37" x2="5.113" y1="27.418" y2="17.435" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="#A0A4F3"/><stop offset=".6" stop-color="#3D7DEB"/><stop offset=".95" stop-color="#2C57C2"/></linearGradient><linearGradient id="i8dcd6e-paint3_linear_45747_644" x1="22.647" x2="22.647" y1="25.427" y2="9.745" gradientUnits="userSpaceOnUse"><stop offset=".28" stop-color="#2C57C2" stop-opacity="0"/><stop offset=".564" stop-color="#2849AB" stop-opacity=".5"/></linearGradient><linearGradient id="i8dcd6e-paint4_linear_45747_644" x1="31.96" x2="16.037" y1=".275" y2="27.854" gradientUnits="userSpaceOnUse"><stop offset=".24" stop-color="#BBC2FB"/><stop offset=".8" stop-color="#79B6FB"/></linearGradient></defs>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Fabric Industry Solutions
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 MicrosoftFabricIndustrySolutions extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,5 @@
1
+ <!-- @thesvg/svelte - Microsoft Fabric IQ -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="5.550000190734863 4.09999942779541 421 491.1999816894531" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ &#xa; &#xa; <defs>&#xa; <style>&#xa; .st0 {&#xa; fill: url(#radial-gradient);&#xa; }&#xa;&#xa; .st1 {&#xa; fill: url(#linear-gradient);&#xa; }&#xa;&#xa; .st2 {&#xa; fill: url(#radial-gradient1);&#xa; }&#xa; </style>&#xa; <radialGradient id="radial-gradient" cx="-717.9" cy="537.3" fx="-717.9" fy="537.3" r="16.4" gradientTransform="translate(-13124.9 13698.3) rotate(88.8) scale(18.1 -25.3) skewX(-1.2)" gradientUnits="userSpaceOnUse">&#xa; <stop offset="0" stop-color="#1c154f"/>&#xa; <stop offset=".5" stop-color="#02573a"/>&#xa; <stop offset="1" stop-color="#5dbf87"/>&#xa; </radialGradient>&#xa; <radialGradient id="radial-gradient1" cx="-714.2" cy="544" fx="-714.2" fy="544" r="16.4" gradientTransform="translate(-6843.4 15947.5) rotate(75.7) scale(18.3 -19.7) skewX(-3.3)" gradientUnits="userSpaceOnUse">&#xa; <stop offset="0" stop-color="#092231"/>&#xa; <stop offset=".3" stop-color="#084348"/>&#xa; <stop offset=".7" stop-color="#17844a"/>&#xa; <stop offset=".9" stop-color="#5bbe81"/>&#xa; </radialGradient>&#xa; <linearGradient id="linear-gradient" x1="147.6" y1="255.5" x2="268.9" y2="444" gradientTransform="translate(0 502) scale(1 -1)" gradientUnits="userSpaceOnUse">&#xa; <stop offset="0" stop-color="#5cc098"/>&#xa; <stop offset=".6" stop-color="#82ca9c"/>&#xa; <stop offset="1" stop-color="#b6dba8"/>&#xa; </linearGradient>&#xa; </defs>&#xa; <path class="st0" d="M199.5,228.2c10.2-6.4,22.9-6.4,33.1,0l185.7,115.8c11,6.8,11,23.9,0,30.7l-185.7,115.8c-10.2,6.4-22.9,6.4-33.1,0L13.8,374.7c-11-6.8-11-23.9,0-30.7l185.7-115.8Z"/>&#xa; <path class="st2" d="M199.5,118.6c10.2-6.4,22.9-6.4,33.1,0l185.7,115.8c11,6.8,11,23.9,0,30.7l-185.7,115.8c-10.2,6.4-22.9,6.4-33.1,0L13.8,265c-11-6.8-11-23.9,0-30.7l185.7-115.8Z"/>&#xa; <path class="st1" d="M199.5,8.9c10.2-6.4,22.9-6.4,33.1,0l185.7,115.8c11,6.8,11,23.9,0,30.7l-185.7,115.8c-10.2,6.4-22.9,6.4-33.1,0L13.8,155.4c-11-6.8-11-23.9,0-30.7L199.5,8.9Z"/>&#xa;
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Fabric IQ
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 MicrosoftFabricIq extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,5 @@
1
+ <!-- @thesvg/svelte - Microsoft Fabric Real-Time Intelligence -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <path fill="url(#id2bd94-paint0_linear_54787_1094)" d="m23.38 29.305-3.13 11.537q-.09.315-.09.66a2.5 2.5 0 0 0 2.5 2.5c.73 0 1.38-.31 1.84-.8l18.61-21.116c-.61.67-1.49 1.09-2.46 1.09h-9.23c-3.84 0-7.08 2.6-8.04 6.139"/><path fill="url(#id2bd94-paint1_linear_54787_1094)" d="M43.99 19.836c0-1.84-1.49-3.33-3.33-3.33H15.08l-7.75 8.329a3.329 3.329 0 1 0 0 6.659h20.11a3.329 3.329 0 0 1 2.48 5.548l12.1-13.727 1.08-1.22h-.01c.56-.6.91-1.39.91-2.269z"/><path fill="url(#id2bd94-paint2_radial_54787_1094)" d="M43.99 19.836c0-1.84-1.49-3.33-3.33-3.33H15.08l-7.75 8.329a3.329 3.329 0 1 0 0 6.659h20.11a3.329 3.329 0 0 1 2.48 5.548l12.1-13.727 1.08-1.22h-.01c.56-.6.91-1.39.91-2.269z"/><path fill="url(#id2bd94-paint3_linear_54787_1094)" d="m24.59 18.697 3.13-11.538q.09-.315.09-.66A2.5 2.5 0 0 0 25.31 4c-.73 0-1.38.31-1.84.8L4.86 25.915c.61-.67 1.49-1.09 2.46-1.09h9.23c3.84 0 7.08-2.599 8.04-6.138"/><defs><linearGradient id="id2bd94-paint0_linear_54787_1094" x1="21.57" x2="36.335" y1="45.661" y2="20.084" gradientUnits="userSpaceOnUse"><stop offset=".227" stop-color="#CA2134"/><stop offset=".497" stop-color="#670938"/></linearGradient><linearGradient id="id2bd94-paint1_linear_54787_1094" x1="6" x2="40" y1="15" y2="36" gradientUnits="userSpaceOnUse"><stop offset=".132" stop-color="#CA2134"/><stop offset=".555" stop-color="#E82C41"/><stop offset=".647" stop-color="#F83F54"/><stop offset=".897" stop-color="#FFA43D"/></linearGradient><radialGradient id="id2bd94-paint2_radial_54787_1094" cx="0" cy="0" r="1" gradientTransform="rotate(68.199 -8.39 20.22)scale(10.7703 17.3291)" gradientUnits="userSpaceOnUse"><stop offset=".14" stop-color="#4A0829"/><stop offset=".958" stop-color="#670938" stop-opacity="0"/></radialGradient><linearGradient id="id2bd94-paint3_linear_54787_1094" x1="24" x2="12.252" y1="22" y2="13.136" gradientUnits="userSpaceOnUse"><stop stop-color="#FF9C70"/><stop offset=".285" stop-color="#FF835C"/><stop offset=".8" stop-color="#F83F54"/></linearGradient></defs>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Fabric Real-Time Intelligence
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 MicrosoftFabricRealTimeIntelligence extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,5 @@
1
+ <!-- @thesvg/svelte - Microsoft Fabric -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <path fill="url(#i7fa1c1-a)" fill-rule="evenodd" d="m5.64 31.6-.586 2.144c-.218.685-.524 1.693-.689 2.59a5.63 5.63 0 0 0 4.638 7.588c.792.114 1.688.108 2.692-.04l4.613-.636a2.92 2.92 0 0 0 2.421-2.127l3.175-11.662L5.64 31.599Z" clip-rule="evenodd"/><path fill="url(#i7fa1c1-b)" d="M10.14 32.152c-4.863.753-5.861 4.423-5.861 4.423l4.656-17.11 24.333-3.292-3.318 12.052a1.71 1.71 0 0 1-1.388 1.244l-.136.022-18.423 2.684z"/><path fill="url(#i7fa1c1-c)" fill-opacity=".8" d="M10.14 32.152c-4.863.753-5.861 4.423-5.861 4.423l4.656-17.11 24.333-3.292-3.318 12.052a1.71 1.71 0 0 1-1.388 1.244l-.136.022-18.423 2.684z"/><path fill="url(#i7fa1c1-d)" d="m12.899 21.235 26.938-3.98a1.6 1.6 0 0 0 1.323-1.17l2.78-10.06a1.595 1.595 0 0 0-1.74-2.012L16.498 7.81a7.19 7.19 0 0 0-5.777 5.193L7.013 26.438c.744-2.717 1.202-4.355 5.886-5.203"/><path fill="url(#i7fa1c1-e)" d="m12.899 21.235 26.938-3.98a1.6 1.6 0 0 0 1.323-1.17l2.78-10.06a1.595 1.595 0 0 0-1.74-2.012L16.498 7.81a7.19 7.19 0 0 0-5.777 5.193L7.013 26.438c.744-2.717 1.202-4.355 5.886-5.203"/><path fill="url(#i7fa1c1-f)" fill-opacity=".4" d="m12.899 21.235 26.938-3.98a1.6 1.6 0 0 0 1.323-1.17l2.78-10.06a1.595 1.595 0 0 0-1.74-2.012L16.498 7.81a7.19 7.19 0 0 0-5.777 5.193L7.013 26.438c.744-2.717 1.202-4.355 5.886-5.203"/><path fill="url(#i7fa1c1-g)" d="M12.899 21.236c-3.901.706-4.87 1.962-5.514 3.932L4.279 36.577s.992-3.633 5.796-4.41l18.352-2.673.136-.022a1.71 1.71 0 0 0 1.388-1.244l2.73-9.915z"/><path fill="url(#i7fa1c1-h)" fill-opacity=".2" d="M12.899 21.236c-3.901.706-4.87 1.962-5.514 3.932L4.279 36.577s.992-3.633 5.796-4.41l18.352-2.673.136-.022a1.71 1.71 0 0 0 1.388-1.244l2.73-9.915z"/><path fill="url(#i7fa1c1-i)" fill-rule="evenodd" d="M10.075 32.167c-4.06.657-5.392 3.345-5.71 4.164a5.63 5.63 0 0 0 4.638 7.59c.792.114 1.688.108 2.692-.039l4.613-.637a2.92 2.92 0 0 0 2.421-2.127l2.894-10.633-11.547 1.683z" clip-rule="evenodd"/><defs><linearGradient id="i7fa1c1-a" x1="12.953" x2="12.953" y1="44.001" y2="29.457" gradientUnits="userSpaceOnUse"><stop offset=".056" stop-color="#2AAC94"/><stop offset=".155" stop-color="#239C87"/><stop offset=".372" stop-color="#177E71"/><stop offset=".588" stop-color="#0E6961"/><stop offset=".799" stop-color="#095D57"/><stop offset="1" stop-color="#085954"/></linearGradient><linearGradient id="i7fa1c1-b" x1="31.331" x2="17.286" y1="33.448" y2="18.173" gradientUnits="userSpaceOnUse"><stop offset=".042" stop-color="#ABE88E"/><stop offset=".549" stop-color="#2AAA92"/><stop offset=".906" stop-color="#117865"/></linearGradient><linearGradient id="i7fa1c1-c" x1="-3.182" x2="10.183" y1="32.706" y2="28.148" gradientUnits="userSpaceOnUse"><stop stop-color="#6AD6F9"/><stop offset="1" stop-color="#6AD6F9" stop-opacity="0"/></linearGradient><linearGradient id="i7fa1c1-d" x1="7.013" x2="42.589" y1="15.219" y2="15.219" gradientUnits="userSpaceOnUse"><stop offset=".043" stop-color="#25FFD4"/><stop offset=".874" stop-color="#55DDB9"/></linearGradient><linearGradient id="i7fa1c1-e" x1="7.013" x2="39.06" y1="10.247" y2="25.128" gradientUnits="userSpaceOnUse"><stop stop-color="#6AD6F9"/><stop offset=".23" stop-color="#60E9D0"/><stop offset=".651" stop-color="#6DE9BB"/><stop offset=".994" stop-color="#ABE88E"/></linearGradient><linearGradient id="i7fa1c1-f" x1="9.978" x2="27.404" y1="13.031" y2="16.885" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset=".459" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="i7fa1c1-g" x1="15.756" x2="16.168" y1="27.96" y2="15.74" gradientUnits="userSpaceOnUse"><stop offset=".205" stop-color="#063D3B" stop-opacity="0"/><stop offset=".586" stop-color="#063D3B" stop-opacity=".237"/><stop offset=".872" stop-color="#063D3B" stop-opacity=".75"/></linearGradient><linearGradient id="i7fa1c1-h" x1="2.81" x2="17.701" y1="26.744" y2="29.545" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset=".459" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="i7fa1c1-i" x1="13.567" x2="10.662" y1="39.97" y2="25.764" gradientUnits="userSpaceOnUse"><stop offset=".064" stop-color="#063D3B" stop-opacity="0"/><stop offset=".17" stop-color="#063D3B" stop-opacity=".135"/><stop offset=".562" stop-color="#063D3B" stop-opacity=".599"/><stop offset=".85" stop-color="#063D3B" stop-opacity=".9"/><stop offset="1" stop-color="#063D3B"/></linearGradient></defs>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Fabric
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 MicrosoftFabric extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,5 @@
1
+ <!-- @thesvg/svelte - Microsoft OneLake -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <path fill="url(#i885de9-a)" d="M22.21 32.541c5.486-3.167 7.292-10.312 4.033-15.957-3.26-5.645-10.35-7.654-15.837-4.486S3.113 22.411 6.373 28.056s10.35 7.653 15.836 4.485Z"/><path fill="url(#i885de9-b)" d="M29.371 16.715c2.849-2.85 2.781-7.537-.152-10.468-2.932-2.932-7.62-2.998-10.468-.148-2.849 2.85-2.78 7.536.152 10.468 2.933 2.931 7.62 2.998 10.468.148"/><path fill="url(#i885de9-c)" d="M26.299 43.22c9.487 0 17.178-7.692 17.178-17.18S35.787 8.862 26.299 8.862 9.12 16.553 9.12 26.041s7.691 17.178 17.179 17.178Z"/><path fill="url(#i885de9-d)" fill-rule="evenodd" d="M19.569 5.387c-10.085 6.23-13.61 19.35-7.815 29.845q.585 1.067 1.274 2.039l.45.069 9.966 3.327 9.468-6.343c-1.585.05-8.18-3.693-12.49-11.872-5.4-10.248-3.173-14.982-.843-17.065z" clip-rule="evenodd"/><path fill="url(#i885de9-e)" fill-opacity=".2" fill-rule="evenodd" d="M19.569 5.387c-10.085 6.23-13.61 19.35-7.815 29.845q.585 1.067 1.274 2.039l.45.069 9.966 3.327 9.468-6.343c-1.585.05-8.18-3.693-12.49-11.872-5.4-10.248-3.173-14.982-.843-17.065z" clip-rule="evenodd"/><path fill="url(#i885de9-f)" fill-rule="evenodd" d="M39.364 37.197a17.24 17.24 0 0 0 3.638-7.109c-1.708-4.877-8.58-6.25-12.34-2.433-2.889 2.927-5.89 5.385-8.146 5.825C9.469 36.041 3.919 25.287 4.873 20.339a19.8 19.8 0 0 0 .05 7.73C7.119 38.831 17.619 45.771 28.38 43.574a19.8 19.8 0 0 0 8.727-4.18s.04-.03.054-.045a20 20 0 0 0 2.202-2.157z" clip-rule="evenodd"/><defs><radialGradient id="i885de9-c" cx="0" cy="0" r="1" gradientTransform="rotate(134.83 18.217 8.044)scale(25.8925 33.4033)" gradientUnits="userSpaceOnUse"><stop offset=".39" stop-color="#028FDC"/><stop offset=".59" stop-color="#0078D4"/><stop offset="1" stop-color="#1A508B"/></radialGradient><radialGradient id="i885de9-d" cx="0" cy="0" r="1" gradientTransform="rotate(139.44 12.632 13.895)scale(23.3006 28.7495)" gradientUnits="userSpaceOnUse"><stop offset=".46" stop-color="#40D9FA"/><stop offset=".9" stop-color="#0095E6"/></radialGradient><radialGradient id="i885de9-e" cx="0" cy="0" r="1" gradientTransform="matrix(-2.65308 24.58184 -17.45831 -1.88425 18.408 11.264)" gradientUnits="userSpaceOnUse"><stop offset=".77" stop-opacity="0"/><stop offset="1"/></radialGradient><radialGradient id="i885de9-f" cx="0" cy="0" r="1" gradientTransform="rotate(85.97 -.743 30.959)scale(38.4749 70.1578)" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="#BDF5FF"/><stop offset=".47" stop-color="#40D9FA"/></radialGradient><linearGradient id="i885de9-a" x1="39.509" x2="4.448" y1="16.973" y2="25.058" gradientUnits="userSpaceOnUse"><stop offset=".2" stop-color="#028FDC"/><stop offset=".51" stop-color="#0078D4"/><stop offset="1" stop-color="#0B315B"/></linearGradient><linearGradient id="i885de9-b" x1="41.995" x2="18.831" y1="27.841" y2="6.612" gradientUnits="userSpaceOnUse"><stop offset=".04" stop-color="#028FDC"/><stop offset=".46" stop-color="#0078D4"/><stop offset="1" stop-color="#0B315B"/></linearGradient></defs>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft OneLake
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 MicrosoftOnelake extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,5 @@
1
+ <!-- @thesvg/svelte - Microsoft Power BI -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <mask id="i5e5111-mask0_56017_40862" width="30" height="40" x="9" y="4" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#fff" d="M25.667 5.667c0-.92.746-1.667 1.666-1.667h10C38.253 4 39 4.746 39 5.667v36.665c0 .92-.746 1.667-1.667 1.667H10.667c-.92 0-1.667-.746-1.667-1.667V25.666c0-.92.747-1.666 1.667-1.666h6.667v-8.334c0-.92.746-1.666 1.666-1.666h6.667z"/></mask><g mask="url(#i5e5111-mask0_56017_40862)"><path fill="url(#i5e5111-paint0_linear_56017_40862)" d="M39 4v39.999H25.667V4z"/><g filter="url(#i5e5111-filter0_dd_56017_40862)"><path fill="url(#i5e5111-paint1_linear_56017_40862)" d="M30.667 15.666V44H17.334v-30H29c.92 0 1.667.747 1.667 1.667"/></g><path fill="url(#i5e5111-paint2_linear_56017_40862)" d="M9 24v19.999h13.334V25.666c0-.92-.747-1.666-1.667-1.666z"/></g><defs><filter id="i5e5111-filter0_dd_56017_40862" width="19.999" height="36.666" x="14.001" y="11.5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy=".158"/><feGaussianBlur stdDeviation=".158"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_56017_40862"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy=".833"/><feGaussianBlur stdDeviation="1.667"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0"/><feBlend in2="effect1_dropShadow_56017_40862" result="effect2_dropShadow_56017_40862"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_56017_40862" result="shape"/></filter><linearGradient id="i5e5111-paint0_linear_56017_40862" x1="23.445" x2="41.027" y1="4" y2="41.268" gradientUnits="userSpaceOnUse"><stop stop-color="#E6AD10"/><stop offset="1" stop-color="#C87E0E"/></linearGradient><linearGradient id="i5e5111-paint1_linear_56017_40862" x1="17.333" x2="32.119" y1="14" y2="42.677" gradientUnits="userSpaceOnUse"><stop stop-color="#F6D751"/><stop offset="1" stop-color="#E6AD10"/></linearGradient><linearGradient id="i5e5111-paint2_linear_56017_40862" x1="8.999" x2="17.17" y1="24" y2="43.365" gradientUnits="userSpaceOnUse"><stop stop-color="#F9E589"/><stop offset="1" stop-color="#F6D751"/></linearGradient></defs>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Power BI
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 MicrosoftPowerBi extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,5 @@
1
+ <!-- @thesvg/svelte - Microsoft Purview -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <path fill="url(#i1a42b3-a)" d="M45.472 33.113 32.57 10.763A24.1 24.1 0 0 1 34.519 21.6l-2.231-.166s1.477.459 1.804 1.164c1.017 2.159-2.352 9.272-3.517 11.018-1.888 2.832-5.544 6.483-6.499 6.483-.298 0-.425-.104-.425-.104-3.468 2.145-7.564 4.245-11.772 4.504h27.02c5.843 0 9.494-6.326 6.573-11.387Z"/><path fill="url(#i1a42b3-b)" fill-opacity=".5" d="M45.472 33.113 32.57 10.763A24.1 24.1 0 0 1 34.519 21.6l-2.231-.166s1.477.459 1.804 1.164c1.017 2.159-2.352 9.272-3.517 11.018-1.888 2.832-5.544 6.483-6.499 6.483-.298 0-.425-.104-.425-.104-3.468 2.145-7.564 4.245-11.772 4.504h27.02c5.843 0 9.494-6.326 6.573-11.387Z"/><path fill="url(#i1a42b3-c)" fill-opacity=".2" d="M45.472 33.113 32.57 10.763A24.1 24.1 0 0 1 34.519 21.6l-2.231-.166s1.477.459 1.804 1.164c1.017 2.159-2.352 9.272-3.517 11.018-1.888 2.832-5.544 6.483-6.499 6.483-.298 0-.425-.104-.425-.104-3.468 2.145-7.564 4.245-11.772 4.504h27.02c5.843 0 9.494-6.326 6.573-11.387Z"/><path fill="url(#i1a42b3-d)" d="M43.58 30.03q.396.549.757 1.11L30.573 7.297c-2.921-5.061-10.224-5.061-13.145 0l-13.53 23.44c2.076-3.1 6.626-5.434 9.92-7.056 0 0-.115-.691.155-1.168.27-.478.64-.609.995-.752 10.064-4.056 21.966-.92 28.611 8.27Z"/><path fill="url(#i1a42b3-e)" fill-opacity=".36" d="M43.58 30.03q.396.549.757 1.11L30.573 7.297c-2.921-5.061-10.224-5.061-13.145 0l-13.53 23.44c2.076-3.1 6.626-5.434 9.92-7.056 0 0-.115-.691.155-1.168.27-.478.64-.609.995-.752 10.064-4.056 21.966-.92 28.611 8.27Z"/><path fill="url(#i1a42b3-f)" d="M36.244 44.495H9.101c-5.843 0-9.494-6.326-6.573-11.386L16.282 9.281c-4.032 7.843-3.613 17.617 1.908 25.251 4.4 6.085 11.105 9.515 18.054 9.962Z"/><path fill="url(#i1a42b3-g)" fill-opacity=".25" d="M36.244 44.495H9.101c-5.843 0-9.494-6.326-6.573-11.386L16.282 9.281c-4.032 7.843-3.613 17.617 1.908 25.251 4.4 6.085 11.105 9.515 18.054 9.962Z"/><path fill="url(#i1a42b3-h)" d="M36.244 44.495H9.101c-5.843 0-9.494-6.326-6.573-11.386L16.282 9.281c-4.032 7.843-3.613 17.617 1.908 25.251 4.4 6.085 11.105 9.515 18.054 9.962Z"/><defs><radialGradient id="i1a42b3-b" cx="0" cy="0" r="1" gradientTransform="matrix(.42653 9.59609 -8.85116 .39342 36.728 22.247)" gradientUnits="userSpaceOnUse"><stop stop-color="#041642"/><stop offset="1" stop-color="#041642" stop-opacity="0"/></radialGradient><radialGradient id="i1a42b3-c" cx="0" cy="0" r="1" gradientTransform="rotate(-23.666 113.904 -39.24)scale(18.3871 20.9206)" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-opacity="0"/></radialGradient><radialGradient id="i1a42b3-d" cx="0" cy="0" r="1" gradientTransform="rotate(119.825 12.531 9.068)scale(18.5002 30.3973)" gradientUnits="userSpaceOnUse"><stop stop-color="#51DEFF"/><stop offset=".349" stop-color="#1ABAFD"/><stop offset="1" stop-color="#247FE0"/></radialGradient><radialGradient id="i1a42b3-e" cx="0" cy="0" r="1" gradientTransform="matrix(22.2892 -18.21039 11.91738 14.58667 -3.071 34.013)" gradientUnits="userSpaceOnUse"><stop offset=".475"/><stop offset="1" stop-opacity="0"/></radialGradient><radialGradient id="i1a42b3-g" cx="0" cy="0" r="1" gradientTransform="matrix(-1.19689 7.77722 -11.40503 -1.7552 13.714 20.91)" gradientUnits="userSpaceOnUse"><stop offset=".177" stop-color="#CCF9FF"/><stop offset="1" stop-color="#4FE3FF" stop-opacity=".12"/></radialGradient><linearGradient id="i1a42b3-a" x1="41.846" x2="42.694" y1="13.078" y2="38.403" gradientUnits="userSpaceOnUse"><stop stop-color="#033E9A"/><stop offset="1" stop-color="#0055C6"/></linearGradient><linearGradient id="i1a42b3-f" x1="11.691" x2="23.119" y1="15.832" y2="46.036" gradientUnits="userSpaceOnUse"><stop stop-color="#59E7FD"/><stop offset=".587" stop-color="#23D4F9"/><stop offset="1" stop-color="#32BBF2"/></linearGradient><linearGradient id="i1a42b3-h" x1="19.817" x2="14.727" y1="43.009" y2="30.909" gradientUnits="userSpaceOnUse"><stop stop-color="#08B0F8"/><stop offset="1" stop-color="#52E5FF" stop-opacity="0"/></linearGradient></defs>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Purview
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 MicrosoftPurview extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,28 @@
1
+ <!-- @thesvg/svelte - Microsoft Viva Amplify -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <?xml version="1.0" encoding="UTF-8"?>
5
+ <!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
6
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
7
+ <style type="text/css">
8
+ .st0{fill:url(#SVGID_1_);}
9
+ .st1{fill:url(#SVGID_00000047027793118269358870000003110985906222993841_);}
10
+ .st2{fill:url(#SVGID_00000160163736363831590640000012242524849128886941_);}
11
+ </style>
12
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-53.5923" y1="774.3276" x2="181.4685" y2="706.3586" gradientTransform="matrix(1 0 0 1 0 -330)">
13
+ <stop offset="0.1415" style="stop-color:#9B52AA"></stop>
14
+ <stop offset="0.9988" style="stop-color:#4F2757"></stop>
15
+ </linearGradient>
16
+ <path class="st0" d="M234,395c0,64.6-52.4,117-117,117S0,459.6,0,395s52.4-117,117-117S234,330.4,234,395z"></path>
17
+ <linearGradient id="SVGID_00000180333922622779328630000015121732873840493706_" gradientUnits="userSpaceOnUse" x1="256.2397" y1="787.8864" x2="88.1836" y2="531.4174" gradientTransform="matrix(1 0 0 1 0 -330)">
18
+ <stop offset="0" style="stop-color:#B75CC9"></stop>
19
+ <stop offset="1" style="stop-color:#E8AAF4"></stop>
20
+ </linearGradient>
21
+ <path style="fill:url(#SVGID_00000180333922622779328630000015121732873840493706_);" d="M108.2,148.6L11.3,344.8l-0.1,0.3 C23.9,321.8,48.6,306,77,306c30.1,0,56.1,17.8,68.1,43.4l0,0l60.4,119.9c12.6,25.1,38.5,42.5,68.5,42.7h168l-34.2-14.5L238.6,169.8 c-18.3-22.3-46.1-36.5-77.3-36.5C141.8,133.3,123.6,138.9,108.2,148.6z"></path>
22
+ <linearGradient id="SVGID_00000182488973542488032830000014480885485273037235_" gradientUnits="userSpaceOnUse" x1="198.5916" y1="414.4406" x2="424.9786" y2="858.8253" gradientTransform="matrix(1 0 0 1 0 -330)">
23
+ <stop offset="0" style="stop-color:#CB6ADE"></stop>
24
+ <stop offset="0.436" style="stop-color:#8D479B"></stop>
25
+ <stop offset="1" style="stop-color:#4F2757"></stop>
26
+ </linearGradient>
27
+ <path style="fill:url(#SVGID_00000182488973542488032830000014480885485273037235_);" d="M346,63.9l150.5,299.9 c2.4,4.6,7,17.5,7,17.5l0,0c6.6,17.2,8.4,35.1,8.4,53.4c0,42.7-31.6,77.3-70.7,77.3c-27.2,0-50.8-16.8-62.6-41.4L240.4,196.7 C225.8,167,196.9,146,162,146c-29.5,0-55.5,14.9-71,37.5l58.7-118.7C166,26.7,203.9,0,248,0C291.8,0,329.4,26.3,346,63.9z"></path>
28
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Viva Amplify
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 MicrosoftVivaAmplify extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,16 @@
1
+ <!-- @thesvg/svelte - Microsoft Viva Connections -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <path d="M0 256C0 185.308 57.3076 128 128 128H320C355.347 128 384 156.65 384 192C384 227.35 355.347 256 320 256H192C156.653 256 128 284.65 128 320C128 355.35 156.653 384 192 384H384C384 454.692 326.692 512 256 512H128C57.3075 512 0 454.692 0 384V256Z" fill="url(#paint0_linear_19_2201)"/>
5
+ <path d="M512 256C512 326.692 454.692 384 384 384H192C156.653 384 128 355.35 128 320C128 284.65 156.653 256 192 256H320C355.347 256 384 227.35 384 192C384 156.65 355.347 128 320 128L128 128C128 57.3075 185.308 -6.18013e-06 256 0L384 1.11901e-05C454.693 1.73703e-05 512 57.3076 512 128L512 256Z" fill="url(#paint1_linear_19_2201)"/>
6
+ <defs>
7
+ <linearGradient id="paint0_linear_19_2201" x1="40.8008" y1="173.524" x2="329.979" y2="489.531" gradientUnits="userSpaceOnUse">
8
+ <stop stop-color="#0669BC"/>
9
+ <stop offset="1" stop-color="#0D3766"/>
10
+ </linearGradient>
11
+ <linearGradient id="paint1_linear_19_2201" x1="177.501" y1="32.5578" x2="462.444" y2="354.612" gradientUnits="userSpaceOnUse">
12
+ <stop stop-color="#6BD6F6"/>
13
+ <stop offset="1" stop-color="#1489CE"/>
14
+ </linearGradient>
15
+ </defs>
16
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Viva Connections
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 MicrosoftVivaConnections extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,34 @@
1
+ <!-- @thesvg/svelte - Microsoft Viva Engage -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="32 32 1216 512" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <!-- Generated by dom-to-svg from about:srcdoc --><style/><g data-stacking-layer="rootBackgroundAndBorders"/><g data-stacking-layer="childStackingContextsWithNegativeStackLevels"/><g data-stacking-layer="inFlowNonInlineNonPositionedDescendants"/><g data-stacking-layer="nonPositionedFloats"/><g data-stacking-layer="inFlowInlineLevelNonPositionedDescendants"/><g data-stacking-layer="childStackingContextsWithStackLevelZeroAndPositionedDescendantsWithStackLevelZero"/><g data-stacking-layer="childStackingContextsWithPositiveStackLevels"/><g data-tag="div" id="root" data-z-index="auto" aria-owns="svg1"><g data-tag="svg" id="svg1" data-z-index="auto" mask="url(#mask-for-svg11)"><mask id="mask-for-svg11"><rect width="512" height="512" x="32" y="32" fill="#ffffff"/></mask><g class="svg-content" data-view-box="0 0 64 64" data-width="512" data-height="512" transform="matrix(8 0 0 8 32 32)">
5
+ <path d="M16 0C24.8365 0 32 7.16344 32 16L32 36H0V16C0 7.16344 7.16344 0 16 0Z" fill="url(&quot;#svg1-paint0_linear_5655_147842&quot;)" alignment-baseline="baseline" baseline-shift="baseline" color="rgb(0, 0, 0)" stroke="none"/>
6
+ <path d="M48 0C39.1635 0 32 7.16344 32 16L32 36H64V16C64 7.16344 56.8366 0 48 0Z" fill="url(&quot;#svg1-paint1_linear_5655_147842&quot;)" alignment-baseline="baseline" baseline-shift="baseline" color="rgb(0, 0, 0)" stroke="none"/>
7
+ <path d="M48 26C48 17.1634 40.8365 10 32 10C23.1634 10 16 17.1634 16 26C16 34.8366 23.1634 42 32 42C40.8365 42 48 34.8366 48 26Z" fill="url(&quot;#svg1-paint2_linear_5655_147842&quot;)" alignment-baseline="baseline" baseline-shift="baseline" color="rgb(0, 0, 0)" stroke="none"/>
8
+ <path d="M64 15.9998C64 15.8951 63.999 15.7907 63.997 15.6865H63.9857C63.5971 25.0104 55.3287 32.5199 45 32.9777V32.9998C36.1634 32.9998 29 39.9394 29 48.4998C29 57.0602 36.1634 63.9998 45 63.9998L45.0958 63.9995C61.012 63.9369 64 48.2769 64 40.9998V15.9998Z" fill="url(&quot;#svg1-paint3_linear_5655_147842&quot;)" alignment-baseline="baseline" baseline-shift="baseline" color="rgb(0, 0, 0)" stroke="none"/>
9
+ <path d="M0 40.9998C0 48.2769 2.98802 63.9369 18.9042 63.9995L19 63.9998C27.8366 63.9998 35 57.0602 35 48.4998C35 39.9394 27.8366 32.9998 19 32.9998V32.9777C8.6713 32.5199 0.402893 25.0104 0.0142874 15.6865H0.00300489C0.00100467 15.7907 0 15.8951 0 15.9998V40.9998Z" fill="url(&quot;#svg1-paint4_linear_5655_147842&quot;)" alignment-baseline="baseline" baseline-shift="baseline" color="rgb(0, 0, 0)" stroke="none"/>
10
+ <defs alignment-baseline="baseline" baseline-shift="baseline" color="rgb(0, 0, 0)" fill="none" stroke="none">
11
+ <linearGradient id="svg1-paint0_linear_5655_147842" x1="6" y1="31.3333" x2="13.046" y2="-2.05664" gradientUnits="userSpaceOnUse">
12
+ <stop stop-color="#053377"/>
13
+ <stop offset="1" stop-color="#2F91F2"/>
14
+ </linearGradient>
15
+ <linearGradient id="svg1-paint1_linear_5655_147842" x1="53.361" y1="4.95462" x2="37.3333" y2="29" gradientUnits="userSpaceOnUse">
16
+ <stop stop-color="#4AC1FF"/>
17
+ <stop offset="0.926632" stop-color="#155EB5"/>
18
+ </linearGradient>
19
+ <linearGradient id="svg1-paint2_linear_5655_147842" x1="27.6667" y1="14.3333" x2="43.3333" y2="45.3333" gradientUnits="userSpaceOnUse">
20
+ <stop stop-color="#96DFFF"/>
21
+ <stop offset="0.413439" stop-color="#53ADEE"/>
22
+ <stop offset="1" stop-color="#006BB9"/>
23
+ </linearGradient>
24
+ <linearGradient id="svg1-paint3_linear_5655_147842" x1="40.2264" y1="38.8504" x2="57.1203" y2="66.9453" gradientUnits="userSpaceOnUse">
25
+ <stop offset="0.0799194" stop-color="#4AC1FF"/>
26
+ <stop offset="1" stop-color="#155EB5"/>
27
+ </linearGradient>
28
+ <linearGradient id="svg1-paint4_linear_5655_147842" x1="6.64196" y1="27.7693" x2="22.512" y2="65.9607" gradientUnits="userSpaceOnUse">
29
+ <stop stop-color="#2F91F2"/>
30
+ <stop offset="1" stop-color="#053377"/>
31
+ </linearGradient>
32
+ </defs>
33
+ </g></g></g>
34
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Viva Engage
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 MicrosoftVivaEngage extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,28 @@
1
+ <!-- @thesvg/svelte - Microsoft Viva Glint -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="32 32 1216 200" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <!-- Generated by dom-to-svg from about:srcdoc --><style/><g data-stacking-layer="rootBackgroundAndBorders"/><g data-stacking-layer="childStackingContextsWithNegativeStackLevels"/><g data-stacking-layer="inFlowNonInlineNonPositionedDescendants"/><g data-stacking-layer="nonPositionedFloats"/><g data-stacking-layer="inFlowInlineLevelNonPositionedDescendants"/><g data-stacking-layer="childStackingContextsWithStackLevelZeroAndPositionedDescendantsWithStackLevelZero"/><g data-stacking-layer="childStackingContextsWithPositiveStackLevels"/><g data-tag="div" id="root" data-z-index="auto" aria-owns="svg1"><g data-tag="svg" id="svg1" data-z-index="auto" mask="url(#mask-for-svg11)"><mask id="mask-for-svg11"><rect width="200" height="200" x="32" y="32" fill="#ffffff"/></mask><g class="svg-content" data-view-box="0 0 200 200" data-width="200" data-height="200" transform="matrix(1 0 0 1 32 32)">
5
+ <g clip-path="url(&quot;#svg1-clip0_403_15&quot;)" alignment-baseline="baseline" baseline-shift="baseline" color="rgb(0, 0, 0)" fill="none" stroke="none">
6
+ <path d="M190.458 88.3894V105.926L73.5754 158.904L39.6033 124.106C57.5075 104.641 96.2724 68.961 111.771 56.2536C132.063 39.6165 151.895 42.1138 157.037 50.1937L190.458 88.3894Z" fill="url(&quot;#svg1-paint0_linear_403_15&quot;)" alignment-baseline="baseline" baseline-shift="baseline" color="rgb(0, 0, 0)" stroke="none"/>
7
+ <path d="M69.0667 185.398L50.8967 167.535L4.71301 104.09C16.0371 109.997 45.3084 121.179 65.1283 132.461C73.668 137.322 88.6308 138.157 98.5842 137.421C104.469 136.985 109.691 134.022 114.18 130.192C119.32 125.806 126.865 119.105 136.011 109.782C155.017 90.4092 179.335 77.4501 190.917 89.0321C205.24 103.355 185.041 125.942 182.194 128.789L120.465 186.127C105.892 199.663 83.25 199.342 69.0667 185.398Z" fill="url(&quot;#svg1-paint1_linear_403_15&quot;)" alignment-baseline="baseline" baseline-shift="baseline" color="rgb(0, 0, 0)" stroke="none"/>
8
+ <path d="M12.7667 129.523L63.7248 180.39C49.9156 166.58 53.625 143.204 66.2956 130.533C98.7987 100.05 67.5076 131.341 98.7987 100.05C130.465 68.3842 113.818 30.7474 98.2917 9.98955C95.319 6.01531 89.6144 5.76917 85.9935 9.16338C66.0992 27.8122 30.7321 61.2436 15.8884 76.086C2.57368 89.3993 0.463543 117.22 12.7667 129.523Z" fill="url(&quot;#svg1-paint2_linear_403_15&quot;)" alignment-baseline="baseline" baseline-shift="baseline" color="rgb(0, 0, 0)" stroke="none"/>
9
+ </g>
10
+ <defs alignment-baseline="baseline" baseline-shift="baseline" color="rgb(0, 0, 0)" fill="none" stroke="none">
11
+ <linearGradient id="svg1-paint0_linear_403_15" x1="111.036" y1="57.9981" x2="85.4197" y2="140.449" gradientUnits="userSpaceOnUse">
12
+ <stop stop-color="#C97BFB"/>
13
+ <stop offset="1" stop-color="#7245C8"/>
14
+ </linearGradient>
15
+ <linearGradient id="svg1-paint1_linear_403_15" x1="116.546" y1="128.513" x2="145.009" y2="164.322" gradientUnits="userSpaceOnUse">
16
+ <stop stop-color="#3D306D"/>
17
+ <stop offset="1" stop-color="#5648A0"/>
18
+ </linearGradient>
19
+ <linearGradient id="svg1-paint2_linear_403_15" x1="40.2459" y1="55.1518" x2="75.5953" y2="161.475" gradientUnits="userSpaceOnUse">
20
+ <stop offset="0.371134" stop-color="#F5C4F8"/>
21
+ <stop offset="1" stop-color="#9577FC"/>
22
+ </linearGradient>
23
+ <clipPath id="svg1-clip0_403_15">
24
+ <rect width="200" height="200" fill="rgb(255, 255, 255)" alignment-baseline="baseline" baseline-shift="baseline" color="rgb(0, 0, 0)" stroke="none"/>
25
+ </clipPath>
26
+ </defs>
27
+ </g></g></g>
28
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Viva Glint
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 MicrosoftVivaGlint extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,21 @@
1
+ <!-- @thesvg/svelte - Microsoft Viva Insights -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <circle cx="272.005" cy="144.001" r="144.001" fill="url(#paint0_linear_21_2203)"/>
5
+ <path d="M128.032 146.781C120.319 144.969 112.272 144 104 144C46.5627 144 0 190.563 0 248C0 276.719 11.6407 302.719 30.4611 321.532C49.2814 340.376 75.2816 352.001 104 352.001L106.18 351.97C112.54 351.845 118.758 351.157 124.788 349.938C134.743 347.907 144.18 344.47 152.897 339.813C161.173 335.407 168.796 329.876 175.593 323.438L222.7 279.344C168.28 259.5 129.192 207.782 128.032 146.781Z" fill="url(#paint1_linear_21_2203)"/>
6
+ <path d="M175.477 323.545C156.842 341.183 131.684 352 104 352C73.9006 352 46.7877 339.214 27.7969 318.776C34.2427 326.435 123.871 422.643 173.311 475.563L173.32 475.55C193.799 497.949 223.258 512 255.998 512C289.426 512 319.434 497.346 339.955 474.13L481.99 321.092C500.545 302.314 511.999 276.484 511.999 248C511.999 190.563 465.436 144 407.998 144C377.939 144 350.861 156.755 331.873 177.156L250.668 253.156V253.173L175.592 323.452L175.695 323.545H175.477Z" fill="url(#paint2_linear_21_2203)"/>
7
+ <defs>
8
+ <linearGradient id="paint0_linear_21_2203" x1="133.99" y1="-15.0064" x2="334.982" y2="297.51" gradientUnits="userSpaceOnUse">
9
+ <stop offset="0.176282" stop-color="#98BEF5"/>
10
+ <stop offset="0.94425" stop-color="#3F6FD1"/>
11
+ </linearGradient>
12
+ <linearGradient id="paint1_linear_21_2203" x1="6.30621" y1="123.579" x2="160.121" y2="345.834" gradientUnits="userSpaceOnUse">
13
+ <stop offset="0.1947" stop-color="#4A6DC4"/>
14
+ <stop offset="0.9988" stop-color="#16296F"/>
15
+ </linearGradient>
16
+ <linearGradient id="paint2_linear_21_2203" x1="425.026" y1="462.33" x2="292.769" y2="141.615" gradientUnits="userSpaceOnUse">
17
+ <stop stop-color="#283B73"/>
18
+ <stop offset="1" stop-color="#436DCD"/>
19
+ </linearGradient>
20
+ </defs>
21
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Viva 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 MicrosoftVivaInsights extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,31 @@
1
+ <!-- @thesvg/svelte - Microsoft Viva Learning -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <path d="M17.9999 25.4646L18 8C18 4.68629 15.3137 2 12 2C8.68629 2 6 4.68629 6 8L6.00005 18.4844L6 18.5C6 19.8768 7.11296 20.9937 8.48828 21H13.436C13.4573 20.9997 13.4786 21 13.5 21C15.9735 21 17.9808 22.9956 17.9999 25.4646Z" fill="url(#paint0_linear_542_93122)"/>
5
+ <path d="M17.9999 25.5355C17.9998 25.5445 17.9997 25.5535 17.9996 25.5625L17.9999 25.5355Z" fill="url(#paint1_linear_542_93122)"/>
6
+ <path d="M17.9999 25.4651C18 25.4769 18 25.4887 18 25.5006C18 27.9858 15.9853 30.0006 13.5 30.0006C13.4816 30.0006 13.4632 30.0004 13.4448 30.0002L7.21375 30.0006C4.33427 30.0006 2 27.6663 2 24.7868V13.2143C2 10.7527 3.70591 8.68957 6 8.14258L6.00005 18.4849L6 18.5006C6 19.8774 7.11296 20.9942 8.48828 21.0006H13.436C13.439 21.0005 13.4419 21.0005 13.4448 21.0005C13.4512 21.0004 13.4576 21.0007 13.4641 21.0007C13.476 21.0006 13.488 21.0006 13.5 21.0006C15.9735 21.0006 17.9808 22.9962 17.9999 25.4651Z" fill="url(#paint2_linear_542_93122)"/>
7
+ <path d="M6 8.14202C3.70591 8.68901 2 10.7522 2 13.2137V13.2148C2 10.752 3.70605 8.6889 6 8.14202Z" fill="url(#paint3_linear_542_93122)"/>
8
+ <path d="M18 8V25.5C18 27.9863 15.9854 30 13.5 30H24.7863C27.6657 30 30 27.6657 30 24.7863V13.2137C30 10.3343 27.6657 8 24.7863 8H18Z" fill="url(#paint4_linear_542_93122)"/>
9
+ <defs>
10
+ <linearGradient id="paint0_linear_542_93122" x1="6.24939" y1="0.772269" x2="23.8402" y2="14.7019" gradientUnits="userSpaceOnUse">
11
+ <stop offset="0.176282" stop-color="#64D9E1"/>
12
+ <stop offset="0.94425" stop-color="#1098B6"/>
13
+ </linearGradient>
14
+ <linearGradient id="paint1_linear_542_93122" x1="6.24939" y1="0.772269" x2="23.8402" y2="14.7019" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0.176282" stop-color="#64D9E1"/>
16
+ <stop offset="0.94425" stop-color="#1098B6"/>
17
+ </linearGradient>
18
+ <linearGradient id="paint2_linear_542_93122" x1="2.45307" y1="5.99663" x2="19.7229" y2="23.0573" gradientUnits="userSpaceOnUse">
19
+ <stop offset="0.1947" stop-color="#057093"/>
20
+ <stop offset="0.9988" stop-color="#043346"/>
21
+ </linearGradient>
22
+ <linearGradient id="paint3_linear_542_93122" x1="24.9706" y1="27.0306" x2="16.8775" y2="8.04715" gradientUnits="userSpaceOnUse">
23
+ <stop stop-color="#084961"/>
24
+ <stop offset="1" stop-color="#1282A4"/>
25
+ </linearGradient>
26
+ <linearGradient id="paint4_linear_542_93122" x1="24.9706" y1="27.0306" x2="16.8775" y2="8.04715" gradientUnits="userSpaceOnUse">
27
+ <stop stop-color="#084961"/>
28
+ <stop offset="1" stop-color="#1282A4"/>
29
+ </linearGradient>
30
+ </defs>
31
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Viva Learning
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 MicrosoftVivaLearning extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}
@@ -0,0 +1,24 @@
1
+ <!-- @thesvg/svelte - Microsoft Viva Pulse -->
2
+ <!-- Auto-generated. Do not edit. -->
3
+ <svg viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
4
+ <path d="M25.7981 63.4181C22.9821 62.2571 21 59.4851 21 56.2501C21 53.8848 22.0596 51.767 23.73 50.3455L44.1368 30.3202C46.5122 28.1276 48 24.9876 48 21.5001C48 20.2433 47.8068 19.0317 47.4485 17.8933C48.8521 17.3175 50.389 17 52 17C58.6274 17 64 22.3726 64 29C64 32.3951 62.5901 35.4609 60.3238 37.6438L38.1856 60.2812C36.0001 62.5726 32.9165 64 29.5 64C28.2082 64 26.964 63.7958 25.7981 63.4181Z" fill="url(#paint0_linear_4731_98679)"/>
5
+ <path d="M30.3574 0.564453C33.0822 1.68811 35 4.37056 35 7.50094C35 9.48767 34.2275 11.294 32.9665 12.6359L32.9675 12.6368L10.7215 34.3091L10.7234 34.3114C8.4295 36.497 7 39.5817 7 43.0003C7 46.4905 8.49001 49.6327 10.8686 51.8254L10.8697 51.8244L21.1917 60.661V60.6589C22.4842 61.8995 24.054 62.8535 25.7988 63.4186C22.9824 62.2579 21 59.4856 21 56.2503C21 53.885 22.0596 51.7672 23.73 50.3457L44.1368 30.3204C46.5122 28.1279 48 24.9879 48 21.5003C48 18.2205 46.6842 15.2481 44.5517 13.082L44.5527 13.0804L40.4984 8.84949L35.0626 3.44371L35.0606 3.44392C33.7586 2.14128 32.1523 1.14286 30.3574 0.564453Z" fill="url(#paint1_linear_4731_98679)"/>
6
+ <path d="M30.2344 0.515625C30.2794 0.532361 30.3049 0.542546 30.3574 0.564209C33.0822 1.68787 35 4.37032 35 7.50069C35 9.48742 34.2275 11.2937 32.9665 12.6356L32.9675 12.6366L13.1454 31.9974C8.35903 31.3908 4.28588 29.0532 0.916883 25.6842C-0.305628 24.4617 -0.305627 22.4796 0.916883 21.2571L18.0274 3.87713C20.1777 1.49624 23.2891 0 26.75 0C28.1901 0 28.9594 0.0415481 30.2344 0.515625Z" fill="url(#paint2_linear_4731_98679)"/>
7
+ <defs>
8
+ <linearGradient id="paint0_linear_4731_98679" x1="19.8033" y1="41.44" x2="59.4795" y2="43.9557" gradientUnits="userSpaceOnUse">
9
+ <stop stop-color="#053F4B"/>
10
+ <stop offset="0.492513" stop-color="#0A6B78"/>
11
+ <stop offset="1" stop-color="#149FB3"/>
12
+ </linearGradient>
13
+ <linearGradient id="paint1_linear_4731_98679" x1="42.3397" y1="40.5969" x2="20.4815" y2="18.4835" gradientUnits="userSpaceOnUse">
14
+ <stop stop-color="#0F848B"/>
15
+ <stop offset="0.631953" stop-color="#18CBCB"/>
16
+ <stop offset="0.872018" stop-color="#18DAE7"/>
17
+ </linearGradient>
18
+ <linearGradient id="paint2_linear_4731_98679" x1="36.2411" y1="23.9516" x2="5.40164" y2="9.10515" gradientUnits="userSpaceOnUse">
19
+ <stop offset="0.0206196" stop-color="#084C54"/>
20
+ <stop offset="0.517509" stop-color="#12888F"/>
21
+ <stop offset="1" stop-color="#1CC2D8"/>
22
+ </linearGradient>
23
+ </defs>
24
+ </svg>
@@ -0,0 +1,7 @@
1
+ // @thesvg/svelte - Microsoft Viva Pulse
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 MicrosoftVivaPulse extends SvelteComponent<SVGAttributes<SVGSVGElement>> {}