@oxide/design-system 2.7.0 → 2.7.1--canary.1bbaaff.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-EZCJJGCD.js → chunk-BTKC2KJ2.js} +325 -234
- package/dist/chunk-BTKC2KJ2.js.map +1 -0
- package/dist/components/src/index.js +1 -1
- package/dist/icons/index.d.ts +9 -0
- package/dist/icons/react/index.d.ts +176 -158
- package/dist/icons/react/index.js +7 -1
- package/icons/sprite.svg +1 -1
- package/icons/svg/download-outline-12.svg +1 -0
- package/icons/svg/open-link-12.svg +1 -1
- package/icons/svg/size-outline-12.svg +1 -0
- package/icons/svg/time-outline-12.svg +1 -0
- package/package.json +1 -1
- package/dist/chunk-EZCJJGCD.js.map +0 -1
|
@@ -3867,9 +3867,9 @@ var Snapshots16Icon = ({
|
|
|
3867
3867
|
);
|
|
3868
3868
|
var Snapshots16Icon_default = Snapshots16Icon;
|
|
3869
3869
|
|
|
3870
|
-
// icons/react/
|
|
3870
|
+
// icons/react/Sparkle16Icon.tsx
|
|
3871
3871
|
import { jsx as jsx127, jsxs as jsxs127 } from "react/jsx-runtime";
|
|
3872
|
-
var
|
|
3872
|
+
var Sparkle16Icon = ({
|
|
3873
3873
|
title,
|
|
3874
3874
|
titleId,
|
|
3875
3875
|
...props
|
|
@@ -3886,6 +3886,36 @@ var SoftwareUpdate16Icon = ({
|
|
|
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(
|
|
3889
3919
|
"path",
|
|
3890
3920
|
{
|
|
3891
3921
|
fill: "currentColor",
|
|
@@ -3900,8 +3930,8 @@ var SoftwareUpdate16Icon = ({
|
|
|
3900
3930
|
var SoftwareUpdate16Icon_default = SoftwareUpdate16Icon;
|
|
3901
3931
|
|
|
3902
3932
|
// icons/react/Ssd16Icon.tsx
|
|
3903
|
-
import { jsx as
|
|
3904
|
-
var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3933
|
+
import { jsx as jsx129, jsxs as jsxs129 } from "react/jsx-runtime";
|
|
3934
|
+
var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs129(
|
|
3905
3935
|
"svg",
|
|
3906
3936
|
{
|
|
3907
3937
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3912,8 +3942,8 @@ var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs128(
|
|
|
3912
3942
|
"aria-labelledby": titleId,
|
|
3913
3943
|
...props,
|
|
3914
3944
|
children: [
|
|
3915
|
-
title ? /* @__PURE__ */
|
|
3916
|
-
/* @__PURE__ */
|
|
3945
|
+
title ? /* @__PURE__ */ jsx129("title", { id: titleId, children: title }) : null,
|
|
3946
|
+
/* @__PURE__ */ jsx129(
|
|
3917
3947
|
"path",
|
|
3918
3948
|
{
|
|
3919
3949
|
fill: "currentColor",
|
|
@@ -3928,12 +3958,12 @@ var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs128(
|
|
|
3928
3958
|
var Ssd16Icon_default = Ssd16Icon;
|
|
3929
3959
|
|
|
3930
3960
|
// icons/react/Storage16Icon.tsx
|
|
3931
|
-
import { jsx as
|
|
3961
|
+
import { jsx as jsx130, jsxs as jsxs130 } from "react/jsx-runtime";
|
|
3932
3962
|
var Storage16Icon = ({
|
|
3933
3963
|
title,
|
|
3934
3964
|
titleId,
|
|
3935
3965
|
...props
|
|
3936
|
-
}) => /* @__PURE__ */
|
|
3966
|
+
}) => /* @__PURE__ */ jsxs130(
|
|
3937
3967
|
"svg",
|
|
3938
3968
|
{
|
|
3939
3969
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3944,8 +3974,8 @@ var Storage16Icon = ({
|
|
|
3944
3974
|
"aria-labelledby": titleId,
|
|
3945
3975
|
...props,
|
|
3946
3976
|
children: [
|
|
3947
|
-
title ? /* @__PURE__ */
|
|
3948
|
-
/* @__PURE__ */
|
|
3977
|
+
title ? /* @__PURE__ */ jsx130("title", { id: titleId, children: title }) : null,
|
|
3978
|
+
/* @__PURE__ */ jsx130(
|
|
3949
3979
|
"path",
|
|
3950
3980
|
{
|
|
3951
3981
|
fill: "currentColor",
|
|
@@ -3959,13 +3989,43 @@ var Storage16Icon = ({
|
|
|
3959
3989
|
);
|
|
3960
3990
|
var Storage16Icon_default = Storage16Icon;
|
|
3961
3991
|
|
|
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
|
+
|
|
3962
4022
|
// icons/react/Subnet16Icon.tsx
|
|
3963
|
-
import { jsx as
|
|
4023
|
+
import { jsx as jsx132, jsxs as jsxs132 } from "react/jsx-runtime";
|
|
3964
4024
|
var Subnet16Icon = ({
|
|
3965
4025
|
title,
|
|
3966
4026
|
titleId,
|
|
3967
4027
|
...props
|
|
3968
|
-
}) => /* @__PURE__ */
|
|
4028
|
+
}) => /* @__PURE__ */ jsxs132(
|
|
3969
4029
|
"svg",
|
|
3970
4030
|
{
|
|
3971
4031
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3976,8 +4036,8 @@ var Subnet16Icon = ({
|
|
|
3976
4036
|
"aria-labelledby": titleId,
|
|
3977
4037
|
...props,
|
|
3978
4038
|
children: [
|
|
3979
|
-
title ? /* @__PURE__ */
|
|
3980
|
-
/* @__PURE__ */
|
|
4039
|
+
title ? /* @__PURE__ */ jsx132("title", { id: titleId, children: title }) : null,
|
|
4040
|
+
/* @__PURE__ */ jsx132(
|
|
3981
4041
|
"path",
|
|
3982
4042
|
{
|
|
3983
4043
|
fill: "currentColor",
|
|
@@ -3992,8 +4052,8 @@ var Subnet16Icon = ({
|
|
|
3992
4052
|
var Subnet16Icon_default = Subnet16Icon;
|
|
3993
4053
|
|
|
3994
4054
|
// icons/react/Tags16Icon.tsx
|
|
3995
|
-
import { jsx as
|
|
3996
|
-
var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4055
|
+
import { jsx as jsx133, jsxs as jsxs133 } from "react/jsx-runtime";
|
|
4056
|
+
var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs133(
|
|
3997
4057
|
"svg",
|
|
3998
4058
|
{
|
|
3999
4059
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4004,8 +4064,8 @@ var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs131(
|
|
|
4004
4064
|
"aria-labelledby": titleId,
|
|
4005
4065
|
...props,
|
|
4006
4066
|
children: [
|
|
4007
|
-
title ? /* @__PURE__ */
|
|
4008
|
-
/* @__PURE__ */
|
|
4067
|
+
title ? /* @__PURE__ */ jsx133("title", { id: titleId, children: title }) : null,
|
|
4068
|
+
/* @__PURE__ */ jsx133(
|
|
4009
4069
|
"path",
|
|
4010
4070
|
{
|
|
4011
4071
|
fill: "currentColor",
|
|
@@ -4020,12 +4080,12 @@ var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs131(
|
|
|
4020
4080
|
var Tags16Icon_default = Tags16Icon;
|
|
4021
4081
|
|
|
4022
4082
|
// icons/react/Terminal16Icon.tsx
|
|
4023
|
-
import { jsx as
|
|
4083
|
+
import { jsx as jsx134, jsxs as jsxs134 } from "react/jsx-runtime";
|
|
4024
4084
|
var Terminal16Icon = ({
|
|
4025
4085
|
title,
|
|
4026
4086
|
titleId,
|
|
4027
4087
|
...props
|
|
4028
|
-
}) => /* @__PURE__ */
|
|
4088
|
+
}) => /* @__PURE__ */ jsxs134(
|
|
4029
4089
|
"svg",
|
|
4030
4090
|
{
|
|
4031
4091
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4036,8 +4096,8 @@ var Terminal16Icon = ({
|
|
|
4036
4096
|
"aria-labelledby": titleId,
|
|
4037
4097
|
...props,
|
|
4038
4098
|
children: [
|
|
4039
|
-
title ? /* @__PURE__ */
|
|
4040
|
-
/* @__PURE__ */
|
|
4099
|
+
title ? /* @__PURE__ */ jsx134("title", { id: titleId, children: title }) : null,
|
|
4100
|
+
/* @__PURE__ */ jsx134(
|
|
4041
4101
|
"path",
|
|
4042
4102
|
{
|
|
4043
4103
|
fill: "currentColor",
|
|
@@ -4052,8 +4112,8 @@ var Terminal16Icon = ({
|
|
|
4052
4112
|
var Terminal16Icon_default = Terminal16Icon;
|
|
4053
4113
|
|
|
4054
4114
|
// icons/react/Time16Icon.tsx
|
|
4055
|
-
import { jsx as
|
|
4056
|
-
var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4115
|
+
import { jsx as jsx135, jsxs as jsxs135 } from "react/jsx-runtime";
|
|
4116
|
+
var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs135(
|
|
4057
4117
|
"svg",
|
|
4058
4118
|
{
|
|
4059
4119
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4064,8 +4124,8 @@ var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs133(
|
|
|
4064
4124
|
"aria-labelledby": titleId,
|
|
4065
4125
|
...props,
|
|
4066
4126
|
children: [
|
|
4067
|
-
title ? /* @__PURE__ */
|
|
4068
|
-
/* @__PURE__ */
|
|
4127
|
+
title ? /* @__PURE__ */ jsx135("title", { id: titleId, children: title }) : null,
|
|
4128
|
+
/* @__PURE__ */ jsx135(
|
|
4069
4129
|
"path",
|
|
4070
4130
|
{
|
|
4071
4131
|
fill: "currentColor",
|
|
@@ -4080,12 +4140,12 @@ var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs133(
|
|
|
4080
4140
|
var Time16Icon_default = Time16Icon;
|
|
4081
4141
|
|
|
4082
4142
|
// icons/react/Transmit16Icon.tsx
|
|
4083
|
-
import { jsx as
|
|
4143
|
+
import { jsx as jsx136, jsxs as jsxs136 } from "react/jsx-runtime";
|
|
4084
4144
|
var Transmit16Icon = ({
|
|
4085
4145
|
title,
|
|
4086
4146
|
titleId,
|
|
4087
4147
|
...props
|
|
4088
|
-
}) => /* @__PURE__ */
|
|
4148
|
+
}) => /* @__PURE__ */ jsxs136(
|
|
4089
4149
|
"svg",
|
|
4090
4150
|
{
|
|
4091
4151
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4096,8 +4156,8 @@ var Transmit16Icon = ({
|
|
|
4096
4156
|
"aria-labelledby": titleId,
|
|
4097
4157
|
...props,
|
|
4098
4158
|
children: [
|
|
4099
|
-
title ? /* @__PURE__ */
|
|
4100
|
-
/* @__PURE__ */
|
|
4159
|
+
title ? /* @__PURE__ */ jsx136("title", { id: titleId, children: title }) : null,
|
|
4160
|
+
/* @__PURE__ */ jsx136(
|
|
4101
4161
|
"path",
|
|
4102
4162
|
{
|
|
4103
4163
|
fill: "currentColor",
|
|
@@ -4112,12 +4172,12 @@ var Transmit16Icon = ({
|
|
|
4112
4172
|
var Transmit16Icon_default = Transmit16Icon;
|
|
4113
4173
|
|
|
4114
4174
|
// icons/react/Question16Icon.tsx
|
|
4115
|
-
import { jsx as
|
|
4175
|
+
import { jsx as jsx137, jsxs as jsxs137 } from "react/jsx-runtime";
|
|
4116
4176
|
var Question16Icon = ({
|
|
4117
4177
|
title,
|
|
4118
4178
|
titleId,
|
|
4119
4179
|
...props
|
|
4120
|
-
}) => /* @__PURE__ */
|
|
4180
|
+
}) => /* @__PURE__ */ jsxs137(
|
|
4121
4181
|
"svg",
|
|
4122
4182
|
{
|
|
4123
4183
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4128,8 +4188,8 @@ var Question16Icon = ({
|
|
|
4128
4188
|
"aria-labelledby": titleId,
|
|
4129
4189
|
...props,
|
|
4130
4190
|
children: [
|
|
4131
|
-
title ? /* @__PURE__ */
|
|
4132
|
-
/* @__PURE__ */
|
|
4191
|
+
title ? /* @__PURE__ */ jsx137("title", { id: titleId, children: title }) : null,
|
|
4192
|
+
/* @__PURE__ */ jsx137(
|
|
4133
4193
|
"path",
|
|
4134
4194
|
{
|
|
4135
4195
|
fill: "currentColor",
|
|
@@ -4144,12 +4204,12 @@ var Question16Icon = ({
|
|
|
4144
4204
|
var Question16Icon_default = Question16Icon;
|
|
4145
4205
|
|
|
4146
4206
|
// icons/react/Webhooks16Icon.tsx
|
|
4147
|
-
import { jsx as
|
|
4207
|
+
import { jsx as jsx138, jsxs as jsxs138 } from "react/jsx-runtime";
|
|
4148
4208
|
var Webhooks16Icon = ({
|
|
4149
4209
|
title,
|
|
4150
4210
|
titleId,
|
|
4151
4211
|
...props
|
|
4152
|
-
}) => /* @__PURE__ */
|
|
4212
|
+
}) => /* @__PURE__ */ jsxs138(
|
|
4153
4213
|
"svg",
|
|
4154
4214
|
{
|
|
4155
4215
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4160,8 +4220,8 @@ var Webhooks16Icon = ({
|
|
|
4160
4220
|
"aria-labelledby": titleId,
|
|
4161
4221
|
...props,
|
|
4162
4222
|
children: [
|
|
4163
|
-
title ? /* @__PURE__ */
|
|
4164
|
-
/* @__PURE__ */
|
|
4223
|
+
title ? /* @__PURE__ */ jsx138("title", { id: titleId, children: title }) : null,
|
|
4224
|
+
/* @__PURE__ */ jsx138(
|
|
4165
4225
|
"path",
|
|
4166
4226
|
{
|
|
4167
4227
|
fill: "currentColor",
|
|
@@ -4176,8 +4236,8 @@ var Webhooks16Icon = ({
|
|
|
4176
4236
|
var Webhooks16Icon_default = Webhooks16Icon;
|
|
4177
4237
|
|
|
4178
4238
|
// icons/react/Add12Icon.tsx
|
|
4179
|
-
import { jsx as
|
|
4180
|
-
var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4239
|
+
import { jsx as jsx139, jsxs as jsxs139 } from "react/jsx-runtime";
|
|
4240
|
+
var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs139(
|
|
4181
4241
|
"svg",
|
|
4182
4242
|
{
|
|
4183
4243
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4188,8 +4248,8 @@ var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs137(
|
|
|
4188
4248
|
"aria-labelledby": titleId,
|
|
4189
4249
|
...props,
|
|
4190
4250
|
children: [
|
|
4191
|
-
title ? /* @__PURE__ */
|
|
4192
|
-
/* @__PURE__ */
|
|
4251
|
+
title ? /* @__PURE__ */ jsx139("title", { id: titleId, children: title }) : null,
|
|
4252
|
+
/* @__PURE__ */ jsx139(
|
|
4193
4253
|
"path",
|
|
4194
4254
|
{
|
|
4195
4255
|
fill: "currentColor",
|
|
@@ -4204,12 +4264,12 @@ var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs137(
|
|
|
4204
4264
|
var Add12Icon_default = Add12Icon;
|
|
4205
4265
|
|
|
4206
4266
|
// icons/react/AutoRestart12Icon.tsx
|
|
4207
|
-
import { jsx as
|
|
4267
|
+
import { jsx as jsx140, jsxs as jsxs140 } from "react/jsx-runtime";
|
|
4208
4268
|
var AutoRestart12Icon = ({
|
|
4209
4269
|
title,
|
|
4210
4270
|
titleId,
|
|
4211
4271
|
...props
|
|
4212
|
-
}) => /* @__PURE__ */
|
|
4272
|
+
}) => /* @__PURE__ */ jsxs140(
|
|
4213
4273
|
"svg",
|
|
4214
4274
|
{
|
|
4215
4275
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4220,8 +4280,8 @@ var AutoRestart12Icon = ({
|
|
|
4220
4280
|
"aria-labelledby": titleId,
|
|
4221
4281
|
...props,
|
|
4222
4282
|
children: [
|
|
4223
|
-
title ? /* @__PURE__ */
|
|
4224
|
-
/* @__PURE__ */
|
|
4283
|
+
title ? /* @__PURE__ */ jsx140("title", { id: titleId, children: title }) : null,
|
|
4284
|
+
/* @__PURE__ */ jsx140(
|
|
4225
4285
|
"path",
|
|
4226
4286
|
{
|
|
4227
4287
|
fill: "currentColor",
|
|
@@ -4234,12 +4294,12 @@ var AutoRestart12Icon = ({
|
|
|
4234
4294
|
var AutoRestart12Icon_default = AutoRestart12Icon;
|
|
4235
4295
|
|
|
4236
4296
|
// icons/react/AddRoundel12Icon.tsx
|
|
4237
|
-
import { jsx as
|
|
4297
|
+
import { jsx as jsx141, jsxs as jsxs141 } from "react/jsx-runtime";
|
|
4238
4298
|
var AddRoundel12Icon = ({
|
|
4239
4299
|
title,
|
|
4240
4300
|
titleId,
|
|
4241
4301
|
...props
|
|
4242
|
-
}) => /* @__PURE__ */
|
|
4302
|
+
}) => /* @__PURE__ */ jsxs141(
|
|
4243
4303
|
"svg",
|
|
4244
4304
|
{
|
|
4245
4305
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4250,8 +4310,8 @@ var AddRoundel12Icon = ({
|
|
|
4250
4310
|
"aria-labelledby": titleId,
|
|
4251
4311
|
...props,
|
|
4252
4312
|
children: [
|
|
4253
|
-
title ? /* @__PURE__ */
|
|
4254
|
-
/* @__PURE__ */
|
|
4313
|
+
title ? /* @__PURE__ */ jsx141("title", { id: titleId, children: title }) : null,
|
|
4314
|
+
/* @__PURE__ */ jsx141(
|
|
4255
4315
|
"path",
|
|
4256
4316
|
{
|
|
4257
4317
|
fill: "currentColor",
|
|
@@ -4266,12 +4326,12 @@ var AddRoundel12Icon = ({
|
|
|
4266
4326
|
var AddRoundel12Icon_default = AddRoundel12Icon;
|
|
4267
4327
|
|
|
4268
4328
|
// icons/react/Checkmark12Icon.tsx
|
|
4269
|
-
import { jsx as
|
|
4329
|
+
import { jsx as jsx142, jsxs as jsxs142 } from "react/jsx-runtime";
|
|
4270
4330
|
var Checkmark12Icon = ({
|
|
4271
4331
|
title,
|
|
4272
4332
|
titleId,
|
|
4273
4333
|
...props
|
|
4274
|
-
}) => /* @__PURE__ */
|
|
4334
|
+
}) => /* @__PURE__ */ jsxs142(
|
|
4275
4335
|
"svg",
|
|
4276
4336
|
{
|
|
4277
4337
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4282,8 +4342,8 @@ var Checkmark12Icon = ({
|
|
|
4282
4342
|
"aria-labelledby": titleId,
|
|
4283
4343
|
...props,
|
|
4284
4344
|
children: [
|
|
4285
|
-
title ? /* @__PURE__ */
|
|
4286
|
-
/* @__PURE__ */
|
|
4345
|
+
title ? /* @__PURE__ */ jsx142("title", { id: titleId, children: title }) : null,
|
|
4346
|
+
/* @__PURE__ */ jsx142(
|
|
4287
4347
|
"path",
|
|
4288
4348
|
{
|
|
4289
4349
|
fill: "currentColor",
|
|
@@ -4298,8 +4358,8 @@ var Checkmark12Icon = ({
|
|
|
4298
4358
|
var Checkmark12Icon_default = Checkmark12Icon;
|
|
4299
4359
|
|
|
4300
4360
|
// icons/react/Close12Icon.tsx
|
|
4301
|
-
import { jsx as
|
|
4302
|
-
var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4361
|
+
import { jsx as jsx143, jsxs as jsxs143 } from "react/jsx-runtime";
|
|
4362
|
+
var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs143(
|
|
4303
4363
|
"svg",
|
|
4304
4364
|
{
|
|
4305
4365
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4310,8 +4370,8 @@ var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs141(
|
|
|
4310
4370
|
"aria-labelledby": titleId,
|
|
4311
4371
|
...props,
|
|
4312
4372
|
children: [
|
|
4313
|
-
title ? /* @__PURE__ */
|
|
4314
|
-
/* @__PURE__ */
|
|
4373
|
+
title ? /* @__PURE__ */ jsx143("title", { id: titleId, children: title }) : null,
|
|
4374
|
+
/* @__PURE__ */ jsx143(
|
|
4315
4375
|
"path",
|
|
4316
4376
|
{
|
|
4317
4377
|
fill: "currentColor",
|
|
@@ -4324,12 +4384,12 @@ var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs141(
|
|
|
4324
4384
|
var Close12Icon_default = Close12Icon;
|
|
4325
4385
|
|
|
4326
4386
|
// icons/react/DirectionRightIcon.tsx
|
|
4327
|
-
import { jsx as
|
|
4387
|
+
import { jsx as jsx144, jsxs as jsxs144 } from "react/jsx-runtime";
|
|
4328
4388
|
var DirectionRightIcon = ({
|
|
4329
4389
|
title,
|
|
4330
4390
|
titleId,
|
|
4331
4391
|
...props
|
|
4332
|
-
}) => /* @__PURE__ */
|
|
4392
|
+
}) => /* @__PURE__ */ jsxs144(
|
|
4333
4393
|
"svg",
|
|
4334
4394
|
{
|
|
4335
4395
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4340,8 +4400,8 @@ var DirectionRightIcon = ({
|
|
|
4340
4400
|
"aria-labelledby": titleId,
|
|
4341
4401
|
...props,
|
|
4342
4402
|
children: [
|
|
4343
|
-
title ? /* @__PURE__ */
|
|
4344
|
-
/* @__PURE__ */
|
|
4403
|
+
title ? /* @__PURE__ */ jsx144("title", { id: titleId, children: title }) : null,
|
|
4404
|
+
/* @__PURE__ */ jsx144(
|
|
4345
4405
|
"path",
|
|
4346
4406
|
{
|
|
4347
4407
|
fill: "currentColor",
|
|
@@ -4354,12 +4414,12 @@ var DirectionRightIcon = ({
|
|
|
4354
4414
|
var DirectionRightIcon_default = DirectionRightIcon;
|
|
4355
4415
|
|
|
4356
4416
|
// icons/react/DirectionUpIcon.tsx
|
|
4357
|
-
import { jsx as
|
|
4417
|
+
import { jsx as jsx145, jsxs as jsxs145 } from "react/jsx-runtime";
|
|
4358
4418
|
var DirectionUpIcon = ({
|
|
4359
4419
|
title,
|
|
4360
4420
|
titleId,
|
|
4361
4421
|
...props
|
|
4362
|
-
}) => /* @__PURE__ */
|
|
4422
|
+
}) => /* @__PURE__ */ jsxs145(
|
|
4363
4423
|
"svg",
|
|
4364
4424
|
{
|
|
4365
4425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4370,8 +4430,8 @@ var DirectionUpIcon = ({
|
|
|
4370
4430
|
"aria-labelledby": titleId,
|
|
4371
4431
|
...props,
|
|
4372
4432
|
children: [
|
|
4373
|
-
title ? /* @__PURE__ */
|
|
4374
|
-
/* @__PURE__ */
|
|
4433
|
+
title ? /* @__PURE__ */ jsx145("title", { id: titleId, children: title }) : null,
|
|
4434
|
+
/* @__PURE__ */ jsx145(
|
|
4375
4435
|
"path",
|
|
4376
4436
|
{
|
|
4377
4437
|
fill: "currentColor",
|
|
@@ -4384,12 +4444,12 @@ var DirectionUpIcon = ({
|
|
|
4384
4444
|
var DirectionUpIcon_default = DirectionUpIcon;
|
|
4385
4445
|
|
|
4386
4446
|
// icons/react/DirectionDownIcon.tsx
|
|
4387
|
-
import { jsx as
|
|
4447
|
+
import { jsx as jsx146, jsxs as jsxs146 } from "react/jsx-runtime";
|
|
4388
4448
|
var DirectionDownIcon = ({
|
|
4389
4449
|
title,
|
|
4390
4450
|
titleId,
|
|
4391
4451
|
...props
|
|
4392
|
-
}) => /* @__PURE__ */
|
|
4452
|
+
}) => /* @__PURE__ */ jsxs146(
|
|
4393
4453
|
"svg",
|
|
4394
4454
|
{
|
|
4395
4455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4400,8 +4460,8 @@ var DirectionDownIcon = ({
|
|
|
4400
4460
|
"aria-labelledby": titleId,
|
|
4401
4461
|
...props,
|
|
4402
4462
|
children: [
|
|
4403
|
-
title ? /* @__PURE__ */
|
|
4404
|
-
/* @__PURE__ */
|
|
4463
|
+
title ? /* @__PURE__ */ jsx146("title", { id: titleId, children: title }) : null,
|
|
4464
|
+
/* @__PURE__ */ jsx146(
|
|
4405
4465
|
"path",
|
|
4406
4466
|
{
|
|
4407
4467
|
fill: "currentColor",
|
|
@@ -4414,12 +4474,12 @@ var DirectionDownIcon = ({
|
|
|
4414
4474
|
var DirectionDownIcon_default = DirectionDownIcon;
|
|
4415
4475
|
|
|
4416
4476
|
// icons/react/DirectionLeftIcon.tsx
|
|
4417
|
-
import { jsx as
|
|
4477
|
+
import { jsx as jsx147, jsxs as jsxs147 } from "react/jsx-runtime";
|
|
4418
4478
|
var DirectionLeftIcon = ({
|
|
4419
4479
|
title,
|
|
4420
4480
|
titleId,
|
|
4421
4481
|
...props
|
|
4422
|
-
}) => /* @__PURE__ */
|
|
4482
|
+
}) => /* @__PURE__ */ jsxs147(
|
|
4423
4483
|
"svg",
|
|
4424
4484
|
{
|
|
4425
4485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4430,8 +4490,8 @@ var DirectionLeftIcon = ({
|
|
|
4430
4490
|
"aria-labelledby": titleId,
|
|
4431
4491
|
...props,
|
|
4432
4492
|
children: [
|
|
4433
|
-
title ? /* @__PURE__ */
|
|
4434
|
-
/* @__PURE__ */
|
|
4493
|
+
title ? /* @__PURE__ */ jsx147("title", { id: titleId, children: title }) : null,
|
|
4494
|
+
/* @__PURE__ */ jsx147(
|
|
4435
4495
|
"path",
|
|
4436
4496
|
{
|
|
4437
4497
|
fill: "currentColor",
|
|
@@ -4444,12 +4504,12 @@ var DirectionLeftIcon = ({
|
|
|
4444
4504
|
var DirectionLeftIcon_default = DirectionLeftIcon;
|
|
4445
4505
|
|
|
4446
4506
|
// icons/react/Clipboard12Icon.tsx
|
|
4447
|
-
import { jsx as
|
|
4507
|
+
import { jsx as jsx148, jsxs as jsxs148 } from "react/jsx-runtime";
|
|
4448
4508
|
var Clipboard12Icon = ({
|
|
4449
4509
|
title,
|
|
4450
4510
|
titleId,
|
|
4451
4511
|
...props
|
|
4452
|
-
}) => /* @__PURE__ */
|
|
4512
|
+
}) => /* @__PURE__ */ jsxs148(
|
|
4453
4513
|
"svg",
|
|
4454
4514
|
{
|
|
4455
4515
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4460,8 +4520,8 @@ var Clipboard12Icon = ({
|
|
|
4460
4520
|
"aria-labelledby": titleId,
|
|
4461
4521
|
...props,
|
|
4462
4522
|
children: [
|
|
4463
|
-
title ? /* @__PURE__ */
|
|
4464
|
-
/* @__PURE__ */
|
|
4523
|
+
title ? /* @__PURE__ */ jsx148("title", { id: titleId, children: title }) : null,
|
|
4524
|
+
/* @__PURE__ */ jsx148(
|
|
4465
4525
|
"path",
|
|
4466
4526
|
{
|
|
4467
4527
|
fill: "currentColor",
|
|
@@ -4476,8 +4536,8 @@ var Clipboard12Icon = ({
|
|
|
4476
4536
|
var Clipboard12Icon_default = Clipboard12Icon;
|
|
4477
4537
|
|
|
4478
4538
|
// icons/react/Copy12Icon.tsx
|
|
4479
|
-
import { jsx as
|
|
4480
|
-
var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4539
|
+
import { jsx as jsx149, jsxs as jsxs149 } from "react/jsx-runtime";
|
|
4540
|
+
var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs149(
|
|
4481
4541
|
"svg",
|
|
4482
4542
|
{
|
|
4483
4543
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4488,8 +4548,8 @@ var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs147(
|
|
|
4488
4548
|
"aria-labelledby": titleId,
|
|
4489
4549
|
...props,
|
|
4490
4550
|
children: [
|
|
4491
|
-
title ? /* @__PURE__ */
|
|
4492
|
-
/* @__PURE__ */
|
|
4551
|
+
title ? /* @__PURE__ */ jsx149("title", { id: titleId, children: title }) : null,
|
|
4552
|
+
/* @__PURE__ */ jsx149(
|
|
4493
4553
|
"path",
|
|
4494
4554
|
{
|
|
4495
4555
|
fill: "currentColor",
|
|
@@ -4504,12 +4564,12 @@ var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs147(
|
|
|
4504
4564
|
var Copy12Icon_default = Copy12Icon;
|
|
4505
4565
|
|
|
4506
4566
|
// icons/react/Disabled12Icon.tsx
|
|
4507
|
-
import { jsx as
|
|
4567
|
+
import { jsx as jsx150, jsxs as jsxs150 } from "react/jsx-runtime";
|
|
4508
4568
|
var Disabled12Icon = ({
|
|
4509
4569
|
title,
|
|
4510
4570
|
titleId,
|
|
4511
4571
|
...props
|
|
4512
|
-
}) => /* @__PURE__ */
|
|
4572
|
+
}) => /* @__PURE__ */ jsxs150(
|
|
4513
4573
|
"svg",
|
|
4514
4574
|
{
|
|
4515
4575
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4520,8 +4580,8 @@ var Disabled12Icon = ({
|
|
|
4520
4580
|
"aria-labelledby": titleId,
|
|
4521
4581
|
...props,
|
|
4522
4582
|
children: [
|
|
4523
|
-
title ? /* @__PURE__ */
|
|
4524
|
-
/* @__PURE__ */
|
|
4583
|
+
title ? /* @__PURE__ */ jsx150("title", { id: titleId, children: title }) : null,
|
|
4584
|
+
/* @__PURE__ */ jsx150(
|
|
4525
4585
|
"path",
|
|
4526
4586
|
{
|
|
4527
4587
|
fill: "currentColor",
|
|
@@ -4535,9 +4595,39 @@ var Disabled12Icon = ({
|
|
|
4535
4595
|
);
|
|
4536
4596
|
var Disabled12Icon_default = Disabled12Icon;
|
|
4537
4597
|
|
|
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
|
+
|
|
4538
4628
|
// icons/react/Error12Icon.tsx
|
|
4539
|
-
import { jsx as
|
|
4540
|
-
var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4629
|
+
import { jsx as jsx152, jsxs as jsxs152 } from "react/jsx-runtime";
|
|
4630
|
+
var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs152(
|
|
4541
4631
|
"svg",
|
|
4542
4632
|
{
|
|
4543
4633
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4548,8 +4638,8 @@ var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs149(
|
|
|
4548
4638
|
"aria-labelledby": titleId,
|
|
4549
4639
|
...props,
|
|
4550
4640
|
children: [
|
|
4551
|
-
title ? /* @__PURE__ */
|
|
4552
|
-
/* @__PURE__ */
|
|
4641
|
+
title ? /* @__PURE__ */ jsx152("title", { id: titleId, children: title }) : null,
|
|
4642
|
+
/* @__PURE__ */ jsx152(
|
|
4553
4643
|
"path",
|
|
4554
4644
|
{
|
|
4555
4645
|
fill: "currentColor",
|
|
@@ -4564,8 +4654,8 @@ var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs149(
|
|
|
4564
4654
|
var Error12Icon_default = Error12Icon;
|
|
4565
4655
|
|
|
4566
4656
|
// icons/react/Info12Icon.tsx
|
|
4567
|
-
import { jsx as
|
|
4568
|
-
var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4657
|
+
import { jsx as jsx153, jsxs as jsxs153 } from "react/jsx-runtime";
|
|
4658
|
+
var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs153(
|
|
4569
4659
|
"svg",
|
|
4570
4660
|
{
|
|
4571
4661
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4576,8 +4666,8 @@ var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs150(
|
|
|
4576
4666
|
"aria-labelledby": titleId,
|
|
4577
4667
|
...props,
|
|
4578
4668
|
children: [
|
|
4579
|
-
title ? /* @__PURE__ */
|
|
4580
|
-
/* @__PURE__ */
|
|
4669
|
+
title ? /* @__PURE__ */ jsx153("title", { id: titleId, children: title }) : null,
|
|
4670
|
+
/* @__PURE__ */ jsx153(
|
|
4581
4671
|
"path",
|
|
4582
4672
|
{
|
|
4583
4673
|
fill: "currentColor",
|
|
@@ -4592,12 +4682,12 @@ var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs150(
|
|
|
4592
4682
|
var Info12Icon_default = Info12Icon;
|
|
4593
4683
|
|
|
4594
4684
|
// icons/react/Filter12Icon.tsx
|
|
4595
|
-
import { jsx as
|
|
4685
|
+
import { jsx as jsx154, jsxs as jsxs154 } from "react/jsx-runtime";
|
|
4596
4686
|
var Filter12Icon = ({
|
|
4597
4687
|
title,
|
|
4598
4688
|
titleId,
|
|
4599
4689
|
...props
|
|
4600
|
-
}) => /* @__PURE__ */
|
|
4690
|
+
}) => /* @__PURE__ */ jsxs154(
|
|
4601
4691
|
"svg",
|
|
4602
4692
|
{
|
|
4603
4693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4608,8 +4698,8 @@ var Filter12Icon = ({
|
|
|
4608
4698
|
"aria-labelledby": titleId,
|
|
4609
4699
|
...props,
|
|
4610
4700
|
children: [
|
|
4611
|
-
title ? /* @__PURE__ */
|
|
4612
|
-
/* @__PURE__ */
|
|
4701
|
+
title ? /* @__PURE__ */ jsx154("title", { id: titleId, children: title }) : null,
|
|
4702
|
+
/* @__PURE__ */ jsx154(
|
|
4613
4703
|
"path",
|
|
4614
4704
|
{
|
|
4615
4705
|
fill: "currentColor",
|
|
@@ -4624,8 +4714,8 @@ var Filter12Icon = ({
|
|
|
4624
4714
|
var Filter12Icon_default = Filter12Icon;
|
|
4625
4715
|
|
|
4626
4716
|
// icons/react/Key12Icon.tsx
|
|
4627
|
-
import { jsx as
|
|
4628
|
-
var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4717
|
+
import { jsx as jsx155, jsxs as jsxs155 } from "react/jsx-runtime";
|
|
4718
|
+
var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs155(
|
|
4629
4719
|
"svg",
|
|
4630
4720
|
{
|
|
4631
4721
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4636,8 +4726,8 @@ var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs152(
|
|
|
4636
4726
|
"aria-labelledby": titleId,
|
|
4637
4727
|
...props,
|
|
4638
4728
|
children: [
|
|
4639
|
-
title ? /* @__PURE__ */
|
|
4640
|
-
/* @__PURE__ */
|
|
4729
|
+
title ? /* @__PURE__ */ jsx155("title", { id: titleId, children: title }) : null,
|
|
4730
|
+
/* @__PURE__ */ jsx155(
|
|
4641
4731
|
"path",
|
|
4642
4732
|
{
|
|
4643
4733
|
fill: "currentColor",
|
|
@@ -4652,12 +4742,12 @@ var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs152(
|
|
|
4652
4742
|
var Key12Icon_default = Key12Icon;
|
|
4653
4743
|
|
|
4654
4744
|
// icons/react/Loader12Icon.tsx
|
|
4655
|
-
import { jsx as
|
|
4745
|
+
import { jsx as jsx156, jsxs as jsxs156 } from "react/jsx-runtime";
|
|
4656
4746
|
var Loader12Icon = ({
|
|
4657
4747
|
title,
|
|
4658
4748
|
titleId,
|
|
4659
4749
|
...props
|
|
4660
|
-
}) => /* @__PURE__ */
|
|
4750
|
+
}) => /* @__PURE__ */ jsxs156(
|
|
4661
4751
|
"svg",
|
|
4662
4752
|
{
|
|
4663
4753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4668,9 +4758,9 @@ var Loader12Icon = ({
|
|
|
4668
4758
|
"aria-labelledby": titleId,
|
|
4669
4759
|
...props,
|
|
4670
4760
|
children: [
|
|
4671
|
-
title ? /* @__PURE__ */
|
|
4672
|
-
/* @__PURE__ */
|
|
4673
|
-
/* @__PURE__ */
|
|
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(
|
|
4674
4764
|
"path",
|
|
4675
4765
|
{
|
|
4676
4766
|
fill: "currentColor",
|
|
@@ -4683,12 +4773,12 @@ var Loader12Icon = ({
|
|
|
4683
4773
|
var Loader12Icon_default = Loader12Icon;
|
|
4684
4774
|
|
|
4685
4775
|
// icons/react/MenuOpen12Icon.tsx
|
|
4686
|
-
import { jsx as
|
|
4776
|
+
import { jsx as jsx157, jsxs as jsxs157 } from "react/jsx-runtime";
|
|
4687
4777
|
var MenuOpen12Icon = ({
|
|
4688
4778
|
title,
|
|
4689
4779
|
titleId,
|
|
4690
4780
|
...props
|
|
4691
|
-
}) => /* @__PURE__ */
|
|
4781
|
+
}) => /* @__PURE__ */ jsxs157(
|
|
4692
4782
|
"svg",
|
|
4693
4783
|
{
|
|
4694
4784
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4699,8 +4789,8 @@ var MenuOpen12Icon = ({
|
|
|
4699
4789
|
"aria-labelledby": titleId,
|
|
4700
4790
|
...props,
|
|
4701
4791
|
children: [
|
|
4702
|
-
title ? /* @__PURE__ */
|
|
4703
|
-
/* @__PURE__ */
|
|
4792
|
+
title ? /* @__PURE__ */ jsx157("title", { id: titleId, children: title }) : null,
|
|
4793
|
+
/* @__PURE__ */ jsx157(
|
|
4704
4794
|
"path",
|
|
4705
4795
|
{
|
|
4706
4796
|
fill: "currentColor",
|
|
@@ -4715,12 +4805,12 @@ var MenuOpen12Icon = ({
|
|
|
4715
4805
|
var MenuOpen12Icon_default = MenuOpen12Icon;
|
|
4716
4806
|
|
|
4717
4807
|
// icons/react/MenuClose12Icon.tsx
|
|
4718
|
-
import { jsx as
|
|
4808
|
+
import { jsx as jsx158, jsxs as jsxs158 } from "react/jsx-runtime";
|
|
4719
4809
|
var MenuClose12Icon = ({
|
|
4720
4810
|
title,
|
|
4721
4811
|
titleId,
|
|
4722
4812
|
...props
|
|
4723
|
-
}) => /* @__PURE__ */
|
|
4813
|
+
}) => /* @__PURE__ */ jsxs158(
|
|
4724
4814
|
"svg",
|
|
4725
4815
|
{
|
|
4726
4816
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4731,8 +4821,8 @@ var MenuClose12Icon = ({
|
|
|
4731
4821
|
"aria-labelledby": titleId,
|
|
4732
4822
|
...props,
|
|
4733
4823
|
children: [
|
|
4734
|
-
title ? /* @__PURE__ */
|
|
4735
|
-
/* @__PURE__ */
|
|
4824
|
+
title ? /* @__PURE__ */ jsx158("title", { id: titleId, children: title }) : null,
|
|
4825
|
+
/* @__PURE__ */ jsx158(
|
|
4736
4826
|
"path",
|
|
4737
4827
|
{
|
|
4738
4828
|
fill: "currentColor",
|
|
@@ -4747,8 +4837,8 @@ var MenuClose12Icon = ({
|
|
|
4747
4837
|
var MenuClose12Icon_default = MenuClose12Icon;
|
|
4748
4838
|
|
|
4749
4839
|
// icons/react/More12Icon.tsx
|
|
4750
|
-
import { jsx as
|
|
4751
|
-
var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4840
|
+
import { jsx as jsx159, jsxs as jsxs159 } from "react/jsx-runtime";
|
|
4841
|
+
var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs159(
|
|
4752
4842
|
"svg",
|
|
4753
4843
|
{
|
|
4754
4844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4759,8 +4849,8 @@ var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs156(
|
|
|
4759
4849
|
"aria-labelledby": titleId,
|
|
4760
4850
|
...props,
|
|
4761
4851
|
children: [
|
|
4762
|
-
title ? /* @__PURE__ */
|
|
4763
|
-
/* @__PURE__ */
|
|
4852
|
+
title ? /* @__PURE__ */ jsx159("title", { id: titleId, children: title }) : null,
|
|
4853
|
+
/* @__PURE__ */ jsx159(
|
|
4764
4854
|
"path",
|
|
4765
4855
|
{
|
|
4766
4856
|
fill: "currentColor",
|
|
@@ -4775,12 +4865,12 @@ var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs156(
|
|
|
4775
4865
|
var More12Icon_default = More12Icon;
|
|
4776
4866
|
|
|
4777
4867
|
// icons/react/NextArrow12Icon.tsx
|
|
4778
|
-
import { jsx as
|
|
4868
|
+
import { jsx as jsx160, jsxs as jsxs160 } from "react/jsx-runtime";
|
|
4779
4869
|
var NextArrow12Icon = ({
|
|
4780
4870
|
title,
|
|
4781
4871
|
titleId,
|
|
4782
4872
|
...props
|
|
4783
|
-
}) => /* @__PURE__ */
|
|
4873
|
+
}) => /* @__PURE__ */ jsxs160(
|
|
4784
4874
|
"svg",
|
|
4785
4875
|
{
|
|
4786
4876
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4791,8 +4881,8 @@ var NextArrow12Icon = ({
|
|
|
4791
4881
|
"aria-labelledby": titleId,
|
|
4792
4882
|
...props,
|
|
4793
4883
|
children: [
|
|
4794
|
-
title ? /* @__PURE__ */
|
|
4795
|
-
/* @__PURE__ */
|
|
4884
|
+
title ? /* @__PURE__ */ jsx160("title", { id: titleId, children: title }) : null,
|
|
4885
|
+
/* @__PURE__ */ jsx160(
|
|
4796
4886
|
"path",
|
|
4797
4887
|
{
|
|
4798
4888
|
fill: "currentColor",
|
|
@@ -4805,12 +4895,12 @@ var NextArrow12Icon = ({
|
|
|
4805
4895
|
var NextArrow12Icon_default = NextArrow12Icon;
|
|
4806
4896
|
|
|
4807
4897
|
// icons/react/PrevArrow12Icon.tsx
|
|
4808
|
-
import { jsx as
|
|
4898
|
+
import { jsx as jsx161, jsxs as jsxs161 } from "react/jsx-runtime";
|
|
4809
4899
|
var PrevArrow12Icon = ({
|
|
4810
4900
|
title,
|
|
4811
4901
|
titleId,
|
|
4812
4902
|
...props
|
|
4813
|
-
}) => /* @__PURE__ */
|
|
4903
|
+
}) => /* @__PURE__ */ jsxs161(
|
|
4814
4904
|
"svg",
|
|
4815
4905
|
{
|
|
4816
4906
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4821,8 +4911,8 @@ var PrevArrow12Icon = ({
|
|
|
4821
4911
|
"aria-labelledby": titleId,
|
|
4822
4912
|
...props,
|
|
4823
4913
|
children: [
|
|
4824
|
-
title ? /* @__PURE__ */
|
|
4825
|
-
/* @__PURE__ */
|
|
4914
|
+
title ? /* @__PURE__ */ jsx161("title", { id: titleId, children: title }) : null,
|
|
4915
|
+
/* @__PURE__ */ jsx161(
|
|
4826
4916
|
"path",
|
|
4827
4917
|
{
|
|
4828
4918
|
fill: "currentColor",
|
|
@@ -4835,12 +4925,12 @@ var PrevArrow12Icon = ({
|
|
|
4835
4925
|
var PrevArrow12Icon_default = PrevArrow12Icon;
|
|
4836
4926
|
|
|
4837
4927
|
// icons/react/OpenLink12Icon.tsx
|
|
4838
|
-
import { jsx as
|
|
4928
|
+
import { jsx as jsx162, jsxs as jsxs162 } from "react/jsx-runtime";
|
|
4839
4929
|
var OpenLink12Icon = ({
|
|
4840
4930
|
title,
|
|
4841
4931
|
titleId,
|
|
4842
4932
|
...props
|
|
4843
|
-
}) => /* @__PURE__ */
|
|
4933
|
+
}) => /* @__PURE__ */ jsxs162(
|
|
4844
4934
|
"svg",
|
|
4845
4935
|
{
|
|
4846
4936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4851,14 +4941,12 @@ var OpenLink12Icon = ({
|
|
|
4851
4941
|
"aria-labelledby": titleId,
|
|
4852
4942
|
...props,
|
|
4853
4943
|
children: [
|
|
4854
|
-
title ? /* @__PURE__ */
|
|
4855
|
-
/* @__PURE__ */
|
|
4944
|
+
title ? /* @__PURE__ */ jsx162("title", { id: titleId, children: title }) : null,
|
|
4945
|
+
/* @__PURE__ */ jsx162(
|
|
4856
4946
|
"path",
|
|
4857
4947
|
{
|
|
4858
4948
|
fill: "currentColor",
|
|
4859
|
-
|
|
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"
|
|
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"
|
|
4862
4950
|
}
|
|
4863
4951
|
)
|
|
4864
4952
|
]
|
|
@@ -4867,12 +4955,12 @@ var OpenLink12Icon = ({
|
|
|
4867
4955
|
var OpenLink12Icon_default = OpenLink12Icon;
|
|
4868
4956
|
|
|
4869
4957
|
// icons/react/Repair12Icon.tsx
|
|
4870
|
-
import { jsx as
|
|
4958
|
+
import { jsx as jsx163, jsxs as jsxs163 } from "react/jsx-runtime";
|
|
4871
4959
|
var Repair12Icon = ({
|
|
4872
4960
|
title,
|
|
4873
4961
|
titleId,
|
|
4874
4962
|
...props
|
|
4875
|
-
}) => /* @__PURE__ */
|
|
4963
|
+
}) => /* @__PURE__ */ jsxs163(
|
|
4876
4964
|
"svg",
|
|
4877
4965
|
{
|
|
4878
4966
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4883,8 +4971,8 @@ var Repair12Icon = ({
|
|
|
4883
4971
|
"aria-labelledby": titleId,
|
|
4884
4972
|
...props,
|
|
4885
4973
|
children: [
|
|
4886
|
-
title ? /* @__PURE__ */
|
|
4887
|
-
/* @__PURE__ */
|
|
4974
|
+
title ? /* @__PURE__ */ jsx163("title", { id: titleId, children: title }) : null,
|
|
4975
|
+
/* @__PURE__ */ jsx163(
|
|
4888
4976
|
"path",
|
|
4889
4977
|
{
|
|
4890
4978
|
fill: "currentColor",
|
|
@@ -4899,12 +4987,12 @@ var Repair12Icon = ({
|
|
|
4899
4987
|
var Repair12Icon_default = Repair12Icon;
|
|
4900
4988
|
|
|
4901
4989
|
// icons/react/Security12Icon.tsx
|
|
4902
|
-
import { jsx as
|
|
4990
|
+
import { jsx as jsx164, jsxs as jsxs164 } from "react/jsx-runtime";
|
|
4903
4991
|
var Security12Icon = ({
|
|
4904
4992
|
title,
|
|
4905
4993
|
titleId,
|
|
4906
4994
|
...props
|
|
4907
|
-
}) => /* @__PURE__ */
|
|
4995
|
+
}) => /* @__PURE__ */ jsxs164(
|
|
4908
4996
|
"svg",
|
|
4909
4997
|
{
|
|
4910
4998
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4915,8 +5003,8 @@ var Security12Icon = ({
|
|
|
4915
5003
|
"aria-labelledby": titleId,
|
|
4916
5004
|
...props,
|
|
4917
5005
|
children: [
|
|
4918
|
-
title ? /* @__PURE__ */
|
|
4919
|
-
/* @__PURE__ */
|
|
5006
|
+
title ? /* @__PURE__ */ jsx164("title", { id: titleId, children: title }) : null,
|
|
5007
|
+
/* @__PURE__ */ jsx164(
|
|
4920
5008
|
"path",
|
|
4921
5009
|
{
|
|
4922
5010
|
fill: "currentColor",
|
|
@@ -4930,13 +5018,43 @@ var Security12Icon = ({
|
|
|
4930
5018
|
);
|
|
4931
5019
|
var Security12Icon_default = Security12Icon;
|
|
4932
5020
|
|
|
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
|
+
|
|
4933
5051
|
// icons/react/Success12Icon.tsx
|
|
4934
|
-
import { jsx as
|
|
5052
|
+
import { jsx as jsx166, jsxs as jsxs166 } from "react/jsx-runtime";
|
|
4935
5053
|
var Success12Icon = ({
|
|
4936
5054
|
title,
|
|
4937
5055
|
titleId,
|
|
4938
5056
|
...props
|
|
4939
|
-
}) => /* @__PURE__ */
|
|
5057
|
+
}) => /* @__PURE__ */ jsxs166(
|
|
4940
5058
|
"svg",
|
|
4941
5059
|
{
|
|
4942
5060
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4947,8 +5065,8 @@ var Success12Icon = ({
|
|
|
4947
5065
|
"aria-labelledby": titleId,
|
|
4948
5066
|
...props,
|
|
4949
5067
|
children: [
|
|
4950
|
-
title ? /* @__PURE__ */
|
|
4951
|
-
/* @__PURE__ */
|
|
5068
|
+
title ? /* @__PURE__ */ jsx166("title", { id: titleId, children: title }) : null,
|
|
5069
|
+
/* @__PURE__ */ jsx166(
|
|
4952
5070
|
"path",
|
|
4953
5071
|
{
|
|
4954
5072
|
fill: "currentColor",
|
|
@@ -4962,13 +5080,43 @@ var Success12Icon = ({
|
|
|
4962
5080
|
);
|
|
4963
5081
|
var Success12Icon_default = Success12Icon;
|
|
4964
5082
|
|
|
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
|
+
|
|
4965
5113
|
// icons/react/Unauthorized12Icon.tsx
|
|
4966
|
-
import { jsx as
|
|
5114
|
+
import { jsx as jsx168, jsxs as jsxs168 } from "react/jsx-runtime";
|
|
4967
5115
|
var Unauthorized12Icon = ({
|
|
4968
5116
|
title,
|
|
4969
5117
|
titleId,
|
|
4970
5118
|
...props
|
|
4971
|
-
}) => /* @__PURE__ */
|
|
5119
|
+
}) => /* @__PURE__ */ jsxs168(
|
|
4972
5120
|
"svg",
|
|
4973
5121
|
{
|
|
4974
5122
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4979,8 +5127,8 @@ var Unauthorized12Icon = ({
|
|
|
4979
5127
|
"aria-labelledby": titleId,
|
|
4980
5128
|
...props,
|
|
4981
5129
|
children: [
|
|
4982
|
-
title ? /* @__PURE__ */
|
|
4983
|
-
/* @__PURE__ */
|
|
5130
|
+
title ? /* @__PURE__ */ jsx168("title", { id: titleId, children: title }) : null,
|
|
5131
|
+
/* @__PURE__ */ jsx168(
|
|
4984
5132
|
"path",
|
|
4985
5133
|
{
|
|
4986
5134
|
fill: "currentColor",
|
|
@@ -4995,12 +5143,12 @@ var Unauthorized12Icon = ({
|
|
|
4995
5143
|
var Unauthorized12Icon_default = Unauthorized12Icon;
|
|
4996
5144
|
|
|
4997
5145
|
// icons/react/Warning12Icon.tsx
|
|
4998
|
-
import { jsx as
|
|
5146
|
+
import { jsx as jsx169, jsxs as jsxs169 } from "react/jsx-runtime";
|
|
4999
5147
|
var Warning12Icon = ({
|
|
5000
5148
|
title,
|
|
5001
5149
|
titleId,
|
|
5002
5150
|
...props
|
|
5003
|
-
}) => /* @__PURE__ */
|
|
5151
|
+
}) => /* @__PURE__ */ jsxs169(
|
|
5004
5152
|
"svg",
|
|
5005
5153
|
{
|
|
5006
5154
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5011,8 +5159,8 @@ var Warning12Icon = ({
|
|
|
5011
5159
|
"aria-labelledby": titleId,
|
|
5012
5160
|
...props,
|
|
5013
5161
|
children: [
|
|
5014
|
-
title ? /* @__PURE__ */
|
|
5015
|
-
/* @__PURE__ */
|
|
5162
|
+
title ? /* @__PURE__ */ jsx169("title", { id: titleId, children: title }) : null,
|
|
5163
|
+
/* @__PURE__ */ jsx169(
|
|
5016
5164
|
"path",
|
|
5017
5165
|
{
|
|
5018
5166
|
fill: "currentColor",
|
|
@@ -5027,12 +5175,12 @@ var Warning12Icon = ({
|
|
|
5027
5175
|
var Warning12Icon_default = Warning12Icon;
|
|
5028
5176
|
|
|
5029
5177
|
// icons/react/Question12Icon.tsx
|
|
5030
|
-
import { jsx as
|
|
5178
|
+
import { jsx as jsx170, jsxs as jsxs170 } from "react/jsx-runtime";
|
|
5031
5179
|
var Question12Icon = ({
|
|
5032
5180
|
title,
|
|
5033
5181
|
titleId,
|
|
5034
5182
|
...props
|
|
5035
|
-
}) => /* @__PURE__ */
|
|
5183
|
+
}) => /* @__PURE__ */ jsxs170(
|
|
5036
5184
|
"svg",
|
|
5037
5185
|
{
|
|
5038
5186
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5043,8 +5191,8 @@ var Question12Icon = ({
|
|
|
5043
5191
|
"aria-labelledby": titleId,
|
|
5044
5192
|
...props,
|
|
5045
5193
|
children: [
|
|
5046
|
-
title ? /* @__PURE__ */
|
|
5047
|
-
/* @__PURE__ */
|
|
5194
|
+
title ? /* @__PURE__ */ jsx170("title", { id: titleId, children: title }) : null,
|
|
5195
|
+
/* @__PURE__ */ jsx170(
|
|
5048
5196
|
"path",
|
|
5049
5197
|
{
|
|
5050
5198
|
fill: "currentColor",
|
|
@@ -5059,8 +5207,8 @@ var Question12Icon = ({
|
|
|
5059
5207
|
var Question12Icon_default = Question12Icon;
|
|
5060
5208
|
|
|
5061
5209
|
// icons/react/Hide12Icon.tsx
|
|
5062
|
-
import { jsx as
|
|
5063
|
-
var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
5210
|
+
import { jsx as jsx171, jsxs as jsxs171 } from "react/jsx-runtime";
|
|
5211
|
+
var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs171(
|
|
5064
5212
|
"svg",
|
|
5065
5213
|
{
|
|
5066
5214
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5071,8 +5219,8 @@ var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs166(
|
|
|
5071
5219
|
"aria-labelledby": titleId,
|
|
5072
5220
|
...props,
|
|
5073
5221
|
children: [
|
|
5074
|
-
title ? /* @__PURE__ */
|
|
5075
|
-
/* @__PURE__ */
|
|
5222
|
+
title ? /* @__PURE__ */ jsx171("title", { id: titleId, children: title }) : null,
|
|
5223
|
+
/* @__PURE__ */ jsx171(
|
|
5076
5224
|
"path",
|
|
5077
5225
|
{
|
|
5078
5226
|
fill: "currentColor",
|
|
@@ -5087,12 +5235,12 @@ var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs166(
|
|
|
5087
5235
|
var Hide12Icon_default = Hide12Icon;
|
|
5088
5236
|
|
|
5089
5237
|
// icons/react/SelectArrows6Icon.tsx
|
|
5090
|
-
import { jsx as
|
|
5238
|
+
import { jsx as jsx172, jsxs as jsxs172 } from "react/jsx-runtime";
|
|
5091
5239
|
var SelectArrows6Icon = ({
|
|
5092
5240
|
title,
|
|
5093
5241
|
titleId,
|
|
5094
5242
|
...props
|
|
5095
|
-
}) => /* @__PURE__ */
|
|
5243
|
+
}) => /* @__PURE__ */ jsxs172(
|
|
5096
5244
|
"svg",
|
|
5097
5245
|
{
|
|
5098
5246
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5103,8 +5251,8 @@ var SelectArrows6Icon = ({
|
|
|
5103
5251
|
"aria-labelledby": titleId,
|
|
5104
5252
|
...props,
|
|
5105
5253
|
children: [
|
|
5106
|
-
title ? /* @__PURE__ */
|
|
5107
|
-
/* @__PURE__ */
|
|
5254
|
+
title ? /* @__PURE__ */ jsx172("title", { id: titleId, children: title }) : null,
|
|
5255
|
+
/* @__PURE__ */ jsx172(
|
|
5108
5256
|
"path",
|
|
5109
5257
|
{
|
|
5110
5258
|
fill: "currentColor",
|
|
@@ -5119,8 +5267,8 @@ var SelectArrows6Icon = ({
|
|
|
5119
5267
|
var SelectArrows6Icon_default = SelectArrows6Icon;
|
|
5120
5268
|
|
|
5121
5269
|
// icons/react/Close8Icon.tsx
|
|
5122
|
-
import { jsx as
|
|
5123
|
-
var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
5270
|
+
import { jsx as jsx173, jsxs as jsxs173 } from "react/jsx-runtime";
|
|
5271
|
+
var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs173(
|
|
5124
5272
|
"svg",
|
|
5125
5273
|
{
|
|
5126
5274
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5131,8 +5279,8 @@ var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs168(
|
|
|
5131
5279
|
"aria-labelledby": titleId,
|
|
5132
5280
|
...props,
|
|
5133
5281
|
children: [
|
|
5134
|
-
title ? /* @__PURE__ */
|
|
5135
|
-
/* @__PURE__ */
|
|
5282
|
+
title ? /* @__PURE__ */ jsx173("title", { id: titleId, children: title }) : null,
|
|
5283
|
+
/* @__PURE__ */ jsx173(
|
|
5136
5284
|
"path",
|
|
5137
5285
|
{
|
|
5138
5286
|
fill: "currentColor",
|
|
@@ -5146,66 +5294,6 @@ var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs168(
|
|
|
5146
5294
|
);
|
|
5147
5295
|
var Close8Icon_default = Close8Icon;
|
|
5148
5296
|
|
|
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
|
-
|
|
5209
5297
|
export {
|
|
5210
5298
|
Access24Icon_default,
|
|
5211
5299
|
AccessToken24Icon_default,
|
|
@@ -5333,9 +5421,11 @@ export {
|
|
|
5333
5421
|
Show16Icon_default,
|
|
5334
5422
|
SignOut16Icon_default,
|
|
5335
5423
|
Snapshots16Icon_default,
|
|
5424
|
+
Sparkle16Icon_default,
|
|
5336
5425
|
SoftwareUpdate16Icon_default,
|
|
5337
5426
|
Ssd16Icon_default,
|
|
5338
5427
|
Storage16Icon_default,
|
|
5428
|
+
Submit16Icon_default,
|
|
5339
5429
|
Subnet16Icon_default,
|
|
5340
5430
|
Tags16Icon_default,
|
|
5341
5431
|
Terminal16Icon_default,
|
|
@@ -5355,6 +5445,7 @@ export {
|
|
|
5355
5445
|
Clipboard12Icon_default,
|
|
5356
5446
|
Copy12Icon_default,
|
|
5357
5447
|
Disabled12Icon_default,
|
|
5448
|
+
DownloadOutline12Icon_default,
|
|
5358
5449
|
Error12Icon_default,
|
|
5359
5450
|
Info12Icon_default,
|
|
5360
5451
|
Filter12Icon_default,
|
|
@@ -5368,14 +5459,14 @@ export {
|
|
|
5368
5459
|
OpenLink12Icon_default,
|
|
5369
5460
|
Repair12Icon_default,
|
|
5370
5461
|
Security12Icon_default,
|
|
5462
|
+
SizeOutline12Icon_default,
|
|
5371
5463
|
Success12Icon_default,
|
|
5464
|
+
TimeOutline12Icon_default,
|
|
5372
5465
|
Unauthorized12Icon_default,
|
|
5373
5466
|
Warning12Icon_default,
|
|
5374
5467
|
Question12Icon_default,
|
|
5375
5468
|
Hide12Icon_default,
|
|
5376
5469
|
SelectArrows6Icon_default,
|
|
5377
|
-
Close8Icon_default
|
|
5378
|
-
Sparkle16Icon_default,
|
|
5379
|
-
Submit16Icon_default
|
|
5470
|
+
Close8Icon_default
|
|
5380
5471
|
};
|
|
5381
|
-
//# sourceMappingURL=chunk-
|
|
5472
|
+
//# sourceMappingURL=chunk-BTKC2KJ2.js.map
|