@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.
- package/CHANGELOG.md +23 -0
- package/dist/cjs/components/index.d.ts +8 -0
- package/dist/cjs/components/index.js +24 -0
- package/dist/cjs/components/{service-icons/UserGateVirtualNgfw1.d.ts → interface-icons-product/Sample.d.ts} +2 -2
- package/dist/cjs/components/{service-icons/EvolutionAiAssistant.js → interface-icons-product/Sample.js} +4 -4
- package/dist/cjs/components/{service-icons/UserGateVirtualNgfw1.js → interface-icons-product/Services.js} +4 -4
- package/dist/cjs/components/interface-icons-product/index.d.ts +2 -0
- package/dist/cjs/components/interface-icons-product/index.js +14 -10
- package/dist/{esm/components/service-icons/EvolutionAiAssistant.d.ts → cjs/components/logo-icons/KgatewayLogo/KgatewayLogoDark.d.ts} +2 -2
- package/dist/cjs/components/logo-icons/KgatewayLogo/KgatewayLogoDark.js +67 -0
- package/dist/cjs/components/logo-icons/KgatewayLogo/KgatewayLogoLight.d.ts +9 -0
- package/dist/cjs/components/logo-icons/KgatewayLogo/KgatewayLogoLight.js +67 -0
- package/dist/cjs/components/logo-icons/KgatewayLogo/index.d.ts +3 -0
- package/dist/cjs/components/logo-icons/KgatewayLogo/index.js +16 -0
- package/dist/cjs/components/logo-icons/TraefikLogo/TraefikLogoDark.d.ts +9 -0
- package/dist/cjs/components/logo-icons/TraefikLogo/TraefikLogoDark.js +67 -0
- package/dist/cjs/components/logo-icons/TraefikLogo/TraefikLogoLight.d.ts +9 -0
- package/dist/cjs/components/logo-icons/TraefikLogo/TraefikLogoLight.js +67 -0
- package/dist/cjs/components/logo-icons/TraefikLogo/index.d.ts +3 -0
- package/dist/cjs/components/logo-icons/TraefikLogo/index.js +16 -0
- package/dist/cjs/components/logo-icons/index.d.ts +2 -0
- package/dist/cjs/components/logo-icons/index.js +7 -2
- package/dist/cjs/components/service-icons/BasisDynamix.d.ts +9 -0
- package/dist/cjs/components/service-icons/BasisDynamix.js +67 -0
- package/dist/cjs/components/service-icons/VmwareServices.d.ts +9 -0
- package/dist/cjs/components/service-icons/{Services.js → VmwareServices.js} +3 -3
- package/dist/cjs/components/service-icons/index.d.ts +2 -3
- package/dist/cjs/components/service-icons/index.js +9 -11
- package/dist/cjs/index.d.ts +2 -8
- package/dist/cjs/index.js +1 -8
- package/dist/cjs/types.d.ts +1 -0
- package/dist/cjs/types.js +2 -0
- package/dist/esm/components/index.d.ts +8 -0
- package/dist/esm/components/index.js +8 -0
- package/dist/esm/components/interface-icons-product/Sample.d.ts +9 -0
- package/dist/esm/components/interface-icons-product/Sample.js +32 -0
- package/dist/esm/components/{service-icons/UserGateVirtualNgfw1.js → interface-icons-product/Services.js} +4 -4
- package/dist/esm/components/interface-icons-product/index.d.ts +2 -0
- package/dist/esm/components/interface-icons-product/index.js +2 -0
- package/dist/esm/components/logo-icons/KgatewayLogo/KgatewayLogoDark.d.ts +9 -0
- package/dist/esm/components/logo-icons/KgatewayLogo/KgatewayLogoDark.js +32 -0
- package/dist/esm/components/logo-icons/KgatewayLogo/KgatewayLogoLight.d.ts +9 -0
- package/dist/esm/components/logo-icons/KgatewayLogo/KgatewayLogoLight.js +32 -0
- package/dist/esm/components/logo-icons/KgatewayLogo/index.d.ts +3 -0
- package/dist/esm/components/logo-icons/KgatewayLogo/index.js +11 -0
- package/dist/esm/components/logo-icons/TraefikLogo/TraefikLogoDark.d.ts +9 -0
- package/dist/esm/components/logo-icons/TraefikLogo/TraefikLogoDark.js +32 -0
- package/dist/esm/components/logo-icons/TraefikLogo/TraefikLogoLight.d.ts +9 -0
- package/dist/esm/components/logo-icons/TraefikLogo/TraefikLogoLight.js +32 -0
- package/dist/esm/components/logo-icons/TraefikLogo/index.d.ts +3 -0
- package/dist/esm/components/logo-icons/TraefikLogo/index.js +11 -0
- package/dist/esm/components/logo-icons/index.d.ts +2 -0
- package/dist/esm/components/logo-icons/index.js +2 -0
- package/dist/esm/components/service-icons/BasisDynamix.d.ts +9 -0
- package/dist/esm/components/service-icons/BasisDynamix.js +32 -0
- package/dist/esm/components/service-icons/VmwareServices.d.ts +9 -0
- package/dist/esm/components/service-icons/{Services.js → VmwareServices.js} +3 -3
- package/dist/esm/components/service-icons/index.d.ts +2 -3
- package/dist/esm/components/service-icons/index.js +2 -3
- package/dist/esm/index.d.ts +2 -8
- package/dist/esm/index.js +1 -8
- package/dist/esm/types.d.ts +1 -0
- package/dist/esm/types.js +1 -0
- package/package.json +2 -2
- package/src/components/index.ts +8 -0
- package/src/index.ts +3 -8
- package/src/types.ts +1 -0
- package/dist/cjs/components/service-icons/EvolutionAiAssistant.d.ts +0 -9
- package/dist/esm/components/service-icons/EvolutionAiAssistant.js +0 -32
- package/dist/esm/components/service-icons/UserGateVirtualNgfw1.d.ts +0 -9
- /package/dist/cjs/components/{service-icons → interface-icons-product}/Services.d.ts +0 -0
- /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
|
|
9
|
-
export default
|
|
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
|
|
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-
|
|
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: '
|
|
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 =
|
|
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
|
|
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-
|
|
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: '
|
|
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 =
|
|
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.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
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
|
|
9
|
-
export default
|
|
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,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,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';
|