@gravitee/graphene-core 2.36.2 → 2.36.3-feat-password-input.efed5fc

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 (108) hide show
  1. package/USAGE_GUIDE.md +6 -101
  2. package/dist/__stories__/fixtures/apim/page-layout-labels.fixture.d.ts +3 -2
  3. package/dist/__stories__/fixtures/apim/page-layout-labels.fixture.d.ts.map +1 -1
  4. package/dist/__stories__/fixtures/index.d.ts +2 -2
  5. package/dist/__stories__/fixtures/index.d.ts.map +1 -1
  6. package/dist/__stories__/fixtures/json-schema-form/index.d.ts +0 -2
  7. package/dist/__stories__/fixtures/json-schema-form/index.d.ts.map +1 -1
  8. package/dist/__stories__/fixtures/shell/app-switcher.fixture.d.ts +0 -2
  9. package/dist/__stories__/fixtures/shell/app-switcher.fixture.d.ts.map +1 -1
  10. package/dist/base/Combobox/Combobox.d.ts.map +1 -1
  11. package/dist/base/Dialog/Dialog.d.ts.map +1 -1
  12. package/dist/base/Drawer/Drawer.d.ts.map +1 -1
  13. package/dist/base/DropdownMenu/DropdownMenu.d.ts.map +1 -1
  14. package/dist/base/HoverCard/HoverCard.d.ts.map +1 -1
  15. package/dist/base/Popover/Popover.d.ts.map +1 -1
  16. package/dist/base/Select/Select.d.ts.map +1 -1
  17. package/dist/base/Sheet/Sheet.d.ts.map +1 -1
  18. package/dist/base/Sidebar/Sidebar.d.ts.map +1 -1
  19. package/dist/base/Tooltip/Tooltip.d.ts.map +1 -1
  20. package/dist/composed/AppSidebar/AppSidebar.d.ts +11 -7
  21. package/dist/composed/AppSidebar/AppSidebar.d.ts.map +1 -1
  22. package/dist/composed/AppSidebar/ContextSidebar.d.ts.map +1 -1
  23. package/dist/composed/AppSidebar/use-hover-expand.d.ts +6 -3
  24. package/dist/composed/AppSidebar/use-hover-expand.d.ts.map +1 -1
  25. package/dist/composed/AppSwitcher/AppSwitcher.d.ts +2 -5
  26. package/dist/composed/AppSwitcher/AppSwitcher.d.ts.map +1 -1
  27. package/dist/composed/ContentHeader/ContentHeader.d.ts +1 -6
  28. package/dist/composed/ContentHeader/ContentHeader.d.ts.map +1 -1
  29. package/dist/composed/JsonSchemaForm/JsonSchemaForm.d.ts.map +1 -1
  30. package/dist/composed/JsonSchemaForm/SchemaField.d.ts +1 -1
  31. package/dist/composed/JsonSchemaForm/SchemaField.d.ts.map +1 -1
  32. package/dist/composed/JsonSchemaForm/fields/__test-utils__/setupJsonSchemaForm.d.ts +0 -1
  33. package/dist/composed/JsonSchemaForm/fields/__test-utils__/setupJsonSchemaForm.d.ts.map +1 -1
  34. package/dist/composed/JsonSchemaForm/fields/enum/MultiSelectField.d.ts.map +1 -1
  35. package/dist/composed/JsonSchemaForm/fields/object/ObjectField.d.ts.map +1 -1
  36. package/dist/composed/JsonSchemaForm/form-bindings/extractDefaults.d.ts.map +1 -1
  37. package/dist/composed/JsonSchemaForm/form-bindings/jsonSchemaResolver.d.ts.map +1 -1
  38. package/dist/composed/JsonSchemaForm/models/JsonSchemaFormContext.d.ts +0 -1
  39. package/dist/composed/JsonSchemaForm/models/JsonSchemaFormContext.d.ts.map +1 -1
  40. package/dist/composed/JsonSchemaForm/utils/liftRequired.d.ts.map +1 -1
  41. package/dist/composed/JsonSchemaForm/utils/schemaShape.d.ts +1 -3
  42. package/dist/composed/JsonSchemaForm/utils/schemaShape.d.ts.map +1 -1
  43. package/dist/composed/PasswordInput/PasswordInput.d.ts +18 -0
  44. package/dist/composed/PasswordInput/PasswordInput.d.ts.map +1 -0
  45. package/dist/composed/PasswordInput/index.d.ts +3 -0
  46. package/dist/composed/{AppContextBar → PasswordInput}/index.d.ts.map +1 -1
  47. package/dist/icons/index.d.ts +1 -15
  48. package/dist/icons/index.d.ts.map +1 -1
  49. package/dist/icons/index.js +2 -2
  50. package/dist/icons-DujoD_xA.js +290 -0
  51. package/dist/index.d.ts +1 -3
  52. package/dist/index.d.ts.map +1 -1
  53. package/dist/index.js +8552 -8991
  54. package/dist/styles/globals.css +1 -1
  55. package/package.json +2 -1
  56. package/snippets/context-sidebar-detail-page.tsx +2 -8
  57. package/dist/__stories__/fixtures/json-schema-form/combinators.fixture.d.ts +0 -15
  58. package/dist/__stories__/fixtures/json-schema-form/combinators.fixture.d.ts.map +0 -1
  59. package/dist/__stories__/fixtures/json-schema-form/deprecated.fixture.d.ts +0 -23
  60. package/dist/__stories__/fixtures/json-schema-form/deprecated.fixture.d.ts.map +0 -1
  61. package/dist/base/ContextMenu/ContextMenu.d.ts +0 -30
  62. package/dist/base/ContextMenu/ContextMenu.d.ts.map +0 -1
  63. package/dist/base/ContextMenu/index.d.ts +0 -2
  64. package/dist/base/ContextMenu/index.d.ts.map +0 -1
  65. package/dist/composed/AppContextBar/AppContextBar.d.ts +0 -18
  66. package/dist/composed/AppContextBar/AppContextBar.d.ts.map +0 -1
  67. package/dist/composed/AppContextBar/index.d.ts +0 -3
  68. package/dist/composed/JsonSchemaForm/fields/oneOf/OneOfField.d.ts +0 -8
  69. package/dist/composed/JsonSchemaForm/fields/oneOf/OneOfField.d.ts.map +0 -1
  70. package/dist/composed/JsonSchemaForm/fields/oneOf/sanitizeOneOf.d.ts +0 -4
  71. package/dist/composed/JsonSchemaForm/fields/oneOf/sanitizeOneOf.d.ts.map +0 -1
  72. package/dist/composed/JsonSchemaForm/utils/mergeAllOf.d.ts +0 -4
  73. package/dist/composed/JsonSchemaForm/utils/mergeAllOf.d.ts.map +0 -1
  74. package/dist/composed/JsonSchemaForm/utils/pickActiveVariant.d.ts +0 -23
  75. package/dist/composed/JsonSchemaForm/utils/pickActiveVariant.d.ts.map +0 -1
  76. package/dist/composed/JsonSchemaForm/utils/relaxDeprecated.d.ts +0 -23
  77. package/dist/composed/JsonSchemaForm/utils/relaxDeprecated.d.ts.map +0 -1
  78. package/dist/icons/products/GioAgentManagementIcon.d.ts +0 -3
  79. package/dist/icons/products/GioAgentManagementIcon.d.ts.map +0 -1
  80. package/dist/icons/products/GioApiManagementIcon.d.ts +0 -3
  81. package/dist/icons/products/GioApiManagementIcon.d.ts.map +0 -1
  82. package/dist/icons/products/GioAuthorizationIcon.d.ts +0 -3
  83. package/dist/icons/products/GioAuthorizationIcon.d.ts.map +0 -1
  84. package/dist/icons/products/GioCatalogIcon.d.ts +0 -3
  85. package/dist/icons/products/GioCatalogIcon.d.ts.map +0 -1
  86. package/dist/icons/products/GioDeveloperPortalIcon.d.ts +0 -3
  87. package/dist/icons/products/GioDeveloperPortalIcon.d.ts.map +0 -1
  88. package/dist/icons/products/GioEventApiManagementIcon.d.ts +0 -3
  89. package/dist/icons/products/GioEventApiManagementIcon.d.ts.map +0 -1
  90. package/dist/icons/products/GioGammaIcon.d.ts +0 -3
  91. package/dist/icons/products/GioGammaIcon.d.ts.map +0 -1
  92. package/dist/icons/products/GioHomeIcon.d.ts +0 -3
  93. package/dist/icons/products/GioHomeIcon.d.ts.map +0 -1
  94. package/dist/icons/products/GioIamIcon.d.ts +0 -3
  95. package/dist/icons/products/GioIamIcon.d.ts.map +0 -1
  96. package/dist/icons/products/GioObservabilityIcon.d.ts +0 -3
  97. package/dist/icons/products/GioObservabilityIcon.d.ts.map +0 -1
  98. package/dist/icons/products/GioObserveIcon.d.ts +0 -3
  99. package/dist/icons/products/GioObserveIcon.d.ts.map +0 -1
  100. package/dist/icons/products/GioPlatformIcon.d.ts +0 -3
  101. package/dist/icons/products/GioPlatformIcon.d.ts.map +0 -1
  102. package/dist/icons/products/GioProductizeIcon.d.ts +0 -3
  103. package/dist/icons/products/GioProductizeIcon.d.ts.map +0 -1
  104. package/dist/icons/products/GioSecureIcon.d.ts +0 -3
  105. package/dist/icons/products/GioSecureIcon.d.ts.map +0 -1
  106. package/dist/icons-D_4R9XrW.js +0 -3219
  107. package/dist/lib/PortalContainerContext.d.ts +0 -14
  108. package/dist/lib/PortalContainerContext.d.ts.map +0 -1
@@ -1,3219 +0,0 @@
1
- import { forwardRef as e, useId as t } from "react";
2
- import { jsx as n, jsxs as r } from "react/jsx-runtime";
3
- import { ActivityIcon as i, AlertCircleIcon as a, AlignCenterIcon as ee, AlignLeftIcon as te, AlignRightIcon as ne, AppWindowIcon as re, ArchiveIcon as ie, ArrowDownIcon as ae, ArrowDownToLineIcon as oe, ArrowLeftIcon as se, ArrowRightIcon as ce, ArrowUpDownIcon as le, ArrowUpIcon as ue, BarChart2Icon as de, BarChart3Icon as fe, BellIcon as pe, BoldIcon as me, BookOpenIcon as he, BotIcon as ge, BoxesIcon as _e, BrainCircuitIcon as ve, BrainIcon as ye, CableIcon as be, CalculatorIcon as xe, CalendarIcon as Se, ChartLineIcon as Ce, CheckIcon as we, ChevronDownIcon as Te, ChevronLeftIcon as Ee, ChevronRightIcon as De, ChevronUpIcon as Oe, ChevronsUpDownIcon as o, CircleArrowRightIcon as s, CircleCheckIcon as c, CircleDotIcon as l, CircleHelpIcon as u, CircleIcon as d, CircleMinusIcon as f, CircleStopIcon as p, CircleXIcon as m, ClockIcon as h, CloudIcon as g, CloudUploadIcon as _, CopyIcon as v, CreditCardIcon as y, DatabaseIcon as b, DollarSignIcon as x, DownloadIcon as S, ExpandIcon as C, ExternalLinkIcon as w, EyeIcon as T, EyeOffIcon as ke, FileTextIcon as Ae, FileUpIcon as je, FilterIcon as Me, FingerprintIcon as Ne, FlaskConicalIcon as Pe, FolderOpenIcon as Fe, FunnelXIcon as Ie, GiftIcon as Le, GitBranchIcon as Re, GlobeIcon as ze, Grid2x2Icon as Be, GripVerticalIcon as Ve, HomeIcon as He, InboxIcon as Ue, InfoIcon as We, ItalicIcon as Ge, KeyIcon as Ke, KeyRoundIcon as qe, KeyboardIcon as Je, LayoutDashboardIcon as Ye, LayoutGridIcon as Xe, ListIcon as Ze, Loader2Icon as Qe, LockIcon as $e, LogOutIcon as et, MailIcon as tt, MessageSquareCheckIcon as nt, MessageSquareIcon as rt, MessageSquareWarningIcon as it, MessageSquareXIcon as at, MonitorIcon as ot, MoreHorizontalIcon as st, MoreVerticalIcon as E, NetworkIcon as ct, OctagonXIcon as lt, PanelLeftIcon as ut, PencilIcon as dt, PlayIcon as ft, PlugIcon as pt, PlugZapIcon as mt, PlusIcon as ht, PuzzleIcon as gt, RadioIcon as _t, RefreshCwIcon as vt, RefreshCwOffIcon as yt, RocketIcon as bt, ScrollTextIcon as xt, SearchIcon as St, ServerIcon as Ct, SettingsIcon as wt, ShieldCheckIcon as Tt, ShieldIcon as Et, ShoppingCartIcon as Dt, SlidersHorizontalIcon as Ot, SmileIcon as kt, SparklesIcon as At, StarIcon as jt, ThumbsDownIcon as Mt, ThumbsUpIcon as Nt, Trash2Icon as Pt, TrendingDownIcon as Ft, TrendingUpIcon as It, TriangleAlertIcon as Lt, UnderlineIcon as Rt, UploadIcon as zt, UserCheckIcon as Bt, UserCogIcon as Vt, UserIcon as Ht, UsersIcon as Ut, UsersRoundIcon as Wt, Wand2Icon as Gt, WaypointsIcon as Kt, WebhookIcon as qt, WorkflowIcon as Jt, WrenchIcon as Yt, XIcon as Xt, ZapIcon as Zt } from "lucide-react";
4
- //#region src/icons/brand/AnthropicIcon.tsx
5
- var D = e((e, t) => /* @__PURE__ */ n("svg", {
6
- ref: t,
7
- xmlns: "http://www.w3.org/2000/svg",
8
- width: 24,
9
- height: 24,
10
- viewBox: "0 0 24 24",
11
- fill: "none",
12
- ...e,
13
- children: /* @__PURE__ */ n("path", {
14
- fill: "currentColor",
15
- d: "M17.3041 3.541h-3.6718l6.696 16.918H24Zm-10.6082 0L0 20.459h3.7442l1.3693-3.5527h7.0052l1.3693 3.5528h3.7442L10.5363 3.5409Zm-.3712 10.2232 2.2914-5.9456 2.2914 5.9456Z"
16
- })
17
- }));
18
- D.displayName = "AnthropicIcon";
19
- //#endregion
20
- //#region src/icons/brand/ApigeeIcon.tsx
21
- var O = e((e, t) => /* @__PURE__ */ r("svg", {
22
- ref: t,
23
- xmlns: "http://www.w3.org/2000/svg",
24
- width: 24,
25
- height: 24,
26
- viewBox: "0 0 24 24",
27
- fill: "none",
28
- ...e,
29
- children: [/* @__PURE__ */ n("path", {
30
- fill: "currentColor",
31
- fillRule: "evenodd",
32
- d: "m5.767 12 1.21 1.21-1.641 1.64a2.695 2.695 0 0 0 1.907 4.584 2.678 2.678 0 0 0 1.897-.788l1.65-1.641L12 18.233l-1.64 1.641a4.412 4.412 0 0 1-6.317.084 4.41 4.41 0 0 1 .083-6.317L5.766 12Zm12.466 0-1.21-1.21 1.641-1.65a2.695 2.695 0 0 0-3.813-3.804l-1.641 1.64L12 5.767l1.64-1.64a4.41 4.41 0 1 1 6.234 6.233L18.234 12Z",
33
- clipRule: "evenodd"
34
- }), /* @__PURE__ */ n("path", {
35
- fill: "currentColor",
36
- fillRule: "evenodd",
37
- d: "M9.15 5.336a2.696 2.696 0 1 0-3.814 3.813l1.64 1.641 3.814-3.813-1.64-1.641Zm5.71 13.328a2.686 2.686 0 0 0 4.583-1.907 2.75 2.75 0 0 0-.788-1.906l-1.64-1.641-3.805 3.813 1.65 1.641ZM12 9.076A2.933 2.933 0 0 0 9.076 12 2.943 2.943 0 0 0 12 14.924 2.943 2.943 0 0 0 14.924 12 2.933 2.933 0 0 0 12 9.076ZM18.233 12l1.641 1.64a4.407 4.407 0 0 1-1.374 7.284 4.41 4.41 0 0 1-4.86-1.05L12 18.234 5.767 12l-1.641-1.64a4.41 4.41 0 1 1 6.233-6.234L12 5.766 18.233 12Z",
38
- clipRule: "evenodd"
39
- })]
40
- }));
41
- O.displayName = "ApigeeIcon";
42
- //#endregion
43
- //#region src/icons/brand/AwsIcon.tsx
44
- var k = e((e, t) => /* @__PURE__ */ r("svg", {
45
- ref: t,
46
- xmlns: "http://www.w3.org/2000/svg",
47
- width: 24,
48
- height: 24,
49
- viewBox: "0 0 24 24",
50
- fill: "none",
51
- ...e,
52
- children: [
53
- /* @__PURE__ */ n("path", {
54
- fill: "currentColor",
55
- d: "M7.2 9.877c0 .276.03.5.08.665.059.164.132.344.234.538a.33.33 0 0 1 .052.171c0 .075-.044.15-.14.225l-.46.313a.346.346 0 0 1-.19.067c-.074 0-.147-.037-.22-.104a2.304 2.304 0 0 1-.263-.351 5.826 5.826 0 0 1-.227-.44c-.571.686-1.288 1.03-2.152 1.03-.614 0-1.104-.18-1.463-.538-.358-.358-.541-.836-.541-1.434 0-.635.22-1.15.665-1.539.447-.388 1.04-.582 1.793-.582.249 0 .505.022.776.06.27.037.549.097.841.164v-.545c0-.568-.117-.964-.344-1.195-.234-.232-.629-.344-1.192-.344-.256 0-.52.03-.79.097-.271.067-.535.15-.79.254a2.072 2.072 0 0 1-.257.097.44.44 0 0 1-.117.023c-.102 0-.154-.075-.154-.232v-.366c0-.12.015-.209.052-.261a.55.55 0 0 1 .204-.157c.257-.135.564-.247.922-.336a4.35 4.35 0 0 1 1.142-.142c.87 0 1.507.202 1.917.605.402.403.607 1.016.607 1.837v2.42H7.2Zm-2.97 1.135c.24 0 .49-.044.753-.134a1.63 1.63 0 0 0 .695-.478c.117-.142.205-.299.249-.478.044-.18.073-.396.073-.65v-.314a5.998 5.998 0 0 0-.673-.126 5.402 5.402 0 0 0-.688-.045c-.49 0-.849.097-1.09.298-.242.202-.359.486-.359.86 0 .35.088.612.27.791.176.187.433.276.77.276Zm5.875.807c-.132 0-.22-.022-.278-.075-.059-.044-.11-.149-.154-.29L7.953 5.68a1.332 1.332 0 0 1-.065-.3c0-.119.058-.186.175-.186h.717c.14 0 .234.023.286.075.058.045.102.15.146.291l1.23 4.945 1.14-4.945c.037-.15.081-.246.14-.291a.496.496 0 0 1 .292-.075h.586c.139 0 .234.023.292.075.059.045.11.15.14.291l1.155 5.004 1.266-5.004c.044-.15.096-.246.147-.291a.47.47 0 0 1 .285-.075h.68c.118 0 .183.06.183.187 0 .037-.007.075-.014.12a1.075 1.075 0 0 1-.051.186l-1.764 5.774c-.044.149-.095.246-.153.29a.46.46 0 0 1-.278.075h-.63c-.139 0-.234-.022-.292-.074-.059-.052-.11-.15-.14-.299l-1.134-4.817-1.126 4.81c-.037.149-.08.246-.14.298-.058.053-.16.075-.292.075h-.63Zm9.402.202c-.38 0-.761-.045-1.127-.135-.366-.09-.651-.186-.841-.298-.117-.068-.198-.142-.227-.21a.536.536 0 0 1-.044-.209v-.38c0-.157.058-.232.168-.232.044 0 .088.007.132.022.044.015.11.045.183.075.249.112.52.202.805.261.292.06.578.09.87.09.461 0 .82-.082 1.069-.247a.808.808 0 0 0 .38-.71.738.738 0 0 0-.197-.522c-.132-.142-.38-.269-.74-.388l-1.06-.336c-.535-.172-.93-.426-1.171-.762a1.803 1.803 0 0 1-.366-1.083c0-.314.066-.59.198-.83a1.92 1.92 0 0 1 .526-.612c.22-.171.469-.298.761-.388.293-.09.6-.127.922-.127.161 0 .33.007.49.03.169.022.323.052.476.082.147.037.286.075.417.12.132.044.235.09.308.134a.66.66 0 0 1 .22.187c.043.06.065.142.065.246v.351c0 .157-.058.24-.168.24a.75.75 0 0 1-.278-.09 3.29 3.29 0 0 0-1.405-.292c-.417 0-.747.068-.973.21-.227.141-.344.358-.344.664 0 .21.073.389.22.53.146.142.416.284.804.411l1.04.336c.526.172.906.411 1.133.717.227.307.337.658.337 1.046 0 .321-.066.612-.19.866a2 2 0 0 1-.534.658 2.342 2.342 0 0 1-.813.418 3.429 3.429 0 0 1-1.046.157Z"
56
- }),
57
- /* @__PURE__ */ n("path", {
58
- fill: "currentColor",
59
- fillRule: "evenodd",
60
- d: "M20.89 15.65c-2.407 1.815-5.905 2.779-8.912 2.779a15.94 15.94 0 0 1-10.88-4.235c-.227-.209-.022-.493.248-.329 3.103 1.838 6.93 2.95 10.888 2.95 2.67 0 5.605-.567 8.305-1.732.402-.187.746.269.35.568Z",
61
- clipRule: "evenodd"
62
- }),
63
- /* @__PURE__ */ n("path", {
64
- fill: "currentColor",
65
- fillRule: "evenodd",
66
- d: "M21.892 14.485c-.307-.403-2.034-.194-2.817-.097-.234.03-.27-.179-.058-.336 1.375-.986 3.636-.702 3.9-.373.263.336-.074 2.644-1.361 3.75-.198.171-.388.081-.3-.143.292-.74.944-2.405.636-2.8Z",
67
- clipRule: "evenodd"
68
- })
69
- ]
70
- }));
71
- k.displayName = "AwsIcon";
72
- //#endregion
73
- //#region src/icons/brand/AzureIcon.tsx
74
- var A = e((e, t) => /* @__PURE__ */ n("svg", {
75
- ref: t,
76
- xmlns: "http://www.w3.org/2000/svg",
77
- width: 24,
78
- height: 24,
79
- viewBox: "0 0 24 24",
80
- fill: "none",
81
- ...e,
82
- children: /* @__PURE__ */ n("path", {
83
- fill: "currentColor",
84
- d: "M16.043 20.561a1.391 1.391 0 0 0 .003-.92l.003.01L10.405 2.93h5.184c.203 0 .376.13.439.311v.004l5.638 16.705a.463.463 0 0 1-.287.586l-.004.001-5.332.025Zm-3.988-9.838 3.114 9.226a.464.464 0 0 1-.438.613h-.026a.46.46 0 0 1-.277-.093h.001l-7.978-5.928h4.17l1.434-3.818Zm9.172 10.766h.001a1.391 1.391 0 0 0 1.315-1.848l.003.01v.002l-5.64-16.706A1.394 1.394 0 0 0 15.588 2H9.03c-.61 0-1.127.393-1.315.938l-.003.01-5.64 16.704A1.391 1.391 0 0 0 3.39 21.49h4.075a1.39 1.39 0 0 0 1.315-.938l.003-.01.84-2.484 4.25 3.157c.229.172.517.275.83.275h6.523Z"
85
- })
86
- }));
87
- A.displayName = "AzureIcon";
88
- //#endregion
89
- //#region src/icons/brand/BitbucketIcon.tsx
90
- var j = e((e, t) => /* @__PURE__ */ n("svg", {
91
- ref: t,
92
- xmlns: "http://www.w3.org/2000/svg",
93
- width: 24,
94
- height: 24,
95
- viewBox: "0 0 24 24",
96
- fill: "none",
97
- ...e,
98
- children: /* @__PURE__ */ n("path", {
99
- fill: "currentColor",
100
- fillRule: "evenodd",
101
- d: "M5.353 5.583a.917.917 0 0 0-.91 1.024l1.402 11.917c.054.461.445.81.91.81h10.493a.917.917 0 0 0 .91-.808l1.004-8.36h-2.364a.917.917 0 0 0-.907.788l-.692 4.842a.917.917 0 0 1-.907.787H9.708a.917.917 0 0 1-.907-.787L7.884 9.38a.917.917 0 0 1 .908-1.047h9.166l1.417-.005.194-1.726a.917.917 0 0 0-.911-1.019H5.353ZM20.841 9.43c.191-.254.318-.56.356-.897l.194-1.725a2.75 2.75 0 0 0-2.733-3.057H5.353a2.75 2.75 0 0 0-2.73 3.071l1.401 11.917a2.75 2.75 0 0 0 2.731 2.429h10.493a2.75 2.75 0 0 0 2.73-2.423l1.004-8.359c.04-.34-.014-.667-.141-.956Zm-6.636.738H9.85l.654 4.583h2.994l.579-4.056c.026-.182.07-.359.13-.527Z",
102
- clipRule: "evenodd"
103
- })
104
- }));
105
- j.displayName = "BitbucketIcon";
106
- //#endregion
107
- //#region src/icons/brand/CohereIcon.tsx
108
- var M = e((e, t) => /* @__PURE__ */ r("svg", {
109
- ref: t,
110
- xmlns: "http://www.w3.org/2000/svg",
111
- width: 24,
112
- height: 24,
113
- viewBox: "16 15 25 26",
114
- fill: "none",
115
- ...e,
116
- children: [
117
- /* @__PURE__ */ n("path", {
118
- fill: "currentColor",
119
- fillRule: "evenodd",
120
- clipRule: "evenodd",
121
- d: "M24.4 31c.6 0 1.9 0 3.7-.8 2.1-.9 6.2-2.4 9.2-4 2.1-1.1 3-2.6 3-4.6 0-2.7-2.2-5-5-5H23.8c-3.9 0-7.1 3.2-7.1 7.1C16.6 27.8 19.6 31 24.4 31Z"
122
- }),
123
- /* @__PURE__ */ n("path", {
124
- fill: "currentColor",
125
- fillRule: "evenodd",
126
- clipRule: "evenodd",
127
- d: "M26.3 35.9c0-1.9 1.2-3.7 3-4.4l3.6-1.5c3.7-1.5 7.7 1.2 7.7 5.1 0 3.1-2.5 5.6-5.6 5.6l-3.9 0C28.5 40.7 26.3 38.6 26.3 35.9Z"
128
- }),
129
- /* @__PURE__ */ n("path", {
130
- fill: "currentColor",
131
- d: "M20.7 31.9c-2.3 0-4.1 1.8-4.1 4.1v.5c0 2.3 1.8 4.1 4.1 4.1 2.3 0 4.1-1.8 4.1-4.1V36c0-2.2-1.9-4.1-4.1-4.1Z"
132
- })
133
- ]
134
- }));
135
- M.displayName = "CohereIcon";
136
- //#endregion
137
- //#region src/icons/brand/GcpIcon.tsx
138
- var N = e((e, t) => /* @__PURE__ */ n("svg", {
139
- ref: t,
140
- xmlns: "http://www.w3.org/2000/svg",
141
- width: 24,
142
- height: 24,
143
- viewBox: "0 0 24 24",
144
- fill: "currentColor",
145
- ...e,
146
- children: /* @__PURE__ */ n("path", { d: "M6.973 3 4.098 8.188l1.469 2.624L8.442 6h10.25l-1.688-3H6.973Zm8.75 4 2.969 4.906L13.629 21h3.375l5-9-2.781-5h-3.5Zm-3.719 1c-2.207 0-4 1.793-4 4s1.793 4 4 4 4-1.793 4-4-1.793-4-4-4ZM3.535 9.219 2.005 12l4.968 9h5.531l1.656-3H8.41L3.535 9.219Zm8.47.781c1.1 0 2 .898 2 2 0 1.102-.9 2-2 2-1.102 0-2-.898-2-2 0-1.102.898-2 2-2Z" })
147
- }));
148
- N.displayName = "GcpIcon";
149
- //#endregion
150
- //#region src/icons/brand/GithubIcon.tsx
151
- var P = e((e, t) => /* @__PURE__ */ n("svg", {
152
- ref: t,
153
- xmlns: "http://www.w3.org/2000/svg",
154
- width: 24,
155
- height: 24,
156
- viewBox: "0 0 24 24",
157
- fill: "none",
158
- ...e,
159
- children: /* @__PURE__ */ n("path", {
160
- stroke: "currentColor",
161
- strokeLinecap: "round",
162
- strokeLinejoin: "round",
163
- strokeWidth: "2",
164
- d: "M9.357 19.48c-4.553 1.484-4.553-2.65-6.353-3.18m12.706 5.3v-3.71c0-1.06.106-1.485-.53-2.12 2.965-.319 5.824-1.485 5.824-6.361a4.88 4.88 0 0 0-1.376-3.393 4.46 4.46 0 0 0-.106-3.392s-1.165-.318-3.706 1.378a13.008 13.008 0 0 0-6.565 0C6.71 2.306 5.545 2.624 5.545 2.624a4.458 4.458 0 0 0-.106 3.392A4.88 4.88 0 0 0 4.063 9.41c0 4.876 2.859 6.042 5.824 6.36-.636.636-.636 1.272-.53 2.12v3.71"
165
- })
166
- }));
167
- P.displayName = "GithubIcon";
168
- //#endregion
169
- //#region src/icons/brand/GitlabIcon.tsx
170
- var F = e((e, t) => /* @__PURE__ */ n("svg", {
171
- ref: t,
172
- xmlns: "http://www.w3.org/2000/svg",
173
- width: 24,
174
- height: 24,
175
- viewBox: "0 0 24 24",
176
- fill: "none",
177
- ...e,
178
- children: /* @__PURE__ */ n("path", {
179
- stroke: "currentColor",
180
- strokeLinecap: "round",
181
- strokeLinejoin: "round",
182
- strokeWidth: "2",
183
- d: "m22.004 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.37.25l-2.26 6.67h-7.36l-2.22-6.66a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.37.25l-3.37 10.04a.74.74 0 0 0 .27.83l9.73 6.88 9.69-6.88a.71.71 0 0 0 .31-.83v0Z"
184
- })
185
- }));
186
- F.displayName = "GitlabIcon";
187
- //#endregion
188
- //#region src/icons/brand/KafkaIcon.tsx
189
- var I = e((e, t) => /* @__PURE__ */ n("svg", {
190
- ref: t,
191
- xmlns: "http://www.w3.org/2000/svg",
192
- width: 24,
193
- height: 24,
194
- viewBox: "0 0 24 24",
195
- fill: "none",
196
- ...e,
197
- children: /* @__PURE__ */ n("path", {
198
- fill: "currentColor",
199
- d: "M15.748 13.131c-.821 0-1.558.363-2.063.933l-1.293-.91a3.51 3.51 0 0 0 .216-1.203c0-.415-.076-.812-.209-1.183l1.29-.9a2.75 2.75 0 0 0 2.06.927A2.748 2.748 0 0 0 18.5 8.058a2.748 2.748 0 0 0-2.752-2.738 2.748 2.748 0 0 0-2.751 2.738c0 .27.041.53.115.777l-1.291.902a3.556 3.556 0 0 0-2.2-1.273V6.916a2.745 2.745 0 0 0 2.185-2.678A2.748 2.748 0 0 0 9.054 1.5a2.748 2.748 0 0 0-2.752 2.738c0 1.298.915 2.387 2.137 2.666v1.568C6.772 8.762 5.5 10.21 5.5 11.95c0 1.75 1.284 3.202 2.963 3.483v1.656a2.744 2.744 0 0 0-2.16 2.672 2.748 2.748 0 0 0 2.75 2.739 2.748 2.748 0 0 0 2.752-2.738 2.745 2.745 0 0 0-2.161-2.672v-1.656c.867-.145 1.63-.6 2.163-1.252l1.302.917a2.71 2.71 0 0 0-.113.77 2.748 2.748 0 0 0 2.752 2.738 2.748 2.748 0 0 0 2.751-2.738 2.748 2.748 0 0 0-2.752-2.738Zm0-6.4c.736 0 1.335.595 1.335 1.327 0 .731-.599 1.327-1.334 1.327a1.332 1.332 0 0 1-1.335-1.327c0-.732.599-1.328 1.335-1.328ZM7.72 4.237c0-.732.598-1.328 1.334-1.328.736 0 1.334.596 1.334 1.328 0 .731-.598 1.327-1.334 1.327A1.332 1.332 0 0 1 7.72 4.238Zm2.668 15.524c0 .732-.598 1.328-1.334 1.328a1.332 1.332 0 0 1-1.334-1.328c0-.731.598-1.327 1.334-1.327.736 0 1.334.596 1.334 1.327Zm-1.334-5.96c-1.026 0-1.86-.83-1.86-1.851 0-1.02.834-1.851 1.86-1.851 1.026 0 1.86.83 1.86 1.851 0 1.02-.834 1.851-1.86 1.851Zm6.694 3.394a1.332 1.332 0 0 1-1.334-1.327c0-.732.599-1.327 1.335-1.327.735 0 1.333.595 1.333 1.327s-.598 1.327-1.334 1.327Z"
200
- })
201
- }));
202
- I.displayName = "KafkaIcon";
203
- //#endregion
204
- //#region src/icons/brand/KubernetesIcon.tsx
205
- var L = e((e, t) => /* @__PURE__ */ n("svg", {
206
- ref: t,
207
- xmlns: "http://www.w3.org/2000/svg",
208
- width: 24,
209
- height: 24,
210
- viewBox: "0 0 24 24",
211
- fill: "none",
212
- ...e,
213
- children: /* @__PURE__ */ n("path", {
214
- fill: "currentColor",
215
- d: "m23 14.095-2.748-.63a8.18 8.18 0 0 0-1.269-5.53l2.113-1.692-1.037-1.306-2.112 1.69a8.282 8.282 0 0 0-5.115-2.48V1.6h-1.664v2.548a8.282 8.282 0 0 0-5.115 2.48L3.941 4.937 2.903 6.243l2.114 1.691a8.194 8.194 0 0 0-1.269 5.532L1 14.096l.37 1.627 2.744-.629a8.374 8.374 0 0 0 3.55 4.474l-1.106 2.308 1.5.724 1.105-2.306a8.134 8.134 0 0 0 5.675 0l1.105 2.306 1.5-.725-1.107-2.307a8.374 8.374 0 0 0 3.55-4.474l2.744.629.37-1.628Zm-4.345-1.64c0 .215-.012.427-.032.637l-4.16-.953a2.482 2.482 0 0 0-.114-.496l3.325-2.661a6.648 6.648 0 0 1 .981 3.473Zm-7.487 0a.837.837 0 0 1 .514-.771.829.829 0 0 1 1.134.608.839.839 0 0 1-.354.857.83.83 0 0 1-1.05-.104.837.837 0 0 1-.244-.59Zm5.47-4.78-3.324 2.66a2.49 2.49 0 0 0-.482-.231V5.833a6.625 6.625 0 0 1 3.806 1.841Zm-5.47-1.842v4.27a2.49 2.49 0 0 0-.482.232l-3.324-2.66a6.626 6.626 0 0 1 3.806-1.842Zm-5.823 6.622c0-1.226.34-2.429.981-3.473l3.325 2.66a2.485 2.485 0 0 0-.115.497l-4.16.953a6.763 6.763 0 0 1-.031-.637Zm.402 2.265 4.139-.949c.098.162.213.313.345.448l-1.842 3.84a6.701 6.701 0 0 1-2.642-3.339ZM12 19.135a6.607 6.607 0 0 1-2.113-.35l1.847-3.852c.088.014.177.023.266.027.089-.004.178-.013.265-.027l1.848 3.852c-.68.23-1.394.35-2.113.35Zm3.611-1.077-1.842-3.839c.132-.136.247-.286.345-.448l4.139.949a6.701 6.701 0 0 1-2.642 3.338Z"
216
- })
217
- }));
218
- L.displayName = "KubernetesIcon";
219
- //#endregion
220
- //#region src/icons/brand/MistralIcon.tsx
221
- var R = e((e, t) => /* @__PURE__ */ r("svg", {
222
- ref: t,
223
- xmlns: "http://www.w3.org/2000/svg",
224
- width: 24,
225
- height: 17,
226
- viewBox: "0 0 191 135",
227
- fill: "none",
228
- ...e,
229
- children: [
230
- /* @__PURE__ */ n("path", {
231
- fill: "currentColor",
232
- d: "M54.322 0H27.153v27.089h27.169V0Z"
233
- }),
234
- /* @__PURE__ */ n("path", {
235
- fill: "currentColor",
236
- d: "M162.984 0h-27.169v27.089h27.169V0Z"
237
- }),
238
- /* @__PURE__ */ n("path", {
239
- fill: "currentColor",
240
- d: "M81.482 27.091H27.153V54.18h54.329V27.091Z"
241
- }),
242
- /* @__PURE__ */ n("path", {
243
- fill: "currentColor",
244
- d: "M162.99 27.091h-54.329V54.18h54.329V27.091Z"
245
- }),
246
- /* @__PURE__ */ n("path", {
247
- fill: "currentColor",
248
- d: "M162.972 54.168H27.153v27.089h135.819V54.168Z"
249
- }),
250
- /* @__PURE__ */ n("path", {
251
- fill: "currentColor",
252
- d: "M54.322 81.259H27.153v27.09h27.169v-27.09Z"
253
- }),
254
- /* @__PURE__ */ n("path", {
255
- fill: "currentColor",
256
- d: "M108.661 81.259H81.492v27.09h27.169v-27.09Z"
257
- }),
258
- /* @__PURE__ */ n("path", {
259
- fill: "currentColor",
260
- d: "M162.984 81.259h-27.169v27.09h27.169v-27.09Z"
261
- }),
262
- /* @__PURE__ */ n("path", {
263
- fill: "currentColor",
264
- d: "M81.488 108.339H-.001v27.09h81.489v-27.09Z"
265
- }),
266
- /* @__PURE__ */ n("path", {
267
- fill: "currentColor",
268
- d: "M190.159 108.339h-81.498v27.09h81.498v-27.09Z"
269
- })
270
- ]
271
- }));
272
- R.displayName = "MistralIcon";
273
- //#endregion
274
- //#region src/icons/brand/OpenAIIcon.tsx
275
- var z = e((e, t) => /* @__PURE__ */ n("svg", {
276
- ref: t,
277
- xmlns: "http://www.w3.org/2000/svg",
278
- width: 24,
279
- height: 24,
280
- viewBox: "118.557 119.958 484.139 479.818",
281
- fill: "none",
282
- ...e,
283
- children: /* @__PURE__ */ n("path", {
284
- fill: "currentColor",
285
- d: "M304.246 294.611V249.028c0-3.839 1.441-6.719 4.798-8.636l91.648-52.78c12.475-7.197 27.35-10.554 42.702-10.554 57.577 0 94.046 44.624 94.046 92.124 0 3.358 0 7.197-.481 11.036l-95.005-55.66c-5.757-3.357-11.517-3.357-17.274 0l-120.434 70.053ZM518.245 472.145V363.224c0-6.719-2.881-11.517-8.637-14.875l-120.434-70.053 39.345-22.553c3.358-1.917 6.238-1.917 9.596 0l91.647 52.78c26.392 15.356 44.143 47.982 44.143 79.648 0 36.465-21.59 70.054-55.66 83.97v.004ZM275.937 376.182l-39.345-23.03c-3.357-1.917-4.798-4.798-4.798-8.637V238.956c0-51.339 39.345-90.207 92.606-90.207 20.155 0 38.864 6.719 54.702 18.714l-94.524 54.701c-5.756 3.357-8.636 8.155-8.636 14.875v139.147l-.005-.004ZM360.626 425.122 304.246 393.455v-67.172l56.38-31.667 56.376 31.667v67.172l-56.376 31.667ZM396.852 570.989c-20.154 0-38.863-6.719-54.701-18.713l94.523-54.702c5.757-3.357 8.637-8.155 8.637-14.875V343.552l39.827 23.03c3.357 1.917 4.798 4.797 4.798 8.637v105.559c0 51.339-39.827 90.207-93.084 90.207v.004ZM283.134 463.99l-91.648-52.779c-26.392-15.357-44.143-47.982-44.143-79.649 0-36.946 22.072-70.053 56.137-83.969v109.398c0 6.719 2.881 11.517 8.637 14.875l119.957 69.571-39.345 22.553c-3.357 1.917-6.238 1.917-9.595 0ZM277.859 542.68c-54.22 0-94.046-40.785-94.046-91.166 0-3.839.481-7.678.958-11.517l94.524 54.701c5.756 3.358 11.517 3.358 17.273 0L417.002 425.127v45.583c0 3.839-1.44 6.719-4.798 8.636l-91.647 52.78c-12.476 7.197-27.351 10.554-42.703 10.554h.005ZM396.852 599.776c58.059 0 106.518-41.263 117.558-95.964 53.739-13.916 88.286-64.297 88.286-115.636 0-33.589-14.393-66.214-40.304-89.726 2.399-10.077 3.839-20.154 3.839-30.226 0-68.613-55.66-119.957-119.957-119.957-12.952 0-25.428 1.917-37.904 6.238-21.595-21.113-51.344-34.547-83.97-34.547-58.058 0-106.517 41.262-117.557 95.963-53.739 13.916-88.286 64.297-88.286 115.636 0 33.589 14.393 66.214 40.304 89.726-2.399 10.077-3.839 20.154-3.839 30.227 0 68.613 55.66 119.956 119.956 119.956 12.953 0 25.429-1.917 37.905-6.238 21.59 21.113 51.339 34.548 83.969 34.548Z"
286
- })
287
- }));
288
- z.displayName = "OpenAIIcon";
289
- //#endregion
290
- //#region src/icons/products/GioAgentManagementIcon.tsx
291
- var B = e((e, i) => {
292
- let a = t();
293
- return /* @__PURE__ */ r("svg", {
294
- ref: i,
295
- xmlns: "http://www.w3.org/2000/svg",
296
- width: 24,
297
- height: 24,
298
- viewBox: "241 226 722 742",
299
- fill: "none",
300
- ...e,
301
- children: [/* @__PURE__ */ r("g", {
302
- className: "dark:hidden",
303
- children: [
304
- /* @__PURE__ */ n("path", {
305
- d: "M488.467 480H261.467V714H488.467V480Z",
306
- fill: `url(#${a}-l0)`
307
- }),
308
- /* @__PURE__ */ n("path", {
309
- d: "M942.467 480H715.467V714H942.467V480Z",
310
- fill: `url(#${a}-l1)`
311
- }),
312
- /* @__PURE__ */ n("path", {
313
- d: "M715.467 246H488.467V480H715.467V246Z",
314
- fill: `url(#${a}-l2)`
315
- }),
316
- /* @__PURE__ */ n("path", {
317
- d: "M715.467 714H488.467V948H715.467V714Z",
318
- fill: `url(#${a}-l3)`
319
- }),
320
- /* @__PURE__ */ r("defs", { children: [
321
- /* @__PURE__ */ r("linearGradient", {
322
- id: `${a}-l0`,
323
- x1: "261.467",
324
- y1: "597",
325
- x2: "488.467",
326
- y2: "597",
327
- gradientUnits: "userSpaceOnUse",
328
- children: [
329
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
330
- /* @__PURE__ */ n("stop", {
331
- offset: "0.5",
332
- stopColor: "#F31013"
333
- }),
334
- /* @__PURE__ */ n("stop", {
335
- offset: "1",
336
- stopColor: "#FF8A00"
337
- })
338
- ]
339
- }),
340
- /* @__PURE__ */ r("linearGradient", {
341
- id: `${a}-l1`,
342
- x1: "715.467",
343
- y1: "597",
344
- x2: "942.467",
345
- y2: "597",
346
- gradientUnits: "userSpaceOnUse",
347
- children: [
348
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
349
- /* @__PURE__ */ n("stop", {
350
- offset: "0.5",
351
- stopColor: "#F31013"
352
- }),
353
- /* @__PURE__ */ n("stop", {
354
- offset: "1",
355
- stopColor: "#FF8A00"
356
- })
357
- ]
358
- }),
359
- /* @__PURE__ */ r("linearGradient", {
360
- id: `${a}-l2`,
361
- x1: "488.467",
362
- y1: "363",
363
- x2: "715.467",
364
- y2: "363",
365
- gradientUnits: "userSpaceOnUse",
366
- children: [
367
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
368
- /* @__PURE__ */ n("stop", {
369
- offset: "0.5",
370
- stopColor: "#F31013"
371
- }),
372
- /* @__PURE__ */ n("stop", {
373
- offset: "1",
374
- stopColor: "#FF8A00"
375
- })
376
- ]
377
- }),
378
- /* @__PURE__ */ r("linearGradient", {
379
- id: `${a}-l3`,
380
- x1: "488.467",
381
- y1: "831",
382
- x2: "715.467",
383
- y2: "831",
384
- gradientUnits: "userSpaceOnUse",
385
- children: [
386
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
387
- /* @__PURE__ */ n("stop", {
388
- offset: "0.5",
389
- stopColor: "#F31013"
390
- }),
391
- /* @__PURE__ */ n("stop", {
392
- offset: "1",
393
- stopColor: "#FF8A00"
394
- })
395
- ]
396
- })
397
- ] })
398
- ]
399
- }), /* @__PURE__ */ r("g", {
400
- className: "hidden dark:block",
401
- children: [
402
- /* @__PURE__ */ n("path", {
403
- d: "M488.467 480H261.467V714H488.467V480Z",
404
- fill: `url(#${a}-d0)`
405
- }),
406
- /* @__PURE__ */ n("path", {
407
- d: "M942.467 480H715.467V714H942.467V480Z",
408
- fill: `url(#${a}-d1)`
409
- }),
410
- /* @__PURE__ */ n("path", {
411
- d: "M715.467 246H488.467V480H715.467V246Z",
412
- fill: `url(#${a}-d2)`
413
- }),
414
- /* @__PURE__ */ n("path", {
415
- d: "M715.467 714.001H488.467V948.001H715.467V714.001Z",
416
- fill: `url(#${a}-d3)`
417
- }),
418
- /* @__PURE__ */ r("defs", { children: [
419
- /* @__PURE__ */ r("linearGradient", {
420
- id: `${a}-d0`,
421
- x1: "261.467",
422
- y1: "597",
423
- x2: "488.467",
424
- y2: "597",
425
- gradientUnits: "userSpaceOnUse",
426
- children: [
427
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
428
- /* @__PURE__ */ n("stop", {
429
- offset: "0.26",
430
- stopColor: "#F31013"
431
- }),
432
- /* @__PURE__ */ n("stop", {
433
- offset: "0.66",
434
- stopColor: "#FF8A00"
435
- }),
436
- /* @__PURE__ */ n("stop", {
437
- offset: "1",
438
- stopColor: "white"
439
- })
440
- ]
441
- }),
442
- /* @__PURE__ */ r("linearGradient", {
443
- id: `${a}-d1`,
444
- x1: "715.467",
445
- y1: "597",
446
- x2: "942.467",
447
- y2: "597",
448
- gradientUnits: "userSpaceOnUse",
449
- children: [
450
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
451
- /* @__PURE__ */ n("stop", {
452
- offset: "0.26",
453
- stopColor: "#F31013"
454
- }),
455
- /* @__PURE__ */ n("stop", {
456
- offset: "0.66",
457
- stopColor: "#FF8A00"
458
- }),
459
- /* @__PURE__ */ n("stop", {
460
- offset: "1",
461
- stopColor: "white"
462
- })
463
- ]
464
- }),
465
- /* @__PURE__ */ r("linearGradient", {
466
- id: `${a}-d2`,
467
- x1: "488.467",
468
- y1: "363",
469
- x2: "715.467",
470
- y2: "363",
471
- gradientUnits: "userSpaceOnUse",
472
- children: [
473
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
474
- /* @__PURE__ */ n("stop", {
475
- offset: "0.26",
476
- stopColor: "#F31013"
477
- }),
478
- /* @__PURE__ */ n("stop", {
479
- offset: "0.66",
480
- stopColor: "#FF8A00"
481
- }),
482
- /* @__PURE__ */ n("stop", {
483
- offset: "1",
484
- stopColor: "white"
485
- })
486
- ]
487
- }),
488
- /* @__PURE__ */ r("linearGradient", {
489
- id: `${a}-d3`,
490
- x1: "488.467",
491
- y1: "831.001",
492
- x2: "715.467",
493
- y2: "831.001",
494
- gradientUnits: "userSpaceOnUse",
495
- children: [
496
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
497
- /* @__PURE__ */ n("stop", {
498
- offset: "0.26",
499
- stopColor: "#F31013"
500
- }),
501
- /* @__PURE__ */ n("stop", {
502
- offset: "0.66",
503
- stopColor: "#FF8A00"
504
- }),
505
- /* @__PURE__ */ n("stop", {
506
- offset: "1",
507
- stopColor: "white"
508
- })
509
- ]
510
- })
511
- ] })
512
- ]
513
- })]
514
- });
515
- });
516
- B.displayName = "GioAgentManagementIcon";
517
- //#endregion
518
- //#region src/icons/products/GioApiManagementIcon.tsx
519
- var V = e((e, i) => {
520
- let a = t();
521
- return /* @__PURE__ */ r("svg", {
522
- ref: i,
523
- xmlns: "http://www.w3.org/2000/svg",
524
- width: 24,
525
- height: 24,
526
- viewBox: "236 238 728 726",
527
- fill: "none",
528
- ...e,
529
- children: [/* @__PURE__ */ r("g", {
530
- className: "dark:hidden",
531
- children: [
532
- /* @__PURE__ */ n("path", {
533
- d: "M428.363 258H256.363V944.001H428.363V258Z",
534
- fill: `url(#${a}-l0)`
535
- }),
536
- /* @__PURE__ */ n("path", {
537
- d: "M772.002 258H600.002V944.001H772.002V258Z",
538
- fill: `url(#${a}-l1)`
539
- }),
540
- /* @__PURE__ */ n("path", {
541
- d: "M427.998 944.001H599.998V258H427.998V944.001Z",
542
- fill: `url(#${a}-l2)`
543
- }),
544
- /* @__PURE__ */ n("path", {
545
- d: "M771.637 944.001H943.637V258H771.637V944.001Z",
546
- fill: `url(#${a}-l3)`
547
- }),
548
- /* @__PURE__ */ r("defs", { children: [
549
- /* @__PURE__ */ r("linearGradient", {
550
- id: `${a}-l0`,
551
- x1: "342.363",
552
- y1: "944.001",
553
- x2: "349.363",
554
- y2: "258",
555
- gradientUnits: "userSpaceOnUse",
556
- children: [
557
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
558
- /* @__PURE__ */ n("stop", {
559
- offset: "0.5",
560
- stopColor: "#F31013"
561
- }),
562
- /* @__PURE__ */ n("stop", {
563
- offset: "1",
564
- stopColor: "#FF8A00"
565
- })
566
- ]
567
- }),
568
- /* @__PURE__ */ r("linearGradient", {
569
- id: `${a}-l1`,
570
- x1: "686.002",
571
- y1: "944.001",
572
- x2: "693.002",
573
- y2: "258",
574
- gradientUnits: "userSpaceOnUse",
575
- children: [
576
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
577
- /* @__PURE__ */ n("stop", {
578
- offset: "0.5",
579
- stopColor: "#F31013"
580
- }),
581
- /* @__PURE__ */ n("stop", {
582
- offset: "1",
583
- stopColor: "#FF8A00"
584
- })
585
- ]
586
- }),
587
- /* @__PURE__ */ r("linearGradient", {
588
- id: `${a}-l2`,
589
- x1: "513.998",
590
- y1: "258",
591
- x2: "506.998",
592
- y2: "944.001",
593
- gradientUnits: "userSpaceOnUse",
594
- children: [
595
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
596
- /* @__PURE__ */ n("stop", {
597
- offset: "0.5",
598
- stopColor: "#F31013"
599
- }),
600
- /* @__PURE__ */ n("stop", {
601
- offset: "1",
602
- stopColor: "#FF8A00"
603
- })
604
- ]
605
- }),
606
- /* @__PURE__ */ r("linearGradient", {
607
- id: `${a}-l3`,
608
- x1: "857.637",
609
- y1: "258",
610
- x2: "850.637",
611
- y2: "944.001",
612
- gradientUnits: "userSpaceOnUse",
613
- children: [
614
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
615
- /* @__PURE__ */ n("stop", {
616
- offset: "0.5",
617
- stopColor: "#F31013"
618
- }),
619
- /* @__PURE__ */ n("stop", {
620
- offset: "1",
621
- stopColor: "#FF8A00"
622
- })
623
- ]
624
- })
625
- ] })
626
- ]
627
- }), /* @__PURE__ */ r("g", {
628
- className: "hidden dark:block",
629
- children: [
630
- /* @__PURE__ */ n("path", {
631
- d: "M428.363 245.433H256.363V931.434H428.363V245.433Z",
632
- fill: `url(#${a}-d2)`
633
- }),
634
- /* @__PURE__ */ n("path", {
635
- d: "M772.002 245.433H600.002V931.434H772.002V245.433Z",
636
- fill: `url(#${a}-d3)`
637
- }),
638
- /* @__PURE__ */ n("path", {
639
- d: "M427.998 931.434H599.998V245.433H427.998V931.434Z",
640
- fill: `url(#${a}-d4)`
641
- }),
642
- /* @__PURE__ */ n("mask", {
643
- id: `${a}-d0`,
644
- style: { maskType: "luminance" },
645
- maskUnits: "userSpaceOnUse",
646
- x: "771",
647
- y: "245",
648
- width: "173",
649
- height: "687",
650
- children: /* @__PURE__ */ n("path", {
651
- d: "M771.637 931.434H943.637V245.433H771.637V931.434Z",
652
- fill: "white"
653
- })
654
- }),
655
- /* @__PURE__ */ n("g", {
656
- mask: `url(#${a}-d0)`,
657
- children: /* @__PURE__ */ n("rect", {
658
- x: "771.636",
659
- y: "245.433",
660
- width: "172",
661
- height: "686.001",
662
- fill: `url(#${a}-d1)`
663
- })
664
- }),
665
- /* @__PURE__ */ r("defs", { children: [
666
- /* @__PURE__ */ n("pattern", {
667
- id: `${a}-d1`,
668
- patternContentUnits: "objectBoundingBox",
669
- width: "1",
670
- height: "1",
671
- children: /* @__PURE__ */ n("use", {
672
- href: `#${a}-d5`,
673
- transform: "scale(0.00581395 0.00145773)"
674
- })
675
- }),
676
- /* @__PURE__ */ r("linearGradient", {
677
- id: `${a}-d2`,
678
- x1: "342.363",
679
- y1: "931.434",
680
- x2: "349.363",
681
- y2: "245.433",
682
- gradientUnits: "userSpaceOnUse",
683
- children: [
684
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
685
- /* @__PURE__ */ n("stop", {
686
- offset: "0.26",
687
- stopColor: "#F31013"
688
- }),
689
- /* @__PURE__ */ n("stop", {
690
- offset: "0.66",
691
- stopColor: "#FF8A00"
692
- }),
693
- /* @__PURE__ */ n("stop", {
694
- offset: "1",
695
- stopColor: "white"
696
- })
697
- ]
698
- }),
699
- /* @__PURE__ */ r("linearGradient", {
700
- id: `${a}-d3`,
701
- x1: "686.002",
702
- y1: "931.434",
703
- x2: "693.002",
704
- y2: "245.433",
705
- gradientUnits: "userSpaceOnUse",
706
- children: [
707
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
708
- /* @__PURE__ */ n("stop", {
709
- offset: "0.26",
710
- stopColor: "#F31013"
711
- }),
712
- /* @__PURE__ */ n("stop", {
713
- offset: "0.66",
714
- stopColor: "#FF8A00"
715
- }),
716
- /* @__PURE__ */ n("stop", {
717
- offset: "1",
718
- stopColor: "white"
719
- })
720
- ]
721
- }),
722
- /* @__PURE__ */ r("linearGradient", {
723
- id: `${a}-d4`,
724
- x1: "513.998",
725
- y1: "245.433",
726
- x2: "506.998",
727
- y2: "931.434",
728
- gradientUnits: "userSpaceOnUse",
729
- children: [
730
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
731
- /* @__PURE__ */ n("stop", {
732
- offset: "0.26",
733
- stopColor: "#F31013"
734
- }),
735
- /* @__PURE__ */ n("stop", {
736
- offset: "0.66",
737
- stopColor: "#FF8A00"
738
- }),
739
- /* @__PURE__ */ n("stop", {
740
- offset: "1",
741
- stopColor: "white"
742
- })
743
- ]
744
- }),
745
- /* @__PURE__ */ n("image", {
746
- id: `${a}-d5`,
747
- width: "172",
748
- height: "686",
749
- preserveAspectRatio: "none",
750
- href: "data:image/jpeg;base64,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"
751
- })
752
- ] })
753
- ]
754
- })]
755
- });
756
- });
757
- V.displayName = "GioApiManagementIcon";
758
- //#endregion
759
- //#region src/icons/products/GioAuthorizationIcon.tsx
760
- var H = e((e, i) => {
761
- let a = t();
762
- return /* @__PURE__ */ r("svg", {
763
- ref: i,
764
- xmlns: "http://www.w3.org/2000/svg",
765
- width: 24,
766
- height: 24,
767
- viewBox: "302 239 610 722",
768
- fill: "none",
769
- ...e,
770
- children: [/* @__PURE__ */ r("g", {
771
- className: "dark:hidden",
772
- children: [
773
- /* @__PURE__ */ n("path", {
774
- fillRule: "evenodd",
775
- clipRule: "evenodd",
776
- d: "M550.926 941.247V258.754C739.391 258.754 892.172 411.535 892.172 600C892.172 788.466 739.391 941.247 550.926 941.247Z",
777
- fill: `url(#${a}-l0)`
778
- }),
779
- /* @__PURE__ */ n("path", {
780
- fillRule: "evenodd",
781
- clipRule: "evenodd",
782
- d: "M321.686 829.24V370.76C448.292 370.76 550.926 473.395 550.926 600C550.926 726.606 448.292 829.24 321.686 829.24Z",
783
- fill: `url(#${a}-l1)`
784
- }),
785
- /* @__PURE__ */ r("defs", { children: [/* @__PURE__ */ r("linearGradient", {
786
- id: `${a}-l0`,
787
- x1: "550.926",
788
- y1: "590.001",
789
- x2: "892.172",
790
- y2: "590.001",
791
- gradientUnits: "userSpaceOnUse",
792
- children: [
793
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
794
- /* @__PURE__ */ n("stop", {
795
- offset: "0.5",
796
- stopColor: "#F31013"
797
- }),
798
- /* @__PURE__ */ n("stop", {
799
- offset: "1",
800
- stopColor: "#FF8A00"
801
- })
802
- ]
803
- }), /* @__PURE__ */ r("linearGradient", {
804
- id: `${a}-l1`,
805
- x1: "321.686",
806
- y1: "593.283",
807
- x2: "550.926",
808
- y2: "593.283",
809
- gradientUnits: "userSpaceOnUse",
810
- children: [
811
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
812
- /* @__PURE__ */ n("stop", {
813
- offset: "0.5",
814
- stopColor: "#F31013"
815
- }),
816
- /* @__PURE__ */ n("stop", {
817
- offset: "1",
818
- stopColor: "#FF8A00"
819
- })
820
- ]
821
- })] })
822
- ]
823
- }), /* @__PURE__ */ r("g", {
824
- className: "hidden dark:block",
825
- children: [
826
- /* @__PURE__ */ n("path", {
827
- fillRule: "evenodd",
828
- clipRule: "evenodd",
829
- d: "M550.926 941.248V258.755C739.391 258.755 892.172 411.536 892.172 600.002C892.172 788.467 739.391 941.248 550.926 941.248Z",
830
- fill: `url(#${a}-d0)`
831
- }),
832
- /* @__PURE__ */ n("path", {
833
- fillRule: "evenodd",
834
- clipRule: "evenodd",
835
- d: "M321.686 829.241V370.762C448.292 370.762 550.926 473.396 550.926 600.001C550.926 726.607 448.292 829.241 321.686 829.241Z",
836
- fill: `url(#${a}-d1)`
837
- }),
838
- /* @__PURE__ */ r("defs", { children: [/* @__PURE__ */ r("linearGradient", {
839
- id: `${a}-d0`,
840
- x1: "550.926",
841
- y1: "590.002",
842
- x2: "892.172",
843
- y2: "590.002",
844
- gradientUnits: "userSpaceOnUse",
845
- children: [
846
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
847
- /* @__PURE__ */ n("stop", {
848
- offset: "0.26",
849
- stopColor: "#F31013"
850
- }),
851
- /* @__PURE__ */ n("stop", {
852
- offset: "0.66",
853
- stopColor: "#FF8A00"
854
- }),
855
- /* @__PURE__ */ n("stop", {
856
- offset: "1",
857
- stopColor: "white"
858
- })
859
- ]
860
- }), /* @__PURE__ */ r("linearGradient", {
861
- id: `${a}-d1`,
862
- x1: "321.686",
863
- y1: "593.284",
864
- x2: "550.926",
865
- y2: "593.284",
866
- gradientUnits: "userSpaceOnUse",
867
- children: [
868
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
869
- /* @__PURE__ */ n("stop", {
870
- offset: "0.26",
871
- stopColor: "#F31013"
872
- }),
873
- /* @__PURE__ */ n("stop", {
874
- offset: "0.66",
875
- stopColor: "#FF8A00"
876
- }),
877
- /* @__PURE__ */ n("stop", {
878
- offset: "1",
879
- stopColor: "white"
880
- })
881
- ]
882
- })] })
883
- ]
884
- })]
885
- });
886
- });
887
- H.displayName = "GioAuthorizationIcon";
888
- //#endregion
889
- //#region src/icons/products/GioCatalogIcon.tsx
890
- var U = e((e, i) => {
891
- let a = t();
892
- return /* @__PURE__ */ r("svg", {
893
- ref: i,
894
- xmlns: "http://www.w3.org/2000/svg",
895
- width: 24,
896
- height: 24,
897
- viewBox: "269 226 662 753",
898
- fill: "none",
899
- ...e,
900
- children: [/* @__PURE__ */ r("g", {
901
- className: "dark:hidden",
902
- children: [
903
- /* @__PURE__ */ n("path", {
904
- fillRule: "evenodd",
905
- clipRule: "evenodd",
906
- d: "M288.655 455L588.655 246V750.001L288.655 959.001V455Z",
907
- fill: `url(#${a}-l0)`
908
- }),
909
- /* @__PURE__ */ n("path", {
910
- fillRule: "evenodd",
911
- clipRule: "evenodd",
912
- d: "M450.246 455L750.246 246V750.001L450.246 959.001V455Z",
913
- fill: `url(#${a}-l1)`
914
- }),
915
- /* @__PURE__ */ n("path", {
916
- fillRule: "evenodd",
917
- clipRule: "evenodd",
918
- d: "M610.429 455L910.429 246V750.001L610.429 959.001V455Z",
919
- fill: `url(#${a}-l2)`
920
- }),
921
- /* @__PURE__ */ r("defs", { children: [
922
- /* @__PURE__ */ r("linearGradient", {
923
- id: `${a}-l0`,
924
- x1: "588.655",
925
- y1: "626",
926
- x2: "288.655",
927
- y2: "626",
928
- gradientUnits: "userSpaceOnUse",
929
- children: [
930
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
931
- /* @__PURE__ */ n("stop", {
932
- offset: "0.49",
933
- stopColor: "#F31013"
934
- }),
935
- /* @__PURE__ */ n("stop", {
936
- offset: "1",
937
- stopColor: "#FF8A00"
938
- })
939
- ]
940
- }),
941
- /* @__PURE__ */ r("linearGradient", {
942
- id: `${a}-l1`,
943
- x1: "750.246",
944
- y1: "626",
945
- x2: "450.246",
946
- y2: "626",
947
- gradientUnits: "userSpaceOnUse",
948
- children: [
949
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
950
- /* @__PURE__ */ n("stop", {
951
- offset: "0.49",
952
- stopColor: "#F31013"
953
- }),
954
- /* @__PURE__ */ n("stop", {
955
- offset: "1",
956
- stopColor: "#FF8A00"
957
- })
958
- ]
959
- }),
960
- /* @__PURE__ */ r("linearGradient", {
961
- id: `${a}-l2`,
962
- x1: "910.429",
963
- y1: "626",
964
- x2: "610.429",
965
- y2: "626",
966
- gradientUnits: "userSpaceOnUse",
967
- children: [
968
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
969
- /* @__PURE__ */ n("stop", {
970
- offset: "0.49",
971
- stopColor: "#F31013"
972
- }),
973
- /* @__PURE__ */ n("stop", {
974
- offset: "1",
975
- stopColor: "#FF8A00"
976
- })
977
- ]
978
- })
979
- ] })
980
- ]
981
- }), /* @__PURE__ */ r("g", {
982
- className: "hidden dark:block",
983
- children: [
984
- /* @__PURE__ */ n("path", {
985
- fillRule: "evenodd",
986
- clipRule: "evenodd",
987
- d: "M288.655 455L588.655 246V750.001L288.655 959.001V455Z",
988
- fill: `url(#${a}-d0)`
989
- }),
990
- /* @__PURE__ */ n("path", {
991
- fillRule: "evenodd",
992
- clipRule: "evenodd",
993
- d: "M450.246 455L750.246 246V750.001L450.246 959.001V455Z",
994
- fill: `url(#${a}-d1)`
995
- }),
996
- /* @__PURE__ */ n("path", {
997
- fillRule: "evenodd",
998
- clipRule: "evenodd",
999
- d: "M610.429 455L910.429 246V750.001L610.429 959.001V455Z",
1000
- fill: `url(#${a}-d2)`
1001
- }),
1002
- /* @__PURE__ */ r("defs", { children: [
1003
- /* @__PURE__ */ r("linearGradient", {
1004
- id: `${a}-d0`,
1005
- x1: "588.655",
1006
- y1: "626",
1007
- x2: "288.655",
1008
- y2: "626",
1009
- gradientUnits: "userSpaceOnUse",
1010
- children: [
1011
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1012
- /* @__PURE__ */ n("stop", {
1013
- offset: "0.26",
1014
- stopColor: "#F31013"
1015
- }),
1016
- /* @__PURE__ */ n("stop", {
1017
- offset: "0.66",
1018
- stopColor: "#FF8A00"
1019
- }),
1020
- /* @__PURE__ */ n("stop", {
1021
- offset: "1",
1022
- stopColor: "white"
1023
- })
1024
- ]
1025
- }),
1026
- /* @__PURE__ */ r("linearGradient", {
1027
- id: `${a}-d1`,
1028
- x1: "750.246",
1029
- y1: "626",
1030
- x2: "450.246",
1031
- y2: "626",
1032
- gradientUnits: "userSpaceOnUse",
1033
- children: [
1034
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1035
- /* @__PURE__ */ n("stop", {
1036
- offset: "0.26",
1037
- stopColor: "#F31013"
1038
- }),
1039
- /* @__PURE__ */ n("stop", {
1040
- offset: "0.66",
1041
- stopColor: "#FF8A00"
1042
- }),
1043
- /* @__PURE__ */ n("stop", {
1044
- offset: "1",
1045
- stopColor: "white"
1046
- })
1047
- ]
1048
- }),
1049
- /* @__PURE__ */ r("linearGradient", {
1050
- id: `${a}-d2`,
1051
- x1: "910.429",
1052
- y1: "626",
1053
- x2: "610.429",
1054
- y2: "626",
1055
- gradientUnits: "userSpaceOnUse",
1056
- children: [
1057
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1058
- /* @__PURE__ */ n("stop", {
1059
- offset: "0.26",
1060
- stopColor: "#F31013"
1061
- }),
1062
- /* @__PURE__ */ n("stop", {
1063
- offset: "0.66",
1064
- stopColor: "#FF8A00"
1065
- }),
1066
- /* @__PURE__ */ n("stop", {
1067
- offset: "1",
1068
- stopColor: "white"
1069
- })
1070
- ]
1071
- })
1072
- ] })
1073
- ]
1074
- })]
1075
- });
1076
- });
1077
- U.displayName = "GioCatalogIcon";
1078
- //#endregion
1079
- //#region src/icons/products/GioDeveloperPortalIcon.tsx
1080
- var W = e((e, i) => {
1081
- let a = t();
1082
- return /* @__PURE__ */ r("svg", {
1083
- ref: i,
1084
- xmlns: "http://www.w3.org/2000/svg",
1085
- width: 24,
1086
- height: 24,
1087
- viewBox: "225 225 750 750",
1088
- fill: "none",
1089
- ...e,
1090
- children: [/* @__PURE__ */ r("g", {
1091
- className: "dark:hidden",
1092
- children: [
1093
- /* @__PURE__ */ n("path", {
1094
- d: "M600 954.569C795.823 954.569 954.568 795.823 954.568 600C954.568 404.177 795.823 245.432 600 245.432C404.178 245.432 245.432 404.177 245.432 600C245.432 795.823 404.178 954.569 600 954.569Z",
1095
- fill: `url(#${a}-l0)`
1096
- }),
1097
- /* @__PURE__ */ n("path", {
1098
- d: "M599.98 953.569C747.201 953.569 866.548 834.222 866.548 687C866.548 539.778 747.201 420.432 599.98 420.432C452.758 420.432 333.412 539.778 333.412 687C333.412 834.222 452.758 953.569 599.98 953.569Z",
1099
- fill: `url(#${a}-l1)`
1100
- }),
1101
- /* @__PURE__ */ n("path", {
1102
- d: "M601.5 955.137C699.568 955.137 779.068 875.637 779.068 777.568C779.068 679.5 699.568 600 601.5 600C503.432 600 423.932 679.5 423.932 777.568C423.932 875.637 503.432 955.137 601.5 955.137Z",
1103
- fill: `url(#${a}-l2)`
1104
- }),
1105
- /* @__PURE__ */ n("path", {
1106
- d: "M601.5 952.001C650.377 952.001 690 912.378 690 863.501C690 814.624 650.377 775.001 601.5 775.001C552.623 775.001 513 814.624 513 863.501C513 912.378 552.623 952.001 601.5 952.001Z",
1107
- fill: `url(#${a}-l3)`
1108
- }),
1109
- /* @__PURE__ */ r("defs", { children: [
1110
- /* @__PURE__ */ r("linearGradient", {
1111
- id: `${a}-l0`,
1112
- x1: "600",
1113
- y1: "245.432",
1114
- x2: "600",
1115
- y2: "954.569",
1116
- gradientUnits: "userSpaceOnUse",
1117
- children: [
1118
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1119
- /* @__PURE__ */ n("stop", {
1120
- offset: "0.51",
1121
- stopColor: "#F31013"
1122
- }),
1123
- /* @__PURE__ */ n("stop", {
1124
- offset: "1",
1125
- stopColor: "#FF8A00"
1126
- })
1127
- ]
1128
- }),
1129
- /* @__PURE__ */ r("linearGradient", {
1130
- id: `${a}-l1`,
1131
- x1: "599.98",
1132
- y1: "420.432",
1133
- x2: "599.98",
1134
- y2: "953.569",
1135
- gradientUnits: "userSpaceOnUse",
1136
- children: [
1137
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1138
- /* @__PURE__ */ n("stop", {
1139
- offset: "0.51",
1140
- stopColor: "#F31013"
1141
- }),
1142
- /* @__PURE__ */ n("stop", {
1143
- offset: "1",
1144
- stopColor: "#FF8A00"
1145
- })
1146
- ]
1147
- }),
1148
- /* @__PURE__ */ r("linearGradient", {
1149
- id: `${a}-l2`,
1150
- x1: "601.5",
1151
- y1: "600",
1152
- x2: "601.5",
1153
- y2: "955.137",
1154
- gradientUnits: "userSpaceOnUse",
1155
- children: [
1156
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1157
- /* @__PURE__ */ n("stop", {
1158
- offset: "0.51",
1159
- stopColor: "#F31013"
1160
- }),
1161
- /* @__PURE__ */ n("stop", {
1162
- offset: "1",
1163
- stopColor: "#FF8A00"
1164
- })
1165
- ]
1166
- }),
1167
- /* @__PURE__ */ r("linearGradient", {
1168
- id: `${a}-l3`,
1169
- x1: "601.5",
1170
- y1: "775.001",
1171
- x2: "601.5",
1172
- y2: "952.001",
1173
- gradientUnits: "userSpaceOnUse",
1174
- children: [
1175
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1176
- /* @__PURE__ */ n("stop", {
1177
- offset: "0.51",
1178
- stopColor: "#F31013"
1179
- }),
1180
- /* @__PURE__ */ n("stop", {
1181
- offset: "1",
1182
- stopColor: "#FF8A00"
1183
- })
1184
- ]
1185
- })
1186
- ] })
1187
- ]
1188
- }), /* @__PURE__ */ r("g", {
1189
- className: "hidden dark:block",
1190
- children: [
1191
- /* @__PURE__ */ n("path", {
1192
- d: "M600 954.569C795.823 954.569 954.568 795.823 954.568 600C954.568 404.177 795.823 245.432 600 245.432C404.178 245.432 245.432 404.177 245.432 600C245.432 795.823 404.178 954.569 600 954.569Z",
1193
- fill: `url(#${a}-d0)`
1194
- }),
1195
- /* @__PURE__ */ n("path", {
1196
- d: "M599.98 953.569C747.201 953.569 866.548 834.222 866.548 687C866.548 539.778 747.201 420.432 599.98 420.432C452.758 420.432 333.412 539.778 333.412 687C333.412 834.222 452.758 953.569 599.98 953.569Z",
1197
- fill: `url(#${a}-d1)`
1198
- }),
1199
- /* @__PURE__ */ n("path", {
1200
- d: "M601.5 955.137C699.568 955.137 779.068 875.637 779.068 777.568C779.068 679.5 699.568 600 601.5 600C503.432 600 423.932 679.5 423.932 777.568C423.932 875.637 503.432 955.137 601.5 955.137Z",
1201
- fill: `url(#${a}-d2)`
1202
- }),
1203
- /* @__PURE__ */ n("path", {
1204
- d: "M601.5 952.001C650.377 952.001 690 912.378 690 863.501C690 814.624 650.377 775.001 601.5 775.001C552.623 775.001 513 814.624 513 863.501C513 912.378 552.623 952.001 601.5 952.001Z",
1205
- fill: `url(#${a}-d3)`
1206
- }),
1207
- /* @__PURE__ */ r("defs", { children: [
1208
- /* @__PURE__ */ r("linearGradient", {
1209
- id: `${a}-d0`,
1210
- x1: "600",
1211
- y1: "245.432",
1212
- x2: "600",
1213
- y2: "954.569",
1214
- gradientUnits: "userSpaceOnUse",
1215
- children: [
1216
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1217
- /* @__PURE__ */ n("stop", {
1218
- offset: "0.46",
1219
- stopColor: "#F31013"
1220
- }),
1221
- /* @__PURE__ */ n("stop", {
1222
- offset: "0.67",
1223
- stopColor: "#FF8A00"
1224
- }),
1225
- /* @__PURE__ */ n("stop", {
1226
- offset: "1",
1227
- stopColor: "white"
1228
- })
1229
- ]
1230
- }),
1231
- /* @__PURE__ */ r("linearGradient", {
1232
- id: `${a}-d1`,
1233
- x1: "599.98",
1234
- y1: "420.432",
1235
- x2: "599.98",
1236
- y2: "953.569",
1237
- gradientUnits: "userSpaceOnUse",
1238
- children: [
1239
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1240
- /* @__PURE__ */ n("stop", {
1241
- offset: "0.36",
1242
- stopColor: "#F31013"
1243
- }),
1244
- /* @__PURE__ */ n("stop", {
1245
- offset: "0.75",
1246
- stopColor: "#FF8A00"
1247
- }),
1248
- /* @__PURE__ */ n("stop", {
1249
- offset: "1",
1250
- stopColor: "white"
1251
- })
1252
- ]
1253
- }),
1254
- /* @__PURE__ */ r("linearGradient", {
1255
- id: `${a}-d2`,
1256
- x1: "601.5",
1257
- y1: "600",
1258
- x2: "601.5",
1259
- y2: "955.137",
1260
- gradientUnits: "userSpaceOnUse",
1261
- children: [
1262
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1263
- /* @__PURE__ */ n("stop", {
1264
- offset: "0.45",
1265
- stopColor: "#F31013"
1266
- }),
1267
- /* @__PURE__ */ n("stop", {
1268
- offset: "0.8",
1269
- stopColor: "#FF8A00"
1270
- }),
1271
- /* @__PURE__ */ n("stop", {
1272
- offset: "1",
1273
- stopColor: "white"
1274
- })
1275
- ]
1276
- }),
1277
- /* @__PURE__ */ r("linearGradient", {
1278
- id: `${a}-d3`,
1279
- x1: "601.5",
1280
- y1: "775.001",
1281
- x2: "601.5",
1282
- y2: "952.001",
1283
- gradientUnits: "userSpaceOnUse",
1284
- children: [
1285
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1286
- /* @__PURE__ */ n("stop", {
1287
- offset: "0.41",
1288
- stopColor: "#F31013"
1289
- }),
1290
- /* @__PURE__ */ n("stop", {
1291
- offset: "0.75",
1292
- stopColor: "#FF8A00"
1293
- }),
1294
- /* @__PURE__ */ n("stop", {
1295
- offset: "1",
1296
- stopColor: "white"
1297
- })
1298
- ]
1299
- })
1300
- ] })
1301
- ]
1302
- })]
1303
- });
1304
- });
1305
- W.displayName = "GioDeveloperPortalIcon";
1306
- //#endregion
1307
- //#region src/icons/products/GioEventApiManagementIcon.tsx
1308
- var G = e((e, i) => {
1309
- let a = t();
1310
- return /* @__PURE__ */ r("svg", {
1311
- ref: i,
1312
- xmlns: "http://www.w3.org/2000/svg",
1313
- width: 24,
1314
- height: 24,
1315
- viewBox: "289 235 734 722",
1316
- fill: "none",
1317
- ...e,
1318
- children: [/* @__PURE__ */ r("g", {
1319
- className: "dark:hidden",
1320
- children: [
1321
- /* @__PURE__ */ n("path", {
1322
- fillRule: "evenodd",
1323
- clipRule: "evenodd",
1324
- d: "M1003.04 599.162L657.037 937.001V255L1003.04 599.162Z",
1325
- fill: `url(#${a}-l0)`
1326
- }),
1327
- /* @__PURE__ */ n("path", {
1328
- fillRule: "evenodd",
1329
- clipRule: "evenodd",
1330
- d: "M828.294 599.162L482.294 937.001V255L828.294 599.162Z",
1331
- fill: `url(#${a}-l1)`
1332
- }),
1333
- /* @__PURE__ */ n("path", {
1334
- fillRule: "evenodd",
1335
- clipRule: "evenodd",
1336
- d: "M655.294 599.162L309.294 937.001V255L655.294 599.162Z",
1337
- fill: `url(#${a}-l2)`
1338
- }),
1339
- /* @__PURE__ */ r("defs", { children: [
1340
- /* @__PURE__ */ r("linearGradient", {
1341
- id: `${a}-l0`,
1342
- x1: "655.037",
1343
- y1: "607",
1344
- x2: "996.037",
1345
- y2: "606",
1346
- gradientUnits: "userSpaceOnUse",
1347
- children: [
1348
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1349
- /* @__PURE__ */ n("stop", {
1350
- offset: "0.49",
1351
- stopColor: "#F31013"
1352
- }),
1353
- /* @__PURE__ */ n("stop", {
1354
- offset: "1",
1355
- stopColor: "#FF8A00"
1356
- })
1357
- ]
1358
- }),
1359
- /* @__PURE__ */ r("linearGradient", {
1360
- id: `${a}-l1`,
1361
- x1: "480.294",
1362
- y1: "607.001",
1363
- x2: "821.294",
1364
- y2: "606.001",
1365
- gradientUnits: "userSpaceOnUse",
1366
- children: [
1367
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1368
- /* @__PURE__ */ n("stop", {
1369
- offset: "0.49",
1370
- stopColor: "#F31013"
1371
- }),
1372
- /* @__PURE__ */ n("stop", {
1373
- offset: "1",
1374
- stopColor: "#FF8A00"
1375
- })
1376
- ]
1377
- }),
1378
- /* @__PURE__ */ r("linearGradient", {
1379
- id: `${a}-l2`,
1380
- x1: "307.294",
1381
- y1: "607.001",
1382
- x2: "648.294",
1383
- y2: "606.001",
1384
- gradientUnits: "userSpaceOnUse",
1385
- children: [
1386
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1387
- /* @__PURE__ */ n("stop", {
1388
- offset: "0.49",
1389
- stopColor: "#F31013"
1390
- }),
1391
- /* @__PURE__ */ n("stop", {
1392
- offset: "1",
1393
- stopColor: "#FF8A00"
1394
- })
1395
- ]
1396
- })
1397
- ] })
1398
- ]
1399
- }), /* @__PURE__ */ r("g", {
1400
- className: "hidden dark:block",
1401
- children: [
1402
- /* @__PURE__ */ n("path", {
1403
- fillRule: "evenodd",
1404
- clipRule: "evenodd",
1405
- d: "M1003.04 599.162L657.037 937.001V255L1003.04 599.162Z",
1406
- fill: `url(#${a}-d0)`
1407
- }),
1408
- /* @__PURE__ */ n("path", {
1409
- fillRule: "evenodd",
1410
- clipRule: "evenodd",
1411
- d: "M828.294 599.162L482.294 937.001V255L828.294 599.162Z",
1412
- fill: `url(#${a}-d1)`
1413
- }),
1414
- /* @__PURE__ */ n("path", {
1415
- fillRule: "evenodd",
1416
- clipRule: "evenodd",
1417
- d: "M655.294 599.162L309.294 937.001V255L655.294 599.162Z",
1418
- fill: `url(#${a}-d2)`
1419
- }),
1420
- /* @__PURE__ */ r("defs", { children: [
1421
- /* @__PURE__ */ r("linearGradient", {
1422
- id: `${a}-d0`,
1423
- x1: "655.037",
1424
- y1: "607",
1425
- x2: "996.037",
1426
- y2: "606",
1427
- gradientUnits: "userSpaceOnUse",
1428
- children: [
1429
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1430
- /* @__PURE__ */ n("stop", {
1431
- offset: "0.26",
1432
- stopColor: "#F31013"
1433
- }),
1434
- /* @__PURE__ */ n("stop", {
1435
- offset: "0.66",
1436
- stopColor: "#FF8A00"
1437
- }),
1438
- /* @__PURE__ */ n("stop", {
1439
- offset: "1",
1440
- stopColor: "white"
1441
- })
1442
- ]
1443
- }),
1444
- /* @__PURE__ */ r("linearGradient", {
1445
- id: `${a}-d1`,
1446
- x1: "480.294",
1447
- y1: "607",
1448
- x2: "821.294",
1449
- y2: "606",
1450
- gradientUnits: "userSpaceOnUse",
1451
- children: [
1452
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1453
- /* @__PURE__ */ n("stop", {
1454
- offset: "0.26",
1455
- stopColor: "#F31013"
1456
- }),
1457
- /* @__PURE__ */ n("stop", {
1458
- offset: "0.66",
1459
- stopColor: "#FF8A00"
1460
- }),
1461
- /* @__PURE__ */ n("stop", {
1462
- offset: "1",
1463
- stopColor: "white"
1464
- })
1465
- ]
1466
- }),
1467
- /* @__PURE__ */ r("linearGradient", {
1468
- id: `${a}-d2`,
1469
- x1: "307.294",
1470
- y1: "607",
1471
- x2: "648.294",
1472
- y2: "606",
1473
- gradientUnits: "userSpaceOnUse",
1474
- children: [
1475
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1476
- /* @__PURE__ */ n("stop", {
1477
- offset: "0.26",
1478
- stopColor: "#F31013"
1479
- }),
1480
- /* @__PURE__ */ n("stop", {
1481
- offset: "0.66",
1482
- stopColor: "#FF8A00"
1483
- }),
1484
- /* @__PURE__ */ n("stop", {
1485
- offset: "1",
1486
- stopColor: "white"
1487
- })
1488
- ]
1489
- })
1490
- ] })
1491
- ]
1492
- })]
1493
- });
1494
- });
1495
- G.displayName = "GioEventApiManagementIcon";
1496
- //#endregion
1497
- //#region src/icons/products/GioGammaIcon.tsx
1498
- var K = e((e, i) => {
1499
- let a = t();
1500
- return /* @__PURE__ */ r("svg", {
1501
- ref: i,
1502
- xmlns: "http://www.w3.org/2000/svg",
1503
- width: 24,
1504
- height: 24,
1505
- viewBox: "238 245 724 721",
1506
- fill: "none",
1507
- ...e,
1508
- children: [/* @__PURE__ */ r("g", {
1509
- className: "dark:hidden",
1510
- children: [
1511
- /* @__PURE__ */ n("path", {
1512
- fillRule: "evenodd",
1513
- clipRule: "evenodd",
1514
- d: "M600.002 605.269L258.002 945.981V264.557L600.002 605.269Z",
1515
- fill: `url(#${a}-l0)`
1516
- }),
1517
- /* @__PURE__ */ n("path", {
1518
- fillRule: "evenodd",
1519
- clipRule: "evenodd",
1520
- d: "M599.998 605.269L941.998 264.557V945.981L599.998 605.269Z",
1521
- fill: `url(#${a}-l1)`
1522
- }),
1523
- /* @__PURE__ */ n("path", {
1524
- fillRule: "evenodd",
1525
- clipRule: "evenodd",
1526
- d: "M600.001 605.268L840.1 844.268H359.901L600.001 605.268Z",
1527
- fill: `url(#${a}-l2)`
1528
- }),
1529
- /* @__PURE__ */ n("path", {
1530
- fillRule: "evenodd",
1531
- clipRule: "evenodd",
1532
- d: "M599.999 605.269L359.9 366.269H840.099L599.999 605.269Z",
1533
- fill: `url(#${a}-l3)`
1534
- }),
1535
- /* @__PURE__ */ r("defs", { children: [
1536
- /* @__PURE__ */ r("linearGradient", {
1537
- id: `${a}-l0`,
1538
- x1: "429.002",
1539
- y1: "264.557",
1540
- x2: "429.002",
1541
- y2: "945.981",
1542
- gradientUnits: "userSpaceOnUse",
1543
- children: [
1544
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1545
- /* @__PURE__ */ n("stop", {
1546
- offset: "0.5",
1547
- stopColor: "#F31013"
1548
- }),
1549
- /* @__PURE__ */ n("stop", {
1550
- offset: "1",
1551
- stopColor: "#FF8A00"
1552
- })
1553
- ]
1554
- }),
1555
- /* @__PURE__ */ r("linearGradient", {
1556
- id: `${a}-l1`,
1557
- x1: "770.998",
1558
- y1: "945.981",
1559
- x2: "770.998",
1560
- y2: "264.557",
1561
- gradientUnits: "userSpaceOnUse",
1562
- children: [
1563
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1564
- /* @__PURE__ */ n("stop", {
1565
- offset: "0.5",
1566
- stopColor: "#F31013"
1567
- }),
1568
- /* @__PURE__ */ n("stop", {
1569
- offset: "1",
1570
- stopColor: "#FF8A00"
1571
- })
1572
- ]
1573
- }),
1574
- /* @__PURE__ */ r("linearGradient", {
1575
- id: `${a}-l2`,
1576
- x1: "359.901",
1577
- y1: "724.768",
1578
- x2: "840.1",
1579
- y2: "724.768",
1580
- gradientUnits: "userSpaceOnUse",
1581
- children: [
1582
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1583
- /* @__PURE__ */ n("stop", {
1584
- offset: "0.5",
1585
- stopColor: "#F31013"
1586
- }),
1587
- /* @__PURE__ */ n("stop", {
1588
- offset: "1",
1589
- stopColor: "#FF8A00"
1590
- })
1591
- ]
1592
- }),
1593
- /* @__PURE__ */ r("linearGradient", {
1594
- id: `${a}-l3`,
1595
- x1: "840.099",
1596
- y1: "485.769",
1597
- x2: "359.9",
1598
- y2: "485.769",
1599
- gradientUnits: "userSpaceOnUse",
1600
- children: [
1601
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1602
- /* @__PURE__ */ n("stop", {
1603
- offset: "0.5",
1604
- stopColor: "#F31013"
1605
- }),
1606
- /* @__PURE__ */ n("stop", {
1607
- offset: "1",
1608
- stopColor: "#FF8A00"
1609
- })
1610
- ]
1611
- })
1612
- ] })
1613
- ]
1614
- }), /* @__PURE__ */ r("g", {
1615
- className: "hidden dark:block",
1616
- children: [
1617
- /* @__PURE__ */ n("path", {
1618
- fillRule: "evenodd",
1619
- clipRule: "evenodd",
1620
- d: "M600.002 605.269L258.002 945.981V264.557L600.002 605.269Z",
1621
- fill: `url(#${a}-d0)`
1622
- }),
1623
- /* @__PURE__ */ n("path", {
1624
- fillRule: "evenodd",
1625
- clipRule: "evenodd",
1626
- d: "M599.998 605.269L941.998 264.557V945.981L599.998 605.269Z",
1627
- fill: `url(#${a}-d1)`
1628
- }),
1629
- /* @__PURE__ */ n("path", {
1630
- fillRule: "evenodd",
1631
- clipRule: "evenodd",
1632
- d: "M600.001 605.268L840.1 844.268H359.901L600.001 605.268Z",
1633
- fill: `url(#${a}-d2)`
1634
- }),
1635
- /* @__PURE__ */ n("path", {
1636
- fillRule: "evenodd",
1637
- clipRule: "evenodd",
1638
- d: "M599.999 605.269L359.9 366.269H840.099L599.999 605.269Z",
1639
- fill: `url(#${a}-d3)`
1640
- }),
1641
- /* @__PURE__ */ r("defs", { children: [
1642
- /* @__PURE__ */ r("linearGradient", {
1643
- id: `${a}-d0`,
1644
- x1: "258.002",
1645
- y1: "264.557",
1646
- x2: "258.002",
1647
- y2: "945.981",
1648
- gradientUnits: "userSpaceOnUse",
1649
- children: [
1650
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1651
- /* @__PURE__ */ n("stop", {
1652
- offset: "0.33",
1653
- stopColor: "#F31013"
1654
- }),
1655
- /* @__PURE__ */ n("stop", {
1656
- offset: "0.73",
1657
- stopColor: "#FF8A00"
1658
- }),
1659
- /* @__PURE__ */ n("stop", {
1660
- offset: "1",
1661
- stopColor: "white"
1662
- })
1663
- ]
1664
- }),
1665
- /* @__PURE__ */ r("linearGradient", {
1666
- id: `${a}-d1`,
1667
- x1: "941.998",
1668
- y1: "945.981",
1669
- x2: "941.998",
1670
- y2: "264.557",
1671
- gradientUnits: "userSpaceOnUse",
1672
- children: [
1673
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1674
- /* @__PURE__ */ n("stop", {
1675
- offset: "0.33",
1676
- stopColor: "#F31013"
1677
- }),
1678
- /* @__PURE__ */ n("stop", {
1679
- offset: "0.73",
1680
- stopColor: "#FF8A00"
1681
- }),
1682
- /* @__PURE__ */ n("stop", {
1683
- offset: "1",
1684
- stopColor: "white"
1685
- })
1686
- ]
1687
- }),
1688
- /* @__PURE__ */ r("linearGradient", {
1689
- id: `${a}-d2`,
1690
- x1: "359.901",
1691
- y1: "844.268",
1692
- x2: "840.1",
1693
- y2: "844.268",
1694
- gradientUnits: "userSpaceOnUse",
1695
- children: [
1696
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1697
- /* @__PURE__ */ n("stop", {
1698
- offset: "0.33",
1699
- stopColor: "#F31013"
1700
- }),
1701
- /* @__PURE__ */ n("stop", {
1702
- offset: "0.73",
1703
- stopColor: "#FF8A00"
1704
- }),
1705
- /* @__PURE__ */ n("stop", {
1706
- offset: "1",
1707
- stopColor: "white"
1708
- })
1709
- ]
1710
- }),
1711
- /* @__PURE__ */ r("linearGradient", {
1712
- id: `${a}-d3`,
1713
- x1: "840.099",
1714
- y1: "366.269",
1715
- x2: "359.9",
1716
- y2: "366.269",
1717
- gradientUnits: "userSpaceOnUse",
1718
- children: [
1719
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1720
- /* @__PURE__ */ n("stop", {
1721
- offset: "0.33",
1722
- stopColor: "#F31013"
1723
- }),
1724
- /* @__PURE__ */ n("stop", {
1725
- offset: "0.73",
1726
- stopColor: "#FF8A00"
1727
- }),
1728
- /* @__PURE__ */ n("stop", {
1729
- offset: "1",
1730
- stopColor: "white"
1731
- })
1732
- ]
1733
- })
1734
- ] })
1735
- ]
1736
- })]
1737
- });
1738
- });
1739
- K.displayName = "GioGammaIcon";
1740
- //#endregion
1741
- //#region src/icons/products/GioHomeIcon.tsx
1742
- var q = e((e, i) => {
1743
- let a = t();
1744
- return /* @__PURE__ */ r("svg", {
1745
- ref: i,
1746
- xmlns: "http://www.w3.org/2000/svg",
1747
- width: 24,
1748
- height: 24,
1749
- viewBox: "235 239 730 729",
1750
- fill: "none",
1751
- ...e,
1752
- children: [/* @__PURE__ */ r("g", {
1753
- className: "dark:hidden",
1754
- children: [
1755
- /* @__PURE__ */ n("path", {
1756
- fillRule: "evenodd",
1757
- clipRule: "evenodd",
1758
- d: "M255.253 258.754L599.999 258.992L255.492 603.5L255.253 258.754Z",
1759
- fill: `url(#${a}-l0)`
1760
- }),
1761
- /* @__PURE__ */ n("path", {
1762
- fillRule: "evenodd",
1763
- clipRule: "evenodd",
1764
- d: "M255.254 948.248L255.492 603.501L600 948.009L255.254 948.248Z",
1765
- fill: `url(#${a}-l1)`
1766
- }),
1767
- /* @__PURE__ */ n("path", {
1768
- fillRule: "evenodd",
1769
- clipRule: "evenodd",
1770
- d: "M944.746 258.754L944.508 603.501L600 258.993L944.746 258.754Z",
1771
- fill: `url(#${a}-l2)`
1772
- }),
1773
- /* @__PURE__ */ n("path", {
1774
- fillRule: "evenodd",
1775
- clipRule: "evenodd",
1776
- d: "M944.746 948.247L600 948.009L944.508 603.501L944.746 948.247Z",
1777
- fill: `url(#${a}-l3)`
1778
- }),
1779
- /* @__PURE__ */ r("defs", { children: [
1780
- /* @__PURE__ */ r("linearGradient", {
1781
- id: `${a}-l0`,
1782
- x1: "599.999",
1783
- y1: "258.754",
1784
- x2: "255.253",
1785
- y2: "258.754",
1786
- gradientUnits: "userSpaceOnUse",
1787
- children: [
1788
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1789
- /* @__PURE__ */ n("stop", {
1790
- offset: "0.5",
1791
- stopColor: "#F31013"
1792
- }),
1793
- /* @__PURE__ */ n("stop", {
1794
- offset: "1",
1795
- stopColor: "#FF8A00"
1796
- })
1797
- ]
1798
- }),
1799
- /* @__PURE__ */ r("linearGradient", {
1800
- id: `${a}-l1`,
1801
- x1: "255.253",
1802
- y1: "603.501",
1803
- x2: "255.253",
1804
- y2: "948.248",
1805
- gradientUnits: "userSpaceOnUse",
1806
- children: [
1807
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1808
- /* @__PURE__ */ n("stop", {
1809
- offset: "0.5",
1810
- stopColor: "#F31013"
1811
- }),
1812
- /* @__PURE__ */ n("stop", {
1813
- offset: "1",
1814
- stopColor: "#FF8A00"
1815
- })
1816
- ]
1817
- }),
1818
- /* @__PURE__ */ r("linearGradient", {
1819
- id: `${a}-l2`,
1820
- x1: "944.747",
1821
- y1: "603.501",
1822
- x2: "944.747",
1823
- y2: "258.754",
1824
- gradientUnits: "userSpaceOnUse",
1825
- children: [
1826
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1827
- /* @__PURE__ */ n("stop", {
1828
- offset: "0.5",
1829
- stopColor: "#F31013"
1830
- }),
1831
- /* @__PURE__ */ n("stop", {
1832
- offset: "1",
1833
- stopColor: "#FF8A00"
1834
- })
1835
- ]
1836
- }),
1837
- /* @__PURE__ */ r("linearGradient", {
1838
- id: `${a}-l3`,
1839
- x1: "600",
1840
- y1: "948.247",
1841
- x2: "944.746",
1842
- y2: "948.247",
1843
- gradientUnits: "userSpaceOnUse",
1844
- children: [
1845
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1846
- /* @__PURE__ */ n("stop", {
1847
- offset: "0.5",
1848
- stopColor: "#F31013"
1849
- }),
1850
- /* @__PURE__ */ n("stop", {
1851
- offset: "1",
1852
- stopColor: "#FF8A00"
1853
- })
1854
- ]
1855
- })
1856
- ] })
1857
- ]
1858
- }), /* @__PURE__ */ r("g", {
1859
- className: "hidden dark:block",
1860
- children: [
1861
- /* @__PURE__ */ n("path", {
1862
- fillRule: "evenodd",
1863
- clipRule: "evenodd",
1864
- d: "M255.253 258.754L599.999 258.993L255.492 603.501L255.253 258.754Z",
1865
- fill: `url(#${a}-d0)`
1866
- }),
1867
- /* @__PURE__ */ n("path", {
1868
- fillRule: "evenodd",
1869
- clipRule: "evenodd",
1870
- d: "M255.254 948.247L255.492 603.501L600 948.009L255.254 948.247Z",
1871
- fill: `url(#${a}-d1)`
1872
- }),
1873
- /* @__PURE__ */ n("path", {
1874
- fillRule: "evenodd",
1875
- clipRule: "evenodd",
1876
- d: "M944.746 258.754L944.508 603.501L600 258.993L944.746 258.754Z",
1877
- fill: `url(#${a}-d2)`
1878
- }),
1879
- /* @__PURE__ */ n("path", {
1880
- fillRule: "evenodd",
1881
- clipRule: "evenodd",
1882
- d: "M944.746 948.247L600 948.009L944.508 603.501L944.746 948.247Z",
1883
- fill: `url(#${a}-d3)`
1884
- }),
1885
- /* @__PURE__ */ r("defs", { children: [
1886
- /* @__PURE__ */ r("linearGradient", {
1887
- id: `${a}-d0`,
1888
- x1: "599.999",
1889
- y1: "258.754",
1890
- x2: "255.253",
1891
- y2: "258.754",
1892
- gradientUnits: "userSpaceOnUse",
1893
- children: [
1894
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1895
- /* @__PURE__ */ n("stop", {
1896
- offset: "0.26",
1897
- stopColor: "#F31013"
1898
- }),
1899
- /* @__PURE__ */ n("stop", {
1900
- offset: "0.66",
1901
- stopColor: "#FF8A00"
1902
- }),
1903
- /* @__PURE__ */ n("stop", {
1904
- offset: "1",
1905
- stopColor: "white"
1906
- })
1907
- ]
1908
- }),
1909
- /* @__PURE__ */ r("linearGradient", {
1910
- id: `${a}-d1`,
1911
- x1: "255.253",
1912
- y1: "603.501",
1913
- x2: "255.253",
1914
- y2: "948.247",
1915
- gradientUnits: "userSpaceOnUse",
1916
- children: [
1917
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1918
- /* @__PURE__ */ n("stop", {
1919
- offset: "0.26",
1920
- stopColor: "#F31013"
1921
- }),
1922
- /* @__PURE__ */ n("stop", {
1923
- offset: "0.66",
1924
- stopColor: "#FF8A00"
1925
- }),
1926
- /* @__PURE__ */ n("stop", {
1927
- offset: "1",
1928
- stopColor: "white"
1929
- })
1930
- ]
1931
- }),
1932
- /* @__PURE__ */ r("linearGradient", {
1933
- id: `${a}-d2`,
1934
- x1: "944.747",
1935
- y1: "600.001",
1936
- x2: "944.747",
1937
- y2: "258.754",
1938
- gradientUnits: "userSpaceOnUse",
1939
- children: [
1940
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1941
- /* @__PURE__ */ n("stop", {
1942
- offset: "0.26",
1943
- stopColor: "#F31013"
1944
- }),
1945
- /* @__PURE__ */ n("stop", {
1946
- offset: "0.66",
1947
- stopColor: "#FF8A00"
1948
- }),
1949
- /* @__PURE__ */ n("stop", {
1950
- offset: "1",
1951
- stopColor: "white"
1952
- })
1953
- ]
1954
- }),
1955
- /* @__PURE__ */ r("linearGradient", {
1956
- id: `${a}-d3`,
1957
- x1: "603.5",
1958
- y1: "948.247",
1959
- x2: "944.746",
1960
- y2: "948.247",
1961
- gradientUnits: "userSpaceOnUse",
1962
- children: [
1963
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
1964
- /* @__PURE__ */ n("stop", {
1965
- offset: "0.26",
1966
- stopColor: "#F31013"
1967
- }),
1968
- /* @__PURE__ */ n("stop", {
1969
- offset: "0.66",
1970
- stopColor: "#FF8A00"
1971
- }),
1972
- /* @__PURE__ */ n("stop", {
1973
- offset: "1",
1974
- stopColor: "white"
1975
- })
1976
- ]
1977
- })
1978
- ] })
1979
- ]
1980
- })]
1981
- });
1982
- });
1983
- q.displayName = "GioHomeIcon";
1984
- //#endregion
1985
- //#region src/icons/products/GioIamIcon.tsx
1986
- var J = e((e, i) => {
1987
- let a = t();
1988
- return /* @__PURE__ */ r("svg", {
1989
- ref: i,
1990
- xmlns: "http://www.w3.org/2000/svg",
1991
- width: 24,
1992
- height: 24,
1993
- viewBox: "234 238 734 726",
1994
- fill: "none",
1995
- ...e,
1996
- children: [/* @__PURE__ */ r("g", {
1997
- className: "dark:hidden",
1998
- children: [
1999
- /* @__PURE__ */ n("path", {
2000
- fillRule: "evenodd",
2001
- clipRule: "evenodd",
2002
- d: "M254.453 258V944.001L525.453 711.001L523.453 487L254.453 258Z",
2003
- fill: `url(#${a}-l0)`
2004
- }),
2005
- /* @__PURE__ */ n("path", {
2006
- fillRule: "evenodd",
2007
- clipRule: "evenodd",
2008
- d: "M416.328 258V944.001L600 672V529L416.328 258Z",
2009
- fill: `url(#${a}-l1)`
2010
- }),
2011
- /* @__PURE__ */ n("path", {
2012
- fillRule: "evenodd",
2013
- clipRule: "evenodd",
2014
- d: "M947.494 944.001V258L676.494 491L678.494 715.001L947.494 944.001Z",
2015
- fill: `url(#${a}-l2)`
2016
- }),
2017
- /* @__PURE__ */ n("path", {
2018
- fillRule: "evenodd",
2019
- clipRule: "evenodd",
2020
- d: "M783.672 944.001V258L600 530V673.001L783.672 944.001Z",
2021
- fill: `url(#${a}-l3)`
2022
- }),
2023
- /* @__PURE__ */ n("path", {
2024
- fillRule: "evenodd",
2025
- clipRule: "evenodd",
2026
- d: "M571.141 258V944.001L627.141 711.001V489L571.141 258Z",
2027
- fill: `url(#${a}-l4)`
2028
- }),
2029
- /* @__PURE__ */ r("defs", { children: [
2030
- /* @__PURE__ */ r("linearGradient", {
2031
- id: `${a}-l0`,
2032
- x1: "525.453",
2033
- y1: "600",
2034
- x2: "254.453",
2035
- y2: "600",
2036
- gradientUnits: "userSpaceOnUse",
2037
- children: [
2038
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2039
- /* @__PURE__ */ n("stop", {
2040
- offset: "0.49",
2041
- stopColor: "#F31013"
2042
- }),
2043
- /* @__PURE__ */ n("stop", {
2044
- offset: "1",
2045
- stopColor: "#FF8A00"
2046
- })
2047
- ]
2048
- }),
2049
- /* @__PURE__ */ r("linearGradient", {
2050
- id: `${a}-l1`,
2051
- x1: "600",
2052
- y1: "600",
2053
- x2: "416.328",
2054
- y2: "600",
2055
- gradientUnits: "userSpaceOnUse",
2056
- children: [
2057
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2058
- /* @__PURE__ */ n("stop", {
2059
- offset: "0.49",
2060
- stopColor: "#F31013"
2061
- }),
2062
- /* @__PURE__ */ n("stop", {
2063
- offset: "1",
2064
- stopColor: "#FF8A00"
2065
- })
2066
- ]
2067
- }),
2068
- /* @__PURE__ */ r("linearGradient", {
2069
- id: `${a}-l2`,
2070
- x1: "676.494",
2071
- y1: "602",
2072
- x2: "947.494",
2073
- y2: "602",
2074
- gradientUnits: "userSpaceOnUse",
2075
- children: [
2076
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2077
- /* @__PURE__ */ n("stop", {
2078
- offset: "0.49",
2079
- stopColor: "#F31013"
2080
- }),
2081
- /* @__PURE__ */ n("stop", {
2082
- offset: "1",
2083
- stopColor: "#FF8A00"
2084
- })
2085
- ]
2086
- }),
2087
- /* @__PURE__ */ r("linearGradient", {
2088
- id: `${a}-l3`,
2089
- x1: "600",
2090
- y1: "602",
2091
- x2: "783.672",
2092
- y2: "602",
2093
- gradientUnits: "userSpaceOnUse",
2094
- children: [
2095
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2096
- /* @__PURE__ */ n("stop", {
2097
- offset: "0.49",
2098
- stopColor: "#F31013"
2099
- }),
2100
- /* @__PURE__ */ n("stop", {
2101
- offset: "1",
2102
- stopColor: "#FF8A00"
2103
- })
2104
- ]
2105
- }),
2106
- /* @__PURE__ */ r("linearGradient", {
2107
- id: `${a}-l4`,
2108
- x1: "627.141",
2109
- y1: "600",
2110
- x2: "571.141",
2111
- y2: "600",
2112
- gradientUnits: "userSpaceOnUse",
2113
- children: [
2114
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2115
- /* @__PURE__ */ n("stop", {
2116
- offset: "0.49",
2117
- stopColor: "#F31013"
2118
- }),
2119
- /* @__PURE__ */ n("stop", {
2120
- offset: "1",
2121
- stopColor: "#FF8A00"
2122
- })
2123
- ]
2124
- })
2125
- ] })
2126
- ]
2127
- }), /* @__PURE__ */ r("g", {
2128
- className: "hidden dark:block",
2129
- children: [
2130
- /* @__PURE__ */ n("path", {
2131
- fillRule: "evenodd",
2132
- clipRule: "evenodd",
2133
- d: "M254.453 258V944.001L525.453 711.001L523.453 487L254.453 258Z",
2134
- fill: `url(#${a}-d0)`
2135
- }),
2136
- /* @__PURE__ */ n("path", {
2137
- fillRule: "evenodd",
2138
- clipRule: "evenodd",
2139
- d: "M416.328 258V944.001L600 672V529L416.328 258Z",
2140
- fill: `url(#${a}-d1)`
2141
- }),
2142
- /* @__PURE__ */ n("path", {
2143
- fillRule: "evenodd",
2144
- clipRule: "evenodd",
2145
- d: "M947.494 944.001V258L676.494 491L678.494 715.001L947.494 944.001Z",
2146
- fill: `url(#${a}-d2)`
2147
- }),
2148
- /* @__PURE__ */ n("path", {
2149
- fillRule: "evenodd",
2150
- clipRule: "evenodd",
2151
- d: "M783.672 944.001V258L600 530V673.001L783.672 944.001Z",
2152
- fill: `url(#${a}-d3)`
2153
- }),
2154
- /* @__PURE__ */ n("path", {
2155
- fillRule: "evenodd",
2156
- clipRule: "evenodd",
2157
- d: "M571.141 258V944.001L627.141 711.001V489L571.141 258Z",
2158
- fill: `url(#${a}-d4)`
2159
- }),
2160
- /* @__PURE__ */ r("defs", { children: [
2161
- /* @__PURE__ */ r("linearGradient", {
2162
- id: `${a}-d0`,
2163
- x1: "525.453",
2164
- y1: "600",
2165
- x2: "254.453",
2166
- y2: "600",
2167
- gradientUnits: "userSpaceOnUse",
2168
- children: [
2169
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2170
- /* @__PURE__ */ n("stop", {
2171
- offset: "0.26",
2172
- stopColor: "#F31013"
2173
- }),
2174
- /* @__PURE__ */ n("stop", {
2175
- offset: "0.66",
2176
- stopColor: "#FF8A00"
2177
- }),
2178
- /* @__PURE__ */ n("stop", {
2179
- offset: "1",
2180
- stopColor: "white"
2181
- })
2182
- ]
2183
- }),
2184
- /* @__PURE__ */ r("linearGradient", {
2185
- id: `${a}-d1`,
2186
- x1: "571.14",
2187
- y1: "600",
2188
- x2: "416.328",
2189
- y2: "600",
2190
- gradientUnits: "userSpaceOnUse",
2191
- children: [
2192
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2193
- /* @__PURE__ */ n("stop", {
2194
- offset: "0.26",
2195
- stopColor: "#F31013"
2196
- }),
2197
- /* @__PURE__ */ n("stop", {
2198
- offset: "0.66",
2199
- stopColor: "#FF8A00"
2200
- }),
2201
- /* @__PURE__ */ n("stop", {
2202
- offset: "1",
2203
- stopColor: "white"
2204
- })
2205
- ]
2206
- }),
2207
- /* @__PURE__ */ r("linearGradient", {
2208
- id: `${a}-d2`,
2209
- x1: "676.494",
2210
- y1: "602.001",
2211
- x2: "947.494",
2212
- y2: "602.001",
2213
- gradientUnits: "userSpaceOnUse",
2214
- children: [
2215
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2216
- /* @__PURE__ */ n("stop", {
2217
- offset: "0.26",
2218
- stopColor: "#F31013"
2219
- }),
2220
- /* @__PURE__ */ n("stop", {
2221
- offset: "0.66",
2222
- stopColor: "#FF8A00"
2223
- }),
2224
- /* @__PURE__ */ n("stop", {
2225
- offset: "1",
2226
- stopColor: "white"
2227
- })
2228
- ]
2229
- }),
2230
- /* @__PURE__ */ r("linearGradient", {
2231
- id: `${a}-d3`,
2232
- x1: "627.14",
2233
- y1: "600.001",
2234
- x2: "783.672",
2235
- y2: "602.001",
2236
- gradientUnits: "userSpaceOnUse",
2237
- children: [
2238
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2239
- /* @__PURE__ */ n("stop", {
2240
- offset: "0.26",
2241
- stopColor: "#F31013"
2242
- }),
2243
- /* @__PURE__ */ n("stop", {
2244
- offset: "0.66",
2245
- stopColor: "#FF8A00"
2246
- }),
2247
- /* @__PURE__ */ n("stop", {
2248
- offset: "1",
2249
- stopColor: "white"
2250
- })
2251
- ]
2252
- }),
2253
- /* @__PURE__ */ r("linearGradient", {
2254
- id: `${a}-d4`,
2255
- x1: "627.141",
2256
- y1: "600",
2257
- x2: "571.141",
2258
- y2: "600",
2259
- gradientUnits: "userSpaceOnUse",
2260
- children: [
2261
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2262
- /* @__PURE__ */ n("stop", {
2263
- offset: "0.26",
2264
- stopColor: "#F31013"
2265
- }),
2266
- /* @__PURE__ */ n("stop", {
2267
- offset: "0.66",
2268
- stopColor: "#FF8A00"
2269
- }),
2270
- /* @__PURE__ */ n("stop", {
2271
- offset: "1",
2272
- stopColor: "white"
2273
- })
2274
- ]
2275
- })
2276
- ] })
2277
- ]
2278
- })]
2279
- });
2280
- });
2281
- J.displayName = "GioIamIcon";
2282
- //#endregion
2283
- //#region src/icons/products/GioObservabilityIcon.tsx
2284
- var Y = e((e, i) => {
2285
- let a = t();
2286
- return /* @__PURE__ */ r("svg", {
2287
- ref: i,
2288
- xmlns: "http://www.w3.org/2000/svg",
2289
- width: 24,
2290
- height: 24,
2291
- viewBox: "234 239 732 727",
2292
- fill: "none",
2293
- ...e,
2294
- children: [/* @__PURE__ */ r("g", {
2295
- className: "dark:hidden",
2296
- children: [
2297
- /* @__PURE__ */ n("path", {
2298
- d: "M427 604.754C522.545 604.754 600 527.3 600 431.754C600 336.209 522.545 258.754 427 258.754C331.455 258.754 254 336.209 254 431.754C254 527.3 331.455 604.754 427 604.754Z",
2299
- fill: `url(#${a}-l0)`
2300
- }),
2301
- /* @__PURE__ */ n("path", {
2302
- d: "M427 946.001C522.545 946.001 600 868.546 600 773.001C600 677.456 522.545 600.001 427 600.001C331.455 600.001 254 677.456 254 773.001C254 868.546 331.455 946.001 427 946.001Z",
2303
- fill: `url(#${a}-l1)`
2304
- }),
2305
- /* @__PURE__ */ n("path", {
2306
- d: "M773 604.754C868.545 604.754 946 527.3 946 431.754C946 336.209 868.545 258.754 773 258.754C677.455 258.754 600 336.209 600 431.754C600 527.3 677.455 604.754 773 604.754Z",
2307
- fill: `url(#${a}-l2)`
2308
- }),
2309
- /* @__PURE__ */ n("path", {
2310
- d: "M773 946.001C868.545 946.001 946 868.546 946 773.001C946 677.456 868.545 600.001 773 600.001C677.455 600.001 600 677.456 600 773.001C600 868.546 677.455 946.001 773 946.001Z",
2311
- fill: `url(#${a}-l3)`
2312
- }),
2313
- /* @__PURE__ */ r("defs", { children: [
2314
- /* @__PURE__ */ r("linearGradient", {
2315
- id: `${a}-l0`,
2316
- x1: "254",
2317
- y1: "431.754",
2318
- x2: "600",
2319
- y2: "431.754",
2320
- gradientUnits: "userSpaceOnUse",
2321
- children: [
2322
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2323
- /* @__PURE__ */ n("stop", {
2324
- offset: "0.51",
2325
- stopColor: "#F31013"
2326
- }),
2327
- /* @__PURE__ */ n("stop", {
2328
- offset: "1",
2329
- stopColor: "#FF8A00"
2330
- })
2331
- ]
2332
- }),
2333
- /* @__PURE__ */ r("linearGradient", {
2334
- id: `${a}-l1`,
2335
- x1: "254",
2336
- y1: "773.001",
2337
- x2: "600",
2338
- y2: "773.001",
2339
- gradientUnits: "userSpaceOnUse",
2340
- children: [
2341
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2342
- /* @__PURE__ */ n("stop", {
2343
- offset: "0.51",
2344
- stopColor: "#F31013"
2345
- }),
2346
- /* @__PURE__ */ n("stop", {
2347
- offset: "1",
2348
- stopColor: "#FF8A00"
2349
- })
2350
- ]
2351
- }),
2352
- /* @__PURE__ */ r("linearGradient", {
2353
- id: `${a}-l2`,
2354
- x1: "600",
2355
- y1: "431.754",
2356
- x2: "946",
2357
- y2: "431.754",
2358
- gradientUnits: "userSpaceOnUse",
2359
- children: [
2360
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2361
- /* @__PURE__ */ n("stop", {
2362
- offset: "0.51",
2363
- stopColor: "#F31013"
2364
- }),
2365
- /* @__PURE__ */ n("stop", {
2366
- offset: "1",
2367
- stopColor: "#FF8A00"
2368
- })
2369
- ]
2370
- }),
2371
- /* @__PURE__ */ r("linearGradient", {
2372
- id: `${a}-l3`,
2373
- x1: "600",
2374
- y1: "773.001",
2375
- x2: "946",
2376
- y2: "773.001",
2377
- gradientUnits: "userSpaceOnUse",
2378
- children: [
2379
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2380
- /* @__PURE__ */ n("stop", {
2381
- offset: "0.51",
2382
- stopColor: "#F31013"
2383
- }),
2384
- /* @__PURE__ */ n("stop", {
2385
- offset: "1",
2386
- stopColor: "#FF8A00"
2387
- })
2388
- ]
2389
- })
2390
- ] })
2391
- ]
2392
- }), /* @__PURE__ */ r("g", {
2393
- className: "hidden dark:block",
2394
- children: [
2395
- /* @__PURE__ */ n("path", {
2396
- d: "M427 604.755C522.545 604.755 600 527.3 600 431.754C600 336.209 522.545 258.754 427 258.754C331.455 258.754 254 336.209 254 431.754C254 527.3 331.455 604.755 427 604.755Z",
2397
- fill: `url(#${a}-d0)`
2398
- }),
2399
- /* @__PURE__ */ n("path", {
2400
- d: "M427 946.002C522.545 946.002 600 868.547 600 773.001C600 677.456 522.545 600.001 427 600.001C331.455 600.001 254 677.456 254 773.001C254 868.547 331.455 946.002 427 946.002Z",
2401
- fill: `url(#${a}-d1)`
2402
- }),
2403
- /* @__PURE__ */ n("path", {
2404
- d: "M773 604.755C868.545 604.755 946 527.3 946 431.754C946 336.209 868.545 258.754 773 258.754C677.455 258.754 600 336.209 600 431.754C600 527.3 677.455 604.755 773 604.755Z",
2405
- fill: `url(#${a}-d2)`
2406
- }),
2407
- /* @__PURE__ */ n("path", {
2408
- d: "M773 946.002C868.545 946.002 946 868.547 946 773.001C946 677.456 868.545 600.001 773 600.001C677.455 600.001 600 677.456 600 773.001C600 868.547 677.455 946.002 773 946.002Z",
2409
- fill: `url(#${a}-d3)`
2410
- }),
2411
- /* @__PURE__ */ r("defs", { children: [
2412
- /* @__PURE__ */ r("linearGradient", {
2413
- id: `${a}-d0`,
2414
- x1: "254",
2415
- y1: "431.754",
2416
- x2: "600",
2417
- y2: "431.754",
2418
- gradientUnits: "userSpaceOnUse",
2419
- children: [
2420
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2421
- /* @__PURE__ */ n("stop", {
2422
- offset: "0.37",
2423
- stopColor: "#F31013"
2424
- }),
2425
- /* @__PURE__ */ n("stop", {
2426
- offset: "0.75",
2427
- stopColor: "#FF8A00"
2428
- }),
2429
- /* @__PURE__ */ n("stop", {
2430
- offset: "1",
2431
- stopColor: "white"
2432
- })
2433
- ]
2434
- }),
2435
- /* @__PURE__ */ r("linearGradient", {
2436
- id: `${a}-d1`,
2437
- x1: "254",
2438
- y1: "773.001",
2439
- x2: "600",
2440
- y2: "773.001",
2441
- gradientUnits: "userSpaceOnUse",
2442
- children: [
2443
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2444
- /* @__PURE__ */ n("stop", {
2445
- offset: "0.33",
2446
- stopColor: "#F31013"
2447
- }),
2448
- /* @__PURE__ */ n("stop", {
2449
- offset: "0.77",
2450
- stopColor: "#FF8A00"
2451
- }),
2452
- /* @__PURE__ */ n("stop", {
2453
- offset: "1",
2454
- stopColor: "white"
2455
- })
2456
- ]
2457
- }),
2458
- /* @__PURE__ */ r("linearGradient", {
2459
- id: `${a}-d2`,
2460
- x1: "600",
2461
- y1: "431.754",
2462
- x2: "946",
2463
- y2: "431.754",
2464
- gradientUnits: "userSpaceOnUse",
2465
- children: [
2466
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2467
- /* @__PURE__ */ n("stop", {
2468
- offset: "0.33",
2469
- stopColor: "#F31013"
2470
- }),
2471
- /* @__PURE__ */ n("stop", {
2472
- offset: "0.73",
2473
- stopColor: "#FF8A00"
2474
- }),
2475
- /* @__PURE__ */ n("stop", {
2476
- offset: "1",
2477
- stopColor: "white"
2478
- })
2479
- ]
2480
- }),
2481
- /* @__PURE__ */ r("linearGradient", {
2482
- id: `${a}-d3`,
2483
- x1: "600",
2484
- y1: "773.001",
2485
- x2: "946",
2486
- y2: "773.001",
2487
- gradientUnits: "userSpaceOnUse",
2488
- children: [
2489
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2490
- /* @__PURE__ */ n("stop", {
2491
- offset: "0.37",
2492
- stopColor: "#F31013"
2493
- }),
2494
- /* @__PURE__ */ n("stop", {
2495
- offset: "0.77",
2496
- stopColor: "#FF8A00"
2497
- }),
2498
- /* @__PURE__ */ n("stop", {
2499
- offset: "1",
2500
- stopColor: "white"
2501
- })
2502
- ]
2503
- })
2504
- ] })
2505
- ]
2506
- })]
2507
- });
2508
- });
2509
- Y.displayName = "GioObservabilityIcon";
2510
- //#endregion
2511
- //#region src/icons/products/GioObserveIcon.tsx
2512
- var X = e((e, i) => {
2513
- let a = t();
2514
- return /* @__PURE__ */ r("svg", {
2515
- ref: i,
2516
- xmlns: "http://www.w3.org/2000/svg",
2517
- width: 24,
2518
- height: 24,
2519
- viewBox: "234 407 732 386",
2520
- fill: "none",
2521
- ...e,
2522
- children: [/* @__PURE__ */ r("g", {
2523
- className: "dark:hidden",
2524
- children: [
2525
- /* @__PURE__ */ n("path", {
2526
- d: "M427 773.001C522.545 773.001 600 695.546 600 600C600 504.455 522.545 427 427 427C331.455 427 254 504.455 254 600C254 695.546 331.455 773.001 427 773.001Z",
2527
- fill: `url(#${a}-l0)`
2528
- }),
2529
- /* @__PURE__ */ n("path", {
2530
- d: "M773 773.001C868.545 773.001 946 695.546 946 600C946 504.455 868.545 427 773 427C677.455 427 600 504.455 600 600C600 695.546 677.455 773.001 773 773.001Z",
2531
- fill: `url(#${a}-l1)`
2532
- }),
2533
- /* @__PURE__ */ r("defs", { children: [/* @__PURE__ */ r("linearGradient", {
2534
- id: `${a}-l0`,
2535
- x1: "431.646",
2536
- y1: "782.057",
2537
- x2: "431.646",
2538
- y2: "427",
2539
- gradientUnits: "userSpaceOnUse",
2540
- children: [
2541
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2542
- /* @__PURE__ */ n("stop", {
2543
- offset: "0.5",
2544
- stopColor: "#F31013"
2545
- }),
2546
- /* @__PURE__ */ n("stop", {
2547
- offset: "1",
2548
- stopColor: "#FF8A00"
2549
- })
2550
- ]
2551
- }), /* @__PURE__ */ r("linearGradient", {
2552
- id: `${a}-l1`,
2553
- x1: "773",
2554
- y1: "773.001",
2555
- x2: "773",
2556
- y2: "427",
2557
- gradientUnits: "userSpaceOnUse",
2558
- children: [
2559
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2560
- /* @__PURE__ */ n("stop", {
2561
- offset: "0.5",
2562
- stopColor: "#F31013"
2563
- }),
2564
- /* @__PURE__ */ n("stop", {
2565
- offset: "1",
2566
- stopColor: "#FF8A00"
2567
- })
2568
- ]
2569
- })] })
2570
- ]
2571
- }), /* @__PURE__ */ r("g", {
2572
- className: "hidden dark:block",
2573
- children: [
2574
- /* @__PURE__ */ n("path", {
2575
- d: "M427 773C522.545 773 600 695.546 600 600C600 504.455 522.545 427 427 427C331.455 427 254 504.455 254 600C254 695.546 331.455 773 427 773Z",
2576
- fill: `url(#${a}-d0)`
2577
- }),
2578
- /* @__PURE__ */ n("path", {
2579
- d: "M773 773C868.545 773 946 695.546 946 600C946 504.455 868.545 427 773 427C677.455 427 600 504.455 600 600C600 695.546 677.455 773 773 773Z",
2580
- fill: `url(#${a}-d1)`
2581
- }),
2582
- /* @__PURE__ */ r("defs", { children: [/* @__PURE__ */ r("linearGradient", {
2583
- id: `${a}-d0`,
2584
- x1: "427",
2585
- y1: "773",
2586
- x2: "427",
2587
- y2: "427",
2588
- gradientUnits: "userSpaceOnUse",
2589
- children: [
2590
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2591
- /* @__PURE__ */ n("stop", {
2592
- offset: "0.37",
2593
- stopColor: "#F31013"
2594
- }),
2595
- /* @__PURE__ */ n("stop", {
2596
- offset: "0.75",
2597
- stopColor: "#FF8A00"
2598
- }),
2599
- /* @__PURE__ */ n("stop", {
2600
- offset: "1",
2601
- stopColor: "white"
2602
- })
2603
- ]
2604
- }), /* @__PURE__ */ r("linearGradient", {
2605
- id: `${a}-d1`,
2606
- x1: "773",
2607
- y1: "773",
2608
- x2: "773",
2609
- y2: "427",
2610
- gradientUnits: "userSpaceOnUse",
2611
- children: [
2612
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2613
- /* @__PURE__ */ n("stop", {
2614
- offset: "0.33",
2615
- stopColor: "#F31013"
2616
- }),
2617
- /* @__PURE__ */ n("stop", {
2618
- offset: "0.73",
2619
- stopColor: "#FF8A00"
2620
- }),
2621
- /* @__PURE__ */ n("stop", {
2622
- offset: "1",
2623
- stopColor: "white"
2624
- })
2625
- ]
2626
- })] })
2627
- ]
2628
- })]
2629
- });
2630
- });
2631
- X.displayName = "GioObserveIcon";
2632
- //#endregion
2633
- //#region src/icons/products/GioPlatformIcon.tsx
2634
- var Z = e((e, i) => {
2635
- let a = t();
2636
- return /* @__PURE__ */ r("svg", {
2637
- ref: i,
2638
- xmlns: "http://www.w3.org/2000/svg",
2639
- width: 24,
2640
- height: 24,
2641
- viewBox: "232 238 738 723",
2642
- fill: "none",
2643
- ...e,
2644
- children: [/* @__PURE__ */ r("g", {
2645
- className: "dark:hidden",
2646
- children: [
2647
- /* @__PURE__ */ n("mask", {
2648
- id: `${a}-l0`,
2649
- style: { maskType: "luminance" },
2650
- maskUnits: "userSpaceOnUse",
2651
- x: "252",
2652
- y: "432",
2653
- width: "175",
2654
- height: "510",
2655
- children: /* @__PURE__ */ n("path", {
2656
- d: "M427 433H252V941H427V433Z",
2657
- fill: "white"
2658
- })
2659
- }),
2660
- /* @__PURE__ */ n("g", {
2661
- mask: `url(#${a}-l0)`,
2662
- children: /* @__PURE__ */ n("rect", {
2663
- x: "252",
2664
- y: "432.999",
2665
- width: "175",
2666
- height: "508",
2667
- fill: `url(#${a}-l4)`
2668
- })
2669
- }),
2670
- /* @__PURE__ */ n("mask", {
2671
- id: `${a}-l1`,
2672
- style: { maskType: "luminance" },
2673
- maskUnits: "userSpaceOnUse",
2674
- x: "427",
2675
- y: "614",
2676
- width: "175",
2677
- height: "328",
2678
- children: /* @__PURE__ */ n("path", {
2679
- d: "M602 615H427V941H602V615Z",
2680
- fill: "white"
2681
- })
2682
- }),
2683
- /* @__PURE__ */ n("g", {
2684
- mask: `url(#${a}-l1)`,
2685
- children: /* @__PURE__ */ n("rect", {
2686
- x: "427",
2687
- y: "615",
2688
- width: "175",
2689
- height: "326",
2690
- fill: `url(#${a}-l5)`
2691
- })
2692
- }),
2693
- /* @__PURE__ */ n("mask", {
2694
- id: `${a}-l2`,
2695
- style: { maskType: "luminance" },
2696
- maskUnits: "userSpaceOnUse",
2697
- x: "600",
2698
- y: "432",
2699
- width: "175",
2700
- height: "510",
2701
- children: /* @__PURE__ */ n("path", {
2702
- d: "M775 433H600V941H775V433Z",
2703
- fill: "white"
2704
- })
2705
- }),
2706
- /* @__PURE__ */ n("g", {
2707
- mask: `url(#${a}-l2)`,
2708
- children: /* @__PURE__ */ n("rect", {
2709
- x: "600",
2710
- y: "432.999",
2711
- width: "175",
2712
- height: "508",
2713
- fill: `url(#${a}-l6)`
2714
- })
2715
- }),
2716
- /* @__PURE__ */ n("mask", {
2717
- id: `${a}-l3`,
2718
- style: { maskType: "luminance" },
2719
- maskUnits: "userSpaceOnUse",
2720
- x: "775",
2721
- y: "257",
2722
- width: "175",
2723
- height: "685",
2724
- children: /* @__PURE__ */ n("path", {
2725
- d: "M950 258H775V941.001H950V258Z",
2726
- fill: "white"
2727
- })
2728
- }),
2729
- /* @__PURE__ */ n("g", {
2730
- mask: `url(#${a}-l3)`,
2731
- children: /* @__PURE__ */ n("rect", {
2732
- x: "775",
2733
- y: "258.001",
2734
- width: "175",
2735
- height: "683.001",
2736
- fill: `url(#${a}-l7)`
2737
- })
2738
- }),
2739
- /* @__PURE__ */ r("defs", { children: [
2740
- /* @__PURE__ */ n("pattern", {
2741
- id: `${a}-l4`,
2742
- patternContentUnits: "objectBoundingBox",
2743
- width: "1",
2744
- height: "1",
2745
- children: /* @__PURE__ */ n("use", {
2746
- href: `#${a}-l8`,
2747
- transform: "scale(0.00571429 0.0019685)"
2748
- })
2749
- }),
2750
- /* @__PURE__ */ n("pattern", {
2751
- id: `${a}-l5`,
2752
- patternContentUnits: "objectBoundingBox",
2753
- width: "1",
2754
- height: "1",
2755
- children: /* @__PURE__ */ n("use", {
2756
- href: `#${a}-l9`,
2757
- transform: "scale(0.00571429 0.00306748)"
2758
- })
2759
- }),
2760
- /* @__PURE__ */ n("pattern", {
2761
- id: `${a}-l6`,
2762
- patternContentUnits: "objectBoundingBox",
2763
- width: "1",
2764
- height: "1",
2765
- children: /* @__PURE__ */ n("use", {
2766
- href: `#${a}-l8`,
2767
- transform: "scale(0.00571429 0.0019685)"
2768
- })
2769
- }),
2770
- /* @__PURE__ */ n("pattern", {
2771
- id: `${a}-l7`,
2772
- patternContentUnits: "objectBoundingBox",
2773
- width: "1",
2774
- height: "1",
2775
- children: /* @__PURE__ */ n("use", {
2776
- href: `#${a}-l10`,
2777
- transform: "scale(0.00571429 0.00146413)"
2778
- })
2779
- }),
2780
- /* @__PURE__ */ n("image", {
2781
- id: `${a}-l8`,
2782
- width: "175",
2783
- height: "508",
2784
- preserveAspectRatio: "none",
2785
- href: "data:image/jpeg;base64,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9IUvSFL0hSkKXpCl6QpekKXpCl6QpekKUhUpEpSFKQpSFZ0rNNBTQlNBTQU0FNBTQU0FTRCmiFNEKaIU0QpohTRCmliU0QpohTRCmiFNEKzVYqXoUvQpehS9Cl6FL0KXoUoUoUoUoUoUoUoUolKFKFKFKFKFKFZqxzpSFKQpSFKQpSFKQ0l6QpekKXpCl6QpekKXpClIUolL0KXoUvQpehS9Cl6FKFZoxShShShShShUolKFKFKFKFKFKpSkKUhSkKUhSkKUhSkKUiUpCs1WaUKUKUKUSlClClClClClClClClClClClClCpRKUKUKUKzVZpQpoKmiJTQU0FNBTQU0FNBTRClIUpClIUpClIU0QpohUpEpSFKQpSFSrGalWJSkKUhSkKUhSkKUhSkKUKUKUKUKUKUKUSlClClClClClCsUYpQpQpQpQpQpQpSGikNFIaKQ0UhopDRSGirE0UhSkKUhSkKUhSkKUhpmqxShShShShShUolKFKFKFKFKFKFKFKFKFKFKFKFKFKJShWaRilIUpClIUqwpSFKQpSFKQpSFKQpSGkpEpSFKQpSFKQpSFKQ0UNFDRQ0zRilClCpVhSkSlIUpClIUpClIU0QpSFKQpSFKQpSFKQpohSkKUhSkKUhWarGihpKFKFKFKFKFKFKJooaKGihooaKGihooaKpoolKFKFKFKFYoxShShShShShShShShShShShShShSqlShShShShShShShWaMUoUoUoUoUoUolKpShShShShShShovQpehS9Cl6FL0KXoUomkvQ0l6Ril6QpekKXpClClCpRKUKUKUKUKUKUKUKUKUKUKUKUKVSlEpQrNIzSkKUhSkKlWJSkKUhSkKUhSkKUhSkKUhSkKUhSkKUhSkKlIlKQpSFKQrN6rNL0KUKUSlClClClClClClClClClClClClCpRKUKUKUKUKzVjNKRKUhSkKUhSkKUhSkKUhSkKUhSkKUhSkKUhSkTSUhSkKUhSkKUhSkKzeq50vQpehS9Cl6FL0KUKXoUvQpehS9Cl6FL0KUKUSlClClClClClCpSFSqxShShShShUoUvQpehS9Cl6FL0KXoUoUvRKXoUvQpehS9Cl6FKFKFShUqxilIUpClIVKQpSFKQpSFKQpSFKQpSFKRKUhSkKUhSkKUhS9IUvVhS9IUvSFY0rFNBTQU10Ka6FNdCmuhTXQproU10KlClEpQpQpQpQpQpQpQpQpQpQrNVilClClClClClClClClIlKQpSFKQpSFKQpSFS9IUvSFL0hS9IUvSFL0hWarnooUoUoUoUoUoUoaKFKFKFKFKFKFKJShShShShShShUoVmrGKUhSkKUhSkKUhSkSlIUpClIUpClIUpClClUpQpQpQpQpQqUSl6FS9GKXoUvQpehUoaL0hovSGi9IaL0hovSGi9IaKQ0UiUpClIUpClIUpClIUqw0UhopDTGhimgpoKaCmgpoKaCmgpoKaCppSmhKaCmgpoKaCmgpoKXpClIaKQ0Uhpm9Vil6FKJShShShShShShUoUoUoUoUoUoUoUoUolKFKFKFKFZoyUCgUCgUCgUASgUCgUCgUCiwoQoQoQoQoQoQr/2Q=="
2786
- }),
2787
- /* @__PURE__ */ n("image", {
2788
- id: `${a}-l9`,
2789
- width: "175",
2790
- height: "326",
2791
- preserveAspectRatio: "none",
2792
- href: "data:image/jpeg;base64,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"
2793
- }),
2794
- /* @__PURE__ */ n("image", {
2795
- id: `${a}-l10`,
2796
- width: "175",
2797
- height: "683",
2798
- preserveAspectRatio: "none",
2799
- href: "data:image/jpeg;base64,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"
2800
- })
2801
- ] })
2802
- ]
2803
- }), /* @__PURE__ */ r("g", {
2804
- className: "hidden dark:block",
2805
- children: [
2806
- /* @__PURE__ */ n("mask", {
2807
- id: `${a}-d0`,
2808
- style: { maskType: "luminance" },
2809
- maskUnits: "userSpaceOnUse",
2810
- x: "252",
2811
- y: "433",
2812
- width: "175",
2813
- height: "509",
2814
- children: /* @__PURE__ */ n("path", {
2815
- d: "M427 433H252V941.001H427V433Z",
2816
- fill: "white"
2817
- })
2818
- }),
2819
- /* @__PURE__ */ n("g", {
2820
- mask: `url(#${a}-d0)`,
2821
- children: /* @__PURE__ */ n("rect", {
2822
- x: "252",
2823
- y: "433",
2824
- width: "175",
2825
- height: "508",
2826
- fill: `url(#${a}-d4)`
2827
- })
2828
- }),
2829
- /* @__PURE__ */ n("mask", {
2830
- id: `${a}-d1`,
2831
- style: { maskType: "luminance" },
2832
- maskUnits: "userSpaceOnUse",
2833
- x: "427",
2834
- y: "615",
2835
- width: "175",
2836
- height: "327",
2837
- children: /* @__PURE__ */ n("path", {
2838
- d: "M602 615H427V941H602V615Z",
2839
- fill: "white"
2840
- })
2841
- }),
2842
- /* @__PURE__ */ n("g", {
2843
- mask: `url(#${a}-d1)`,
2844
- children: /* @__PURE__ */ n("rect", {
2845
- x: "427",
2846
- y: "615",
2847
- width: "175",
2848
- height: "326",
2849
- fill: `url(#${a}-d5)`
2850
- })
2851
- }),
2852
- /* @__PURE__ */ n("mask", {
2853
- id: `${a}-d2`,
2854
- style: { maskType: "luminance" },
2855
- maskUnits: "userSpaceOnUse",
2856
- x: "600",
2857
- y: "433",
2858
- width: "175",
2859
- height: "509",
2860
- children: /* @__PURE__ */ n("path", {
2861
- d: "M775 433H600V941.001H775V433Z",
2862
- fill: "white"
2863
- })
2864
- }),
2865
- /* @__PURE__ */ n("g", {
2866
- mask: `url(#${a}-d2)`,
2867
- children: /* @__PURE__ */ n("rect", {
2868
- x: "600",
2869
- y: "433",
2870
- width: "175",
2871
- height: "508",
2872
- fill: `url(#${a}-d6)`
2873
- })
2874
- }),
2875
- /* @__PURE__ */ n("mask", {
2876
- id: `${a}-d3`,
2877
- style: { maskType: "luminance" },
2878
- maskUnits: "userSpaceOnUse",
2879
- x: "775",
2880
- y: "258",
2881
- width: "175",
2882
- height: "684",
2883
- children: /* @__PURE__ */ n("path", {
2884
- d: "M950 258H775V941.001H950V258Z",
2885
- fill: "white"
2886
- })
2887
- }),
2888
- /* @__PURE__ */ n("g", {
2889
- mask: `url(#${a}-d3)`,
2890
- children: /* @__PURE__ */ n("rect", {
2891
- x: "775",
2892
- y: "258",
2893
- width: "175",
2894
- height: "683.001",
2895
- fill: `url(#${a}-d7)`
2896
- })
2897
- }),
2898
- /* @__PURE__ */ r("defs", { children: [
2899
- /* @__PURE__ */ n("pattern", {
2900
- id: `${a}-d4`,
2901
- patternContentUnits: "objectBoundingBox",
2902
- width: "1",
2903
- height: "1",
2904
- children: /* @__PURE__ */ n("use", {
2905
- href: `#${a}-d8`,
2906
- transform: "scale(0.00571429 0.0019685)"
2907
- })
2908
- }),
2909
- /* @__PURE__ */ n("pattern", {
2910
- id: `${a}-d5`,
2911
- patternContentUnits: "objectBoundingBox",
2912
- width: "1",
2913
- height: "1",
2914
- children: /* @__PURE__ */ n("use", {
2915
- href: `#${a}-d9`,
2916
- transform: "scale(0.00571429 0.00306748)"
2917
- })
2918
- }),
2919
- /* @__PURE__ */ n("pattern", {
2920
- id: `${a}-d6`,
2921
- patternContentUnits: "objectBoundingBox",
2922
- width: "1",
2923
- height: "1",
2924
- children: /* @__PURE__ */ n("use", {
2925
- href: `#${a}-d8`,
2926
- transform: "scale(0.00571429 0.0019685)"
2927
- })
2928
- }),
2929
- /* @__PURE__ */ n("pattern", {
2930
- id: `${a}-d7`,
2931
- patternContentUnits: "objectBoundingBox",
2932
- width: "1",
2933
- height: "1",
2934
- children: /* @__PURE__ */ n("use", {
2935
- href: `#${a}-d10`,
2936
- transform: "scale(0.00571429 0.00146413)"
2937
- })
2938
- }),
2939
- /* @__PURE__ */ n("image", {
2940
- id: `${a}-d8`,
2941
- width: "175",
2942
- height: "508",
2943
- preserveAspectRatio: "none",
2944
- href: "data:image/jpeg;base64,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"
2945
- }),
2946
- /* @__PURE__ */ n("image", {
2947
- id: `${a}-d9`,
2948
- width: "175",
2949
- height: "326",
2950
- preserveAspectRatio: "none",
2951
- href: "data:image/jpeg;base64,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"
2952
- }),
2953
- /* @__PURE__ */ n("image", {
2954
- id: `${a}-d10`,
2955
- width: "175",
2956
- height: "683",
2957
- preserveAspectRatio: "none",
2958
- href: "data:image/jpeg;base64,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"
2959
- })
2960
- ] })
2961
- ]
2962
- })]
2963
- });
2964
- });
2965
- Z.displayName = "GioPlatformIcon";
2966
- //#endregion
2967
- //#region src/icons/products/GioProductizeIcon.tsx
2968
- var Q = e((e, i) => {
2969
- let a = t();
2970
- return /* @__PURE__ */ r("svg", {
2971
- ref: i,
2972
- xmlns: "http://www.w3.org/2000/svg",
2973
- width: 24,
2974
- height: 24,
2975
- viewBox: "237 245 726 730",
2976
- fill: "none",
2977
- ...e,
2978
- children: [/* @__PURE__ */ r("g", {
2979
- className: "dark:hidden",
2980
- children: [
2981
- /* @__PURE__ */ n("path", {
2982
- d: "M600 609.557H257V954.557H600V609.557Z",
2983
- fill: `url(#${a}-l0)`
2984
- }),
2985
- /* @__PURE__ */ n("path", {
2986
- d: "M943 264.556H600V609.556H943V264.556Z",
2987
- fill: `url(#${a}-l1)`
2988
- }),
2989
- /* @__PURE__ */ r("defs", { children: [/* @__PURE__ */ r("linearGradient", {
2990
- id: `${a}-l0`,
2991
- x1: "257",
2992
- y1: "782.057",
2993
- x2: "600",
2994
- y2: "782.057",
2995
- gradientUnits: "userSpaceOnUse",
2996
- children: [
2997
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
2998
- /* @__PURE__ */ n("stop", {
2999
- offset: "0.5",
3000
- stopColor: "#F31013"
3001
- }),
3002
- /* @__PURE__ */ n("stop", {
3003
- offset: "1",
3004
- stopColor: "#FF8A00"
3005
- })
3006
- ]
3007
- }), /* @__PURE__ */ r("linearGradient", {
3008
- id: `${a}-l1`,
3009
- x1: "600",
3010
- y1: "437.056",
3011
- x2: "943",
3012
- y2: "437.056",
3013
- gradientUnits: "userSpaceOnUse",
3014
- children: [
3015
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
3016
- /* @__PURE__ */ n("stop", {
3017
- offset: "0.5",
3018
- stopColor: "#F31013"
3019
- }),
3020
- /* @__PURE__ */ n("stop", {
3021
- offset: "1",
3022
- stopColor: "#FF8A00"
3023
- })
3024
- ]
3025
- })] })
3026
- ]
3027
- }), /* @__PURE__ */ r("g", {
3028
- className: "hidden dark:block",
3029
- children: [
3030
- /* @__PURE__ */ n("path", {
3031
- d: "M600 609.557H257V954.557H600V609.557Z",
3032
- fill: `url(#${a}-d0)`
3033
- }),
3034
- /* @__PURE__ */ n("path", {
3035
- d: "M943 264.556H600V609.556H943V264.556Z",
3036
- fill: `url(#${a}-d1)`
3037
- }),
3038
- /* @__PURE__ */ r("defs", { children: [/* @__PURE__ */ r("linearGradient", {
3039
- id: `${a}-d0`,
3040
- x1: "257",
3041
- y1: "782.057",
3042
- x2: "600",
3043
- y2: "782.057",
3044
- gradientUnits: "userSpaceOnUse",
3045
- children: [
3046
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
3047
- /* @__PURE__ */ n("stop", {
3048
- offset: "0.26",
3049
- stopColor: "#F31013"
3050
- }),
3051
- /* @__PURE__ */ n("stop", {
3052
- offset: "0.66",
3053
- stopColor: "#FF8A00"
3054
- }),
3055
- /* @__PURE__ */ n("stop", {
3056
- offset: "1",
3057
- stopColor: "white"
3058
- })
3059
- ]
3060
- }), /* @__PURE__ */ r("linearGradient", {
3061
- id: `${a}-d1`,
3062
- x1: "600",
3063
- y1: "437.056",
3064
- x2: "943",
3065
- y2: "437.056",
3066
- gradientUnits: "userSpaceOnUse",
3067
- children: [
3068
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
3069
- /* @__PURE__ */ n("stop", {
3070
- offset: "0.26",
3071
- stopColor: "#F31013"
3072
- }),
3073
- /* @__PURE__ */ n("stop", {
3074
- offset: "0.66",
3075
- stopColor: "#FF8A00"
3076
- }),
3077
- /* @__PURE__ */ n("stop", {
3078
- offset: "1",
3079
- stopColor: "white"
3080
- })
3081
- ]
3082
- })] })
3083
- ]
3084
- })]
3085
- });
3086
- });
3087
- Q.displayName = "GioProductizeIcon";
3088
- //#endregion
3089
- //#region src/icons/products/GioSecureIcon.tsx
3090
- var $ = e((e, i) => {
3091
- let a = t();
3092
- return /* @__PURE__ */ r("svg", {
3093
- ref: i,
3094
- xmlns: "http://www.w3.org/2000/svg",
3095
- width: 24,
3096
- height: 24,
3097
- viewBox: "238 245 724 721",
3098
- fill: "none",
3099
- ...e,
3100
- children: [/* @__PURE__ */ r("g", {
3101
- className: "dark:hidden",
3102
- children: [
3103
- /* @__PURE__ */ n("path", {
3104
- fillRule: "evenodd",
3105
- clipRule: "evenodd",
3106
- d: "M600.002 605.269L258.002 945.981V264.557L600.002 605.269Z",
3107
- fill: `url(#${a}-l0)`
3108
- }),
3109
- /* @__PURE__ */ n("path", {
3110
- fillRule: "evenodd",
3111
- clipRule: "evenodd",
3112
- d: "M599.998 605.268L941.998 264.556V945.98L599.998 605.268Z",
3113
- fill: `url(#${a}-l1)`
3114
- }),
3115
- /* @__PURE__ */ r("defs", { children: [/* @__PURE__ */ r("linearGradient", {
3116
- id: `${a}-l0`,
3117
- x1: "429.002",
3118
- y1: "264.557",
3119
- x2: "429.002",
3120
- y2: "945.981",
3121
- gradientUnits: "userSpaceOnUse",
3122
- children: [
3123
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
3124
- /* @__PURE__ */ n("stop", {
3125
- offset: "0.5",
3126
- stopColor: "#F31013"
3127
- }),
3128
- /* @__PURE__ */ n("stop", {
3129
- offset: "1",
3130
- stopColor: "#FF8A00"
3131
- })
3132
- ]
3133
- }), /* @__PURE__ */ r("linearGradient", {
3134
- id: `${a}-l1`,
3135
- x1: "770.998",
3136
- y1: "945.98",
3137
- x2: "770.998",
3138
- y2: "264.556",
3139
- gradientUnits: "userSpaceOnUse",
3140
- children: [
3141
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
3142
- /* @__PURE__ */ n("stop", {
3143
- offset: "0.5",
3144
- stopColor: "#F31013"
3145
- }),
3146
- /* @__PURE__ */ n("stop", {
3147
- offset: "1",
3148
- stopColor: "#FF8A00"
3149
- })
3150
- ]
3151
- })] })
3152
- ]
3153
- }), /* @__PURE__ */ r("g", {
3154
- className: "hidden dark:block",
3155
- children: [
3156
- /* @__PURE__ */ n("path", {
3157
- fillRule: "evenodd",
3158
- clipRule: "evenodd",
3159
- d: "M600.002 605.269L258.002 945.981V264.557L600.002 605.269Z",
3160
- fill: `url(#${a}-d0)`
3161
- }),
3162
- /* @__PURE__ */ n("path", {
3163
- fillRule: "evenodd",
3164
- clipRule: "evenodd",
3165
- d: "M599.998 605.268L941.998 264.556V945.98L599.998 605.268Z",
3166
- fill: `url(#${a}-d1)`
3167
- }),
3168
- /* @__PURE__ */ r("defs", { children: [/* @__PURE__ */ r("linearGradient", {
3169
- id: `${a}-d0`,
3170
- x1: "258.002",
3171
- y1: "264.557",
3172
- x2: "258.002",
3173
- y2: "945.981",
3174
- gradientUnits: "userSpaceOnUse",
3175
- children: [
3176
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
3177
- /* @__PURE__ */ n("stop", {
3178
- offset: "0.33",
3179
- stopColor: "#F31013"
3180
- }),
3181
- /* @__PURE__ */ n("stop", {
3182
- offset: "0.73",
3183
- stopColor: "#FF8A00"
3184
- }),
3185
- /* @__PURE__ */ n("stop", {
3186
- offset: "1",
3187
- stopColor: "white"
3188
- })
3189
- ]
3190
- }), /* @__PURE__ */ r("linearGradient", {
3191
- id: `${a}-d1`,
3192
- x1: "941.998",
3193
- y1: "945.98",
3194
- x2: "941.998",
3195
- y2: "264.556",
3196
- gradientUnits: "userSpaceOnUse",
3197
- children: [
3198
- /* @__PURE__ */ n("stop", { stopColor: "#410A00" }),
3199
- /* @__PURE__ */ n("stop", {
3200
- offset: "0.33",
3201
- stopColor: "#F31013"
3202
- }),
3203
- /* @__PURE__ */ n("stop", {
3204
- offset: "0.73",
3205
- stopColor: "#FF8A00"
3206
- }),
3207
- /* @__PURE__ */ n("stop", {
3208
- offset: "1",
3209
- stopColor: "white"
3210
- })
3211
- ]
3212
- })] })
3213
- ]
3214
- })]
3215
- });
3216
- });
3217
- $.displayName = "GioSecureIcon";
3218
- //#endregion
3219
- export { Ae as $, kt as $t, De as A, G as An, st as At, m as B, F as Bn, gt as Bt, be as C, Q as Cn, et as Ct, we as D, J as Dn, it as Dt, Ce as E, Y as En, rt as Et, l as F, B as Fn, dt as Ft, y as G, A as Gn, xt as Gt, g as H, N as Hn, vt as Ht, u as I, z as In, ft as It, S as J, D as Jn, wt as Jt, b as K, k as Kn, St as Kt, d as L, R as Ln, pt as Lt, o as M, U as Mn, ct as Mt, s as N, H as Nn, lt as Nt, Te as O, q as On, at as Ot, c as P, V as Pn, ut as Pt, ke as Q, Ot as Qt, f as R, L as Rn, mt as Rt, ye as S, $ as Sn, $e as St, Se as T, X as Tn, nt as Tt, _ as U, M as Un, yt as Ut, h as V, P as Vn, _t as Vt, v as W, j as Wn, bt as Wt, w as X, Et as Xt, C as Y, Tt as Yt, T as Z, Dt as Zt, me as _, qt as _n, Je as _t, ne as a, Ft as an, Ie as at, _e as b, Xt as bn, Ze as bt, ae as c, Rt as cn, ze as ct, ce as d, Vt as dn, He as dt, At as en, je as et, le as f, Ht as fn, Ue as ft, pe as g, Kt as gn, qe as gt, fe as h, Gt as hn, Ke as ht, te as i, Pt as in, Fe as it, Oe as j, W as jn, E as jt, Ee as k, K as kn, ot as kt, oe as l, zt as ln, Be as lt, de as m, Wt as mn, Ge as mt, a as n, Mt as nn, Ne as nt, re as o, It as on, Le as ot, ue as p, Ut as pn, We as pt, x as q, O as qn, Ct as qt, ee as r, Nt as rn, Pe as rt, ie as s, Lt as sn, Re as st, i as t, jt as tn, Me as tt, se as u, Bt as un, Ve as ut, he as v, Jt as vn, Ye as vt, xe as w, Z as wn, tt as wt, ve as x, Zt as xn, Qe as xt, ge as y, Yt as yn, Xe as yt, p as z, I as zn, ht as zt };