@oxide/design-system 3.0.0--canary.be77366.0 → 3.0.1

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.
@@ -3867,9 +3867,9 @@ var Snapshots16Icon = ({
3867
3867
  );
3868
3868
  var Snapshots16Icon_default = Snapshots16Icon;
3869
3869
 
3870
- // icons/react/Sparkle16Icon.tsx
3870
+ // icons/react/SoftwareUpdate16Icon.tsx
3871
3871
  import { jsx as jsx127, jsxs as jsxs127 } from "react/jsx-runtime";
3872
- var Sparkle16Icon = ({
3872
+ var SoftwareUpdate16Icon = ({
3873
3873
  title,
3874
3874
  titleId,
3875
3875
  ...props
@@ -3886,36 +3886,6 @@ var Sparkle16Icon = ({
3886
3886
  children: [
3887
3887
  title ? /* @__PURE__ */ jsx127("title", { id: titleId, children: title }) : null,
3888
3888
  /* @__PURE__ */ jsx127(
3889
- "path",
3890
- {
3891
- fill: "currentColor",
3892
- d: "M10.651 4.795a.38.38 0 0 1 .697 0L12.72 7.93a.75.75 0 0 0 .31.348l2.404 1.394a.38.38 0 0 1 0 .658l-2.404 1.394a.75.75 0 0 0-.31.348l-1.372 3.134a.38.38 0 0 1-.697 0l-1.37-3.134a.75.75 0 0 0-.311-.348L6.566 10.33a.38.38 0 0 1 0-.658L8.97 8.277a.75.75 0 0 0 .31-.348zM3.655.738a.38.38 0 0 1 .69 0L5.35 2.892a.75.75 0 0 0 .321.34l1.716.934a.38.38 0 0 1 0 .667l-1.716.934a.75.75 0 0 0-.321.34L4.345 8.263a.38.38 0 0 1-.69 0L2.65 6.108a.75.75 0 0 0-.32-.34L.612 4.833a.38.38 0 0 1 0-.667l1.715-.934a.75.75 0 0 0 .321-.34z"
3893
- }
3894
- )
3895
- ]
3896
- }
3897
- );
3898
- var Sparkle16Icon_default = Sparkle16Icon;
3899
-
3900
- // icons/react/SoftwareUpdate16Icon.tsx
3901
- import { jsx as jsx128, jsxs as jsxs128 } from "react/jsx-runtime";
3902
- var SoftwareUpdate16Icon = ({
3903
- title,
3904
- titleId,
3905
- ...props
3906
- }) => /* @__PURE__ */ jsxs128(
3907
- "svg",
3908
- {
3909
- xmlns: "http://www.w3.org/2000/svg",
3910
- width: 16,
3911
- height: 16,
3912
- viewBox: "0 0 16 16",
3913
- role: "img",
3914
- "aria-labelledby": titleId,
3915
- ...props,
3916
- children: [
3917
- title ? /* @__PURE__ */ jsx128("title", { id: titleId, children: title }) : null,
3918
- /* @__PURE__ */ jsx128(
3919
3889
  "path",
3920
3890
  {
3921
3891
  fill: "currentColor",
@@ -3930,8 +3900,8 @@ var SoftwareUpdate16Icon = ({
3930
3900
  var SoftwareUpdate16Icon_default = SoftwareUpdate16Icon;
3931
3901
 
3932
3902
  // icons/react/Ssd16Icon.tsx
3933
- import { jsx as jsx129, jsxs as jsxs129 } from "react/jsx-runtime";
3934
- var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs129(
3903
+ import { jsx as jsx128, jsxs as jsxs128 } from "react/jsx-runtime";
3904
+ var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs128(
3935
3905
  "svg",
3936
3906
  {
3937
3907
  xmlns: "http://www.w3.org/2000/svg",
@@ -3942,8 +3912,8 @@ var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs129(
3942
3912
  "aria-labelledby": titleId,
3943
3913
  ...props,
3944
3914
  children: [
3945
- title ? /* @__PURE__ */ jsx129("title", { id: titleId, children: title }) : null,
3946
- /* @__PURE__ */ jsx129(
3915
+ title ? /* @__PURE__ */ jsx128("title", { id: titleId, children: title }) : null,
3916
+ /* @__PURE__ */ jsx128(
3947
3917
  "path",
3948
3918
  {
3949
3919
  fill: "currentColor",
@@ -3958,12 +3928,12 @@ var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs129(
3958
3928
  var Ssd16Icon_default = Ssd16Icon;
3959
3929
 
3960
3930
  // icons/react/Storage16Icon.tsx
3961
- import { jsx as jsx130, jsxs as jsxs130 } from "react/jsx-runtime";
3931
+ import { jsx as jsx129, jsxs as jsxs129 } from "react/jsx-runtime";
3962
3932
  var Storage16Icon = ({
3963
3933
  title,
3964
3934
  titleId,
3965
3935
  ...props
3966
- }) => /* @__PURE__ */ jsxs130(
3936
+ }) => /* @__PURE__ */ jsxs129(
3967
3937
  "svg",
3968
3938
  {
3969
3939
  xmlns: "http://www.w3.org/2000/svg",
@@ -3974,8 +3944,8 @@ var Storage16Icon = ({
3974
3944
  "aria-labelledby": titleId,
3975
3945
  ...props,
3976
3946
  children: [
3977
- title ? /* @__PURE__ */ jsx130("title", { id: titleId, children: title }) : null,
3978
- /* @__PURE__ */ jsx130(
3947
+ title ? /* @__PURE__ */ jsx129("title", { id: titleId, children: title }) : null,
3948
+ /* @__PURE__ */ jsx129(
3979
3949
  "path",
3980
3950
  {
3981
3951
  fill: "currentColor",
@@ -3989,43 +3959,13 @@ var Storage16Icon = ({
3989
3959
  );
3990
3960
  var Storage16Icon_default = Storage16Icon;
3991
3961
 
3992
- // icons/react/Submit16Icon.tsx
3993
- import { jsx as jsx131, jsxs as jsxs131 } from "react/jsx-runtime";
3994
- var Submit16Icon = ({
3995
- title,
3996
- titleId,
3997
- ...props
3998
- }) => /* @__PURE__ */ jsxs131(
3999
- "svg",
4000
- {
4001
- xmlns: "http://www.w3.org/2000/svg",
4002
- width: 16,
4003
- height: 16,
4004
- viewBox: "0 0 16 16",
4005
- role: "img",
4006
- "aria-labelledby": titleId,
4007
- ...props,
4008
- children: [
4009
- title ? /* @__PURE__ */ jsx131("title", { id: titleId, children: title }) : null,
4010
- /* @__PURE__ */ jsx131(
4011
- "path",
4012
- {
4013
- fill: "currentColor",
4014
- d: "M1.332 2.853a.38.38 0 0 1 .506-.486c2.168.946 8.082 3.518 12.33 5.288a.38.38 0 0 1 .001.701L1.832 13.643a.38.38 0 0 1-.504-.486l1.9-4.885a.75.75 0 0 0 0-.544z"
4015
- }
4016
- )
4017
- ]
4018
- }
4019
- );
4020
- var Submit16Icon_default = Submit16Icon;
4021
-
4022
3962
  // icons/react/Subnet16Icon.tsx
4023
- import { jsx as jsx132, jsxs as jsxs132 } from "react/jsx-runtime";
3963
+ import { jsx as jsx130, jsxs as jsxs130 } from "react/jsx-runtime";
4024
3964
  var Subnet16Icon = ({
4025
3965
  title,
4026
3966
  titleId,
4027
3967
  ...props
4028
- }) => /* @__PURE__ */ jsxs132(
3968
+ }) => /* @__PURE__ */ jsxs130(
4029
3969
  "svg",
4030
3970
  {
4031
3971
  xmlns: "http://www.w3.org/2000/svg",
@@ -4036,8 +3976,8 @@ var Subnet16Icon = ({
4036
3976
  "aria-labelledby": titleId,
4037
3977
  ...props,
4038
3978
  children: [
4039
- title ? /* @__PURE__ */ jsx132("title", { id: titleId, children: title }) : null,
4040
- /* @__PURE__ */ jsx132(
3979
+ title ? /* @__PURE__ */ jsx130("title", { id: titleId, children: title }) : null,
3980
+ /* @__PURE__ */ jsx130(
4041
3981
  "path",
4042
3982
  {
4043
3983
  fill: "currentColor",
@@ -4052,8 +3992,8 @@ var Subnet16Icon = ({
4052
3992
  var Subnet16Icon_default = Subnet16Icon;
4053
3993
 
4054
3994
  // icons/react/Tags16Icon.tsx
4055
- import { jsx as jsx133, jsxs as jsxs133 } from "react/jsx-runtime";
4056
- var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs133(
3995
+ import { jsx as jsx131, jsxs as jsxs131 } from "react/jsx-runtime";
3996
+ var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs131(
4057
3997
  "svg",
4058
3998
  {
4059
3999
  xmlns: "http://www.w3.org/2000/svg",
@@ -4064,8 +4004,8 @@ var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs133(
4064
4004
  "aria-labelledby": titleId,
4065
4005
  ...props,
4066
4006
  children: [
4067
- title ? /* @__PURE__ */ jsx133("title", { id: titleId, children: title }) : null,
4068
- /* @__PURE__ */ jsx133(
4007
+ title ? /* @__PURE__ */ jsx131("title", { id: titleId, children: title }) : null,
4008
+ /* @__PURE__ */ jsx131(
4069
4009
  "path",
4070
4010
  {
4071
4011
  fill: "currentColor",
@@ -4080,12 +4020,12 @@ var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs133(
4080
4020
  var Tags16Icon_default = Tags16Icon;
4081
4021
 
4082
4022
  // icons/react/Terminal16Icon.tsx
4083
- import { jsx as jsx134, jsxs as jsxs134 } from "react/jsx-runtime";
4023
+ import { jsx as jsx132, jsxs as jsxs132 } from "react/jsx-runtime";
4084
4024
  var Terminal16Icon = ({
4085
4025
  title,
4086
4026
  titleId,
4087
4027
  ...props
4088
- }) => /* @__PURE__ */ jsxs134(
4028
+ }) => /* @__PURE__ */ jsxs132(
4089
4029
  "svg",
4090
4030
  {
4091
4031
  xmlns: "http://www.w3.org/2000/svg",
@@ -4096,8 +4036,8 @@ var Terminal16Icon = ({
4096
4036
  "aria-labelledby": titleId,
4097
4037
  ...props,
4098
4038
  children: [
4099
- title ? /* @__PURE__ */ jsx134("title", { id: titleId, children: title }) : null,
4100
- /* @__PURE__ */ jsx134(
4039
+ title ? /* @__PURE__ */ jsx132("title", { id: titleId, children: title }) : null,
4040
+ /* @__PURE__ */ jsx132(
4101
4041
  "path",
4102
4042
  {
4103
4043
  fill: "currentColor",
@@ -4112,8 +4052,8 @@ var Terminal16Icon = ({
4112
4052
  var Terminal16Icon_default = Terminal16Icon;
4113
4053
 
4114
4054
  // icons/react/Time16Icon.tsx
4115
- import { jsx as jsx135, jsxs as jsxs135 } from "react/jsx-runtime";
4116
- var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs135(
4055
+ import { jsx as jsx133, jsxs as jsxs133 } from "react/jsx-runtime";
4056
+ var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs133(
4117
4057
  "svg",
4118
4058
  {
4119
4059
  xmlns: "http://www.w3.org/2000/svg",
@@ -4124,8 +4064,8 @@ var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs135(
4124
4064
  "aria-labelledby": titleId,
4125
4065
  ...props,
4126
4066
  children: [
4127
- title ? /* @__PURE__ */ jsx135("title", { id: titleId, children: title }) : null,
4128
- /* @__PURE__ */ jsx135(
4067
+ title ? /* @__PURE__ */ jsx133("title", { id: titleId, children: title }) : null,
4068
+ /* @__PURE__ */ jsx133(
4129
4069
  "path",
4130
4070
  {
4131
4071
  fill: "currentColor",
@@ -4140,12 +4080,12 @@ var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs135(
4140
4080
  var Time16Icon_default = Time16Icon;
4141
4081
 
4142
4082
  // icons/react/Transmit16Icon.tsx
4143
- import { jsx as jsx136, jsxs as jsxs136 } from "react/jsx-runtime";
4083
+ import { jsx as jsx134, jsxs as jsxs134 } from "react/jsx-runtime";
4144
4084
  var Transmit16Icon = ({
4145
4085
  title,
4146
4086
  titleId,
4147
4087
  ...props
4148
- }) => /* @__PURE__ */ jsxs136(
4088
+ }) => /* @__PURE__ */ jsxs134(
4149
4089
  "svg",
4150
4090
  {
4151
4091
  xmlns: "http://www.w3.org/2000/svg",
@@ -4156,8 +4096,8 @@ var Transmit16Icon = ({
4156
4096
  "aria-labelledby": titleId,
4157
4097
  ...props,
4158
4098
  children: [
4159
- title ? /* @__PURE__ */ jsx136("title", { id: titleId, children: title }) : null,
4160
- /* @__PURE__ */ jsx136(
4099
+ title ? /* @__PURE__ */ jsx134("title", { id: titleId, children: title }) : null,
4100
+ /* @__PURE__ */ jsx134(
4161
4101
  "path",
4162
4102
  {
4163
4103
  fill: "currentColor",
@@ -4172,12 +4112,12 @@ var Transmit16Icon = ({
4172
4112
  var Transmit16Icon_default = Transmit16Icon;
4173
4113
 
4174
4114
  // icons/react/Question16Icon.tsx
4175
- import { jsx as jsx137, jsxs as jsxs137 } from "react/jsx-runtime";
4115
+ import { jsx as jsx135, jsxs as jsxs135 } from "react/jsx-runtime";
4176
4116
  var Question16Icon = ({
4177
4117
  title,
4178
4118
  titleId,
4179
4119
  ...props
4180
- }) => /* @__PURE__ */ jsxs137(
4120
+ }) => /* @__PURE__ */ jsxs135(
4181
4121
  "svg",
4182
4122
  {
4183
4123
  xmlns: "http://www.w3.org/2000/svg",
@@ -4188,8 +4128,8 @@ var Question16Icon = ({
4188
4128
  "aria-labelledby": titleId,
4189
4129
  ...props,
4190
4130
  children: [
4191
- title ? /* @__PURE__ */ jsx137("title", { id: titleId, children: title }) : null,
4192
- /* @__PURE__ */ jsx137(
4131
+ title ? /* @__PURE__ */ jsx135("title", { id: titleId, children: title }) : null,
4132
+ /* @__PURE__ */ jsx135(
4193
4133
  "path",
4194
4134
  {
4195
4135
  fill: "currentColor",
@@ -4204,12 +4144,12 @@ var Question16Icon = ({
4204
4144
  var Question16Icon_default = Question16Icon;
4205
4145
 
4206
4146
  // icons/react/Webhooks16Icon.tsx
4207
- import { jsx as jsx138, jsxs as jsxs138 } from "react/jsx-runtime";
4147
+ import { jsx as jsx136, jsxs as jsxs136 } from "react/jsx-runtime";
4208
4148
  var Webhooks16Icon = ({
4209
4149
  title,
4210
4150
  titleId,
4211
4151
  ...props
4212
- }) => /* @__PURE__ */ jsxs138(
4152
+ }) => /* @__PURE__ */ jsxs136(
4213
4153
  "svg",
4214
4154
  {
4215
4155
  xmlns: "http://www.w3.org/2000/svg",
@@ -4220,8 +4160,8 @@ var Webhooks16Icon = ({
4220
4160
  "aria-labelledby": titleId,
4221
4161
  ...props,
4222
4162
  children: [
4223
- title ? /* @__PURE__ */ jsx138("title", { id: titleId, children: title }) : null,
4224
- /* @__PURE__ */ jsx138(
4163
+ title ? /* @__PURE__ */ jsx136("title", { id: titleId, children: title }) : null,
4164
+ /* @__PURE__ */ jsx136(
4225
4165
  "path",
4226
4166
  {
4227
4167
  fill: "currentColor",
@@ -4236,8 +4176,8 @@ var Webhooks16Icon = ({
4236
4176
  var Webhooks16Icon_default = Webhooks16Icon;
4237
4177
 
4238
4178
  // icons/react/Add12Icon.tsx
4239
- import { jsx as jsx139, jsxs as jsxs139 } from "react/jsx-runtime";
4240
- var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs139(
4179
+ import { jsx as jsx137, jsxs as jsxs137 } from "react/jsx-runtime";
4180
+ var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs137(
4241
4181
  "svg",
4242
4182
  {
4243
4183
  xmlns: "http://www.w3.org/2000/svg",
@@ -4248,8 +4188,8 @@ var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs139(
4248
4188
  "aria-labelledby": titleId,
4249
4189
  ...props,
4250
4190
  children: [
4251
- title ? /* @__PURE__ */ jsx139("title", { id: titleId, children: title }) : null,
4252
- /* @__PURE__ */ jsx139(
4191
+ title ? /* @__PURE__ */ jsx137("title", { id: titleId, children: title }) : null,
4192
+ /* @__PURE__ */ jsx137(
4253
4193
  "path",
4254
4194
  {
4255
4195
  fill: "currentColor",
@@ -4264,12 +4204,12 @@ var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs139(
4264
4204
  var Add12Icon_default = Add12Icon;
4265
4205
 
4266
4206
  // icons/react/AutoRestart12Icon.tsx
4267
- import { jsx as jsx140, jsxs as jsxs140 } from "react/jsx-runtime";
4207
+ import { jsx as jsx138, jsxs as jsxs138 } from "react/jsx-runtime";
4268
4208
  var AutoRestart12Icon = ({
4269
4209
  title,
4270
4210
  titleId,
4271
4211
  ...props
4272
- }) => /* @__PURE__ */ jsxs140(
4212
+ }) => /* @__PURE__ */ jsxs138(
4273
4213
  "svg",
4274
4214
  {
4275
4215
  xmlns: "http://www.w3.org/2000/svg",
@@ -4280,8 +4220,8 @@ var AutoRestart12Icon = ({
4280
4220
  "aria-labelledby": titleId,
4281
4221
  ...props,
4282
4222
  children: [
4283
- title ? /* @__PURE__ */ jsx140("title", { id: titleId, children: title }) : null,
4284
- /* @__PURE__ */ jsx140(
4223
+ title ? /* @__PURE__ */ jsx138("title", { id: titleId, children: title }) : null,
4224
+ /* @__PURE__ */ jsx138(
4285
4225
  "path",
4286
4226
  {
4287
4227
  fill: "currentColor",
@@ -4294,12 +4234,12 @@ var AutoRestart12Icon = ({
4294
4234
  var AutoRestart12Icon_default = AutoRestart12Icon;
4295
4235
 
4296
4236
  // icons/react/AddRoundel12Icon.tsx
4297
- import { jsx as jsx141, jsxs as jsxs141 } from "react/jsx-runtime";
4237
+ import { jsx as jsx139, jsxs as jsxs139 } from "react/jsx-runtime";
4298
4238
  var AddRoundel12Icon = ({
4299
4239
  title,
4300
4240
  titleId,
4301
4241
  ...props
4302
- }) => /* @__PURE__ */ jsxs141(
4242
+ }) => /* @__PURE__ */ jsxs139(
4303
4243
  "svg",
4304
4244
  {
4305
4245
  xmlns: "http://www.w3.org/2000/svg",
@@ -4310,8 +4250,8 @@ var AddRoundel12Icon = ({
4310
4250
  "aria-labelledby": titleId,
4311
4251
  ...props,
4312
4252
  children: [
4313
- title ? /* @__PURE__ */ jsx141("title", { id: titleId, children: title }) : null,
4314
- /* @__PURE__ */ jsx141(
4253
+ title ? /* @__PURE__ */ jsx139("title", { id: titleId, children: title }) : null,
4254
+ /* @__PURE__ */ jsx139(
4315
4255
  "path",
4316
4256
  {
4317
4257
  fill: "currentColor",
@@ -4326,12 +4266,12 @@ var AddRoundel12Icon = ({
4326
4266
  var AddRoundel12Icon_default = AddRoundel12Icon;
4327
4267
 
4328
4268
  // icons/react/Checkmark12Icon.tsx
4329
- import { jsx as jsx142, jsxs as jsxs142 } from "react/jsx-runtime";
4269
+ import { jsx as jsx140, jsxs as jsxs140 } from "react/jsx-runtime";
4330
4270
  var Checkmark12Icon = ({
4331
4271
  title,
4332
4272
  titleId,
4333
4273
  ...props
4334
- }) => /* @__PURE__ */ jsxs142(
4274
+ }) => /* @__PURE__ */ jsxs140(
4335
4275
  "svg",
4336
4276
  {
4337
4277
  xmlns: "http://www.w3.org/2000/svg",
@@ -4342,8 +4282,8 @@ var Checkmark12Icon = ({
4342
4282
  "aria-labelledby": titleId,
4343
4283
  ...props,
4344
4284
  children: [
4345
- title ? /* @__PURE__ */ jsx142("title", { id: titleId, children: title }) : null,
4346
- /* @__PURE__ */ jsx142(
4285
+ title ? /* @__PURE__ */ jsx140("title", { id: titleId, children: title }) : null,
4286
+ /* @__PURE__ */ jsx140(
4347
4287
  "path",
4348
4288
  {
4349
4289
  fill: "currentColor",
@@ -4358,8 +4298,8 @@ var Checkmark12Icon = ({
4358
4298
  var Checkmark12Icon_default = Checkmark12Icon;
4359
4299
 
4360
4300
  // icons/react/Close12Icon.tsx
4361
- import { jsx as jsx143, jsxs as jsxs143 } from "react/jsx-runtime";
4362
- var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs143(
4301
+ import { jsx as jsx141, jsxs as jsxs141 } from "react/jsx-runtime";
4302
+ var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs141(
4363
4303
  "svg",
4364
4304
  {
4365
4305
  xmlns: "http://www.w3.org/2000/svg",
@@ -4370,8 +4310,8 @@ var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs143(
4370
4310
  "aria-labelledby": titleId,
4371
4311
  ...props,
4372
4312
  children: [
4373
- title ? /* @__PURE__ */ jsx143("title", { id: titleId, children: title }) : null,
4374
- /* @__PURE__ */ jsx143(
4313
+ title ? /* @__PURE__ */ jsx141("title", { id: titleId, children: title }) : null,
4314
+ /* @__PURE__ */ jsx141(
4375
4315
  "path",
4376
4316
  {
4377
4317
  fill: "currentColor",
@@ -4384,12 +4324,12 @@ var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs143(
4384
4324
  var Close12Icon_default = Close12Icon;
4385
4325
 
4386
4326
  // icons/react/DirectionRightIcon.tsx
4387
- import { jsx as jsx144, jsxs as jsxs144 } from "react/jsx-runtime";
4327
+ import { jsx as jsx142, jsxs as jsxs142 } from "react/jsx-runtime";
4388
4328
  var DirectionRightIcon = ({
4389
4329
  title,
4390
4330
  titleId,
4391
4331
  ...props
4392
- }) => /* @__PURE__ */ jsxs144(
4332
+ }) => /* @__PURE__ */ jsxs142(
4393
4333
  "svg",
4394
4334
  {
4395
4335
  xmlns: "http://www.w3.org/2000/svg",
@@ -4400,8 +4340,8 @@ var DirectionRightIcon = ({
4400
4340
  "aria-labelledby": titleId,
4401
4341
  ...props,
4402
4342
  children: [
4403
- title ? /* @__PURE__ */ jsx144("title", { id: titleId, children: title }) : null,
4404
- /* @__PURE__ */ jsx144(
4343
+ title ? /* @__PURE__ */ jsx142("title", { id: titleId, children: title }) : null,
4344
+ /* @__PURE__ */ jsx142(
4405
4345
  "path",
4406
4346
  {
4407
4347
  fill: "currentColor",
@@ -4414,12 +4354,12 @@ var DirectionRightIcon = ({
4414
4354
  var DirectionRightIcon_default = DirectionRightIcon;
4415
4355
 
4416
4356
  // icons/react/DirectionUpIcon.tsx
4417
- import { jsx as jsx145, jsxs as jsxs145 } from "react/jsx-runtime";
4357
+ import { jsx as jsx143, jsxs as jsxs143 } from "react/jsx-runtime";
4418
4358
  var DirectionUpIcon = ({
4419
4359
  title,
4420
4360
  titleId,
4421
4361
  ...props
4422
- }) => /* @__PURE__ */ jsxs145(
4362
+ }) => /* @__PURE__ */ jsxs143(
4423
4363
  "svg",
4424
4364
  {
4425
4365
  xmlns: "http://www.w3.org/2000/svg",
@@ -4430,8 +4370,8 @@ var DirectionUpIcon = ({
4430
4370
  "aria-labelledby": titleId,
4431
4371
  ...props,
4432
4372
  children: [
4433
- title ? /* @__PURE__ */ jsx145("title", { id: titleId, children: title }) : null,
4434
- /* @__PURE__ */ jsx145(
4373
+ title ? /* @__PURE__ */ jsx143("title", { id: titleId, children: title }) : null,
4374
+ /* @__PURE__ */ jsx143(
4435
4375
  "path",
4436
4376
  {
4437
4377
  fill: "currentColor",
@@ -4444,12 +4384,12 @@ var DirectionUpIcon = ({
4444
4384
  var DirectionUpIcon_default = DirectionUpIcon;
4445
4385
 
4446
4386
  // icons/react/DirectionDownIcon.tsx
4447
- import { jsx as jsx146, jsxs as jsxs146 } from "react/jsx-runtime";
4387
+ import { jsx as jsx144, jsxs as jsxs144 } from "react/jsx-runtime";
4448
4388
  var DirectionDownIcon = ({
4449
4389
  title,
4450
4390
  titleId,
4451
4391
  ...props
4452
- }) => /* @__PURE__ */ jsxs146(
4392
+ }) => /* @__PURE__ */ jsxs144(
4453
4393
  "svg",
4454
4394
  {
4455
4395
  xmlns: "http://www.w3.org/2000/svg",
@@ -4460,8 +4400,8 @@ var DirectionDownIcon = ({
4460
4400
  "aria-labelledby": titleId,
4461
4401
  ...props,
4462
4402
  children: [
4463
- title ? /* @__PURE__ */ jsx146("title", { id: titleId, children: title }) : null,
4464
- /* @__PURE__ */ jsx146(
4403
+ title ? /* @__PURE__ */ jsx144("title", { id: titleId, children: title }) : null,
4404
+ /* @__PURE__ */ jsx144(
4465
4405
  "path",
4466
4406
  {
4467
4407
  fill: "currentColor",
@@ -4474,12 +4414,12 @@ var DirectionDownIcon = ({
4474
4414
  var DirectionDownIcon_default = DirectionDownIcon;
4475
4415
 
4476
4416
  // icons/react/DirectionLeftIcon.tsx
4477
- import { jsx as jsx147, jsxs as jsxs147 } from "react/jsx-runtime";
4417
+ import { jsx as jsx145, jsxs as jsxs145 } from "react/jsx-runtime";
4478
4418
  var DirectionLeftIcon = ({
4479
4419
  title,
4480
4420
  titleId,
4481
4421
  ...props
4482
- }) => /* @__PURE__ */ jsxs147(
4422
+ }) => /* @__PURE__ */ jsxs145(
4483
4423
  "svg",
4484
4424
  {
4485
4425
  xmlns: "http://www.w3.org/2000/svg",
@@ -4490,8 +4430,8 @@ var DirectionLeftIcon = ({
4490
4430
  "aria-labelledby": titleId,
4491
4431
  ...props,
4492
4432
  children: [
4493
- title ? /* @__PURE__ */ jsx147("title", { id: titleId, children: title }) : null,
4494
- /* @__PURE__ */ jsx147(
4433
+ title ? /* @__PURE__ */ jsx145("title", { id: titleId, children: title }) : null,
4434
+ /* @__PURE__ */ jsx145(
4495
4435
  "path",
4496
4436
  {
4497
4437
  fill: "currentColor",
@@ -4504,12 +4444,12 @@ var DirectionLeftIcon = ({
4504
4444
  var DirectionLeftIcon_default = DirectionLeftIcon;
4505
4445
 
4506
4446
  // icons/react/Clipboard12Icon.tsx
4507
- import { jsx as jsx148, jsxs as jsxs148 } from "react/jsx-runtime";
4447
+ import { jsx as jsx146, jsxs as jsxs146 } from "react/jsx-runtime";
4508
4448
  var Clipboard12Icon = ({
4509
4449
  title,
4510
4450
  titleId,
4511
4451
  ...props
4512
- }) => /* @__PURE__ */ jsxs148(
4452
+ }) => /* @__PURE__ */ jsxs146(
4513
4453
  "svg",
4514
4454
  {
4515
4455
  xmlns: "http://www.w3.org/2000/svg",
@@ -4520,8 +4460,8 @@ var Clipboard12Icon = ({
4520
4460
  "aria-labelledby": titleId,
4521
4461
  ...props,
4522
4462
  children: [
4523
- title ? /* @__PURE__ */ jsx148("title", { id: titleId, children: title }) : null,
4524
- /* @__PURE__ */ jsx148(
4463
+ title ? /* @__PURE__ */ jsx146("title", { id: titleId, children: title }) : null,
4464
+ /* @__PURE__ */ jsx146(
4525
4465
  "path",
4526
4466
  {
4527
4467
  fill: "currentColor",
@@ -4536,8 +4476,8 @@ var Clipboard12Icon = ({
4536
4476
  var Clipboard12Icon_default = Clipboard12Icon;
4537
4477
 
4538
4478
  // icons/react/Copy12Icon.tsx
4539
- import { jsx as jsx149, jsxs as jsxs149 } from "react/jsx-runtime";
4540
- var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs149(
4479
+ import { jsx as jsx147, jsxs as jsxs147 } from "react/jsx-runtime";
4480
+ var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs147(
4541
4481
  "svg",
4542
4482
  {
4543
4483
  xmlns: "http://www.w3.org/2000/svg",
@@ -4548,8 +4488,8 @@ var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs149(
4548
4488
  "aria-labelledby": titleId,
4549
4489
  ...props,
4550
4490
  children: [
4551
- title ? /* @__PURE__ */ jsx149("title", { id: titleId, children: title }) : null,
4552
- /* @__PURE__ */ jsx149(
4491
+ title ? /* @__PURE__ */ jsx147("title", { id: titleId, children: title }) : null,
4492
+ /* @__PURE__ */ jsx147(
4553
4493
  "path",
4554
4494
  {
4555
4495
  fill: "currentColor",
@@ -4564,12 +4504,12 @@ var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs149(
4564
4504
  var Copy12Icon_default = Copy12Icon;
4565
4505
 
4566
4506
  // icons/react/Disabled12Icon.tsx
4567
- import { jsx as jsx150, jsxs as jsxs150 } from "react/jsx-runtime";
4507
+ import { jsx as jsx148, jsxs as jsxs148 } from "react/jsx-runtime";
4568
4508
  var Disabled12Icon = ({
4569
4509
  title,
4570
4510
  titleId,
4571
4511
  ...props
4572
- }) => /* @__PURE__ */ jsxs150(
4512
+ }) => /* @__PURE__ */ jsxs148(
4573
4513
  "svg",
4574
4514
  {
4575
4515
  xmlns: "http://www.w3.org/2000/svg",
@@ -4580,8 +4520,8 @@ var Disabled12Icon = ({
4580
4520
  "aria-labelledby": titleId,
4581
4521
  ...props,
4582
4522
  children: [
4583
- title ? /* @__PURE__ */ jsx150("title", { id: titleId, children: title }) : null,
4584
- /* @__PURE__ */ jsx150(
4523
+ title ? /* @__PURE__ */ jsx148("title", { id: titleId, children: title }) : null,
4524
+ /* @__PURE__ */ jsx148(
4585
4525
  "path",
4586
4526
  {
4587
4527
  fill: "currentColor",
@@ -4595,39 +4535,9 @@ var Disabled12Icon = ({
4595
4535
  );
4596
4536
  var Disabled12Icon_default = Disabled12Icon;
4597
4537
 
4598
- // icons/react/DownloadOutline12Icon.tsx
4599
- import { jsx as jsx151, jsxs as jsxs151 } from "react/jsx-runtime";
4600
- var DownloadOutline12Icon = ({
4601
- title,
4602
- titleId,
4603
- ...props
4604
- }) => /* @__PURE__ */ jsxs151(
4605
- "svg",
4606
- {
4607
- xmlns: "http://www.w3.org/2000/svg",
4608
- width: 12,
4609
- height: 12,
4610
- viewBox: "0 0 12 12",
4611
- role: "img",
4612
- "aria-labelledby": titleId,
4613
- ...props,
4614
- children: [
4615
- title ? /* @__PURE__ */ jsx151("title", { id: titleId, children: title }) : null,
4616
- /* @__PURE__ */ jsx151(
4617
- "path",
4618
- {
4619
- fill: "currentColor",
4620
- d: "M.67 8a.33.33 0 0 1 .33.33V11h10V8.33a.33.33 0 0 1 .33-.33h.34a.33.33 0 0 1 .33.33v3l-.014.135a.67.67 0 0 1-.521.521L11.33 12H.67l-.135-.014a.67.67 0 0 1-.521-.521L0 11.33v-3A.33.33 0 0 1 .33 8zm5.5-8a.33.33 0 0 1 .33.33v6.46l1.913-1.913a.33.33 0 0 1 .467 0l.24.24a.33.33 0 0 1 0 .467L6.233 8.471a.33.33 0 0 1-.466 0L2.88 5.584a.33.33 0 0 1 0-.467l.24-.24a.33.33 0 0 1 .467 0L5.5 6.79V.33A.33.33 0 0 1 5.83 0z"
4621
- }
4622
- )
4623
- ]
4624
- }
4625
- );
4626
- var DownloadOutline12Icon_default = DownloadOutline12Icon;
4627
-
4628
4538
  // icons/react/Error12Icon.tsx
4629
- import { jsx as jsx152, jsxs as jsxs152 } from "react/jsx-runtime";
4630
- var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs152(
4539
+ import { jsx as jsx149, jsxs as jsxs149 } from "react/jsx-runtime";
4540
+ var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs149(
4631
4541
  "svg",
4632
4542
  {
4633
4543
  xmlns: "http://www.w3.org/2000/svg",
@@ -4638,8 +4548,8 @@ var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs152(
4638
4548
  "aria-labelledby": titleId,
4639
4549
  ...props,
4640
4550
  children: [
4641
- title ? /* @__PURE__ */ jsx152("title", { id: titleId, children: title }) : null,
4642
- /* @__PURE__ */ jsx152(
4551
+ title ? /* @__PURE__ */ jsx149("title", { id: titleId, children: title }) : null,
4552
+ /* @__PURE__ */ jsx149(
4643
4553
  "path",
4644
4554
  {
4645
4555
  fill: "currentColor",
@@ -4654,8 +4564,8 @@ var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs152(
4654
4564
  var Error12Icon_default = Error12Icon;
4655
4565
 
4656
4566
  // icons/react/Info12Icon.tsx
4657
- import { jsx as jsx153, jsxs as jsxs153 } from "react/jsx-runtime";
4658
- var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs153(
4567
+ import { jsx as jsx150, jsxs as jsxs150 } from "react/jsx-runtime";
4568
+ var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs150(
4659
4569
  "svg",
4660
4570
  {
4661
4571
  xmlns: "http://www.w3.org/2000/svg",
@@ -4666,8 +4576,8 @@ var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs153(
4666
4576
  "aria-labelledby": titleId,
4667
4577
  ...props,
4668
4578
  children: [
4669
- title ? /* @__PURE__ */ jsx153("title", { id: titleId, children: title }) : null,
4670
- /* @__PURE__ */ jsx153(
4579
+ title ? /* @__PURE__ */ jsx150("title", { id: titleId, children: title }) : null,
4580
+ /* @__PURE__ */ jsx150(
4671
4581
  "path",
4672
4582
  {
4673
4583
  fill: "currentColor",
@@ -4682,12 +4592,12 @@ var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs153(
4682
4592
  var Info12Icon_default = Info12Icon;
4683
4593
 
4684
4594
  // icons/react/Filter12Icon.tsx
4685
- import { jsx as jsx154, jsxs as jsxs154 } from "react/jsx-runtime";
4595
+ import { jsx as jsx151, jsxs as jsxs151 } from "react/jsx-runtime";
4686
4596
  var Filter12Icon = ({
4687
4597
  title,
4688
4598
  titleId,
4689
4599
  ...props
4690
- }) => /* @__PURE__ */ jsxs154(
4600
+ }) => /* @__PURE__ */ jsxs151(
4691
4601
  "svg",
4692
4602
  {
4693
4603
  xmlns: "http://www.w3.org/2000/svg",
@@ -4698,8 +4608,8 @@ var Filter12Icon = ({
4698
4608
  "aria-labelledby": titleId,
4699
4609
  ...props,
4700
4610
  children: [
4701
- title ? /* @__PURE__ */ jsx154("title", { id: titleId, children: title }) : null,
4702
- /* @__PURE__ */ jsx154(
4611
+ title ? /* @__PURE__ */ jsx151("title", { id: titleId, children: title }) : null,
4612
+ /* @__PURE__ */ jsx151(
4703
4613
  "path",
4704
4614
  {
4705
4615
  fill: "currentColor",
@@ -4714,8 +4624,8 @@ var Filter12Icon = ({
4714
4624
  var Filter12Icon_default = Filter12Icon;
4715
4625
 
4716
4626
  // icons/react/Key12Icon.tsx
4717
- import { jsx as jsx155, jsxs as jsxs155 } from "react/jsx-runtime";
4718
- var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs155(
4627
+ import { jsx as jsx152, jsxs as jsxs152 } from "react/jsx-runtime";
4628
+ var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs152(
4719
4629
  "svg",
4720
4630
  {
4721
4631
  xmlns: "http://www.w3.org/2000/svg",
@@ -4726,8 +4636,8 @@ var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs155(
4726
4636
  "aria-labelledby": titleId,
4727
4637
  ...props,
4728
4638
  children: [
4729
- title ? /* @__PURE__ */ jsx155("title", { id: titleId, children: title }) : null,
4730
- /* @__PURE__ */ jsx155(
4639
+ title ? /* @__PURE__ */ jsx152("title", { id: titleId, children: title }) : null,
4640
+ /* @__PURE__ */ jsx152(
4731
4641
  "path",
4732
4642
  {
4733
4643
  fill: "currentColor",
@@ -4742,12 +4652,12 @@ var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs155(
4742
4652
  var Key12Icon_default = Key12Icon;
4743
4653
 
4744
4654
  // icons/react/Loader12Icon.tsx
4745
- import { jsx as jsx156, jsxs as jsxs156 } from "react/jsx-runtime";
4655
+ import { jsx as jsx153, jsxs as jsxs153 } from "react/jsx-runtime";
4746
4656
  var Loader12Icon = ({
4747
4657
  title,
4748
4658
  titleId,
4749
4659
  ...props
4750
- }) => /* @__PURE__ */ jsxs156(
4660
+ }) => /* @__PURE__ */ jsxs153(
4751
4661
  "svg",
4752
4662
  {
4753
4663
  xmlns: "http://www.w3.org/2000/svg",
@@ -4758,9 +4668,9 @@ var Loader12Icon = ({
4758
4668
  "aria-labelledby": titleId,
4759
4669
  ...props,
4760
4670
  children: [
4761
- title ? /* @__PURE__ */ jsx156("title", { id: titleId, children: title }) : null,
4762
- /* @__PURE__ */ jsx156("circle", { cx: 6, cy: 6, r: 5.25, stroke: "#1C2225", strokeWidth: 1.5 }),
4763
- /* @__PURE__ */ jsx156(
4671
+ title ? /* @__PURE__ */ jsx153("title", { id: titleId, children: title }) : null,
4672
+ /* @__PURE__ */ jsx153("circle", { cx: 6, cy: 6, r: 5.25, stroke: "#1C2225", strokeWidth: 1.5 }),
4673
+ /* @__PURE__ */ jsx153(
4764
4674
  "path",
4765
4675
  {
4766
4676
  fill: "currentColor",
@@ -4773,12 +4683,12 @@ var Loader12Icon = ({
4773
4683
  var Loader12Icon_default = Loader12Icon;
4774
4684
 
4775
4685
  // icons/react/MenuOpen12Icon.tsx
4776
- import { jsx as jsx157, jsxs as jsxs157 } from "react/jsx-runtime";
4686
+ import { jsx as jsx154, jsxs as jsxs154 } from "react/jsx-runtime";
4777
4687
  var MenuOpen12Icon = ({
4778
4688
  title,
4779
4689
  titleId,
4780
4690
  ...props
4781
- }) => /* @__PURE__ */ jsxs157(
4691
+ }) => /* @__PURE__ */ jsxs154(
4782
4692
  "svg",
4783
4693
  {
4784
4694
  xmlns: "http://www.w3.org/2000/svg",
@@ -4789,8 +4699,8 @@ var MenuOpen12Icon = ({
4789
4699
  "aria-labelledby": titleId,
4790
4700
  ...props,
4791
4701
  children: [
4792
- title ? /* @__PURE__ */ jsx157("title", { id: titleId, children: title }) : null,
4793
- /* @__PURE__ */ jsx157(
4702
+ title ? /* @__PURE__ */ jsx154("title", { id: titleId, children: title }) : null,
4703
+ /* @__PURE__ */ jsx154(
4794
4704
  "path",
4795
4705
  {
4796
4706
  fill: "currentColor",
@@ -4805,12 +4715,12 @@ var MenuOpen12Icon = ({
4805
4715
  var MenuOpen12Icon_default = MenuOpen12Icon;
4806
4716
 
4807
4717
  // icons/react/MenuClose12Icon.tsx
4808
- import { jsx as jsx158, jsxs as jsxs158 } from "react/jsx-runtime";
4718
+ import { jsx as jsx155, jsxs as jsxs155 } from "react/jsx-runtime";
4809
4719
  var MenuClose12Icon = ({
4810
4720
  title,
4811
4721
  titleId,
4812
4722
  ...props
4813
- }) => /* @__PURE__ */ jsxs158(
4723
+ }) => /* @__PURE__ */ jsxs155(
4814
4724
  "svg",
4815
4725
  {
4816
4726
  xmlns: "http://www.w3.org/2000/svg",
@@ -4821,8 +4731,8 @@ var MenuClose12Icon = ({
4821
4731
  "aria-labelledby": titleId,
4822
4732
  ...props,
4823
4733
  children: [
4824
- title ? /* @__PURE__ */ jsx158("title", { id: titleId, children: title }) : null,
4825
- /* @__PURE__ */ jsx158(
4734
+ title ? /* @__PURE__ */ jsx155("title", { id: titleId, children: title }) : null,
4735
+ /* @__PURE__ */ jsx155(
4826
4736
  "path",
4827
4737
  {
4828
4738
  fill: "currentColor",
@@ -4837,8 +4747,8 @@ var MenuClose12Icon = ({
4837
4747
  var MenuClose12Icon_default = MenuClose12Icon;
4838
4748
 
4839
4749
  // icons/react/More12Icon.tsx
4840
- import { jsx as jsx159, jsxs as jsxs159 } from "react/jsx-runtime";
4841
- var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs159(
4750
+ import { jsx as jsx156, jsxs as jsxs156 } from "react/jsx-runtime";
4751
+ var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs156(
4842
4752
  "svg",
4843
4753
  {
4844
4754
  xmlns: "http://www.w3.org/2000/svg",
@@ -4849,8 +4759,8 @@ var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs159(
4849
4759
  "aria-labelledby": titleId,
4850
4760
  ...props,
4851
4761
  children: [
4852
- title ? /* @__PURE__ */ jsx159("title", { id: titleId, children: title }) : null,
4853
- /* @__PURE__ */ jsx159(
4762
+ title ? /* @__PURE__ */ jsx156("title", { id: titleId, children: title }) : null,
4763
+ /* @__PURE__ */ jsx156(
4854
4764
  "path",
4855
4765
  {
4856
4766
  fill: "currentColor",
@@ -4865,12 +4775,12 @@ var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs159(
4865
4775
  var More12Icon_default = More12Icon;
4866
4776
 
4867
4777
  // icons/react/NextArrow12Icon.tsx
4868
- import { jsx as jsx160, jsxs as jsxs160 } from "react/jsx-runtime";
4778
+ import { jsx as jsx157, jsxs as jsxs157 } from "react/jsx-runtime";
4869
4779
  var NextArrow12Icon = ({
4870
4780
  title,
4871
4781
  titleId,
4872
4782
  ...props
4873
- }) => /* @__PURE__ */ jsxs160(
4783
+ }) => /* @__PURE__ */ jsxs157(
4874
4784
  "svg",
4875
4785
  {
4876
4786
  xmlns: "http://www.w3.org/2000/svg",
@@ -4881,8 +4791,8 @@ var NextArrow12Icon = ({
4881
4791
  "aria-labelledby": titleId,
4882
4792
  ...props,
4883
4793
  children: [
4884
- title ? /* @__PURE__ */ jsx160("title", { id: titleId, children: title }) : null,
4885
- /* @__PURE__ */ jsx160(
4794
+ title ? /* @__PURE__ */ jsx157("title", { id: titleId, children: title }) : null,
4795
+ /* @__PURE__ */ jsx157(
4886
4796
  "path",
4887
4797
  {
4888
4798
  fill: "currentColor",
@@ -4895,12 +4805,12 @@ var NextArrow12Icon = ({
4895
4805
  var NextArrow12Icon_default = NextArrow12Icon;
4896
4806
 
4897
4807
  // icons/react/PrevArrow12Icon.tsx
4898
- import { jsx as jsx161, jsxs as jsxs161 } from "react/jsx-runtime";
4808
+ import { jsx as jsx158, jsxs as jsxs158 } from "react/jsx-runtime";
4899
4809
  var PrevArrow12Icon = ({
4900
4810
  title,
4901
4811
  titleId,
4902
4812
  ...props
4903
- }) => /* @__PURE__ */ jsxs161(
4813
+ }) => /* @__PURE__ */ jsxs158(
4904
4814
  "svg",
4905
4815
  {
4906
4816
  xmlns: "http://www.w3.org/2000/svg",
@@ -4911,8 +4821,8 @@ var PrevArrow12Icon = ({
4911
4821
  "aria-labelledby": titleId,
4912
4822
  ...props,
4913
4823
  children: [
4914
- title ? /* @__PURE__ */ jsx161("title", { id: titleId, children: title }) : null,
4915
- /* @__PURE__ */ jsx161(
4824
+ title ? /* @__PURE__ */ jsx158("title", { id: titleId, children: title }) : null,
4825
+ /* @__PURE__ */ jsx158(
4916
4826
  "path",
4917
4827
  {
4918
4828
  fill: "currentColor",
@@ -4925,12 +4835,12 @@ var PrevArrow12Icon = ({
4925
4835
  var PrevArrow12Icon_default = PrevArrow12Icon;
4926
4836
 
4927
4837
  // icons/react/OpenLink12Icon.tsx
4928
- import { jsx as jsx162, jsxs as jsxs162 } from "react/jsx-runtime";
4838
+ import { jsx as jsx159, jsxs as jsxs159 } from "react/jsx-runtime";
4929
4839
  var OpenLink12Icon = ({
4930
4840
  title,
4931
4841
  titleId,
4932
4842
  ...props
4933
- }) => /* @__PURE__ */ jsxs162(
4843
+ }) => /* @__PURE__ */ jsxs159(
4934
4844
  "svg",
4935
4845
  {
4936
4846
  xmlns: "http://www.w3.org/2000/svg",
@@ -4941,12 +4851,14 @@ var OpenLink12Icon = ({
4941
4851
  "aria-labelledby": titleId,
4942
4852
  ...props,
4943
4853
  children: [
4944
- title ? /* @__PURE__ */ jsx162("title", { id: titleId, children: title }) : null,
4945
- /* @__PURE__ */ jsx162(
4854
+ title ? /* @__PURE__ */ jsx159("title", { id: titleId, children: title }) : null,
4855
+ /* @__PURE__ */ jsx159(
4946
4856
  "path",
4947
4857
  {
4948
4858
  fill: "currentColor",
4949
- d: "M6.02 2H2v8h8V5.98l.01.01.99.99v3.353l-.014.135a.67.67 0 0 1-.518.518l-.135.014H1.667l-.135-.014a.67.67 0 0 1-.518-.518L1 10.333V1.667c0-.322.228-.591.532-.653L1.667 1H5.02zm4.448-.986q.06.012.117.036l.036.018a1 1 0 0 1 .071.038l.04.03a.7.7 0 0 1 .136.137q.014.017.026.036.024.037.043.079l.012.028q.016.041.028.085l.01.04q.012.06.013.126V5l-1-1v-.033a.7.7 0 0 1-.139-.106L8.14 2.14A.7.7 0 0 1 8.033 2H8L7 1h3.333z"
4859
+ fillRule: "evenodd",
4860
+ d: "M1.667 1H5.02l.99.99.51.51H2.5v7h7V5.48l.51.51.99.99v3.353a.667.667 0 0 1-.667.667H1.667A.667.667 0 0 1 1 10.333V1.667C1 1.299 1.299 1 1.667 1M9.5 3.5l-1-1-.1-.1-.261-.261L7 1h3.333c.368 0 .667.299.667.667V5L9.862 3.862 9.6 3.6z",
4861
+ clipRule: "evenodd"
4950
4862
  }
4951
4863
  )
4952
4864
  ]
@@ -4955,12 +4867,12 @@ var OpenLink12Icon = ({
4955
4867
  var OpenLink12Icon_default = OpenLink12Icon;
4956
4868
 
4957
4869
  // icons/react/Repair12Icon.tsx
4958
- import { jsx as jsx163, jsxs as jsxs163 } from "react/jsx-runtime";
4870
+ import { jsx as jsx160, jsxs as jsxs160 } from "react/jsx-runtime";
4959
4871
  var Repair12Icon = ({
4960
4872
  title,
4961
4873
  titleId,
4962
4874
  ...props
4963
- }) => /* @__PURE__ */ jsxs163(
4875
+ }) => /* @__PURE__ */ jsxs160(
4964
4876
  "svg",
4965
4877
  {
4966
4878
  xmlns: "http://www.w3.org/2000/svg",
@@ -4971,8 +4883,8 @@ var Repair12Icon = ({
4971
4883
  "aria-labelledby": titleId,
4972
4884
  ...props,
4973
4885
  children: [
4974
- title ? /* @__PURE__ */ jsx163("title", { id: titleId, children: title }) : null,
4975
- /* @__PURE__ */ jsx163(
4886
+ title ? /* @__PURE__ */ jsx160("title", { id: titleId, children: title }) : null,
4887
+ /* @__PURE__ */ jsx160(
4976
4888
  "path",
4977
4889
  {
4978
4890
  fill: "currentColor",
@@ -4987,12 +4899,12 @@ var Repair12Icon = ({
4987
4899
  var Repair12Icon_default = Repair12Icon;
4988
4900
 
4989
4901
  // icons/react/Security12Icon.tsx
4990
- import { jsx as jsx164, jsxs as jsxs164 } from "react/jsx-runtime";
4902
+ import { jsx as jsx161, jsxs as jsxs161 } from "react/jsx-runtime";
4991
4903
  var Security12Icon = ({
4992
4904
  title,
4993
4905
  titleId,
4994
4906
  ...props
4995
- }) => /* @__PURE__ */ jsxs164(
4907
+ }) => /* @__PURE__ */ jsxs161(
4996
4908
  "svg",
4997
4909
  {
4998
4910
  xmlns: "http://www.w3.org/2000/svg",
@@ -5003,8 +4915,8 @@ var Security12Icon = ({
5003
4915
  "aria-labelledby": titleId,
5004
4916
  ...props,
5005
4917
  children: [
5006
- title ? /* @__PURE__ */ jsx164("title", { id: titleId, children: title }) : null,
5007
- /* @__PURE__ */ jsx164(
4918
+ title ? /* @__PURE__ */ jsx161("title", { id: titleId, children: title }) : null,
4919
+ /* @__PURE__ */ jsx161(
5008
4920
  "path",
5009
4921
  {
5010
4922
  fill: "currentColor",
@@ -5018,43 +4930,13 @@ var Security12Icon = ({
5018
4930
  );
5019
4931
  var Security12Icon_default = Security12Icon;
5020
4932
 
5021
- // icons/react/SizeOutline12Icon.tsx
5022
- import { jsx as jsx165, jsxs as jsxs165 } from "react/jsx-runtime";
5023
- var SizeOutline12Icon = ({
5024
- title,
5025
- titleId,
5026
- ...props
5027
- }) => /* @__PURE__ */ jsxs165(
5028
- "svg",
5029
- {
5030
- xmlns: "http://www.w3.org/2000/svg",
5031
- width: 12,
5032
- height: 12,
5033
- viewBox: "0 0 12 12",
5034
- role: "img",
5035
- "aria-labelledby": titleId,
5036
- ...props,
5037
- children: [
5038
- title ? /* @__PURE__ */ jsx165("title", { id: titleId, children: title }) : null,
5039
- /* @__PURE__ */ jsx165(
5040
- "path",
5041
- {
5042
- fill: "currentColor",
5043
- d: "M8.547 1a.67.67 0 0 1 .577.33l.045.09 1.783 4.46q.024.06.036.122l.012.127v4.201c0 .37-.3.67-.67.67H1.67l-.135-.014A.67.67 0 0 1 1 10.33V6.13l.012-.127a1 1 0 0 1 .036-.122L2.83 1.42l.045-.09a.67.67 0 0 1 .477-.322l.1-.008zM2 10h8V7H2zm2.67-2a.33.33 0 0 1 .33.33v.34a.33.33 0 0 1-.33.33H3.33A.33.33 0 0 1 3 8.67v-.34A.33.33 0 0 1 3.33 8zM2.077 6h7.846l-1.6-4H3.677z"
5044
- }
5045
- )
5046
- ]
5047
- }
5048
- );
5049
- var SizeOutline12Icon_default = SizeOutline12Icon;
5050
-
5051
4933
  // icons/react/Success12Icon.tsx
5052
- import { jsx as jsx166, jsxs as jsxs166 } from "react/jsx-runtime";
4934
+ import { jsx as jsx162, jsxs as jsxs162 } from "react/jsx-runtime";
5053
4935
  var Success12Icon = ({
5054
4936
  title,
5055
4937
  titleId,
5056
4938
  ...props
5057
- }) => /* @__PURE__ */ jsxs166(
4939
+ }) => /* @__PURE__ */ jsxs162(
5058
4940
  "svg",
5059
4941
  {
5060
4942
  xmlns: "http://www.w3.org/2000/svg",
@@ -5065,8 +4947,8 @@ var Success12Icon = ({
5065
4947
  "aria-labelledby": titleId,
5066
4948
  ...props,
5067
4949
  children: [
5068
- title ? /* @__PURE__ */ jsx166("title", { id: titleId, children: title }) : null,
5069
- /* @__PURE__ */ jsx166(
4950
+ title ? /* @__PURE__ */ jsx162("title", { id: titleId, children: title }) : null,
4951
+ /* @__PURE__ */ jsx162(
5070
4952
  "path",
5071
4953
  {
5072
4954
  fill: "currentColor",
@@ -5080,43 +4962,13 @@ var Success12Icon = ({
5080
4962
  );
5081
4963
  var Success12Icon_default = Success12Icon;
5082
4964
 
5083
- // icons/react/TimeOutline12Icon.tsx
5084
- import { jsx as jsx167, jsxs as jsxs167 } from "react/jsx-runtime";
5085
- var TimeOutline12Icon = ({
5086
- title,
5087
- titleId,
5088
- ...props
5089
- }) => /* @__PURE__ */ jsxs167(
5090
- "svg",
5091
- {
5092
- xmlns: "http://www.w3.org/2000/svg",
5093
- width: 12,
5094
- height: 12,
5095
- viewBox: "0 0 12 12",
5096
- role: "img",
5097
- "aria-labelledby": titleId,
5098
- ...props,
5099
- children: [
5100
- title ? /* @__PURE__ */ jsx167("title", { id: titleId, children: title }) : null,
5101
- /* @__PURE__ */ jsx167(
5102
- "path",
5103
- {
5104
- fill: "currentColor",
5105
- d: "M6 0a6 6 0 1 1 0 12A6 6 0 0 1 6 0m0 1a5 5 0 1 0 0 10A5 5 0 0 0 6 1m.17 2a.33.33 0 0 1 .33.33v2.326a.33.33 0 0 0 .097.234L7.62 6.913a.33.33 0 0 1 0 .467l-.24.24a.33.33 0 0 1-.467 0L5.597 6.304A.33.33 0 0 1 5.5 6.07V3.33A.33.33 0 0 1 5.83 3z"
5106
- }
5107
- )
5108
- ]
5109
- }
5110
- );
5111
- var TimeOutline12Icon_default = TimeOutline12Icon;
5112
-
5113
4965
  // icons/react/Unauthorized12Icon.tsx
5114
- import { jsx as jsx168, jsxs as jsxs168 } from "react/jsx-runtime";
4966
+ import { jsx as jsx163, jsxs as jsxs163 } from "react/jsx-runtime";
5115
4967
  var Unauthorized12Icon = ({
5116
4968
  title,
5117
4969
  titleId,
5118
4970
  ...props
5119
- }) => /* @__PURE__ */ jsxs168(
4971
+ }) => /* @__PURE__ */ jsxs163(
5120
4972
  "svg",
5121
4973
  {
5122
4974
  xmlns: "http://www.w3.org/2000/svg",
@@ -5127,8 +4979,8 @@ var Unauthorized12Icon = ({
5127
4979
  "aria-labelledby": titleId,
5128
4980
  ...props,
5129
4981
  children: [
5130
- title ? /* @__PURE__ */ jsx168("title", { id: titleId, children: title }) : null,
5131
- /* @__PURE__ */ jsx168(
4982
+ title ? /* @__PURE__ */ jsx163("title", { id: titleId, children: title }) : null,
4983
+ /* @__PURE__ */ jsx163(
5132
4984
  "path",
5133
4985
  {
5134
4986
  fill: "currentColor",
@@ -5143,12 +4995,12 @@ var Unauthorized12Icon = ({
5143
4995
  var Unauthorized12Icon_default = Unauthorized12Icon;
5144
4996
 
5145
4997
  // icons/react/Warning12Icon.tsx
5146
- import { jsx as jsx169, jsxs as jsxs169 } from "react/jsx-runtime";
4998
+ import { jsx as jsx164, jsxs as jsxs164 } from "react/jsx-runtime";
5147
4999
  var Warning12Icon = ({
5148
5000
  title,
5149
5001
  titleId,
5150
5002
  ...props
5151
- }) => /* @__PURE__ */ jsxs169(
5003
+ }) => /* @__PURE__ */ jsxs164(
5152
5004
  "svg",
5153
5005
  {
5154
5006
  xmlns: "http://www.w3.org/2000/svg",
@@ -5159,8 +5011,8 @@ var Warning12Icon = ({
5159
5011
  "aria-labelledby": titleId,
5160
5012
  ...props,
5161
5013
  children: [
5162
- title ? /* @__PURE__ */ jsx169("title", { id: titleId, children: title }) : null,
5163
- /* @__PURE__ */ jsx169(
5014
+ title ? /* @__PURE__ */ jsx164("title", { id: titleId, children: title }) : null,
5015
+ /* @__PURE__ */ jsx164(
5164
5016
  "path",
5165
5017
  {
5166
5018
  fill: "currentColor",
@@ -5175,12 +5027,12 @@ var Warning12Icon = ({
5175
5027
  var Warning12Icon_default = Warning12Icon;
5176
5028
 
5177
5029
  // icons/react/Question12Icon.tsx
5178
- import { jsx as jsx170, jsxs as jsxs170 } from "react/jsx-runtime";
5030
+ import { jsx as jsx165, jsxs as jsxs165 } from "react/jsx-runtime";
5179
5031
  var Question12Icon = ({
5180
5032
  title,
5181
5033
  titleId,
5182
5034
  ...props
5183
- }) => /* @__PURE__ */ jsxs170(
5035
+ }) => /* @__PURE__ */ jsxs165(
5184
5036
  "svg",
5185
5037
  {
5186
5038
  xmlns: "http://www.w3.org/2000/svg",
@@ -5191,8 +5043,8 @@ var Question12Icon = ({
5191
5043
  "aria-labelledby": titleId,
5192
5044
  ...props,
5193
5045
  children: [
5194
- title ? /* @__PURE__ */ jsx170("title", { id: titleId, children: title }) : null,
5195
- /* @__PURE__ */ jsx170(
5046
+ title ? /* @__PURE__ */ jsx165("title", { id: titleId, children: title }) : null,
5047
+ /* @__PURE__ */ jsx165(
5196
5048
  "path",
5197
5049
  {
5198
5050
  fill: "currentColor",
@@ -5207,8 +5059,8 @@ var Question12Icon = ({
5207
5059
  var Question12Icon_default = Question12Icon;
5208
5060
 
5209
5061
  // icons/react/Hide12Icon.tsx
5210
- import { jsx as jsx171, jsxs as jsxs171 } from "react/jsx-runtime";
5211
- var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs171(
5062
+ import { jsx as jsx166, jsxs as jsxs166 } from "react/jsx-runtime";
5063
+ var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs166(
5212
5064
  "svg",
5213
5065
  {
5214
5066
  xmlns: "http://www.w3.org/2000/svg",
@@ -5219,8 +5071,8 @@ var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs171(
5219
5071
  "aria-labelledby": titleId,
5220
5072
  ...props,
5221
5073
  children: [
5222
- title ? /* @__PURE__ */ jsx171("title", { id: titleId, children: title }) : null,
5223
- /* @__PURE__ */ jsx171(
5074
+ title ? /* @__PURE__ */ jsx166("title", { id: titleId, children: title }) : null,
5075
+ /* @__PURE__ */ jsx166(
5224
5076
  "path",
5225
5077
  {
5226
5078
  fill: "currentColor",
@@ -5235,12 +5087,12 @@ var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs171(
5235
5087
  var Hide12Icon_default = Hide12Icon;
5236
5088
 
5237
5089
  // icons/react/SelectArrows6Icon.tsx
5238
- import { jsx as jsx172, jsxs as jsxs172 } from "react/jsx-runtime";
5090
+ import { jsx as jsx167, jsxs as jsxs167 } from "react/jsx-runtime";
5239
5091
  var SelectArrows6Icon = ({
5240
5092
  title,
5241
5093
  titleId,
5242
5094
  ...props
5243
- }) => /* @__PURE__ */ jsxs172(
5095
+ }) => /* @__PURE__ */ jsxs167(
5244
5096
  "svg",
5245
5097
  {
5246
5098
  xmlns: "http://www.w3.org/2000/svg",
@@ -5251,8 +5103,8 @@ var SelectArrows6Icon = ({
5251
5103
  "aria-labelledby": titleId,
5252
5104
  ...props,
5253
5105
  children: [
5254
- title ? /* @__PURE__ */ jsx172("title", { id: titleId, children: title }) : null,
5255
- /* @__PURE__ */ jsx172(
5106
+ title ? /* @__PURE__ */ jsx167("title", { id: titleId, children: title }) : null,
5107
+ /* @__PURE__ */ jsx167(
5256
5108
  "path",
5257
5109
  {
5258
5110
  fill: "currentColor",
@@ -5267,8 +5119,8 @@ var SelectArrows6Icon = ({
5267
5119
  var SelectArrows6Icon_default = SelectArrows6Icon;
5268
5120
 
5269
5121
  // icons/react/Close8Icon.tsx
5270
- import { jsx as jsx173, jsxs as jsxs173 } from "react/jsx-runtime";
5271
- var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs173(
5122
+ import { jsx as jsx168, jsxs as jsxs168 } from "react/jsx-runtime";
5123
+ var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs168(
5272
5124
  "svg",
5273
5125
  {
5274
5126
  xmlns: "http://www.w3.org/2000/svg",
@@ -5279,8 +5131,8 @@ var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs173(
5279
5131
  "aria-labelledby": titleId,
5280
5132
  ...props,
5281
5133
  children: [
5282
- title ? /* @__PURE__ */ jsx173("title", { id: titleId, children: title }) : null,
5283
- /* @__PURE__ */ jsx173(
5134
+ title ? /* @__PURE__ */ jsx168("title", { id: titleId, children: title }) : null,
5135
+ /* @__PURE__ */ jsx168(
5284
5136
  "path",
5285
5137
  {
5286
5138
  fill: "currentColor",
@@ -5294,6 +5146,66 @@ var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs173(
5294
5146
  );
5295
5147
  var Close8Icon_default = Close8Icon;
5296
5148
 
5149
+ // icons/react/Sparkle16Icon.tsx
5150
+ import { jsx as jsx169, jsxs as jsxs169 } from "react/jsx-runtime";
5151
+ var Sparkle16Icon = ({
5152
+ title,
5153
+ titleId,
5154
+ ...props
5155
+ }) => /* @__PURE__ */ jsxs169(
5156
+ "svg",
5157
+ {
5158
+ xmlns: "http://www.w3.org/2000/svg",
5159
+ width: 16,
5160
+ height: 16,
5161
+ viewBox: "0 0 16 16",
5162
+ role: "img",
5163
+ "aria-labelledby": titleId,
5164
+ ...props,
5165
+ children: [
5166
+ title ? /* @__PURE__ */ jsx169("title", { id: titleId, children: title }) : null,
5167
+ /* @__PURE__ */ jsx169(
5168
+ "path",
5169
+ {
5170
+ fill: "currentColor",
5171
+ d: "M10.651 4.795a.38.38 0 0 1 .697 0L12.72 7.93a.75.75 0 0 0 .31.348l2.404 1.394a.38.38 0 0 1 0 .658l-2.404 1.394a.75.75 0 0 0-.31.348l-1.372 3.134a.38.38 0 0 1-.697 0l-1.37-3.134a.75.75 0 0 0-.311-.348L6.566 10.33a.38.38 0 0 1 0-.658L8.97 8.277a.75.75 0 0 0 .31-.348zM3.655.738a.38.38 0 0 1 .69 0L5.35 2.892a.75.75 0 0 0 .321.34l1.716.934a.38.38 0 0 1 0 .667l-1.716.934a.75.75 0 0 0-.321.34L4.345 8.263a.38.38 0 0 1-.69 0L2.65 6.108a.75.75 0 0 0-.32-.34L.612 4.833a.38.38 0 0 1 0-.667l1.715-.934a.75.75 0 0 0 .321-.34z"
5172
+ }
5173
+ )
5174
+ ]
5175
+ }
5176
+ );
5177
+ var Sparkle16Icon_default = Sparkle16Icon;
5178
+
5179
+ // icons/react/Submit16Icon.tsx
5180
+ import { jsx as jsx170, jsxs as jsxs170 } from "react/jsx-runtime";
5181
+ var Submit16Icon = ({
5182
+ title,
5183
+ titleId,
5184
+ ...props
5185
+ }) => /* @__PURE__ */ jsxs170(
5186
+ "svg",
5187
+ {
5188
+ xmlns: "http://www.w3.org/2000/svg",
5189
+ width: 16,
5190
+ height: 16,
5191
+ viewBox: "0 0 16 16",
5192
+ role: "img",
5193
+ "aria-labelledby": titleId,
5194
+ ...props,
5195
+ children: [
5196
+ title ? /* @__PURE__ */ jsx170("title", { id: titleId, children: title }) : null,
5197
+ /* @__PURE__ */ jsx170(
5198
+ "path",
5199
+ {
5200
+ fill: "currentColor",
5201
+ d: "M1.332 2.853a.38.38 0 0 1 .506-.486c2.168.946 8.082 3.518 12.33 5.288a.38.38 0 0 1 .001.701L1.832 13.643a.38.38 0 0 1-.504-.486l1.9-4.885a.75.75 0 0 0 0-.544z"
5202
+ }
5203
+ )
5204
+ ]
5205
+ }
5206
+ );
5207
+ var Submit16Icon_default = Submit16Icon;
5208
+
5297
5209
  export {
5298
5210
  Access24Icon_default,
5299
5211
  AccessToken24Icon_default,
@@ -5421,11 +5333,9 @@ export {
5421
5333
  Show16Icon_default,
5422
5334
  SignOut16Icon_default,
5423
5335
  Snapshots16Icon_default,
5424
- Sparkle16Icon_default,
5425
5336
  SoftwareUpdate16Icon_default,
5426
5337
  Ssd16Icon_default,
5427
5338
  Storage16Icon_default,
5428
- Submit16Icon_default,
5429
5339
  Subnet16Icon_default,
5430
5340
  Tags16Icon_default,
5431
5341
  Terminal16Icon_default,
@@ -5445,7 +5355,6 @@ export {
5445
5355
  Clipboard12Icon_default,
5446
5356
  Copy12Icon_default,
5447
5357
  Disabled12Icon_default,
5448
- DownloadOutline12Icon_default,
5449
5358
  Error12Icon_default,
5450
5359
  Info12Icon_default,
5451
5360
  Filter12Icon_default,
@@ -5459,14 +5368,14 @@ export {
5459
5368
  OpenLink12Icon_default,
5460
5369
  Repair12Icon_default,
5461
5370
  Security12Icon_default,
5462
- SizeOutline12Icon_default,
5463
5371
  Success12Icon_default,
5464
- TimeOutline12Icon_default,
5465
5372
  Unauthorized12Icon_default,
5466
5373
  Warning12Icon_default,
5467
5374
  Question12Icon_default,
5468
5375
  Hide12Icon_default,
5469
5376
  SelectArrows6Icon_default,
5470
- Close8Icon_default
5377
+ Close8Icon_default,
5378
+ Sparkle16Icon_default,
5379
+ Submit16Icon_default
5471
5380
  };
5472
- //# sourceMappingURL=chunk-BTKC2KJ2.js.map
5381
+ //# sourceMappingURL=chunk-EZCJJGCD.js.map