@thesvg/svelte 3.2.10 → 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.
- package/dist/index.d.ts +11 -0
- package/dist/index.js +11 -0
- package/dist/microsoft-fabric-data-engineering.svelte +5 -0
- package/dist/microsoft-fabric-data-engineering.svelte.d.ts +7 -0
- package/dist/microsoft-fabric-data-factory.svelte +5 -0
- package/dist/microsoft-fabric-data-factory.svelte.d.ts +7 -0
- package/dist/microsoft-fabric-data-science.svelte +5 -0
- package/dist/microsoft-fabric-data-science.svelte.d.ts +7 -0
- package/dist/microsoft-fabric-databases.svelte +5 -0
- package/dist/microsoft-fabric-databases.svelte.d.ts +7 -0
- package/dist/microsoft-fabric-graph-intelligence.svelte +5 -0
- package/dist/microsoft-fabric-graph-intelligence.svelte.d.ts +7 -0
- package/dist/microsoft-fabric-industry-solutions.svelte +5 -0
- package/dist/microsoft-fabric-industry-solutions.svelte.d.ts +7 -0
- package/dist/microsoft-fabric-iq.svelte +5 -0
- package/dist/microsoft-fabric-iq.svelte.d.ts +7 -0
- package/dist/microsoft-fabric-real-time-intelligence.svelte +5 -0
- package/dist/microsoft-fabric-real-time-intelligence.svelte.d.ts +7 -0
- package/dist/microsoft-fabric.svelte +5 -0
- package/dist/microsoft-fabric.svelte.d.ts +7 -0
- package/dist/microsoft-onelake.svelte +5 -0
- package/dist/microsoft-onelake.svelte.d.ts +7 -0
- package/dist/microsoft-power-bi.svelte +5 -0
- package/dist/microsoft-power-bi.svelte.d.ts +7 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4262,13 +4262,24 @@ export { default as MicrosoftDynamics365SupplyChainManagement } from './microsof
|
|
|
4262
4262
|
export { default as MicrosoftEdge } from './microsoft-edge.svelte';
|
|
4263
4263
|
export { default as MicrosoftEditor } from './microsoft-editor.svelte';
|
|
4264
4264
|
export { default as MicrosoftExcel } from './microsoft-excel.svelte';
|
|
4265
|
+
export { default as MicrosoftFabric } from './microsoft-fabric.svelte';
|
|
4266
|
+
export { default as MicrosoftFabricDataEngineering } from './microsoft-fabric-data-engineering.svelte';
|
|
4267
|
+
export { default as MicrosoftFabricDataFactory } from './microsoft-fabric-data-factory.svelte';
|
|
4268
|
+
export { default as MicrosoftFabricDataScience } from './microsoft-fabric-data-science.svelte';
|
|
4265
4269
|
export { default as MicrosoftFabricDataWarehouse } from './microsoft-fabric-data-warehouse.svelte';
|
|
4270
|
+
export { default as MicrosoftFabricDatabases } from './microsoft-fabric-databases.svelte';
|
|
4271
|
+
export { default as MicrosoftFabricGraphIntelligence } from './microsoft-fabric-graph-intelligence.svelte';
|
|
4272
|
+
export { default as MicrosoftFabricIndustrySolutions } from './microsoft-fabric-industry-solutions.svelte';
|
|
4273
|
+
export { default as MicrosoftFabricIq } from './microsoft-fabric-iq.svelte';
|
|
4274
|
+
export { default as MicrosoftFabricRealTimeIntelligence } from './microsoft-fabric-real-time-intelligence.svelte';
|
|
4266
4275
|
export { default as MicrosoftLoop } from './microsoft-loop.svelte';
|
|
4267
4276
|
export { default as MicrosoftOffice } from './microsoft-office.svelte';
|
|
4268
4277
|
export { default as MicrosoftOnedrive } from './microsoft-onedrive.svelte';
|
|
4278
|
+
export { default as MicrosoftOnelake } from './microsoft-onelake.svelte';
|
|
4269
4279
|
export { default as MicrosoftOnenote } from './microsoft-onenote.svelte';
|
|
4270
4280
|
export { default as MicrosoftOutlook } from './microsoft-outlook.svelte';
|
|
4271
4281
|
export { default as MicrosoftPlanner } from './microsoft-planner.svelte';
|
|
4282
|
+
export { default as MicrosoftPowerBi } from './microsoft-power-bi.svelte';
|
|
4272
4283
|
export { default as MicrosoftPowerpoint } from './microsoft-powerpoint.svelte';
|
|
4273
4284
|
export { default as MicrosoftPurview } from './microsoft-purview.svelte';
|
|
4274
4285
|
export { default as MicrosoftSharepoint } from './microsoft-sharepoint.svelte';
|
package/dist/index.js
CHANGED
|
@@ -4262,13 +4262,24 @@ export { default as MicrosoftDynamics365SupplyChainManagement } from './microsof
|
|
|
4262
4262
|
export { default as MicrosoftEdge } from './microsoft-edge.svelte';
|
|
4263
4263
|
export { default as MicrosoftEditor } from './microsoft-editor.svelte';
|
|
4264
4264
|
export { default as MicrosoftExcel } from './microsoft-excel.svelte';
|
|
4265
|
+
export { default as MicrosoftFabric } from './microsoft-fabric.svelte';
|
|
4266
|
+
export { default as MicrosoftFabricDataEngineering } from './microsoft-fabric-data-engineering.svelte';
|
|
4267
|
+
export { default as MicrosoftFabricDataFactory } from './microsoft-fabric-data-factory.svelte';
|
|
4268
|
+
export { default as MicrosoftFabricDataScience } from './microsoft-fabric-data-science.svelte';
|
|
4265
4269
|
export { default as MicrosoftFabricDataWarehouse } from './microsoft-fabric-data-warehouse.svelte';
|
|
4270
|
+
export { default as MicrosoftFabricDatabases } from './microsoft-fabric-databases.svelte';
|
|
4271
|
+
export { default as MicrosoftFabricGraphIntelligence } from './microsoft-fabric-graph-intelligence.svelte';
|
|
4272
|
+
export { default as MicrosoftFabricIndustrySolutions } from './microsoft-fabric-industry-solutions.svelte';
|
|
4273
|
+
export { default as MicrosoftFabricIq } from './microsoft-fabric-iq.svelte';
|
|
4274
|
+
export { default as MicrosoftFabricRealTimeIntelligence } from './microsoft-fabric-real-time-intelligence.svelte';
|
|
4266
4275
|
export { default as MicrosoftLoop } from './microsoft-loop.svelte';
|
|
4267
4276
|
export { default as MicrosoftOffice } from './microsoft-office.svelte';
|
|
4268
4277
|
export { default as MicrosoftOnedrive } from './microsoft-onedrive.svelte';
|
|
4278
|
+
export { default as MicrosoftOnelake } from './microsoft-onelake.svelte';
|
|
4269
4279
|
export { default as MicrosoftOnenote } from './microsoft-onenote.svelte';
|
|
4270
4280
|
export { default as MicrosoftOutlook } from './microsoft-outlook.svelte';
|
|
4271
4281
|
export { default as MicrosoftPlanner } from './microsoft-planner.svelte';
|
|
4282
|
+
export { default as MicrosoftPowerBi } from './microsoft-power-bi.svelte';
|
|
4272
4283
|
export { default as MicrosoftPowerpoint } from './microsoft-powerpoint.svelte';
|
|
4273
4284
|
export { default as MicrosoftPurview } from './microsoft-purview.svelte';
|
|
4274
4285
|
export { default as MicrosoftSharepoint } from './microsoft-sharepoint.svelte';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<!-- @thesvg/svelte - Microsoft Fabric Data Engineering -->
|
|
2
|
+
<!-- Auto-generated. Do not edit. -->
|
|
3
|
+
<svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" {...$$restProps}>
|
|
4
|
+
<g fill-rule="evenodd" clip-path="url(#i770aed-clip0_56017_803)" clip-rule="evenodd"><path fill="#767676" d="M39.24 16.627c1.686-2.478 4.758-.797 4.757 1.851v10.89a3.83 3.83 0 0 1-1.127 2.511l-9.816 9.773a3.16 3.16 0 0 1-2.843.87s-29.034-6.123-14.07-9.885 23.1-16.01 23.1-16.01"/><path fill="url(#i770aed-paint0_linear_56017_803)" d="M39.24 16.627c1.686-2.478 4.758-.797 4.757 1.851v10.89a3.83 3.83 0 0 1-1.127 2.511l-9.816 9.773a3.16 3.16 0 0 1-2.843.87s-29.034-6.123-14.07-9.885 23.1-16.01 23.1-16.01"/><path fill="url(#i770aed-paint1_linear_56017_803)" d="M39.24 16.627c1.686-2.478 4.758-.797 4.757 1.851v10.89a3.83 3.83 0 0 1-1.127 2.511l-9.816 9.773a3.16 3.16 0 0 1-2.843.87s-29.034-6.123-14.07-9.885 23.1-16.01 23.1-16.01"/><path fill="#4F1A1A" d="m35.376 39.38.01.01 6.705-6.692c-1.978 1.984-7.143 2.023-11.939-.347-3.198-1.58-5.409-4.625-7.37-7.696L11.963 7.553l-7.002 7.195a3.6 3.6 0 0 0-1.019 2.344l.039 13.837c-.038.932.295 1.84.921 2.506l8.9 9.543a3.18 3.18 0 0 0 2.327 1.017h13.302c.822-.001 1.613-.357 2.213-.942z"/><path fill="url(#i770aed-paint2_linear_56017_803)" d="m35.376 39.38.01.01 6.705-6.692c-1.978 1.984-7.143 2.023-11.939-.347-3.198-1.58-5.409-4.625-7.37-7.696L11.963 7.553l-7.002 7.195a3.6 3.6 0 0 0-1.019 2.344l.039 13.837c-.038.932.295 1.84.921 2.506l8.9 9.543a3.18 3.18 0 0 0 2.327 1.017h13.302c.822-.001 1.613-.357 2.213-.942z"/><path fill="url(#i770aed-paint3_linear_56017_803)" d="m35.376 39.38.01.01 6.705-6.692c-1.978 1.984-7.143 2.023-11.939-.347-3.198-1.58-5.409-4.625-7.37-7.696L11.963 7.553l-7.002 7.195a3.6 3.6 0 0 0-1.019 2.344l.039 13.837c-.038.932.295 1.84.921 2.506l8.9 9.543a3.18 3.18 0 0 0 2.327 1.017h13.302c.822-.001 1.613-.357 2.213-.942z"/><path fill="url(#i770aed-paint4_linear_56017_803)" d="m35.376 39.38.01.01 6.705-6.692c-1.978 1.984-7.143 2.023-11.939-.347-3.198-1.58-5.409-4.625-7.37-7.696L11.963 7.553l-7.002 7.195a3.6 3.6 0 0 0-1.019 2.344l.039 13.837c-.038.932.295 1.84.921 2.506l8.9 9.543a3.18 3.18 0 0 0 2.327 1.017h13.302c.822-.001 1.613-.357 2.213-.942z"/><path fill="#585858" d="M10.21 29.85c2.89-5.578 3.815-4.098 14.41-12.415 4.916-3.859 7.768-8.405 9.159-11.102a1.597 1.597 0 0 0-1.433-2.352h-15.58c-.853 0-1.671.349-2.278.973l-9.582 9.849a3.45 3.45 0 0 0-.966 2.407v13.802c0 .88.33 1.727.92 2.358l7.7 8.246s-5.433-5.818-2.35-11.766"/><path fill="url(#i770aed-paint5_linear_56017_803)" d="M10.21 29.85c2.89-5.578 3.815-4.098 14.41-12.415 4.916-3.859 7.768-8.405 9.159-11.102a1.597 1.597 0 0 0-1.433-2.352h-15.58c-.853 0-1.671.349-2.278.973l-9.582 9.849a3.45 3.45 0 0 0-.966 2.407v13.802c0 .88.33 1.727.92 2.358l7.7 8.246s-5.433-5.818-2.35-11.766"/><path fill="url(#i770aed-paint6_linear_56017_803)" d="M10.21 29.85c2.89-5.578 3.815-4.098 14.41-12.415 4.916-3.859 7.768-8.405 9.159-11.102a1.597 1.597 0 0 0-1.433-2.352h-15.58c-.853 0-1.671.349-2.278.973l-9.582 9.849a3.45 3.45 0 0 0-.966 2.407v13.802c0 .88.33 1.727.92 2.358l7.7 8.246s-5.433-5.818-2.35-11.766"/><path fill="url(#i770aed-paint7_linear_56017_803)" d="M10.21 29.85c2.89-5.578 3.815-4.098 14.41-12.415 4.916-3.859 7.768-8.405 9.159-11.102a1.597 1.597 0 0 0-1.433-2.352h-15.58c-.853 0-1.671.349-2.278.973l-9.582 9.849a3.45 3.45 0 0 0-.966 2.407v13.802c0 .88.33 1.727.92 2.358l7.7 8.246s-5.433-5.818-2.35-11.766"/></g><defs><linearGradient id="i770aed-paint0_linear_56017_803" x1="35.187" x2="46.979" y1="32.38" y2="19.573" gradientUnits="userSpaceOnUse"><stop stop-color="#114A85"/><stop offset=".796" stop-color="#028EDB"/></linearGradient><linearGradient id="i770aed-paint1_linear_56017_803" x1="35.611" x2="51.437" y1="35.891" y2="10.135" gradientUnits="userSpaceOnUse"><stop stop-color="#114A85"/><stop offset=".67" stop-color="#028EDB"/></linearGradient><linearGradient id="i770aed-paint2_linear_56017_803" x1="11.854" x2="32.854" y1="30.859" y2="31.011" gradientUnits="userSpaceOnUse"><stop offset=".074" stop-color="#0669B6"/><stop offset=".262" stop-color="#0E7FCB"/><stop offset=".545" stop-color="#148DD9"/><stop offset=".95" stop-color="#3CC5EE"/></linearGradient><linearGradient id="i770aed-paint3_linear_56017_803" x1="11.615" x2="35.569" y1="38.59" y2="35.128" gradientUnits="userSpaceOnUse"><stop offset=".31" stop-color="#0094E5"/><stop offset="1" stop-color="#40D8F9"/></linearGradient><linearGradient id="i770aed-paint4_linear_56017_803" x1="9.321" x2="32.539" y1="26.026" y2="32.94" gradientUnits="userSpaceOnUse"><stop offset=".09" stop-opacity=".2"/><stop offset=".55" stop-opacity="0"/></linearGradient><linearGradient id="i770aed-paint5_linear_56017_803" x1="26.772" x2="6.338" y1="7.914" y2="21.668" gradientUnits="userSpaceOnUse"><stop stop-color="#BDF5FF"/><stop offset="1" stop-color="#40D9FA"/></linearGradient><linearGradient id="i770aed-paint6_linear_56017_803" x1="4.629" x2="25.744" y1="33.55" y2="19.514" gradientUnits="userSpaceOnUse"><stop stop-color="#3CC5EE"/><stop offset="1" stop-color="#50E0FF"/></linearGradient><linearGradient id="i770aed-paint7_linear_56017_803" x1="10.766" x2="18.7" y1="23.28" y2="27.316" gradientUnits="userSpaceOnUse"><stop stop-color="#A1ECFF" stop-opacity="0"/><stop offset=".9" stop-color="#A1ECFF" stop-opacity=".9"/></linearGradient><clipPath id="i770aed-clip0_56017_803"><path fill="#fff" d="M0 0H48V48H0z"/></clipPath></defs>
|
|
5
|
+
</svg>
|
|
@@ -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 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
|
+

 
 <defs>
 <style>
 .st0 {
 fill: url(#radial-gradient);
 }

 .st1 {
 fill: url(#linear-gradient);
 }

 .st2 {
 fill: url(#radial-gradient1);
 }
 </style>
 <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">
 <stop offset="0" stop-color="#1c154f"/>
 <stop offset=".5" stop-color="#02573a"/>
 <stop offset="1" stop-color="#5dbf87"/>
 </radialGradient>
 <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">
 <stop offset="0" stop-color="#092231"/>
 <stop offset=".3" stop-color="#084348"/>
 <stop offset=".7" stop-color="#17844a"/>
 <stop offset=".9" stop-color="#5bbe81"/>
 </radialGradient>
 <linearGradient id="linear-gradient" x1="147.6" y1="255.5" x2="268.9" y2="444" gradientTransform="translate(0 502) scale(1 -1)" gradientUnits="userSpaceOnUse">
 <stop offset="0" stop-color="#5cc098"/>
 <stop offset=".6" stop-color="#82ca9c"/>
 <stop offset="1" stop-color="#b6dba8"/>
 </linearGradient>
 </defs>
 <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"/>
 <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"/>
 <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"/>

|
|
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>> {}
|