@cloud-ru/uikit-product-icons 17.12.0 → 18.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/cjs/components/index.d.ts +8 -0
  3. package/dist/cjs/components/index.js +24 -0
  4. package/dist/cjs/components/{service-icons/UserGateVirtualNgfw1.d.ts → interface-icons-product/Sample.d.ts} +2 -2
  5. package/dist/cjs/components/{service-icons/EvolutionAiAssistant.js → interface-icons-product/Sample.js} +4 -4
  6. package/dist/cjs/components/{service-icons/UserGateVirtualNgfw1.js → interface-icons-product/Services.js} +4 -4
  7. package/dist/cjs/components/interface-icons-product/index.d.ts +2 -0
  8. package/dist/cjs/components/interface-icons-product/index.js +14 -10
  9. package/dist/{esm/components/service-icons/EvolutionAiAssistant.d.ts → cjs/components/logo-icons/KgatewayLogo/KgatewayLogoDark.d.ts} +2 -2
  10. package/dist/cjs/components/logo-icons/KgatewayLogo/KgatewayLogoDark.js +67 -0
  11. package/dist/cjs/components/logo-icons/KgatewayLogo/KgatewayLogoLight.d.ts +9 -0
  12. package/dist/cjs/components/logo-icons/KgatewayLogo/KgatewayLogoLight.js +67 -0
  13. package/dist/cjs/components/logo-icons/KgatewayLogo/index.d.ts +3 -0
  14. package/dist/cjs/components/logo-icons/KgatewayLogo/index.js +16 -0
  15. package/dist/cjs/components/logo-icons/TraefikLogo/TraefikLogoDark.d.ts +9 -0
  16. package/dist/cjs/components/logo-icons/TraefikLogo/TraefikLogoDark.js +67 -0
  17. package/dist/cjs/components/logo-icons/TraefikLogo/TraefikLogoLight.d.ts +9 -0
  18. package/dist/cjs/components/logo-icons/TraefikLogo/TraefikLogoLight.js +67 -0
  19. package/dist/cjs/components/logo-icons/TraefikLogo/index.d.ts +3 -0
  20. package/dist/cjs/components/logo-icons/TraefikLogo/index.js +16 -0
  21. package/dist/cjs/components/logo-icons/index.d.ts +2 -0
  22. package/dist/cjs/components/logo-icons/index.js +7 -2
  23. package/dist/cjs/components/service-icons/BasisDynamix.d.ts +9 -0
  24. package/dist/cjs/components/service-icons/BasisDynamix.js +67 -0
  25. package/dist/cjs/components/service-icons/VmwareServices.d.ts +9 -0
  26. package/dist/cjs/components/service-icons/{Services.js → VmwareServices.js} +3 -3
  27. package/dist/cjs/components/service-icons/index.d.ts +2 -3
  28. package/dist/cjs/components/service-icons/index.js +9 -11
  29. package/dist/cjs/index.d.ts +2 -8
  30. package/dist/cjs/index.js +1 -8
  31. package/dist/cjs/types.d.ts +1 -0
  32. package/dist/cjs/types.js +2 -0
  33. package/dist/esm/components/index.d.ts +8 -0
  34. package/dist/esm/components/index.js +8 -0
  35. package/dist/esm/components/interface-icons-product/Sample.d.ts +9 -0
  36. package/dist/esm/components/interface-icons-product/Sample.js +32 -0
  37. package/dist/esm/components/{service-icons/UserGateVirtualNgfw1.js → interface-icons-product/Services.js} +4 -4
  38. package/dist/esm/components/interface-icons-product/index.d.ts +2 -0
  39. package/dist/esm/components/interface-icons-product/index.js +2 -0
  40. package/dist/esm/components/logo-icons/KgatewayLogo/KgatewayLogoDark.d.ts +9 -0
  41. package/dist/esm/components/logo-icons/KgatewayLogo/KgatewayLogoDark.js +32 -0
  42. package/dist/esm/components/logo-icons/KgatewayLogo/KgatewayLogoLight.d.ts +9 -0
  43. package/dist/esm/components/logo-icons/KgatewayLogo/KgatewayLogoLight.js +32 -0
  44. package/dist/esm/components/logo-icons/KgatewayLogo/index.d.ts +3 -0
  45. package/dist/esm/components/logo-icons/KgatewayLogo/index.js +11 -0
  46. package/dist/esm/components/logo-icons/TraefikLogo/TraefikLogoDark.d.ts +9 -0
  47. package/dist/esm/components/logo-icons/TraefikLogo/TraefikLogoDark.js +32 -0
  48. package/dist/esm/components/logo-icons/TraefikLogo/TraefikLogoLight.d.ts +9 -0
  49. package/dist/esm/components/logo-icons/TraefikLogo/TraefikLogoLight.js +32 -0
  50. package/dist/esm/components/logo-icons/TraefikLogo/index.d.ts +3 -0
  51. package/dist/esm/components/logo-icons/TraefikLogo/index.js +11 -0
  52. package/dist/esm/components/logo-icons/index.d.ts +2 -0
  53. package/dist/esm/components/logo-icons/index.js +2 -0
  54. package/dist/esm/components/service-icons/BasisDynamix.d.ts +9 -0
  55. package/dist/esm/components/service-icons/BasisDynamix.js +32 -0
  56. package/dist/esm/components/service-icons/VmwareServices.d.ts +9 -0
  57. package/dist/esm/components/service-icons/{Services.js → VmwareServices.js} +3 -3
  58. package/dist/esm/components/service-icons/index.d.ts +2 -3
  59. package/dist/esm/components/service-icons/index.js +2 -3
  60. package/dist/esm/index.d.ts +2 -8
  61. package/dist/esm/index.js +1 -8
  62. package/dist/esm/types.d.ts +1 -0
  63. package/dist/esm/types.js +1 -0
  64. package/package.json +2 -2
  65. package/src/components/index.ts +8 -0
  66. package/src/index.ts +3 -8
  67. package/src/types.ts +1 -0
  68. package/dist/cjs/components/service-icons/EvolutionAiAssistant.d.ts +0 -9
  69. package/dist/esm/components/service-icons/EvolutionAiAssistant.js +0 -32
  70. package/dist/esm/components/service-icons/UserGateVirtualNgfw1.d.ts +0 -9
  71. /package/dist/cjs/components/{service-icons → interface-icons-product}/Services.d.ts +0 -0
  72. /package/dist/esm/components/{service-icons → interface-icons-product}/Services.d.ts +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 18.0.0 (2026-09-03)
7
+
8
+
9
+ ### BREAKING CHANGES
10
+
11
+
12
+ * **FF-8938:** remove duplicate icon, ServicesSvg renamed to VmwareServicesSvg ([d369a7e](https://github.com/cloud-ru-tech/uikit-product/commit/d369a7e191fda00fe064a004edbcb6b08ab45c6d))
13
+ * **FF-8938:** add logos, remove EvolutionAiAssistant, use Evolution EvolutionAiAgents instead ([0db03fe](https://github.com/cloud-ru-tech/uikit-product/commit/0db03fe8b513b040f7f67dab5c8673753cf3127b))
14
+
15
+
16
+
17
+
18
+ # 17.13.0 (2026-08-18)
19
+
20
+
21
+ ### Features
22
+
23
+ * **CP-20360:** add icon name type ([f974026](https://github.com/cloud-ru-tech/uikit-product/commit/f974026f2082a4fadb3b1bb243972ef0264d3bc5))
24
+
25
+
26
+
27
+
28
+
6
29
  # 17.12.0 (2026-08-14)
7
30
 
8
31
 
@@ -0,0 +1,8 @@
1
+ export * from './flag-icons';
2
+ export * from './services-icons-old';
3
+ export * from './extension-icons';
4
+ export * from './logo-icons';
5
+ export * from './interface-icons-old';
6
+ export * from './interface-icons-product';
7
+ export * from './interface-icons-system';
8
+ export * from './service-icons';
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./flag-icons"), exports);
18
+ __exportStar(require("./services-icons-old"), exports);
19
+ __exportStar(require("./extension-icons"), exports);
20
+ __exportStar(require("./logo-icons"), exports);
21
+ __exportStar(require("./interface-icons-old"), exports);
22
+ __exportStar(require("./interface-icons-product"), exports);
23
+ __exportStar(require("./interface-icons-system"), exports);
24
+ __exportStar(require("./service-icons"), exports);
@@ -5,5 +5,5 @@ export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
5
5
  size?: number;
6
6
  style?: React.CSSProperties;
7
7
  }
8
- declare const SvgUserGateVirtualNgfw1: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
9
- export default SvgUserGateVirtualNgfw1;
8
+ declare const SvgSample: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default SvgSample;
@@ -47,11 +47,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
47
47
  const jsx_runtime_1 = require("react/jsx-runtime");
48
48
  // DO NOT EDIT IT MANUALLY
49
49
  const React = __importStar(require("react"));
50
- const SvgEvolutionAiAssistant = React.forwardRef((_a, ref) => {
50
+ const SvgSample = React.forwardRef((_a, ref) => {
51
51
  var { size = 24 } = _a, props = __rest(_a, ["size"]);
52
52
  props.width = undefined;
53
53
  props.height = undefined;
54
- const testId = 'icon-evolution-ai-assistant';
54
+ const testId = 'icon-sample';
55
55
  const style = {};
56
56
  const isCustomSize = typeof size === 'number';
57
57
  if (isCustomSize) {
@@ -62,6 +62,6 @@ const SvgEvolutionAiAssistant = React.forwardRef((_a, ref) => {
62
62
  props.style.width = size + 'px';
63
63
  props.style.height = size + 'px';
64
64
  }
65
- return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'currentColor', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: 'inherit', fillRule: 'evenodd', d: 'm17.834 3.647-.656 1.53-1.514.65a80 80 0 0 0-1.53.666c-.01.009.672.312 1.513.673l1.531.656.656 1.531c.361.841.664 1.523.673 1.513.009-.009.309-.697.666-1.53l.65-1.514 1.53-.656c.841-.361 1.523-.664 1.513-.673a80 80 0 0 0-1.53-.666l-1.514-.649-.649-1.514a80 80 0 0 0-.666-1.53c-.009-.01-.312.672-.673 1.513m-6.494.635c-2.056.14-4.026 1.046-5.521 2.538-2.528 2.525-3.263 6.28-1.879 9.6.092.221.411.846.518 1.018l.089.142-.794 2c-.436 1.1-.804 2.041-.818 2.09l-.024.09h4.695c2.959 0 4.864-.016 5.154-.042a8.82 8.82 0 0 0 6.685-4.122 9.3 9.3 0 0 0 1.131-2.876c.094-.471.184-1.236.184-1.57V13h-1.508l-.026.45c-.101 1.755-.839 3.389-2.106 4.662-1.017 1.021-2.199 1.665-3.674 1.999l-.466.106-3.93.013c-2.161.007-3.93.005-3.93-.005s.245-.636.545-1.391c.3-.756.546-1.392.547-1.414 0-.022-.12-.224-.268-.449a7.5 7.5 0 0 1-1.089-2.731c-.092-.52-.104-1.892-.021-2.36.282-1.593.953-2.9 2.049-3.997a7.13 7.13 0 0 1 4.667-2.109l.45-.026V4.24l-.11.006c-.06.003-.308.019-.55.036m7.548 2.129.207.086-.21.092c-.186.081-.219.115-.296.299l-.086.207-.091-.208c-.08-.182-.117-.219-.299-.299l-.208-.091.209-.087c.187-.078.218-.109.296-.296l.087-.209.092.21c.081.186.115.219.299.296M7.24 13v1h1.52v-2H7.24zm4 0v1h1.52v-2h-1.52zm4 0v1h1.52v-2h-1.52z' }) })));
65
+ return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'currentColor', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: 'inherit', fillRule: 'evenodd', d: 'M3.24 12v8.76h17.52V5.7l-1.23-1.23-1.23-1.23H3.24zm15.23-6.47.77.769V19.24H4.76V4.76h12.939zM7 8v.762l.75-.011.75-.011V7.26l-.75-.011L7 7.238zm4.24 2v2.76h5.52V7.24h-5.52zm4 0v1.24h-2.48V8.76h2.48zM7 12v.762l.75-.011.75-.011v-1.48l-.75-.011-.75-.011zm0 4v.76l5.01-.01 5.01-.01v-1.48l-5.01-.01L7 15.24z' }) })));
66
66
  });
67
- exports.default = SvgEvolutionAiAssistant;
67
+ exports.default = SvgSample;
@@ -47,11 +47,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
47
47
  const jsx_runtime_1 = require("react/jsx-runtime");
48
48
  // DO NOT EDIT IT MANUALLY
49
49
  const React = __importStar(require("react"));
50
- const SvgUserGateVirtualNgfw1 = React.forwardRef((_a, ref) => {
50
+ const SvgServices = React.forwardRef((_a, ref) => {
51
51
  var { size = 24 } = _a, props = __rest(_a, ["size"]);
52
52
  props.width = undefined;
53
53
  props.height = undefined;
54
- const testId = 'icon-user-gate-virtual-ngfw1';
54
+ const testId = 'icon-services';
55
55
  const style = {};
56
56
  const isCustomSize = typeof size === 'number';
57
57
  if (isCustomSize) {
@@ -62,6 +62,6 @@ const SvgUserGateVirtualNgfw1 = React.forwardRef((_a, ref) => {
62
62
  props.style.width = size + 'px';
63
63
  props.style.height = size + 'px';
64
64
  }
65
- return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'currentColor', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: 'inherit', fillRule: 'evenodd', d: 'M8.24 8v5h1.52V3H8.24zM16 4v.76h3.24V8h1.52V3.24H16zm-4.76 4v3h1.52V5h-1.52zm3 0v1h1.52V7h-1.52zM3.2 8v.76H7V7.24H3.2zm11.04 8v5h1.52V11h-1.52zm-3 0v3h1.52v-6h-1.52zm-3 0v1h1.52v-2H8.24zM17 16v.76h3.76v-1.52H17zM3.24 18.38v2.38H8v-1.52H4.76V16H3.24z' }) })));
65
+ return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'currentColor', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: 'inherit', fillRule: 'evenodd', d: 'M3.76 6.86v3.1l3.09-.01 3.09-.01.01-3.09.01-3.09h-6.2zm10.29-.01.01 3.09 3.09.01 3.09.01v-6.2h-6.2zm-5.61-.01v1.6h-3.2v-3.2h3.2zm10.32 0v1.6h-3.2v-3.2h3.2zm-15 10.32v3.08h6.2v-6.16h-6.2zm10.28 0v3.08h6.2v-6.16h-6.2zm-5.6 0v1.6h-3.2v-3.2h3.2zm10.32 0v1.6h-3.2v-3.2h3.2z' }) })));
66
66
  });
67
- exports.default = SvgUserGateVirtualNgfw1;
67
+ exports.default = SvgServices;
@@ -34,6 +34,8 @@ export { default as PanelSettingsSVG } from './PanelSettings';
34
34
  export { default as ProductCatalogSVG } from './ProductCatalog';
35
35
  export { default as PromoCodeSVG } from './PromoCode';
36
36
  export { default as ReleaseNotesSVG } from './ReleaseNotes';
37
+ export { default as SampleSVG } from './Sample';
38
+ export { default as ServicesSVG } from './Services';
37
39
  export { default as ShieldDataShieldSVG } from './ShieldDataShield';
38
40
  export { default as ShieldDatacenterSVG } from './ShieldDatacenter';
39
41
  export { default as SmartSearchBasedOnDataSVG } from './SmartSearchBasedOnData';
@@ -3,16 +3,16 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.AccessibilitySVG = exports.AcceptSVG = exports.AcceleratorSVG = exports.WorkSafetyGuideSVG = exports.UserFolderSVG = exports.TwoSupercomputersSVG = exports.TranslateSVG = exports.TrainingCertificateSVG = exports.ToolingSVG = exports.TechSupportSVG = exports.SpeedCheckSVG = exports.SmartSearchBasedOnDataSVG = exports.ShieldDatacenterSVG = exports.ShieldDataShieldSVG = exports.ReleaseNotesSVG = exports.PromoCodeSVG = exports.ProductCatalogSVG = exports.PanelSettingsSVG = exports.NumberedListSVG = exports.NumberOneIaasPaasSVG = exports.NumberOneAiSVG = exports.ModelThinkingSVG = exports.ManyServicesSVG = exports.LlmSVG = exports.ImportSVG = exports.HistorySVG = exports.FlagSVG = exports.FileStampSVG = exports.FileSearchSVG = exports.FileObjectsSVG = exports.FileMedSVG = exports.EnterpriseKnowledgeBaseSVG = exports.DocumentArrowSVG = exports.DigitalEnvironmentSVG = exports.DatacentersTierSVG = exports.CreatingCorporateAiAgentsSVG = exports.CorporateChatWithAiSVG = exports.ConnectorSVG = exports.ClustersSVG = exports.CalendarStarSVG = exports.CalendarGearSVG = exports.CalculatoUpSVG = exports.BookOpenSVG = exports.BoldTextSVG = exports.AiInConstructionSVG = exports.AiConciergeSVG = exports.AiAssistantSVG = exports.AgentMemorySVG = exports.AgentClaudiaSVG = exports.AdmissionControlSVG = void 0;
7
- exports.ChartPlusSVG = exports.CertificateStarSVG = exports.CertificatePlainSVG = exports.CaseStorageSVG = exports.CaseSVG = exports.CarSVG = exports.CampSVG = exports.BurgerSVG = exports.BulbSVG = exports.BuildingSVG = exports.BugSVG = exports.BubblesQuestionSVG = exports.BubbleLikeSVG = exports.BrowserListSVG = exports.BrowserSVG = exports.BrouserTestSVG = exports.BrouserGeerSVG = exports.BrouserCodeSVG = exports.BridgeSVG = exports.BranchSVG = exports.BoxSVG = exports.BookmarksSVG = exports.BookmarkSVG = exports.BookGearSVG = exports.BookSVG = exports.BlogSVG = exports.BellSVG = exports.BarChartSVG = exports.BankCardSVG = exports.BankSVG = exports.BallSVG = exports.BackupCheckSVG = exports.BackplaneSVG = exports.AwardSVG = exports.AttachmentSVG = exports.AsnSVG = exports.ArrowsRoundSVG = exports.ArrowsMixSVG = exports.ArchiveSVG = exports.ApplicationClusterSVG = exports.ApiKeysSVG = exports.AlertSquareSVG = exports.AlertBackupSVG = exports.AlarmSVG = exports.AiSVG = exports.AggregatedStorageSVG = exports.AdvancedPlatformSVG = exports.AdministrationSVG = exports.AdminSVG = exports.AddressSpaceSVG = void 0;
8
- exports.DatabaseSearchSVG = exports.DatabaseClusterSVG = exports.DatabaseBackupSVG = exports.DatabaseSVG = exports.Data1SVG = exports.DataSVG = exports.CutSVG = exports.CursorSVG = exports.CupSVG = exports.CrossArrowsSVG = exports.CreateEnviromentSVG = exports.Cpu1SVG = exports.CpuSVG = exports.CostControlSVG = exports.CoolinfSVG = exports.ControlPanelSVG = exports.ConnectionSVG = exports.ConfigurationSVG = exports.ComponentSVG = exports.CompetenceMapSVG = exports.ComitetSVG = exports.ComandSVG = exports.CollapseSVG = exports.CoinsSVG = exports.CoffeeSVG = exports.CodeSVG = exports.CoconutSVG = exports.ClusterSVG = exports.CloudsSVG = exports.CloudUploadSVG = exports.CloudStatusSVG = exports.CloudRoundArrowsSVG = exports.CloudRepositorySVG = exports.CloudPuzzleSVG = exports.CloudObjectSVG = exports.CloudMoveSVG = exports.CloudHostSVG = exports.CloudFolderSVG = exports.CloudFlashSVG = exports.CloudDownloadSVG = exports.CloudCursorSVG = exports.CloudCheckmarkSVG = exports.CloudChartSVG = exports.CloudArrowSVG = exports.CloudSVG = exports.CloseSidebarSVG = exports.CloseSVG = exports.CleanSVG = exports.CheckListSVG = exports.ChatSVG = void 0;
9
- exports.FederationSVG = exports.FeaturedFilledSVG = exports.FeaturedSVG = exports.FaultTolerantCloudSVG = exports.FailedCrossSVG = exports.ExternalIpSVG = exports.ExtchassisSVG = exports.ExportSVG = exports.ExpandWindowSVG = exports.ExpandSVG = exports.Exit1SVG = exports.ExitSVG = exports.EventSourceSVG = exports.EraserSVG = exports.EquipmentSVG = exports.EnvelopeOpenSVG = exports.EnvelopeSVG = exports.EnterpriseSystemCloudSVG = exports.EnterSVG = exports.ElectricalCircuitSVG = exports.EducationSVG = exports.EditSVG = exports.DwdmSVG = exports.DropdownUpSVG = exports.DropdownRightSVG = exports.DropdownLeftSVG = exports.DropdownDownSVG = exports.DropSVG = exports.DragNDropSVG = exports.DotSmallSVG = exports.DotBigLineSVG = exports.DotBigSVG = exports.DonationSVG = exports.DollarSVG = exports.DogfoodingSVG = exports.DocumentLockSVG = exports.DocumentCheckSVG = exports.DockerSVG = exports.DislikeOutlineSVG = exports.DislikeFilledSVG = exports.DiscountSVG = exports.DiamondSVG = exports.DialogueHeartSVG = exports.DialogSVG = exports.DetalisationSVG = exports.DeploymentKubernetesSVG = exports.DeleteSVG = exports.DecorCheckedSVG = exports.DatalabsSVG = exports.DatacenterHostSVG = void 0;
10
- exports.IpSubnetSVG = exports.IpBlockSVG = exports.InventorySVG = exports.IntruderSVG = exports.InternetSVG = exports.InterfaceSVG = exports.InstanceSVG = exports.InfraElementSVG = exports.InfoOutlineSVG = exports.IndustrialBuildingSVG = exports.IaaSCloudSVG = exports.HypervisorSVG = exports.HybridCloudSVG = exports.HttpSVG = exports.HrSVG = exports.HorizontalMenuOpenSVG = exports.HorizontalMenuCloseSVG = exports.HomeFilledSVG = exports.HeadphonesMicrophoneSVG = exports.HeadphonesSVG = exports.HardDriveSVG = exports.HardDiskSVG = exports.HandshakeSVG = exports.HandLikeSVG = exports.HabrSVG = exports.GrpcSVG = exports.GpuSVG = exports.GlobeShieldSVG = exports.GlobeSVG = exports.GitVerseSVG = exports.GenericSVG = exports.GenerationCodeSVG = exports.GearAiSVG = exports.GatewaySVG = exports.FullScreenSVG = exports.FolderUploadOutlineSVG = exports.FolderUploadFilledSVG = exports.FolderAddOutlineSVG = exports.FolderAddFilledSVG = exports.FlashDriveSVG = exports.FivePlusSVG = exports.FirewallBrickSVG = exports.FireSVG = exports.FingerprintSVG = exports.FilterFunnelSVG = exports.FileUploadOutlineSVG = exports.FileUploadFilledSVG = exports.FileAddOutlineSVG = exports.FileAddFilledSVG = exports.FeedbackSVG = void 0;
11
- exports.ObjectsSVG = exports.ObjectStorageSVG = exports.NumberedResourcesSVG = exports.NormalScreenSVG = exports.NoPhoneSVG = exports.NetworkInterfacesSVG = exports.NetworkConnectionSVG = exports.NetworkCardSVG = exports.NetralSVG = exports.NasSVG = exports.NamespaceKubernetesSVG = exports.MultiCloudSVG = exports.MountainsSVG = exports.MonitoringSVG = exports.MonitorTest1SVG = exports.MonitorTestSVG = exports.MonitorCloudSVG = exports.MonitorSVG = exports.MobilePhoneSVG = exports.MinimizeWindowSVG = exports.MicrophoneRoundSVG = exports.MicrophoneSVG = exports.MessagePlaySVG = exports.MertricSVG = exports.MenuCloseFullSVG = exports.MedicineSVG = exports.MedicalSVG = exports.MediaSVG = exports.MarketSVG = exports.MapPlaneSVG = exports.ManagementPanelSVG = exports.MainMenuSVG = exports.LogsSVG = exports.LogFileSVG = exports.LockSVG = exports.LocationSVG = exports.LocalUserSVG = exports.LocalNetworkSVG = exports.ListSVG = exports.LinkDisconnectSVG = exports.LinkSVG = exports.LineManagerSVG = exports.LikeOutlineSVG = exports.LikeFilledSVG = exports.LifebuoySVG = exports.LatticeSVG = exports.LaptopPulseSVG = exports.LaptopSVG = exports.KiteSVG = exports.KeySVG = void 0;
12
- exports.RamSVG = exports.RackServerSVG = exports.RackSVG = exports.QuotaSVG = exports.QuestionRoundSVG = exports.QuestionFilledSVG = exports.QrCodeSVG = exports.PuzzlesSVG = exports.PuzzleSVG = exports.PurchasesSVG = exports.PublicCloudSVG = exports.PromtSVG = exports.PromptSVG = exports.ProjectSVG = exports.ProgressWheelSVG = exports.ProductManagerSVG = exports.PrioritySharedMediumSVG = exports.PrioritySharedLowSVG = exports.PrioritySharedClusterSVG = exports.PriorityMediumSVG = exports.PriorityLowSVG = exports.PriorityHighSVG = exports.PresentSVG = exports.PowerOffSVG = exports.PowerSVG = exports.PodLogicalSVG = exports.PodKubernetesSVG = exports.PlusSquareSVG = exports.PlusRoundSVG = exports.PlayPlayerSVG = exports.PlaneSVG = exports.PlanSVG = exports.PhysicalStorageSVG = exports.PhysicalLocationSVG = exports.PhotoSVG = exports.PercentSVG = exports.PausePlayerSVG = exports.PasswordLockSVG = exports.PasskeyFingerprintSVG = exports.PalmSVG = exports.PaaSCloudSVG = exports.OverviewSVG = exports.OstontrolSVG = exports.OrganizationSVG = exports.OrchestrationSVG = exports.OpticalSVG = exports.OperationSystemSVG = exports.OpenSidebarSVG = exports.OnPremiseSVG = exports.OfficeTableSVG = void 0;
13
- exports.SnowSVG = exports.SnapshotSVG = exports.Smile2SVG = exports.SmileSVG = exports.SmartwatchSVG = exports.ShopSVG = exports.ShieldArrowsSVG = exports.ShieldSVG = exports.ShareSVG = exports.ServerUploadSVG = exports.ServerGlacierDeepSVG = exports.ServerGlacierSVG = exports.ServerDownloadSVG = exports.ServerSVG = exports.ServeUploadSVG = exports.SendSVG = exports.SecuritySVG = exports.SdCardSVG = exports.SchoolBuildingSVG = exports.SberprimeSVG = exports.SberSVG = exports.SaveSVG = exports.SatelliteSVG = exports.Sad2SVG = exports.SadSVG = exports.SaaSCloudSVG = exports.RubleSVG = exports.RowExtendedSVG = exports.RowExpandedSVG = exports.RouterSVG = exports.RouteTargetSVG = exports.RouteDistinguisherSVG = exports.RoundUserStarSVG = exports.RoundUserPlusSVG = exports.RoundUserGearSVG = exports.RoundUserSVG = exports.RoundStarSVG = exports.RollupSVG = exports.RocketSVG = exports.RobotSVG = exports.RewindAheadSVG = exports.RewindSVG = exports.RestoreSVG = exports.ResourceCatalogSVG = exports.ReserchTestSVG = exports.RepositorySVG = exports.ReplacementSVG = exports.RepeatSVG = exports.RegionSVG = exports.RecordSVG = void 0;
14
- exports.UserSearchSVG = exports.UserLaptopSVG = exports.UserInvitationSVG = exports.UserHeartSVG = exports.UserFederationSVG = exports.UserAddSVG = exports.UserSVG = exports.UnwrapSVG = exports.UnlockSVG = exports.UmbrellaSVG = exports.TokenSVG = exports.TextMedia1SVG = exports.TextMediaSVG = exports.TelephoneSVG = exports.TelegramSVG = exports.TargetSVG = exports.TapeSVG = exports.TagSvcSVG = exports.TagSkuSVG = exports.TagDashSVG = exports.TagAppSVG = exports.TagSVG = exports.TableSettingsSVG = exports.TableSVG = exports.SwitcherSettingSVG = exports.SwitchSVG = exports.SurfSVG = exports.SuperRackSVG = exports.SunSVG = exports.StructuralSVG = exports.StopwatchSVG = exports.Step3SVG = exports.Step2SVG = exports.Step1SVG = exports.StarsMagicSVG = exports.StarsSVG = exports.StarHalfSVG = exports.SsdSVG = exports.SquarePointsSVG = exports.SquareDiagramSVG = exports.SpineSwitchSVG = exports.SpeechBubbleSVG = exports.SoundOnSVG = exports.SoundOffSVG = exports.SoundSVG = exports.SortUpSVG = exports.SortDownSVG = exports.SortDefaultSVG = exports.SortSVG = exports.SobrSVG = void 0;
15
- exports.ZigmundSVG = exports.ZapFlashSVG = exports.YoutubeSVG = exports.YmlFileSVG = exports.WeigherSVG = exports.WebinarSVG = exports.WebCourseSVG = exports.WebApplicationCloudSVG = exports.WanSVG = exports.WalletSVG = exports.VrfGroupSVG = exports.VrfSVG = exports.VpcPeeringSVG = exports.VniGroupSVG = exports.VniSVG = exports.VmSVG = exports.VlanGroupSVG = exports.VlanSVG = exports.VkSVG = exports.VirtualSwitchforconsoleSVG = exports.VirtualSwitchSVG = exports.VirtualRouterSVG = exports.ViewTileSVG = exports.ViewTableSVG = exports.ViewCardSVG = exports.VerticalMenuRightCloseSVG = exports.VerticalMenuOpenSVG = exports.VerticalMenuCloseSVG = exports.VersioningSVG = exports.VelocitySVG = exports.UsersSVG = void 0;
6
+ exports.AcceleratorSVG = exports.WorkSafetyGuideSVG = exports.UserFolderSVG = exports.TwoSupercomputersSVG = exports.TranslateSVG = exports.TrainingCertificateSVG = exports.ToolingSVG = exports.TechSupportSVG = exports.SpeedCheckSVG = exports.SmartSearchBasedOnDataSVG = exports.ShieldDatacenterSVG = exports.ShieldDataShieldSVG = exports.ServicesSVG = exports.SampleSVG = exports.ReleaseNotesSVG = exports.PromoCodeSVG = exports.ProductCatalogSVG = exports.PanelSettingsSVG = exports.NumberedListSVG = exports.NumberOneIaasPaasSVG = exports.NumberOneAiSVG = exports.ModelThinkingSVG = exports.ManyServicesSVG = exports.LlmSVG = exports.ImportSVG = exports.HistorySVG = exports.FlagSVG = exports.FileStampSVG = exports.FileSearchSVG = exports.FileObjectsSVG = exports.FileMedSVG = exports.EnterpriseKnowledgeBaseSVG = exports.DocumentArrowSVG = exports.DigitalEnvironmentSVG = exports.DatacentersTierSVG = exports.CreatingCorporateAiAgentsSVG = exports.CorporateChatWithAiSVG = exports.ConnectorSVG = exports.ClustersSVG = exports.CalendarStarSVG = exports.CalendarGearSVG = exports.CalculatoUpSVG = exports.BookOpenSVG = exports.BoldTextSVG = exports.AiInConstructionSVG = exports.AiConciergeSVG = exports.AiAssistantSVG = exports.AgentMemorySVG = exports.AgentClaudiaSVG = exports.AdmissionControlSVG = void 0;
7
+ exports.CertificatePlainSVG = exports.CaseStorageSVG = exports.CaseSVG = exports.CarSVG = exports.CampSVG = exports.BurgerSVG = exports.BulbSVG = exports.BuildingSVG = exports.BugSVG = exports.BubblesQuestionSVG = exports.BubbleLikeSVG = exports.BrowserListSVG = exports.BrowserSVG = exports.BrouserTestSVG = exports.BrouserGeerSVG = exports.BrouserCodeSVG = exports.BridgeSVG = exports.BranchSVG = exports.BoxSVG = exports.BookmarksSVG = exports.BookmarkSVG = exports.BookGearSVG = exports.BookSVG = exports.BlogSVG = exports.BellSVG = exports.BarChartSVG = exports.BankCardSVG = exports.BankSVG = exports.BallSVG = exports.BackupCheckSVG = exports.BackplaneSVG = exports.AwardSVG = exports.AttachmentSVG = exports.AsnSVG = exports.ArrowsRoundSVG = exports.ArrowsMixSVG = exports.ArchiveSVG = exports.ApplicationClusterSVG = exports.ApiKeysSVG = exports.AlertSquareSVG = exports.AlertBackupSVG = exports.AlarmSVG = exports.AiSVG = exports.AggregatedStorageSVG = exports.AdvancedPlatformSVG = exports.AdministrationSVG = exports.AdminSVG = exports.AddressSpaceSVG = exports.AccessibilitySVG = exports.AcceptSVG = void 0;
8
+ exports.DatabaseBackupSVG = exports.DatabaseSVG = exports.Data1SVG = exports.DataSVG = exports.CutSVG = exports.CursorSVG = exports.CupSVG = exports.CrossArrowsSVG = exports.CreateEnviromentSVG = exports.Cpu1SVG = exports.CpuSVG = exports.CostControlSVG = exports.CoolinfSVG = exports.ControlPanelSVG = exports.ConnectionSVG = exports.ConfigurationSVG = exports.ComponentSVG = exports.CompetenceMapSVG = exports.ComitetSVG = exports.ComandSVG = exports.CollapseSVG = exports.CoinsSVG = exports.CoffeeSVG = exports.CodeSVG = exports.CoconutSVG = exports.ClusterSVG = exports.CloudsSVG = exports.CloudUploadSVG = exports.CloudStatusSVG = exports.CloudRoundArrowsSVG = exports.CloudRepositorySVG = exports.CloudPuzzleSVG = exports.CloudObjectSVG = exports.CloudMoveSVG = exports.CloudHostSVG = exports.CloudFolderSVG = exports.CloudFlashSVG = exports.CloudDownloadSVG = exports.CloudCursorSVG = exports.CloudCheckmarkSVG = exports.CloudChartSVG = exports.CloudArrowSVG = exports.CloudSVG = exports.CloseSidebarSVG = exports.CloseSVG = exports.CleanSVG = exports.CheckListSVG = exports.ChatSVG = exports.ChartPlusSVG = exports.CertificateStarSVG = void 0;
9
+ exports.FeaturedSVG = exports.FaultTolerantCloudSVG = exports.FailedCrossSVG = exports.ExternalIpSVG = exports.ExtchassisSVG = exports.ExportSVG = exports.ExpandWindowSVG = exports.ExpandSVG = exports.Exit1SVG = exports.ExitSVG = exports.EventSourceSVG = exports.EraserSVG = exports.EquipmentSVG = exports.EnvelopeOpenSVG = exports.EnvelopeSVG = exports.EnterpriseSystemCloudSVG = exports.EnterSVG = exports.ElectricalCircuitSVG = exports.EducationSVG = exports.EditSVG = exports.DwdmSVG = exports.DropdownUpSVG = exports.DropdownRightSVG = exports.DropdownLeftSVG = exports.DropdownDownSVG = exports.DropSVG = exports.DragNDropSVG = exports.DotSmallSVG = exports.DotBigLineSVG = exports.DotBigSVG = exports.DonationSVG = exports.DollarSVG = exports.DogfoodingSVG = exports.DocumentLockSVG = exports.DocumentCheckSVG = exports.DockerSVG = exports.DislikeOutlineSVG = exports.DislikeFilledSVG = exports.DiscountSVG = exports.DiamondSVG = exports.DialogueHeartSVG = exports.DialogSVG = exports.DetalisationSVG = exports.DeploymentKubernetesSVG = exports.DeleteSVG = exports.DecorCheckedSVG = exports.DatalabsSVG = exports.DatacenterHostSVG = exports.DatabaseSearchSVG = exports.DatabaseClusterSVG = void 0;
10
+ exports.InventorySVG = exports.IntruderSVG = exports.InternetSVG = exports.InterfaceSVG = exports.InstanceSVG = exports.InfraElementSVG = exports.InfoOutlineSVG = exports.IndustrialBuildingSVG = exports.IaaSCloudSVG = exports.HypervisorSVG = exports.HybridCloudSVG = exports.HttpSVG = exports.HrSVG = exports.HorizontalMenuOpenSVG = exports.HorizontalMenuCloseSVG = exports.HomeFilledSVG = exports.HeadphonesMicrophoneSVG = exports.HeadphonesSVG = exports.HardDriveSVG = exports.HardDiskSVG = exports.HandshakeSVG = exports.HandLikeSVG = exports.HabrSVG = exports.GrpcSVG = exports.GpuSVG = exports.GlobeShieldSVG = exports.GlobeSVG = exports.GitVerseSVG = exports.GenericSVG = exports.GenerationCodeSVG = exports.GearAiSVG = exports.GatewaySVG = exports.FullScreenSVG = exports.FolderUploadOutlineSVG = exports.FolderUploadFilledSVG = exports.FolderAddOutlineSVG = exports.FolderAddFilledSVG = exports.FlashDriveSVG = exports.FivePlusSVG = exports.FirewallBrickSVG = exports.FireSVG = exports.FingerprintSVG = exports.FilterFunnelSVG = exports.FileUploadOutlineSVG = exports.FileUploadFilledSVG = exports.FileAddOutlineSVG = exports.FileAddFilledSVG = exports.FeedbackSVG = exports.FederationSVG = exports.FeaturedFilledSVG = void 0;
11
+ exports.NumberedResourcesSVG = exports.NormalScreenSVG = exports.NoPhoneSVG = exports.NetworkInterfacesSVG = exports.NetworkConnectionSVG = exports.NetworkCardSVG = exports.NetralSVG = exports.NasSVG = exports.NamespaceKubernetesSVG = exports.MultiCloudSVG = exports.MountainsSVG = exports.MonitoringSVG = exports.MonitorTest1SVG = exports.MonitorTestSVG = exports.MonitorCloudSVG = exports.MonitorSVG = exports.MobilePhoneSVG = exports.MinimizeWindowSVG = exports.MicrophoneRoundSVG = exports.MicrophoneSVG = exports.MessagePlaySVG = exports.MertricSVG = exports.MenuCloseFullSVG = exports.MedicineSVG = exports.MedicalSVG = exports.MediaSVG = exports.MarketSVG = exports.MapPlaneSVG = exports.ManagementPanelSVG = exports.MainMenuSVG = exports.LogsSVG = exports.LogFileSVG = exports.LockSVG = exports.LocationSVG = exports.LocalUserSVG = exports.LocalNetworkSVG = exports.ListSVG = exports.LinkDisconnectSVG = exports.LinkSVG = exports.LineManagerSVG = exports.LikeOutlineSVG = exports.LikeFilledSVG = exports.LifebuoySVG = exports.LatticeSVG = exports.LaptopPulseSVG = exports.LaptopSVG = exports.KiteSVG = exports.KeySVG = exports.IpSubnetSVG = exports.IpBlockSVG = void 0;
12
+ exports.RackSVG = exports.QuotaSVG = exports.QuestionRoundSVG = exports.QuestionFilledSVG = exports.QrCodeSVG = exports.PuzzlesSVG = exports.PuzzleSVG = exports.PurchasesSVG = exports.PublicCloudSVG = exports.PromtSVG = exports.PromptSVG = exports.ProjectSVG = exports.ProgressWheelSVG = exports.ProductManagerSVG = exports.PrioritySharedMediumSVG = exports.PrioritySharedLowSVG = exports.PrioritySharedClusterSVG = exports.PriorityMediumSVG = exports.PriorityLowSVG = exports.PriorityHighSVG = exports.PresentSVG = exports.PowerOffSVG = exports.PowerSVG = exports.PodLogicalSVG = exports.PodKubernetesSVG = exports.PlusSquareSVG = exports.PlusRoundSVG = exports.PlayPlayerSVG = exports.PlaneSVG = exports.PlanSVG = exports.PhysicalStorageSVG = exports.PhysicalLocationSVG = exports.PhotoSVG = exports.PercentSVG = exports.PausePlayerSVG = exports.PasswordLockSVG = exports.PasskeyFingerprintSVG = exports.PalmSVG = exports.PaaSCloudSVG = exports.OverviewSVG = exports.OstontrolSVG = exports.OrganizationSVG = exports.OrchestrationSVG = exports.OpticalSVG = exports.OperationSystemSVG = exports.OpenSidebarSVG = exports.OnPremiseSVG = exports.OfficeTableSVG = exports.ObjectsSVG = exports.ObjectStorageSVG = void 0;
13
+ exports.Smile2SVG = exports.SmileSVG = exports.SmartwatchSVG = exports.ShopSVG = exports.ShieldArrowsSVG = exports.ShieldSVG = exports.ShareSVG = exports.ServerUploadSVG = exports.ServerGlacierDeepSVG = exports.ServerGlacierSVG = exports.ServerDownloadSVG = exports.ServerSVG = exports.ServeUploadSVG = exports.SendSVG = exports.SecuritySVG = exports.SdCardSVG = exports.SchoolBuildingSVG = exports.SberprimeSVG = exports.SberSVG = exports.SaveSVG = exports.SatelliteSVG = exports.Sad2SVG = exports.SadSVG = exports.SaaSCloudSVG = exports.RubleSVG = exports.RowExtendedSVG = exports.RowExpandedSVG = exports.RouterSVG = exports.RouteTargetSVG = exports.RouteDistinguisherSVG = exports.RoundUserStarSVG = exports.RoundUserPlusSVG = exports.RoundUserGearSVG = exports.RoundUserSVG = exports.RoundStarSVG = exports.RollupSVG = exports.RocketSVG = exports.RobotSVG = exports.RewindAheadSVG = exports.RewindSVG = exports.RestoreSVG = exports.ResourceCatalogSVG = exports.ReserchTestSVG = exports.RepositorySVG = exports.ReplacementSVG = exports.RepeatSVG = exports.RegionSVG = exports.RecordSVG = exports.RamSVG = exports.RackServerSVG = void 0;
14
+ exports.UserInvitationSVG = exports.UserHeartSVG = exports.UserFederationSVG = exports.UserAddSVG = exports.UserSVG = exports.UnwrapSVG = exports.UnlockSVG = exports.UmbrellaSVG = exports.TokenSVG = exports.TextMedia1SVG = exports.TextMediaSVG = exports.TelephoneSVG = exports.TelegramSVG = exports.TargetSVG = exports.TapeSVG = exports.TagSvcSVG = exports.TagSkuSVG = exports.TagDashSVG = exports.TagAppSVG = exports.TagSVG = exports.TableSettingsSVG = exports.TableSVG = exports.SwitcherSettingSVG = exports.SwitchSVG = exports.SurfSVG = exports.SuperRackSVG = exports.SunSVG = exports.StructuralSVG = exports.StopwatchSVG = exports.Step3SVG = exports.Step2SVG = exports.Step1SVG = exports.StarsMagicSVG = exports.StarsSVG = exports.StarHalfSVG = exports.SsdSVG = exports.SquarePointsSVG = exports.SquareDiagramSVG = exports.SpineSwitchSVG = exports.SpeechBubbleSVG = exports.SoundOnSVG = exports.SoundOffSVG = exports.SoundSVG = exports.SortUpSVG = exports.SortDownSVG = exports.SortDefaultSVG = exports.SortSVG = exports.SobrSVG = exports.SnowSVG = exports.SnapshotSVG = void 0;
15
+ exports.ZigmundSVG = exports.ZapFlashSVG = exports.YoutubeSVG = exports.YmlFileSVG = exports.WeigherSVG = exports.WebinarSVG = exports.WebCourseSVG = exports.WebApplicationCloudSVG = exports.WanSVG = exports.WalletSVG = exports.VrfGroupSVG = exports.VrfSVG = exports.VpcPeeringSVG = exports.VniGroupSVG = exports.VniSVG = exports.VmSVG = exports.VlanGroupSVG = exports.VlanSVG = exports.VkSVG = exports.VirtualSwitchforconsoleSVG = exports.VirtualSwitchSVG = exports.VirtualRouterSVG = exports.ViewTileSVG = exports.ViewTableSVG = exports.ViewCardSVG = exports.VerticalMenuRightCloseSVG = exports.VerticalMenuOpenSVG = exports.VerticalMenuCloseSVG = exports.VersioningSVG = exports.VelocitySVG = exports.UsersSVG = exports.UserSearchSVG = exports.UserLaptopSVG = void 0;
16
16
  var AdmissionControl_1 = require("./AdmissionControl");
17
17
  Object.defineProperty(exports, "AdmissionControlSVG", { enumerable: true, get: function () { return __importDefault(AdmissionControl_1).default; } });
18
18
  var AgentClaudia_1 = require("./AgentClaudia");
@@ -85,6 +85,10 @@ var PromoCode_1 = require("./PromoCode");
85
85
  Object.defineProperty(exports, "PromoCodeSVG", { enumerable: true, get: function () { return __importDefault(PromoCode_1).default; } });
86
86
  var ReleaseNotes_1 = require("./ReleaseNotes");
87
87
  Object.defineProperty(exports, "ReleaseNotesSVG", { enumerable: true, get: function () { return __importDefault(ReleaseNotes_1).default; } });
88
+ var Sample_1 = require("./Sample");
89
+ Object.defineProperty(exports, "SampleSVG", { enumerable: true, get: function () { return __importDefault(Sample_1).default; } });
90
+ var Services_1 = require("./Services");
91
+ Object.defineProperty(exports, "ServicesSVG", { enumerable: true, get: function () { return __importDefault(Services_1).default; } });
88
92
  var ShieldDataShield_1 = require("./ShieldDataShield");
89
93
  Object.defineProperty(exports, "ShieldDataShieldSVG", { enumerable: true, get: function () { return __importDefault(ShieldDataShield_1).default; } });
90
94
  var ShieldDatacenter_1 = require("./ShieldDatacenter");
@@ -5,5 +5,5 @@ export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
5
5
  size?: number;
6
6
  style?: React.CSSProperties;
7
7
  }
8
- declare const SvgEvolutionAiAssistant: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
9
- export default SvgEvolutionAiAssistant;
8
+ declare const SvgKgatewayLogoDark: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default SvgKgatewayLogoDark;
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ var __rest = (this && this.__rest) || function (s, e) {
36
+ var t = {};
37
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
38
+ t[p] = s[p];
39
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
40
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
41
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
42
+ t[p[i]] = s[p[i]];
43
+ }
44
+ return t;
45
+ };
46
+ Object.defineProperty(exports, "__esModule", { value: true });
47
+ const jsx_runtime_1 = require("react/jsx-runtime");
48
+ // DO NOT EDIT IT MANUALLY
49
+ const React = __importStar(require("react"));
50
+ const SvgKgatewayLogoDark = React.forwardRef((_a, ref) => {
51
+ var { size } = _a, props = __rest(_a, ["size"]);
52
+ props.width = undefined;
53
+ props.height = undefined;
54
+ const testId = 'icon-kgateway-logo-dark';
55
+ const style = {};
56
+ const isCustomSize = typeof size === 'number';
57
+ if (isCustomSize) {
58
+ style.width = size + 'px';
59
+ style.height = size + 'px';
60
+ if (!props.style)
61
+ props.style = {};
62
+ props.style.width = size + 'px';
63
+ props.style.height = size + 'px';
64
+ }
65
+ return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: '#fff', fillRule: 'evenodd', d: 'm23.962 13.689-1.937-8.294A2.19 2.19 0 0 0 20.82 3.91L12.986.216A2.3 2.3 0 0 0 12.043 0c-.32 0-.653.077-.958.216L3.216 3.91A2.13 2.13 0 0 0 2.01 5.395L.06 13.689c-.157.655 0 1.33.432 1.86l5.435 6.643A2.22 2.22 0 0 0 7.644 23h8.712c.667 0 1.299-.286 1.717-.808l5.435-6.643a2.12 2.12 0 0 0 .433-1.86h.021M10.276 6.384h.638c.185 0 .341-.146.341-.334V3.088c0-.182.149-.335.34-.335h.816c.185 0 .341.146.341.335V6.05c0 .18.15.334.34.334h.64c.262 0 .425.279.297.502l-1.731 2.941a.343.343 0 0 1-.589 0l-1.731-2.94a.337.337 0 0 1 .298-.503m-3.427 6.168a.34.34 0 0 0-.34.335v.627c0 .258-.284.418-.511.293l-2.994-1.7a.33.33 0 0 1 0-.58l2.994-1.7c.227-.125.51.035.51.293v.627c0 .181.15.335.341.335h3.015c.185 0 .341.146.341.334v.802a.34.34 0 0 1-.34.334zm6.882 4.698H13.1a.34.34 0 0 0-.34.334v2.963a.34.34 0 0 1-.341.334h-.816a.34.34 0 0 1-.34-.334v-2.963a.34.34 0 0 0-.341-.334h-.639a.337.337 0 0 1-.298-.502l1.731-2.941a.343.343 0 0 1 .59 0l1.73 2.941a.337.337 0 0 1-.298.502zm7.272-5.144-2.994 1.701c-.227.125-.51-.035-.51-.293v-.627a.34.34 0 0 0-.34-.335h-3.016a.34.34 0 0 1-.34-.334v-.802c0-.18.148-.334.34-.334h3.015c.184 0 .34-.147.34-.335v-.627c0-.258.284-.418.511-.293l2.994 1.7a.33.33 0 0 1 0 .58', clipRule: 'evenodd' }) })));
66
+ });
67
+ exports.default = SvgKgatewayLogoDark;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
4
+ className?: string;
5
+ size?: number;
6
+ style?: React.CSSProperties;
7
+ }
8
+ declare const SvgKgatewayLogoLight: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default SvgKgatewayLogoLight;
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ var __rest = (this && this.__rest) || function (s, e) {
36
+ var t = {};
37
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
38
+ t[p] = s[p];
39
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
40
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
41
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
42
+ t[p[i]] = s[p[i]];
43
+ }
44
+ return t;
45
+ };
46
+ Object.defineProperty(exports, "__esModule", { value: true });
47
+ const jsx_runtime_1 = require("react/jsx-runtime");
48
+ // DO NOT EDIT IT MANUALLY
49
+ const React = __importStar(require("react"));
50
+ const SvgKgatewayLogoLight = React.forwardRef((_a, ref) => {
51
+ var { size } = _a, props = __rest(_a, ["size"]);
52
+ props.width = undefined;
53
+ props.height = undefined;
54
+ const testId = 'icon-kgateway-logo-light';
55
+ const style = {};
56
+ const isCustomSize = typeof size === 'number';
57
+ if (isCustomSize) {
58
+ style.width = size + 'px';
59
+ style.height = size + 'px';
60
+ if (!props.style)
61
+ props.style = {};
62
+ props.style.width = size + 'px';
63
+ props.style.height = size + 'px';
64
+ }
65
+ return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: '#002DC9', fillRule: 'evenodd', d: 'm23.962 13.689-1.937-8.294A2.19 2.19 0 0 0 20.82 3.91L12.986.216A2.3 2.3 0 0 0 12.043 0c-.32 0-.653.077-.958.216L3.216 3.91A2.13 2.13 0 0 0 2.01 5.395L.06 13.689c-.157.655 0 1.33.432 1.86l5.435 6.643A2.22 2.22 0 0 0 7.644 23h8.712c.667 0 1.299-.286 1.717-.808l5.435-6.643a2.12 2.12 0 0 0 .433-1.86h.021M10.276 6.384h.638c.185 0 .341-.146.341-.334V3.088c0-.182.149-.335.34-.335h.816c.185 0 .341.146.341.335V6.05c0 .18.15.334.34.334h.64c.262 0 .425.279.297.502l-1.731 2.941a.343.343 0 0 1-.589 0l-1.731-2.94a.337.337 0 0 1 .298-.503m-3.427 6.168a.34.34 0 0 0-.34.335v.627c0 .258-.284.418-.511.293l-2.994-1.7a.33.33 0 0 1 0-.58l2.994-1.7c.227-.125.51.035.51.293v.627c0 .181.15.335.341.335h3.015c.185 0 .341.146.341.334v.802a.34.34 0 0 1-.34.334zm6.882 4.698H13.1a.34.34 0 0 0-.34.334v2.963a.34.34 0 0 1-.341.334h-.816a.34.34 0 0 1-.34-.334v-2.963a.34.34 0 0 0-.341-.334h-.639a.337.337 0 0 1-.298-.502l1.731-2.941a.343.343 0 0 1 .59 0l1.73 2.941a.337.337 0 0 1-.298.502zm7.272-5.144-2.994 1.701c-.227.125-.51-.035-.51-.293v-.627a.34.34 0 0 0-.34-.335h-3.016a.34.34 0 0 1-.34-.334v-.802c0-.18.148-.334.34-.334h3.015c.184 0 .34-.147.34-.335v-.627c0-.258.284-.418.511-.293l2.994 1.7a.33.33 0 0 1 0 .58', clipRule: 'evenodd' }) })));
66
+ });
67
+ exports.default = SvgKgatewayLogoLight;
@@ -0,0 +1,3 @@
1
+ import { ISvgIconProps } from './KgatewayLogoLight';
2
+ declare const KgatewayLogoSvg: import("react").ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default KgatewayLogoSvg;
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const jsx_runtime_1 = require("react/jsx-runtime");
7
+ const react_1 = require("react");
8
+ const KgatewayLogoLight_1 = __importDefault(require("./KgatewayLogoLight"));
9
+ const KgatewayLogoDark_1 = __importDefault(require("./KgatewayLogoDark"));
10
+ const utils_1 = require("../../utils");
11
+ const KgatewayLogoSvg = (0, react_1.forwardRef)(function KgatewayLogoSvg(props, ref) {
12
+ const { isDarkTheme } = (0, utils_1.useThemeModification)();
13
+ const { isDarkBrand } = (0, utils_1.useBrandModification)();
14
+ return isDarkTheme || isDarkBrand ? ((0, jsx_runtime_1.jsx)(KgatewayLogoDark_1.default, Object.assign({}, props, { ref: ref }))) : ((0, jsx_runtime_1.jsx)(KgatewayLogoLight_1.default, Object.assign({}, props, { ref: ref })));
15
+ });
16
+ exports.default = KgatewayLogoSvg;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
4
+ className?: string;
5
+ size?: number;
6
+ style?: React.CSSProperties;
7
+ }
8
+ declare const SvgTraefikLogoDark: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default SvgTraefikLogoDark;
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ var __rest = (this && this.__rest) || function (s, e) {
36
+ var t = {};
37
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
38
+ t[p] = s[p];
39
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
40
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
41
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
42
+ t[p[i]] = s[p[i]];
43
+ }
44
+ return t;
45
+ };
46
+ Object.defineProperty(exports, "__esModule", { value: true });
47
+ const jsx_runtime_1 = require("react/jsx-runtime");
48
+ // DO NOT EDIT IT MANUALLY
49
+ const React = __importStar(require("react"));
50
+ const SvgTraefikLogoDark = React.forwardRef((_a, ref) => {
51
+ var { size } = _a, props = __rest(_a, ["size"]);
52
+ props.width = undefined;
53
+ props.height = undefined;
54
+ const testId = 'icon-traefik-logo-dark';
55
+ const style = {};
56
+ const isCustomSize = typeof size === 'number';
57
+ if (isCustomSize) {
58
+ style.width = size + 'px';
59
+ style.height = size + 'px';
60
+ if (!props.style)
61
+ props.style = {};
62
+ props.style.width = size + 'px';
63
+ props.style.height = size + 'px';
64
+ }
65
+ return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: '#29B4D8', d: 'M12 1c1.088 0 2.056.782 2.056 1.745S13.135 4.49 12 4.49q-.195 0-.508-.066a.67.67 0 0 0-.475.078L3.645 8.77a.35.35 0 0 0-.173.304.36.36 0 0 0 .175.304l7.99 4.567a.68.68 0 0 0 .669.003L20.339 9.4a.35.35 0 0 0 .178-.303.35.35 0 0 0-.174-.306l-2.507-1.448a.68.68 0 0 0-.671-.004l-2.646 1.494a.24.24 0 0 0-.12.183v.026c0 .963-.921 1.744-2.057 1.744-1.134 0-2.055-.781-2.055-1.745 0-.963.921-1.744 2.056-1.744q.063 0 .145.006l.087.01.096.012a.68.68 0 0 0 .424-.081l3.914-2.21a1.01 1.01 0 0 1 .964-.018l.042.022 5.465 3.159c.685.396.692 1.393.028 1.804l-.037.022-3.656 2.069a.35.35 0 0 0-.175.31.35.35 0 0 0 .183.303l3.62 1.94c.72.385.736 1.427.031 1.835l-10.996 6.382a1.01 1.01 0 0 1-1.02 0L.526 16.508c-.706-.41-.686-1.455.035-1.837l3.66-1.945a.35.35 0 0 0 .184-.304.36.36 0 0 0-.175-.31L.524 9.995c-.684-.392-.699-1.384-.04-1.8l.036-.023 9.098-5.268a.7.7 0 0 0 .308-.375l.011-.038C10.257 1.523 10.983 1 12 1m5.076 12.853-4.492 2.63-.042.023a1.01 1.01 0 0 1-.971-.018l-4.478-2.571a.68.68 0 0 0-.652-.01L3.859 15.28a.35.35 0 0 0-.184.303.35.35 0 0 0 .173.31l7.887 4.595a.68.68 0 0 0 .678 0l7.954-4.628a.35.35 0 0 0-.01-.612l-2.622-1.41a.67.67 0 0 0-.66.014z' }) })));
66
+ });
67
+ exports.default = SvgTraefikLogoDark;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ export interface ISvgIconProps extends SVGProps<SVGSVGElement> {
4
+ className?: string;
5
+ size?: number;
6
+ style?: React.CSSProperties;
7
+ }
8
+ declare const SvgTraefikLogoLight: React.ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
9
+ export default SvgTraefikLogoLight;
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ var __rest = (this && this.__rest) || function (s, e) {
36
+ var t = {};
37
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
38
+ t[p] = s[p];
39
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
40
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
41
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
42
+ t[p[i]] = s[p[i]];
43
+ }
44
+ return t;
45
+ };
46
+ Object.defineProperty(exports, "__esModule", { value: true });
47
+ const jsx_runtime_1 = require("react/jsx-runtime");
48
+ // DO NOT EDIT IT MANUALLY
49
+ const React = __importStar(require("react"));
50
+ const SvgTraefikLogoLight = React.forwardRef((_a, ref) => {
51
+ var { size } = _a, props = __rest(_a, ["size"]);
52
+ props.width = undefined;
53
+ props.height = undefined;
54
+ const testId = 'icon-traefik-logo-light';
55
+ const style = {};
56
+ const isCustomSize = typeof size === 'number';
57
+ if (isCustomSize) {
58
+ style.width = size + 'px';
59
+ style.height = size + 'px';
60
+ if (!props.style)
61
+ props.style = {};
62
+ props.style.width = size + 'px';
63
+ props.style.height = size + 'px';
64
+ }
65
+ return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: '#24A1C1', d: 'M12 1c1.088 0 2.056.782 2.056 1.745S13.135 4.49 12 4.49q-.195 0-.508-.066a.67.67 0 0 0-.475.078L3.645 8.77a.35.35 0 0 0-.173.304.36.36 0 0 0 .175.304l7.99 4.567a.68.68 0 0 0 .669.003L20.339 9.4a.35.35 0 0 0 .178-.303.35.35 0 0 0-.174-.306l-2.507-1.448a.68.68 0 0 0-.671-.004l-2.646 1.494a.24.24 0 0 0-.12.183v.026c0 .963-.921 1.744-2.057 1.744-1.134 0-2.055-.781-2.055-1.745 0-.963.921-1.744 2.056-1.744q.063 0 .145.006l.087.01.096.012a.68.68 0 0 0 .424-.081l3.914-2.21a1.01 1.01 0 0 1 .964-.018l.042.022 5.465 3.159c.685.396.692 1.393.028 1.804l-.037.022-3.656 2.069a.35.35 0 0 0-.175.31.35.35 0 0 0 .183.303l3.62 1.94c.72.385.736 1.427.031 1.835l-10.996 6.382a1.01 1.01 0 0 1-1.02 0L.526 16.508c-.706-.41-.686-1.455.035-1.837l3.66-1.945a.35.35 0 0 0 .184-.304.36.36 0 0 0-.175-.31L.524 9.995c-.684-.392-.699-1.384-.04-1.8l.036-.023 9.098-5.268a.7.7 0 0 0 .308-.375l.011-.038C10.257 1.523 10.983 1 12 1m5.076 12.853-4.492 2.63-.042.023a1.01 1.01 0 0 1-.971-.018l-4.478-2.571a.68.68 0 0 0-.652-.01L3.859 15.28a.35.35 0 0 0-.184.303.35.35 0 0 0 .173.31l7.887 4.595a.68.68 0 0 0 .678 0l7.954-4.628a.35.35 0 0 0-.01-.612l-2.622-1.41a.67.67 0 0 0-.66.014z' }) })));
66
+ });
67
+ exports.default = SvgTraefikLogoLight;
@@ -0,0 +1,3 @@
1
+ import { ISvgIconProps } from './TraefikLogoLight';
2
+ declare const TraefikLogoSvg: import("react").ForwardRefExoticComponent<Omit<ISvgIconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default TraefikLogoSvg;
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const jsx_runtime_1 = require("react/jsx-runtime");
7
+ const react_1 = require("react");
8
+ const TraefikLogoLight_1 = __importDefault(require("./TraefikLogoLight"));
9
+ const TraefikLogoDark_1 = __importDefault(require("./TraefikLogoDark"));
10
+ const utils_1 = require("../../utils");
11
+ const TraefikLogoSvg = (0, react_1.forwardRef)(function TraefikLogoSvg(props, ref) {
12
+ const { isDarkTheme } = (0, utils_1.useThemeModification)();
13
+ const { isDarkBrand } = (0, utils_1.useBrandModification)();
14
+ return isDarkTheme || isDarkBrand ? ((0, jsx_runtime_1.jsx)(TraefikLogoDark_1.default, Object.assign({}, props, { ref: ref }))) : ((0, jsx_runtime_1.jsx)(TraefikLogoLight_1.default, Object.assign({}, props, { ref: ref })));
15
+ });
16
+ exports.default = TraefikLogoSvg;
@@ -75,6 +75,7 @@ export { default as K8sgptLogoSVG } from './K8sgptLogo';
75
75
  export { default as KaggleLogoSVG } from './KaggleLogo';
76
76
  export { default as KatadeployLogoSVG } from './KatadeployLogo';
77
77
  export { default as KedaLogoSVG } from './KedaLogo';
78
+ export { default as KgatewayLogoSVG } from './KgatewayLogo';
78
79
  export { default as KimiLogoSVG } from './KimiLogo';
79
80
  export { default as KotlinLogoSVG } from './KotlinLogo';
80
81
  export { default as KuberLogoSVG } from './KuberLogo';
@@ -138,6 +139,7 @@ export { default as StrongSwanLogoSVG } from './StrongSwanLogo';
138
139
  export { default as SynapseservicemeshLogoSVG } from './SynapseservicemeshLogo';
139
140
  export { default as T5LogoSVG } from './T5Logo';
140
141
  export { default as TelegramLogoSVG } from './TelegramLogo';
142
+ export { default as TraefikLogoSVG } from './TraefikLogo';
141
143
  export { default as TrivyLogoSVG } from './TrivyLogo';
142
144
  export { default as TtechLogoSVG } from './TtechLogo';
143
145
  export { default as UbuntuLogoSVG } from './UbuntuLogo';