@thesvg/icons 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.cjs +22 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.js +11 -0
- package/dist/microsoft-fabric-data-engineering.cjs +29 -0
- package/dist/microsoft-fabric-data-engineering.d.ts +17 -0
- package/dist/microsoft-fabric-data-engineering.js +17 -0
- package/dist/microsoft-fabric-data-factory.cjs +29 -0
- package/dist/microsoft-fabric-data-factory.d.ts +17 -0
- package/dist/microsoft-fabric-data-factory.js +17 -0
- package/dist/microsoft-fabric-data-science.cjs +29 -0
- package/dist/microsoft-fabric-data-science.d.ts +17 -0
- package/dist/microsoft-fabric-data-science.js +17 -0
- package/dist/microsoft-fabric-databases.cjs +29 -0
- package/dist/microsoft-fabric-databases.d.ts +17 -0
- package/dist/microsoft-fabric-databases.js +17 -0
- package/dist/microsoft-fabric-graph-intelligence.cjs +29 -0
- package/dist/microsoft-fabric-graph-intelligence.d.ts +17 -0
- package/dist/microsoft-fabric-graph-intelligence.js +17 -0
- package/dist/microsoft-fabric-industry-solutions.cjs +29 -0
- package/dist/microsoft-fabric-industry-solutions.d.ts +17 -0
- package/dist/microsoft-fabric-industry-solutions.js +17 -0
- package/dist/microsoft-fabric-iq.cjs +29 -0
- package/dist/microsoft-fabric-iq.d.ts +17 -0
- package/dist/microsoft-fabric-iq.js +17 -0
- package/dist/microsoft-fabric-real-time-intelligence.cjs +29 -0
- package/dist/microsoft-fabric-real-time-intelligence.d.ts +17 -0
- package/dist/microsoft-fabric-real-time-intelligence.js +17 -0
- package/dist/microsoft-fabric.cjs +29 -0
- package/dist/microsoft-fabric.d.ts +17 -0
- package/dist/microsoft-fabric.js +17 -0
- package/dist/microsoft-onelake.cjs +29 -0
- package/dist/microsoft-onelake.d.ts +17 -0
- package/dist/microsoft-onelake.js +17 -0
- package/dist/microsoft-power-bi.cjs +29 -0
- package/dist/microsoft-power-bi.d.ts +17 -0
- package/dist/microsoft-power-bi.js +17 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -8524,20 +8524,42 @@ const _microsoft_editor = require("./microsoft-editor.cjs");
|
|
|
8524
8524
|
exports.microsoft_editor = _microsoft_editor.default;
|
|
8525
8525
|
const _microsoft_excel = require("./microsoft-excel.cjs");
|
|
8526
8526
|
exports.microsoft_excel = _microsoft_excel.default;
|
|
8527
|
+
const _microsoft_fabric = require("./microsoft-fabric.cjs");
|
|
8528
|
+
exports.microsoft_fabric = _microsoft_fabric.default;
|
|
8529
|
+
const _microsoft_fabric_data_engineering = require("./microsoft-fabric-data-engineering.cjs");
|
|
8530
|
+
exports.microsoft_fabric_data_engineering = _microsoft_fabric_data_engineering.default;
|
|
8531
|
+
const _microsoft_fabric_data_factory = require("./microsoft-fabric-data-factory.cjs");
|
|
8532
|
+
exports.microsoft_fabric_data_factory = _microsoft_fabric_data_factory.default;
|
|
8533
|
+
const _microsoft_fabric_data_science = require("./microsoft-fabric-data-science.cjs");
|
|
8534
|
+
exports.microsoft_fabric_data_science = _microsoft_fabric_data_science.default;
|
|
8527
8535
|
const _microsoft_fabric_data_warehouse = require("./microsoft-fabric-data-warehouse.cjs");
|
|
8528
8536
|
exports.microsoft_fabric_data_warehouse = _microsoft_fabric_data_warehouse.default;
|
|
8537
|
+
const _microsoft_fabric_databases = require("./microsoft-fabric-databases.cjs");
|
|
8538
|
+
exports.microsoft_fabric_databases = _microsoft_fabric_databases.default;
|
|
8539
|
+
const _microsoft_fabric_graph_intelligence = require("./microsoft-fabric-graph-intelligence.cjs");
|
|
8540
|
+
exports.microsoft_fabric_graph_intelligence = _microsoft_fabric_graph_intelligence.default;
|
|
8541
|
+
const _microsoft_fabric_industry_solutions = require("./microsoft-fabric-industry-solutions.cjs");
|
|
8542
|
+
exports.microsoft_fabric_industry_solutions = _microsoft_fabric_industry_solutions.default;
|
|
8543
|
+
const _microsoft_fabric_iq = require("./microsoft-fabric-iq.cjs");
|
|
8544
|
+
exports.microsoft_fabric_iq = _microsoft_fabric_iq.default;
|
|
8545
|
+
const _microsoft_fabric_real_time_intelligence = require("./microsoft-fabric-real-time-intelligence.cjs");
|
|
8546
|
+
exports.microsoft_fabric_real_time_intelligence = _microsoft_fabric_real_time_intelligence.default;
|
|
8529
8547
|
const _microsoft_loop = require("./microsoft-loop.cjs");
|
|
8530
8548
|
exports.microsoft_loop = _microsoft_loop.default;
|
|
8531
8549
|
const _microsoft_office = require("./microsoft-office.cjs");
|
|
8532
8550
|
exports.microsoft_office = _microsoft_office.default;
|
|
8533
8551
|
const _microsoft_onedrive = require("./microsoft-onedrive.cjs");
|
|
8534
8552
|
exports.microsoft_onedrive = _microsoft_onedrive.default;
|
|
8553
|
+
const _microsoft_onelake = require("./microsoft-onelake.cjs");
|
|
8554
|
+
exports.microsoft_onelake = _microsoft_onelake.default;
|
|
8535
8555
|
const _microsoft_onenote = require("./microsoft-onenote.cjs");
|
|
8536
8556
|
exports.microsoft_onenote = _microsoft_onenote.default;
|
|
8537
8557
|
const _microsoft_outlook = require("./microsoft-outlook.cjs");
|
|
8538
8558
|
exports.microsoft_outlook = _microsoft_outlook.default;
|
|
8539
8559
|
const _microsoft_planner = require("./microsoft-planner.cjs");
|
|
8540
8560
|
exports.microsoft_planner = _microsoft_planner.default;
|
|
8561
|
+
const _microsoft_power_bi = require("./microsoft-power-bi.cjs");
|
|
8562
|
+
exports.microsoft_power_bi = _microsoft_power_bi.default;
|
|
8541
8563
|
const _microsoft_powerpoint = require("./microsoft-powerpoint.cjs");
|
|
8542
8564
|
exports.microsoft_powerpoint = _microsoft_powerpoint.default;
|
|
8543
8565
|
const _microsoft_purview = require("./microsoft-purview.cjs");
|
package/dist/index.d.ts
CHANGED
|
@@ -4263,13 +4263,24 @@ export { default as microsoft_dynamics_365_supply_chain_management } from "./mic
|
|
|
4263
4263
|
export { default as microsoft_edge } from "./microsoft-edge.js";
|
|
4264
4264
|
export { default as microsoft_editor } from "./microsoft-editor.js";
|
|
4265
4265
|
export { default as microsoft_excel } from "./microsoft-excel.js";
|
|
4266
|
+
export { default as microsoft_fabric } from "./microsoft-fabric.js";
|
|
4267
|
+
export { default as microsoft_fabric_data_engineering } from "./microsoft-fabric-data-engineering.js";
|
|
4268
|
+
export { default as microsoft_fabric_data_factory } from "./microsoft-fabric-data-factory.js";
|
|
4269
|
+
export { default as microsoft_fabric_data_science } from "./microsoft-fabric-data-science.js";
|
|
4266
4270
|
export { default as microsoft_fabric_data_warehouse } from "./microsoft-fabric-data-warehouse.js";
|
|
4271
|
+
export { default as microsoft_fabric_databases } from "./microsoft-fabric-databases.js";
|
|
4272
|
+
export { default as microsoft_fabric_graph_intelligence } from "./microsoft-fabric-graph-intelligence.js";
|
|
4273
|
+
export { default as microsoft_fabric_industry_solutions } from "./microsoft-fabric-industry-solutions.js";
|
|
4274
|
+
export { default as microsoft_fabric_iq } from "./microsoft-fabric-iq.js";
|
|
4275
|
+
export { default as microsoft_fabric_real_time_intelligence } from "./microsoft-fabric-real-time-intelligence.js";
|
|
4267
4276
|
export { default as microsoft_loop } from "./microsoft-loop.js";
|
|
4268
4277
|
export { default as microsoft_office } from "./microsoft-office.js";
|
|
4269
4278
|
export { default as microsoft_onedrive } from "./microsoft-onedrive.js";
|
|
4279
|
+
export { default as microsoft_onelake } from "./microsoft-onelake.js";
|
|
4270
4280
|
export { default as microsoft_onenote } from "./microsoft-onenote.js";
|
|
4271
4281
|
export { default as microsoft_outlook } from "./microsoft-outlook.js";
|
|
4272
4282
|
export { default as microsoft_planner } from "./microsoft-planner.js";
|
|
4283
|
+
export { default as microsoft_power_bi } from "./microsoft-power-bi.js";
|
|
4273
4284
|
export { default as microsoft_powerpoint } from "./microsoft-powerpoint.js";
|
|
4274
4285
|
export { default as microsoft_purview } from "./microsoft-purview.js";
|
|
4275
4286
|
export { default as microsoft_sharepoint } from "./microsoft-sharepoint.js";
|
package/dist/index.js
CHANGED
|
@@ -4263,13 +4263,24 @@ export { default as microsoft_dynamics_365_supply_chain_management } from "./mic
|
|
|
4263
4263
|
export { default as microsoft_edge } from "./microsoft-edge.js";
|
|
4264
4264
|
export { default as microsoft_editor } from "./microsoft-editor.js";
|
|
4265
4265
|
export { default as microsoft_excel } from "./microsoft-excel.js";
|
|
4266
|
+
export { default as microsoft_fabric } from "./microsoft-fabric.js";
|
|
4267
|
+
export { default as microsoft_fabric_data_engineering } from "./microsoft-fabric-data-engineering.js";
|
|
4268
|
+
export { default as microsoft_fabric_data_factory } from "./microsoft-fabric-data-factory.js";
|
|
4269
|
+
export { default as microsoft_fabric_data_science } from "./microsoft-fabric-data-science.js";
|
|
4266
4270
|
export { default as microsoft_fabric_data_warehouse } from "./microsoft-fabric-data-warehouse.js";
|
|
4271
|
+
export { default as microsoft_fabric_databases } from "./microsoft-fabric-databases.js";
|
|
4272
|
+
export { default as microsoft_fabric_graph_intelligence } from "./microsoft-fabric-graph-intelligence.js";
|
|
4273
|
+
export { default as microsoft_fabric_industry_solutions } from "./microsoft-fabric-industry-solutions.js";
|
|
4274
|
+
export { default as microsoft_fabric_iq } from "./microsoft-fabric-iq.js";
|
|
4275
|
+
export { default as microsoft_fabric_real_time_intelligence } from "./microsoft-fabric-real-time-intelligence.js";
|
|
4267
4276
|
export { default as microsoft_loop } from "./microsoft-loop.js";
|
|
4268
4277
|
export { default as microsoft_office } from "./microsoft-office.js";
|
|
4269
4278
|
export { default as microsoft_onedrive } from "./microsoft-onedrive.js";
|
|
4279
|
+
export { default as microsoft_onelake } from "./microsoft-onelake.js";
|
|
4270
4280
|
export { default as microsoft_onenote } from "./microsoft-onenote.js";
|
|
4271
4281
|
export { default as microsoft_outlook } from "./microsoft-outlook.js";
|
|
4272
4282
|
export { default as microsoft_planner } from "./microsoft-planner.js";
|
|
4283
|
+
export { default as microsoft_power_bi } from "./microsoft-power-bi.js";
|
|
4273
4284
|
export { default as microsoft_powerpoint } from "./microsoft-powerpoint.js";
|
|
4274
4285
|
export { default as microsoft_purview } from "./microsoft-purview.js";
|
|
4275
4286
|
export { default as microsoft_sharepoint } from "./microsoft-sharepoint.js";
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -Microsoft Fabric Data Engineering
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "microsoft-fabric-data-engineering";
|
|
8
|
+
exports.title = "Microsoft Fabric Data Engineering";
|
|
9
|
+
exports.hex = "0094E5";
|
|
10
|
+
exports.categories = ["Analytics"];
|
|
11
|
+
exports.aliases = ["Fabric Data Engineering", "Data Engineering"];
|
|
12
|
+
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><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></svg>`;
|
|
13
|
+
exports.variants = {
|
|
14
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><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></svg>`
|
|
15
|
+
};
|
|
16
|
+
exports.license = "Microsoft proprietary product icon; no express redistribution license supplied; maintainer review required";
|
|
17
|
+
exports.url = "https://learn.microsoft.com/en-us/fabric/data-engineering/data-engineering-overview";
|
|
18
|
+
|
|
19
|
+
exports.default = {
|
|
20
|
+
slug: exports.slug,
|
|
21
|
+
title: exports.title,
|
|
22
|
+
hex: exports.hex,
|
|
23
|
+
categories: exports.categories,
|
|
24
|
+
aliases: exports.aliases,
|
|
25
|
+
svg: exports.svg,
|
|
26
|
+
variants: exports.variants,
|
|
27
|
+
license: exports.license,
|
|
28
|
+
url: exports.url,
|
|
29
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Microsoft Fabric Data Engineering
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { IconModule } from "./index.js";
|
|
5
|
+
|
|
6
|
+
export declare const slug: string;
|
|
7
|
+
export declare const title: string;
|
|
8
|
+
export declare const hex: string;
|
|
9
|
+
export declare const categories: string[];
|
|
10
|
+
export declare const aliases: string[];
|
|
11
|
+
export declare const svg: string;
|
|
12
|
+
export declare const variants: Record<string, string>;
|
|
13
|
+
export declare const license: string;
|
|
14
|
+
export declare const url: string;
|
|
15
|
+
|
|
16
|
+
declare const microsoft_fabric_data_engineering: IconModule;
|
|
17
|
+
export default microsoft_fabric_data_engineering;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Microsoft Fabric Data Engineering
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "microsoft-fabric-data-engineering";
|
|
5
|
+
export const title = "Microsoft Fabric Data Engineering";
|
|
6
|
+
export const hex = "0094E5";
|
|
7
|
+
export const categories = ["Analytics"];
|
|
8
|
+
export const aliases = ["Fabric Data Engineering", "Data Engineering"];
|
|
9
|
+
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><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></svg>`;
|
|
10
|
+
export const variants = {
|
|
11
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><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></svg>`
|
|
12
|
+
};
|
|
13
|
+
export const license = "Microsoft proprietary product icon; no express redistribution license supplied; maintainer review required";
|
|
14
|
+
export const url = "https://learn.microsoft.com/en-us/fabric/data-engineering/data-engineering-overview";
|
|
15
|
+
|
|
16
|
+
const microsoft_fabric_data_engineering = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
17
|
+
export default microsoft_fabric_data_engineering;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -Microsoft Fabric Data Factory
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "microsoft-fabric-data-factory";
|
|
8
|
+
exports.title = "Microsoft Fabric Data Factory";
|
|
9
|
+
exports.hex = "107C10";
|
|
10
|
+
exports.categories = ["Analytics"];
|
|
11
|
+
exports.aliases = ["Fabric Data Factory", "Data Factory"];
|
|
12
|
+
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="currentColor"><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></svg>`;
|
|
13
|
+
exports.variants = {
|
|
14
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="currentColor"><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></svg>`
|
|
15
|
+
};
|
|
16
|
+
exports.license = "Microsoft proprietary product icon; no express redistribution license supplied; maintainer review required";
|
|
17
|
+
exports.url = "https://learn.microsoft.com/en-us/fabric/data-factory/data-factory-overview";
|
|
18
|
+
|
|
19
|
+
exports.default = {
|
|
20
|
+
slug: exports.slug,
|
|
21
|
+
title: exports.title,
|
|
22
|
+
hex: exports.hex,
|
|
23
|
+
categories: exports.categories,
|
|
24
|
+
aliases: exports.aliases,
|
|
25
|
+
svg: exports.svg,
|
|
26
|
+
variants: exports.variants,
|
|
27
|
+
license: exports.license,
|
|
28
|
+
url: exports.url,
|
|
29
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Microsoft Fabric Data Factory
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { IconModule } from "./index.js";
|
|
5
|
+
|
|
6
|
+
export declare const slug: string;
|
|
7
|
+
export declare const title: string;
|
|
8
|
+
export declare const hex: string;
|
|
9
|
+
export declare const categories: string[];
|
|
10
|
+
export declare const aliases: string[];
|
|
11
|
+
export declare const svg: string;
|
|
12
|
+
export declare const variants: Record<string, string>;
|
|
13
|
+
export declare const license: string;
|
|
14
|
+
export declare const url: string;
|
|
15
|
+
|
|
16
|
+
declare const microsoft_fabric_data_factory: IconModule;
|
|
17
|
+
export default microsoft_fabric_data_factory;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Microsoft Fabric Data Factory
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "microsoft-fabric-data-factory";
|
|
5
|
+
export const title = "Microsoft Fabric Data Factory";
|
|
6
|
+
export const hex = "107C10";
|
|
7
|
+
export const categories = ["Analytics"];
|
|
8
|
+
export const aliases = ["Fabric Data Factory", "Data Factory"];
|
|
9
|
+
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="currentColor"><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></svg>`;
|
|
10
|
+
export const variants = {
|
|
11
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="currentColor"><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></svg>`
|
|
12
|
+
};
|
|
13
|
+
export const license = "Microsoft proprietary product icon; no express redistribution license supplied; maintainer review required";
|
|
14
|
+
export const url = "https://learn.microsoft.com/en-us/fabric/data-factory/data-factory-overview";
|
|
15
|
+
|
|
16
|
+
const microsoft_fabric_data_factory = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
17
|
+
export default microsoft_fabric_data_factory;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -Microsoft Fabric Data Science
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "microsoft-fabric-data-science";
|
|
8
|
+
exports.title = "Microsoft Fabric Data Science";
|
|
9
|
+
exports.hex = "288CD9";
|
|
10
|
+
exports.categories = ["AI"];
|
|
11
|
+
exports.aliases = ["Fabric Data Science", "Data Science"];
|
|
12
|
+
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="currentColor"><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></svg>`;
|
|
13
|
+
exports.variants = {
|
|
14
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="currentColor"><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></svg>`
|
|
15
|
+
};
|
|
16
|
+
exports.license = "Microsoft proprietary product icon; no express redistribution license supplied; maintainer review required";
|
|
17
|
+
exports.url = "https://learn.microsoft.com/en-us/fabric/data-science/data-science-overview";
|
|
18
|
+
|
|
19
|
+
exports.default = {
|
|
20
|
+
slug: exports.slug,
|
|
21
|
+
title: exports.title,
|
|
22
|
+
hex: exports.hex,
|
|
23
|
+
categories: exports.categories,
|
|
24
|
+
aliases: exports.aliases,
|
|
25
|
+
svg: exports.svg,
|
|
26
|
+
variants: exports.variants,
|
|
27
|
+
license: exports.license,
|
|
28
|
+
url: exports.url,
|
|
29
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Microsoft Fabric Data Science
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { IconModule } from "./index.js";
|
|
5
|
+
|
|
6
|
+
export declare const slug: string;
|
|
7
|
+
export declare const title: string;
|
|
8
|
+
export declare const hex: string;
|
|
9
|
+
export declare const categories: string[];
|
|
10
|
+
export declare const aliases: string[];
|
|
11
|
+
export declare const svg: string;
|
|
12
|
+
export declare const variants: Record<string, string>;
|
|
13
|
+
export declare const license: string;
|
|
14
|
+
export declare const url: string;
|
|
15
|
+
|
|
16
|
+
declare const microsoft_fabric_data_science: IconModule;
|
|
17
|
+
export default microsoft_fabric_data_science;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Microsoft Fabric Data Science
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "microsoft-fabric-data-science";
|
|
5
|
+
export const title = "Microsoft Fabric Data Science";
|
|
6
|
+
export const hex = "288CD9";
|
|
7
|
+
export const categories = ["AI"];
|
|
8
|
+
export const aliases = ["Fabric Data Science", "Data Science"];
|
|
9
|
+
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="currentColor"><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></svg>`;
|
|
10
|
+
export const variants = {
|
|
11
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="currentColor"><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></svg>`
|
|
12
|
+
};
|
|
13
|
+
export const license = "Microsoft proprietary product icon; no express redistribution license supplied; maintainer review required";
|
|
14
|
+
export const url = "https://learn.microsoft.com/en-us/fabric/data-science/data-science-overview";
|
|
15
|
+
|
|
16
|
+
const microsoft_fabric_data_science = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
17
|
+
export default microsoft_fabric_data_science;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -Microsoft Fabric Databases
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "microsoft-fabric-databases";
|
|
8
|
+
exports.title = "Microsoft Fabric Databases";
|
|
9
|
+
exports.hex = "2F65DA";
|
|
10
|
+
exports.categories = ["Database"];
|
|
11
|
+
exports.aliases = ["Fabric Databases", "Databases"];
|
|
12
|
+
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="currentColor"><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></svg>`;
|
|
13
|
+
exports.variants = {
|
|
14
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="currentColor"><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></svg>`
|
|
15
|
+
};
|
|
16
|
+
exports.license = "Microsoft proprietary product icon; no express redistribution license supplied; maintainer review required";
|
|
17
|
+
exports.url = "https://learn.microsoft.com/en-us/fabric/database/sql/overview";
|
|
18
|
+
|
|
19
|
+
exports.default = {
|
|
20
|
+
slug: exports.slug,
|
|
21
|
+
title: exports.title,
|
|
22
|
+
hex: exports.hex,
|
|
23
|
+
categories: exports.categories,
|
|
24
|
+
aliases: exports.aliases,
|
|
25
|
+
svg: exports.svg,
|
|
26
|
+
variants: exports.variants,
|
|
27
|
+
license: exports.license,
|
|
28
|
+
url: exports.url,
|
|
29
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Microsoft Fabric Databases
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { IconModule } from "./index.js";
|
|
5
|
+
|
|
6
|
+
export declare const slug: string;
|
|
7
|
+
export declare const title: string;
|
|
8
|
+
export declare const hex: string;
|
|
9
|
+
export declare const categories: string[];
|
|
10
|
+
export declare const aliases: string[];
|
|
11
|
+
export declare const svg: string;
|
|
12
|
+
export declare const variants: Record<string, string>;
|
|
13
|
+
export declare const license: string;
|
|
14
|
+
export declare const url: string;
|
|
15
|
+
|
|
16
|
+
declare const microsoft_fabric_databases: IconModule;
|
|
17
|
+
export default microsoft_fabric_databases;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Microsoft Fabric Databases
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
export const slug = "microsoft-fabric-databases";
|
|
5
|
+
export const title = "Microsoft Fabric Databases";
|
|
6
|
+
export const hex = "2F65DA";
|
|
7
|
+
export const categories = ["Database"];
|
|
8
|
+
export const aliases = ["Fabric Databases", "Databases"];
|
|
9
|
+
export const svg = `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="currentColor"><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></svg>`;
|
|
10
|
+
export const variants = {
|
|
11
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="currentColor"><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></svg>`
|
|
12
|
+
};
|
|
13
|
+
export const license = "Microsoft proprietary product icon; no express redistribution license supplied; maintainer review required";
|
|
14
|
+
export const url = "https://learn.microsoft.com/en-us/fabric/database/sql/overview";
|
|
15
|
+
|
|
16
|
+
const microsoft_fabric_databases = { slug, title, hex, categories, aliases, svg, variants, license, url };
|
|
17
|
+
export default microsoft_fabric_databases;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/icons -Microsoft Fabric Graph Intelligence
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
exports.slug = "microsoft-fabric-graph-intelligence";
|
|
8
|
+
exports.title = "Microsoft Fabric Graph Intelligence";
|
|
9
|
+
exports.hex = "FF6F47";
|
|
10
|
+
exports.categories = ["Analytics"];
|
|
11
|
+
exports.aliases = ["Fabric Graph Intelligence", "Graph Intelligence", "Fabric Graph"];
|
|
12
|
+
exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><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></svg>`;
|
|
13
|
+
exports.variants = {
|
|
14
|
+
"default": `<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><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></svg>`
|
|
15
|
+
};
|
|
16
|
+
exports.license = "Microsoft proprietary product icon; no express redistribution license supplied; maintainer review required";
|
|
17
|
+
exports.url = "https://learn.microsoft.com/en-us/fabric/graph/overview";
|
|
18
|
+
|
|
19
|
+
exports.default = {
|
|
20
|
+
slug: exports.slug,
|
|
21
|
+
title: exports.title,
|
|
22
|
+
hex: exports.hex,
|
|
23
|
+
categories: exports.categories,
|
|
24
|
+
aliases: exports.aliases,
|
|
25
|
+
svg: exports.svg,
|
|
26
|
+
variants: exports.variants,
|
|
27
|
+
license: exports.license,
|
|
28
|
+
url: exports.url,
|
|
29
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @thesvg/icons - Microsoft Fabric Graph Intelligence
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { IconModule } from "./index.js";
|
|
5
|
+
|
|
6
|
+
export declare const slug: string;
|
|
7
|
+
export declare const title: string;
|
|
8
|
+
export declare const hex: string;
|
|
9
|
+
export declare const categories: string[];
|
|
10
|
+
export declare const aliases: string[];
|
|
11
|
+
export declare const svg: string;
|
|
12
|
+
export declare const variants: Record<string, string>;
|
|
13
|
+
export declare const license: string;
|
|
14
|
+
export declare const url: string;
|
|
15
|
+
|
|
16
|
+
declare const microsoft_fabric_graph_intelligence: IconModule;
|
|
17
|
+
export default microsoft_fabric_graph_intelligence;
|