@dynatrace/strato-icons 0.29.1 → 0.30.5
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/README.md +19 -0
- package/index.cjs.js +411 -397
- package/index.esm.js +411 -397
- package/index.esm.js.map +3 -3
- package/metadata.json +1 -1
- package/package.json +5 -6
- package/src/__icons/MoreIcon.d.ts +0 -1
- package/src/__icons/ParseIcon.d.ts +17 -0
- package/src/__icons/ParseIconIcon.d.ts +3 -0
- package/src/__icons/SyncDownloadIcon.d.ts +0 -1
- package/src/__icons/SyncUploadIcon.d.ts +0 -1
- package/src/index.d.ts +1 -0
package/index.esm.js
CHANGED
|
@@ -2212,9 +2212,9 @@ var PanHorizontalIcon = /* @__PURE__ */ forwardRef148((props, forwardedRef) => {
|
|
|
2212
2212
|
}));
|
|
2213
2213
|
});
|
|
2214
2214
|
|
|
2215
|
-
// packages/react-icons/src/__icons/
|
|
2215
|
+
// packages/react-icons/src/__icons/ParseIcon.tsx
|
|
2216
2216
|
import React149, { forwardRef as forwardRef149 } from "react";
|
|
2217
|
-
var
|
|
2217
|
+
var ParseIcon = /* @__PURE__ */ forwardRef149((props, forwardedRef) => {
|
|
2218
2218
|
return /* @__PURE__ */ React149.createElement(SvgIcon, {
|
|
2219
2219
|
ref: forwardedRef,
|
|
2220
2220
|
...props
|
|
@@ -2225,382 +2225,384 @@ var ParseIconIcon = /* @__PURE__ */ forwardRef149((props, forwardedRef) => {
|
|
|
2225
2225
|
}));
|
|
2226
2226
|
});
|
|
2227
2227
|
|
|
2228
|
-
// packages/react-icons/src/__icons/
|
|
2228
|
+
// packages/react-icons/src/__icons/ParseIconIcon.tsx
|
|
2229
2229
|
import React150, { forwardRef as forwardRef150 } from "react";
|
|
2230
|
-
var
|
|
2230
|
+
var ParseIconIcon = /* @__PURE__ */ forwardRef150((props, forwardedRef) => {
|
|
2231
2231
|
return /* @__PURE__ */ React150.createElement(SvgIcon, {
|
|
2232
2232
|
ref: forwardedRef,
|
|
2233
2233
|
...props
|
|
2234
2234
|
}, /* @__PURE__ */ React150.createElement("path", {
|
|
2235
|
-
d: "
|
|
2235
|
+
d: "M16.0001 5.5C16.0001 6.05229 15.5523 6.5 15.0001 6.5L10.75 6.5L10.75 9.62872L12.4749 7.9038L13.5356 8.96447L10 12.5L6.46447 8.96443L7.52515 7.90376L9.24999 9.6286V6.5L5.00006 6.5C4.44778 6.5 4.00006 6.05228 4.00006 5.5L4.00006 3C4.00006 2.44772 4.44778 2 5.00006 2H15.0001C15.5523 2 16.0001 2.44772 16.0001 3V5.5ZM14.5001 3.5L5.50006 3.5L5.50006 5L14.5001 5V3.5Z"
|
|
2236
2236
|
}), /* @__PURE__ */ React150.createElement("path", {
|
|
2237
|
-
d: "
|
|
2237
|
+
d: "M15 18C15.5523 18 16 17.5523 16 17V14.5C16 13.9477 15.5523 13.5 15 13.5H5C4.44772 13.5 4 13.9477 4 14.5V17C4 17.5523 4.44772 18 5 18H15ZM5.5 15H9.25V16.5H5.5V15ZM10.75 15H14.5V16.5H10.75V15Z"
|
|
2238
2238
|
}));
|
|
2239
2239
|
});
|
|
2240
2240
|
|
|
2241
|
-
// packages/react-icons/src/__icons/
|
|
2241
|
+
// packages/react-icons/src/__icons/PauseIcon.tsx
|
|
2242
2242
|
import React151, { forwardRef as forwardRef151 } from "react";
|
|
2243
|
-
var
|
|
2243
|
+
var PauseIcon = /* @__PURE__ */ forwardRef151((props, forwardedRef) => {
|
|
2244
2244
|
return /* @__PURE__ */ React151.createElement(SvgIcon, {
|
|
2245
2245
|
ref: forwardedRef,
|
|
2246
2246
|
...props
|
|
2247
2247
|
}, /* @__PURE__ */ React151.createElement("path", {
|
|
2248
|
-
d: "
|
|
2249
|
-
}), /* @__PURE__ */ React151.createElement("path", {
|
|
2250
|
-
d: "M7.75 7L7.75 13H9.25V7L7.75 7Z"
|
|
2251
|
-
}), /* @__PURE__ */ React151.createElement("path", {
|
|
2252
|
-
d: "M10.75 13V7L12.25 7V13H10.75Z"
|
|
2248
|
+
d: "M6 16.002L6 4L8 4L8 16.002H6Z"
|
|
2253
2249
|
}), /* @__PURE__ */ React151.createElement("path", {
|
|
2254
|
-
d: "
|
|
2250
|
+
d: "M12 16L12 3.99805L14 3.99805L14 16H12Z"
|
|
2255
2251
|
}));
|
|
2256
2252
|
});
|
|
2257
2253
|
|
|
2258
|
-
// packages/react-icons/src/__icons/
|
|
2254
|
+
// packages/react-icons/src/__icons/PauseLoadIcon.tsx
|
|
2259
2255
|
import React152, { forwardRef as forwardRef152 } from "react";
|
|
2260
|
-
var
|
|
2256
|
+
var PauseLoadIcon = /* @__PURE__ */ forwardRef152((props, forwardedRef) => {
|
|
2261
2257
|
return /* @__PURE__ */ React152.createElement(SvgIcon, {
|
|
2262
2258
|
ref: forwardedRef,
|
|
2263
2259
|
...props
|
|
2264
2260
|
}, /* @__PURE__ */ React152.createElement("path", {
|
|
2265
|
-
d: "
|
|
2261
|
+
d: "M10.0012 16.5C6.63385 16.5 3.86457 13.9394 3.5342 10.6592L2.08203 11.1416C2.63604 15.0191 5.97051 18 10.0012 18C11.8931 18 13.6316 17.3433 15.0012 16.2454C16.8301 14.7793 18.0012 12.5264 18.0012 10C18.0012 7.47362 16.8301 5.22075 15.0012 3.75463C13.6316 2.65672 11.8931 2 10.0012 2C7.88913 2 5.96823 2.81846 4.53836 4.15552L5.44545 5.36371C6.61838 4.21103 8.22675 3.5 10.0012 3.5C11.5398 3.5 12.9499 4.03272 14.063 4.925C15.5521 6.11868 16.5012 7.94799 16.5012 10C16.5012 12.052 15.5521 13.8813 14.063 15.075C12.9499 15.9673 11.5398 16.5 10.0012 16.5Z"
|
|
2266
2262
|
}), /* @__PURE__ */ React152.createElement("path", {
|
|
2267
|
-
d: "
|
|
2263
|
+
d: "M7.75 7L7.75 13H9.25V7L7.75 7Z"
|
|
2264
|
+
}), /* @__PURE__ */ React152.createElement("path", {
|
|
2265
|
+
d: "M10.75 13V7L12.25 7V13H10.75Z"
|
|
2266
|
+
}), /* @__PURE__ */ React152.createElement("path", {
|
|
2267
|
+
d: "M3.25 9C3.94036 9 4.5 8.44036 4.5 7.75C4.5 7.05964 3.94036 6.5 3.25 6.5C2.55964 6.5 2 7.05964 2 7.75C2 8.44036 2.55964 9 3.25 9Z"
|
|
2268
2268
|
}));
|
|
2269
2269
|
});
|
|
2270
2270
|
|
|
2271
|
-
// packages/react-icons/src/__icons/
|
|
2271
|
+
// packages/react-icons/src/__icons/PinIcon.tsx
|
|
2272
2272
|
import React153, { forwardRef as forwardRef153 } from "react";
|
|
2273
|
-
var
|
|
2273
|
+
var PinIcon = /* @__PURE__ */ forwardRef153((props, forwardedRef) => {
|
|
2274
2274
|
return /* @__PURE__ */ React153.createElement(SvgIcon, {
|
|
2275
2275
|
ref: forwardedRef,
|
|
2276
2276
|
...props
|
|
2277
2277
|
}, /* @__PURE__ */ React153.createElement("path", {
|
|
2278
|
-
d: "
|
|
2279
|
-
}), /* @__PURE__ */ React153.createElement("path", {
|
|
2280
|
-
d: "M7.00467 4.00195L8.50076 4.00117V9.34072C7.31939 9.90193 6.50229 11.1055 6.50077 12.5H7.25077L5.7761 13.9747C5.332 13.8727 5.00076 13.475 5.00076 13V12.5C5.00202 10.864 5.78897 9.41191 7.00467 8.50061V4.00195Z"
|
|
2281
|
-
}), /* @__PURE__ */ React153.createElement("path", {
|
|
2282
|
-
d: "M9.25076 14.7426V17.5H9.80129C9.86746 17.5026 9.93396 17.5039 10.0008 17.5039C10.0676 17.5039 10.1341 17.5026 10.2002 17.5H10.7508V14H14.0008C14.5531 14 15.0008 13.5523 15.0008 13V12.5C15 11.5017 14.7067 10.5718 14.2019 9.79155L13.1059 10.8875C13.3576 11.3699 13.5001 11.9183 13.5008 12.5H11.4934L9.25076 14.7426Z"
|
|
2283
|
-
}), /* @__PURE__ */ React153.createElement("path", {
|
|
2284
|
-
d: "M11.5017 8.24906L13.0047 6.7461V4.00195L11.5017 4.00117V8.24906Z"
|
|
2278
|
+
d: "M5.00391 2.5H15.0039V4.00117H11.5009V4H8.5V4.00117H5.00391V2.5Z"
|
|
2285
2279
|
}), /* @__PURE__ */ React153.createElement("path", {
|
|
2286
|
-
d: "
|
|
2280
|
+
d: "M8.5 4.00117L7.00391 4.00195V8.50061C5.7882 9.41191 5.00125 10.864 5 12.5V13C5 13.5523 5.44772 14 6 14H9.25V17.5H9.80053C9.86669 17.5026 9.93319 17.5039 10 17.5039C10.0668 17.5039 10.1333 17.5026 10.1995 17.5H10.75V14H14C14.5523 14 15 13.5523 15 13V12.5C14.9988 10.8669 14.2146 9.41707 13.0026 8.50547H13.0039V4.00195L11.5009 4.00117V9.34117C12.6818 9.90257 13.4985 11.1058 13.5 12.5H10.75V12.4961H9.25V12.5H6.5C6.50153 11.1055 7.31863 9.90193 8.5 9.34072V4.00117Z"
|
|
2287
2281
|
}));
|
|
2288
2282
|
});
|
|
2289
2283
|
|
|
2290
|
-
// packages/react-icons/src/__icons/
|
|
2284
|
+
// packages/react-icons/src/__icons/PinOffIcon.tsx
|
|
2291
2285
|
import React154, { forwardRef as forwardRef154 } from "react";
|
|
2292
|
-
var
|
|
2286
|
+
var PinOffIcon = /* @__PURE__ */ forwardRef154((props, forwardedRef) => {
|
|
2293
2287
|
return /* @__PURE__ */ React154.createElement(SvgIcon, {
|
|
2294
2288
|
ref: forwardedRef,
|
|
2295
2289
|
...props
|
|
2296
2290
|
}, /* @__PURE__ */ React154.createElement("path", {
|
|
2297
|
-
d: "
|
|
2291
|
+
d: "M15.0047 2.5H5.00467V4.00117H8.50076V4H11.5017V4.00117H15.0047V2.5Z"
|
|
2292
|
+
}), /* @__PURE__ */ React154.createElement("path", {
|
|
2293
|
+
d: "M7.00467 4.00195L8.50076 4.00117V9.34072C7.31939 9.90193 6.50229 11.1055 6.50077 12.5H7.25077L5.7761 13.9747C5.332 13.8727 5.00076 13.475 5.00076 13V12.5C5.00202 10.864 5.78897 9.41191 7.00467 8.50061V4.00195Z"
|
|
2294
|
+
}), /* @__PURE__ */ React154.createElement("path", {
|
|
2295
|
+
d: "M9.25076 14.7426V17.5H9.80129C9.86746 17.5026 9.93396 17.5039 10.0008 17.5039C10.0676 17.5039 10.1341 17.5026 10.2002 17.5H10.7508V14H14.0008C14.5531 14 15.0008 13.5523 15.0008 13V12.5C15 11.5017 14.7067 10.5718 14.2019 9.79155L13.1059 10.8875C13.3576 11.3699 13.5001 11.9183 13.5008 12.5H11.4934L9.25076 14.7426Z"
|
|
2296
|
+
}), /* @__PURE__ */ React154.createElement("path", {
|
|
2297
|
+
d: "M11.5017 8.24906L13.0047 6.7461V4.00195L11.5017 4.00117V8.24906Z"
|
|
2298
|
+
}), /* @__PURE__ */ React154.createElement("path", {
|
|
2299
|
+
d: "M3.49756 16.2499L16.2251 3.52241L17.2858 4.58307L4.55822 17.3106L3.49756 16.2499Z"
|
|
2298
2300
|
}));
|
|
2299
2301
|
});
|
|
2300
2302
|
|
|
2301
|
-
// packages/react-icons/src/__icons/
|
|
2303
|
+
// packages/react-icons/src/__icons/PlayIcon.tsx
|
|
2302
2304
|
import React155, { forwardRef as forwardRef155 } from "react";
|
|
2303
|
-
var
|
|
2305
|
+
var PlayIcon = /* @__PURE__ */ forwardRef155((props, forwardedRef) => {
|
|
2304
2306
|
return /* @__PURE__ */ React155.createElement(SvgIcon, {
|
|
2305
2307
|
ref: forwardedRef,
|
|
2306
2308
|
...props
|
|
2307
2309
|
}, /* @__PURE__ */ React155.createElement("path", {
|
|
2308
|
-
d: "
|
|
2310
|
+
d: "M17 10L5 3L5 17L17 10ZM14.023 10L6.5 14.3884L6.5 5.61156L14.023 10Z"
|
|
2309
2311
|
}));
|
|
2310
2312
|
});
|
|
2311
2313
|
|
|
2312
|
-
// packages/react-icons/src/__icons/
|
|
2314
|
+
// packages/react-icons/src/__icons/PlusIcon.tsx
|
|
2313
2315
|
import React156, { forwardRef as forwardRef156 } from "react";
|
|
2314
|
-
var
|
|
2316
|
+
var PlusIcon = /* @__PURE__ */ forwardRef156((props, forwardedRef) => {
|
|
2315
2317
|
return /* @__PURE__ */ React156.createElement(SvgIcon, {
|
|
2316
2318
|
ref: forwardedRef,
|
|
2317
2319
|
...props
|
|
2318
2320
|
}, /* @__PURE__ */ React156.createElement("path", {
|
|
2319
|
-
d: "
|
|
2320
|
-
}), /* @__PURE__ */ React156.createElement("path", {
|
|
2321
|
-
d: "M3 7.5L3 17H4.49797L4.49796 7.5H3Z"
|
|
2321
|
+
d: "M10.7501 10.7493H16.9995V9.24927H10.7501V3.00079L9.25009 3.00079L9.25009 9.24927H2.99954L2.99954 10.7493H9.25009V17.0008L10.7501 17.0008V10.7493Z"
|
|
2322
2322
|
}));
|
|
2323
2323
|
});
|
|
2324
2324
|
|
|
2325
|
-
// packages/react-icons/src/__icons/
|
|
2325
|
+
// packages/react-icons/src/__icons/RecommendIcon.tsx
|
|
2326
2326
|
import React157, { forwardRef as forwardRef157 } from "react";
|
|
2327
|
-
var
|
|
2327
|
+
var RecommendIcon = /* @__PURE__ */ forwardRef157((props, forwardedRef) => {
|
|
2328
2328
|
return /* @__PURE__ */ React157.createElement(SvgIcon, {
|
|
2329
2329
|
ref: forwardedRef,
|
|
2330
2330
|
...props
|
|
2331
2331
|
}, /* @__PURE__ */ React157.createElement("path", {
|
|
2332
|
-
d: "
|
|
2332
|
+
d: "M11.8981 4.71352L11.5 7.5H16C16.5523 7.5 17 7.94772 17 8.5V10.7675C17 10.9228 16.9638 11.076 16.8943 11.2149L14.2764 16.4474C14.107 16.7861 13.7608 17 13.3821 17L6 17.0001V7.5L10 3L11.3553 3.67767C11.7403 3.87016 11.9589 4.28741 11.8981 4.71352ZM13.0732 15.5L15.5 10.6494V9H9.77049L10.3622 4.85814L10.3574 4.85574L7.5 8.0703V15.5001L13.0732 15.5Z"
|
|
2333
2333
|
}), /* @__PURE__ */ React157.createElement("path", {
|
|
2334
|
-
d: "
|
|
2334
|
+
d: "M3 7.5L3 17H4.49797L4.49796 7.5H3Z"
|
|
2335
2335
|
}));
|
|
2336
2336
|
});
|
|
2337
2337
|
|
|
2338
|
-
// packages/react-icons/src/__icons/
|
|
2338
|
+
// packages/react-icons/src/__icons/RedoIcon.tsx
|
|
2339
2339
|
import React158, { forwardRef as forwardRef158 } from "react";
|
|
2340
|
-
var
|
|
2340
|
+
var RedoIcon = /* @__PURE__ */ forwardRef158((props, forwardedRef) => {
|
|
2341
2341
|
return /* @__PURE__ */ React158.createElement(SvgIcon, {
|
|
2342
2342
|
ref: forwardedRef,
|
|
2343
2343
|
...props
|
|
2344
2344
|
}, /* @__PURE__ */ React158.createElement("path", {
|
|
2345
|
-
d: "
|
|
2345
|
+
d: "M3.75 13.5H8.16599V15H3.25C2.69771 15 2.25 14.5523 2.25 14V9.50003C2.25 8.94774 2.69772 8.50003 3.25 8.50003H14.75C15.3023 8.50003 15.75 8.94774 15.75 9.50003V10H3.75V13.5Z"
|
|
2346
|
+
}), /* @__PURE__ */ React158.createElement("path", {
|
|
2347
|
+
d: "M12.7574 5.00739L17 9.25003L12.7574 13.4927L11.6967 12.432L14.8787 9.25003L11.6967 6.06805L12.7574 5.00739Z"
|
|
2346
2348
|
}));
|
|
2347
2349
|
});
|
|
2348
2350
|
|
|
2349
|
-
// packages/react-icons/src/__icons/
|
|
2351
|
+
// packages/react-icons/src/__icons/RefreshIcon.tsx
|
|
2350
2352
|
import React159, { forwardRef as forwardRef159 } from "react";
|
|
2351
|
-
var
|
|
2353
|
+
var RefreshIcon = /* @__PURE__ */ forwardRef159((props, forwardedRef) => {
|
|
2352
2354
|
return /* @__PURE__ */ React159.createElement(SvgIcon, {
|
|
2353
2355
|
ref: forwardedRef,
|
|
2354
2356
|
...props
|
|
2355
2357
|
}, /* @__PURE__ */ React159.createElement("path", {
|
|
2356
|
-
d: "
|
|
2357
|
-
}), /* @__PURE__ */ React159.createElement("path", {
|
|
2358
|
-
d: "M15.132 4.99939L14.1126 3.97995L15.1716 2.92096L18 5.74939L15.1716 8.57781L14.1094 7.51562L15.1285 6.49646L4.00195 6.49646L4.00195 8.99938H2.50195L2.50195 5.99938C2.50195 5.4471 2.94967 4.99938 3.50195 4.99938L15.132 4.99939Z"
|
|
2358
|
+
d: "M16.0003 7.89456L11.0003 7.89456V6.39456H13.4584C12.5604 5.53437 11.3421 5.00587 10.0003 5.00587C7.23888 5.00587 5.00031 7.24444 5.00031 10.0059C5.00031 12.7673 7.23888 15.0059 10.0003 15.0059C11.3744 15.0059 12.6189 14.4516 13.5227 13.5545L14.5834 14.6151C13.4082 15.7837 11.7886 16.5059 10.0003 16.5059C6.41045 16.5059 3.50031 13.5957 3.50031 10.0059C3.50031 6.41601 6.41045 3.50587 10.0003 3.50587C11.7468 3.50587 13.3324 4.19467 14.5003 5.31544V2.89456H16.0003V7.89456Z"
|
|
2359
2359
|
}));
|
|
2360
2360
|
});
|
|
2361
2361
|
|
|
2362
|
-
// packages/react-icons/src/__icons/
|
|
2362
|
+
// packages/react-icons/src/__icons/RepeatIcon.tsx
|
|
2363
2363
|
import React160, { forwardRef as forwardRef160 } from "react";
|
|
2364
|
-
var
|
|
2364
|
+
var RepeatIcon = /* @__PURE__ */ forwardRef160((props, forwardedRef) => {
|
|
2365
2365
|
return /* @__PURE__ */ React160.createElement(SvgIcon, {
|
|
2366
2366
|
ref: forwardedRef,
|
|
2367
2367
|
...props
|
|
2368
2368
|
}, /* @__PURE__ */ React160.createElement("path", {
|
|
2369
|
-
d: "
|
|
2369
|
+
d: "M5.37189 15L6.39133 16.0194L5.33233 17.0784L2.50391 14.25L5.33233 11.4216L6.39453 12.4838L5.39683 13.4815H16.002V11H17.502V14C17.502 14.5523 17.0542 15 16.502 15H5.37189Z"
|
|
2370
2370
|
}), /* @__PURE__ */ React160.createElement("path", {
|
|
2371
|
-
d: "
|
|
2371
|
+
d: "M15.132 4.99939L14.1126 3.97995L15.1716 2.92096L18 5.74939L15.1716 8.57781L14.1094 7.51562L15.1285 6.49646L4.00195 6.49646L4.00195 8.99938H2.50195L2.50195 5.99938C2.50195 5.4471 2.94967 4.99938 3.50195 4.99938L15.132 4.99939Z"
|
|
2372
2372
|
}));
|
|
2373
2373
|
});
|
|
2374
2374
|
|
|
2375
|
-
// packages/react-icons/src/__icons/
|
|
2375
|
+
// packages/react-icons/src/__icons/ReplayIcon.tsx
|
|
2376
2376
|
import React161, { forwardRef as forwardRef161 } from "react";
|
|
2377
|
-
var
|
|
2377
|
+
var ReplayIcon = /* @__PURE__ */ forwardRef161((props, forwardedRef) => {
|
|
2378
2378
|
return /* @__PURE__ */ React161.createElement(SvgIcon, {
|
|
2379
2379
|
ref: forwardedRef,
|
|
2380
2380
|
...props
|
|
2381
2381
|
}, /* @__PURE__ */ React161.createElement("path", {
|
|
2382
|
-
d: "
|
|
2383
|
-
}), /* @__PURE__ */ React161.createElement("path", {
|
|
2384
|
-
d: "M15.25 6.75H13.75V12.1148C13.4511 12.2086 13.1763 12.3572 12.9375 12.5486C12.366 13.0068 12 13.7108 12 14.5003C12 15.2898 12.366 15.9938 12.9375 16.452C13.3655 16.7951 13.9088 17.0003 14.5 17.0003C15.8807 17.0003 17 15.881 17 14.5003C17 13.3809 16.2643 12.4333 15.25 12.1148V6.75ZM14.5 13.5003C15.0523 13.5003 15.5 13.948 15.5 14.5003C15.5 15.0526 15.0523 15.5003 14.5 15.5003C14.2621 15.5003 14.0472 15.4191 13.8757 15.2816C13.644 15.0959 13.5 14.8154 13.5 14.5003C13.5 14.1852 13.644 13.9047 13.8757 13.719C14.0472 13.5815 14.2621 13.5003 14.5 13.5003Z"
|
|
2382
|
+
d: "M14.5 10L7.5 6L7.5 14L14.5 10ZM9 8.58477L11.4767 10L9 11.4152V8.58477Z"
|
|
2385
2383
|
}), /* @__PURE__ */ React161.createElement("path", {
|
|
2386
|
-
d: "
|
|
2384
|
+
d: "M2 4C2 3.44772 2.44772 3 3 3H17C17.5523 3 18 3.44772 18 4V16C18 16.5523 17.5523 17 17 17H3C2.44772 17 2 16.5523 2 16V4ZM3.5 15.5H16.5V4.5H3.5V15.5Z"
|
|
2387
2385
|
}));
|
|
2388
2386
|
});
|
|
2389
2387
|
|
|
2390
|
-
// packages/react-icons/src/__icons/
|
|
2388
|
+
// packages/react-icons/src/__icons/RequestIcon.tsx
|
|
2391
2389
|
import React162, { forwardRef as forwardRef162 } from "react";
|
|
2392
|
-
var
|
|
2390
|
+
var RequestIcon = /* @__PURE__ */ forwardRef162((props, forwardedRef) => {
|
|
2393
2391
|
return /* @__PURE__ */ React162.createElement(SvgIcon, {
|
|
2394
2392
|
ref: forwardedRef,
|
|
2395
2393
|
...props
|
|
2396
2394
|
}, /* @__PURE__ */ React162.createElement("path", {
|
|
2397
|
-
d: "
|
|
2395
|
+
d: "M11.8284 8.82482L9 5.9964L11.8284 3.16797L12.6936 4.03676L11.55 5.24609L14.25 5.24609C14.8023 5.24609 15.25 5.69381 15.25 6.24609V6.74609L11.5623 6.74609L12.6936 7.9159L11.8284 8.82482Z"
|
|
2396
|
+
}), /* @__PURE__ */ React162.createElement("path", {
|
|
2397
|
+
d: "M15.25 6.75H13.75V12.1148C13.4511 12.2086 13.1763 12.3572 12.9375 12.5486C12.366 13.0068 12 13.7108 12 14.5003C12 15.2898 12.366 15.9938 12.9375 16.452C13.3655 16.7951 13.9088 17.0003 14.5 17.0003C15.8807 17.0003 17 15.881 17 14.5003C17 13.3809 16.2643 12.4333 15.25 12.1148V6.75ZM14.5 13.5003C15.0523 13.5003 15.5 13.948 15.5 14.5003C15.5 15.0526 15.0523 15.5003 14.5 15.5003C14.2621 15.5003 14.0472 15.4191 13.8757 15.2816C13.644 15.0959 13.5 14.8154 13.5 14.5003C13.5 14.1852 13.644 13.9047 13.8757 13.719C14.0472 13.5815 14.2621 13.5003 14.5 13.5003Z"
|
|
2398
|
+
}), /* @__PURE__ */ React162.createElement("path", {
|
|
2399
|
+
d: "M5.5 3C6.88071 3 8 4.11929 8 5.5C8 6.61941 7.26428 7.56698 6.25 7.88555V12.1145C7.26428 12.433 8 13.3806 8 14.5C8 15.8807 6.88071 17 5.5 17C4.90878 17 4.3655 16.7948 3.9375 16.4517C3.36596 15.9935 3 15.2895 3 14.5C3 13.7105 3.36596 13.0065 3.9375 12.5483C4.17634 12.3569 4.45107 12.2083 4.75 12.1145V7.88555C4.45107 7.79166 4.17634 7.64314 3.9375 7.45168C3.36596 6.99352 3 6.28949 3 5.5C3 4.7105 3.36596 4.00648 3.9375 3.54832C4.3655 3.20522 4.90878 3 5.5 3ZM6.5 5.5C6.5 4.94771 6.05229 4.5 5.5 4.5C5.26205 4.5 5.04719 4.58123 4.87571 4.71869C4.64403 4.90441 4.5 5.18488 4.5 5.5C4.5 5.81512 4.64403 6.09559 4.87571 6.28131C5.04719 6.41877 5.26205 6.5 5.5 6.5C6.05228 6.5 6.5 6.05228 6.5 5.5ZM5.5 13.5C5.26205 13.5 5.04719 13.5812 4.87571 13.7187C4.64403 13.9044 4.5 14.1849 4.5 14.5C4.5 14.8151 4.64403 15.0956 4.87571 15.2813C5.04719 15.4188 5.26205 15.5 5.5 15.5C6.05228 15.5 6.5 15.0523 6.5 14.5C6.5 13.9477 6.05229 13.5 5.5 13.5Z"
|
|
2398
2400
|
}));
|
|
2399
2401
|
});
|
|
2400
2402
|
|
|
2401
|
-
// packages/react-icons/src/__icons/
|
|
2403
|
+
// packages/react-icons/src/__icons/ResetIcon.tsx
|
|
2402
2404
|
import React163, { forwardRef as forwardRef163 } from "react";
|
|
2403
|
-
var
|
|
2405
|
+
var ResetIcon = /* @__PURE__ */ forwardRef163((props, forwardedRef) => {
|
|
2404
2406
|
return /* @__PURE__ */ React163.createElement(SvgIcon, {
|
|
2405
2407
|
ref: forwardedRef,
|
|
2406
2408
|
...props
|
|
2407
2409
|
}, /* @__PURE__ */ React163.createElement("path", {
|
|
2408
|
-
d: "
|
|
2409
|
-
}), /* @__PURE__ */ React163.createElement("path", {
|
|
2410
|
-
d: "M3 16L16.0815 2.91852L17.3189 4.15595L4.23744 17.2374L3 16Z"
|
|
2410
|
+
d: "M3.99969 7.89453L8.99969 7.89453V6.39453H6.54158C7.43963 5.53434 8.65795 5.00584 9.99969 5.00584C12.7611 5.00584 14.9997 7.24441 14.9997 10.0058C14.9997 12.7673 12.7611 15.0058 9.99969 15.0058C8.62565 15.0058 7.38106 14.4516 6.47729 13.5545L5.41663 14.6151C6.59184 15.7837 8.21144 16.5058 9.99969 16.5058C13.5895 16.5058 16.4997 13.5957 16.4997 10.0058C16.4997 6.41598 13.5895 3.50584 9.99969 3.50584C8.2532 3.50584 6.66759 4.19464 5.49969 5.31541V2.89453H3.99969V7.89453Z"
|
|
2411
2411
|
}));
|
|
2412
2412
|
});
|
|
2413
2413
|
|
|
2414
|
-
// packages/react-icons/src/__icons/
|
|
2414
|
+
// packages/react-icons/src/__icons/ResizeIcon.tsx
|
|
2415
2415
|
import React164, { forwardRef as forwardRef164 } from "react";
|
|
2416
|
-
var
|
|
2416
|
+
var ResizeIcon = /* @__PURE__ */ forwardRef164((props, forwardedRef) => {
|
|
2417
2417
|
return /* @__PURE__ */ React164.createElement(SvgIcon, {
|
|
2418
2418
|
ref: forwardedRef,
|
|
2419
2419
|
...props
|
|
2420
2420
|
}, /* @__PURE__ */ React164.createElement("path", {
|
|
2421
|
-
d: "
|
|
2421
|
+
d: "M8 16.5L16.4853 8.01471L17.7227 9.25215L9.23744 17.7374L8 16.5Z"
|
|
2422
2422
|
}), /* @__PURE__ */ React164.createElement("path", {
|
|
2423
|
-
d: "M3
|
|
2423
|
+
d: "M3 16L16.0815 2.91852L17.3189 4.15595L4.23744 17.2374L3 16Z"
|
|
2424
2424
|
}));
|
|
2425
2425
|
});
|
|
2426
2426
|
|
|
2427
|
-
// packages/react-icons/src/__icons/
|
|
2427
|
+
// packages/react-icons/src/__icons/SaveIcon.tsx
|
|
2428
2428
|
import React165, { forwardRef as forwardRef165 } from "react";
|
|
2429
|
-
var
|
|
2429
|
+
var SaveIcon = /* @__PURE__ */ forwardRef165((props, forwardedRef) => {
|
|
2430
2430
|
return /* @__PURE__ */ React165.createElement(SvgIcon, {
|
|
2431
2431
|
ref: forwardedRef,
|
|
2432
2432
|
...props
|
|
2433
2433
|
}, /* @__PURE__ */ React165.createElement("path", {
|
|
2434
|
-
d: "
|
|
2434
|
+
d: "M12 6H7V7.5H12V6Z"
|
|
2435
2435
|
}), /* @__PURE__ */ React165.createElement("path", {
|
|
2436
|
-
d: "
|
|
2436
|
+
d: "M3.99609 17H15.9965C16.5486 17 16.9963 16.5525 16.9965 16.0004L16.9998 7.41483C16.9999 7.14925 16.8944 6.89454 16.7065 6.70687L15.0036 5.00621L13.293 3.29336C13.1054 3.10554 12.8508 3 12.5854 3H3.99609C3.44381 3 2.99609 3.44772 2.99609 4V16C2.99609 16.5523 3.44381 17 3.99609 17ZM13.9422 6.06617L15.4998 7.62166L15.4967 15.5H13.498V10H6.49805V15.5H4.49609V4.5H12.3781L13.9422 6.06617ZM11.998 15.5H7.99805V11.5H11.998V15.5Z"
|
|
2437
2437
|
}));
|
|
2438
2438
|
});
|
|
2439
2439
|
|
|
2440
|
-
// packages/react-icons/src/__icons/
|
|
2440
|
+
// packages/react-icons/src/__icons/SecurityCriticalIcon.tsx
|
|
2441
2441
|
import React166, { forwardRef as forwardRef166 } from "react";
|
|
2442
|
-
var
|
|
2442
|
+
var SecurityCriticalIcon = /* @__PURE__ */ forwardRef166((props, forwardedRef) => {
|
|
2443
2443
|
return /* @__PURE__ */ React166.createElement(SvgIcon, {
|
|
2444
2444
|
ref: forwardedRef,
|
|
2445
2445
|
...props
|
|
2446
2446
|
}, /* @__PURE__ */ React166.createElement("path", {
|
|
2447
|
-
d: "
|
|
2447
|
+
d: "M7.5 10.75L11 5.75L10.4554 9.25096L12.5 9.25436L9 14.25L9.6137 10.75H7.5Z"
|
|
2448
2448
|
}), /* @__PURE__ */ React166.createElement("path", {
|
|
2449
|
-
d: "M15.9998 5.34712L15.9999 11.5413C15.9999 13.4965 14.8605 15.2723 13.0831 16.0869L10 17.5L6.91673 16.0868C5.13947 15.2723 4 13.4966 4 11.5415V5.
|
|
2449
|
+
d: "M15.9998 5.34712L15.9999 11.5413C15.9999 13.4965 14.8605 15.2723 13.0831 16.0869L10 17.5L6.91673 16.0868C5.13947 15.2723 4 13.4966 4 11.5415V5.34714C4 4.8583 4.35342 4.4411 4.83562 4.36075L6.55527 4.07418C6.85036 4.025 7.13643 3.93197 7.404 3.79816L9.99978 2.5L12.1931 3.5966C12.728 3.86403 13.2999 4.04999 13.8898 4.14831L15.1642 4.36073C15.6464 4.44109 15.9998 4.85828 15.9998 5.34712ZM7.54171 14.7232L10 15.85L12.4581 14.7233C13.7023 14.1531 14.4999 12.91 14.4999 11.5414L14.4998 5.77068L13.6432 5.6279C12.9058 5.505 12.191 5.27255 11.5224 4.93826L9.99987 4.17707L8.07493 5.13974C7.67358 5.34046 7.24447 5.48001 6.80184 5.55377L5.5 5.77072V11.5415C5.5 12.91 6.29763 14.153 7.54171 14.7232Z"
|
|
2450
2450
|
}));
|
|
2451
2451
|
});
|
|
2452
2452
|
|
|
2453
|
-
// packages/react-icons/src/__icons/
|
|
2453
|
+
// packages/react-icons/src/__icons/SecurityHighIcon.tsx
|
|
2454
2454
|
import React167, { forwardRef as forwardRef167 } from "react";
|
|
2455
|
-
var
|
|
2455
|
+
var SecurityHighIcon = /* @__PURE__ */ forwardRef167((props, forwardedRef) => {
|
|
2456
2456
|
return /* @__PURE__ */ React167.createElement(SvgIcon, {
|
|
2457
2457
|
ref: forwardedRef,
|
|
2458
2458
|
...props
|
|
2459
2459
|
}, /* @__PURE__ */ React167.createElement("path", {
|
|
2460
|
-
d: "
|
|
2460
|
+
d: "M11.9995 12.9994L10.0615 11.0614L8.06156 13.0613L7.0009 12.0007L9.00084 10.0007L7.04973 8.04961L8.11039 6.98895L10.0615 8.94007L11.9506 7.05092L13.0113 8.11158L11.1222 10.0007L13.0601 11.9387L11.9995 12.9994Z"
|
|
2461
|
+
}), /* @__PURE__ */ React167.createElement("path", {
|
|
2462
|
+
d: "M15.9998 5.34712L15.9999 11.5413C15.9999 13.4965 14.8605 15.2723 13.0831 16.0869L10 17.5L6.91673 16.0868C5.13947 15.2723 4 13.4966 4 11.5415V5.34715C4 4.8583 4.35342 4.4411 4.83562 4.36075L6.55527 4.07418C6.85036 4.025 7.13643 3.93197 7.404 3.79816L9.99978 2.5L12.1931 3.5966C12.728 3.86403 13.2999 4.04999 13.8898 4.14831L15.1642 4.36072C15.6464 4.44109 15.9998 4.85828 15.9998 5.34712ZM7.54171 14.7232L10 15.85L12.4581 14.7233C13.7023 14.1531 14.4999 12.91 14.4999 11.5414L14.4998 5.77068L13.6432 5.6279C12.9058 5.505 12.191 5.27255 11.5224 4.93826L9.99987 4.17707L8.07493 5.13974C7.67358 5.34046 7.24447 5.48001 6.80184 5.55377L5.5 5.77072V11.5415C5.5 12.91 6.29763 14.153 7.54171 14.7232Z"
|
|
2461
2463
|
}));
|
|
2462
2464
|
});
|
|
2463
2465
|
|
|
2464
|
-
// packages/react-icons/src/__icons/
|
|
2466
|
+
// packages/react-icons/src/__icons/SecurityIcon.tsx
|
|
2465
2467
|
import React168, { forwardRef as forwardRef168 } from "react";
|
|
2466
|
-
var
|
|
2468
|
+
var SecurityIcon = /* @__PURE__ */ forwardRef168((props, forwardedRef) => {
|
|
2467
2469
|
return /* @__PURE__ */ React168.createElement(SvgIcon, {
|
|
2468
2470
|
ref: forwardedRef,
|
|
2469
2471
|
...props
|
|
2470
2472
|
}, /* @__PURE__ */ React168.createElement("path", {
|
|
2473
|
+
d: "M15.9998 5.34712C15.9998 4.85828 15.6464 4.44109 15.1642 4.36073L13.8898 4.14831C13.2999 4.04999 12.728 3.86403 12.1931 3.5966L9.99978 2.5L7.404 3.79816C7.13643 3.93197 6.85036 4.025 6.55527 4.07418L4.83562 4.36075C4.35342 4.4411 4 4.8583 4 5.34714V11.5415C4 13.4966 5.13947 15.2723 6.91673 16.0868L10 17.5L13.0831 16.0869C14.8605 15.2723 15.9999 13.4965 15.9999 11.5413L15.9998 5.34712ZM10 15.85L7.54171 14.7232C6.29763 14.153 5.5 12.91 5.5 11.5415V5.77072L6.80184 5.55377C7.24447 5.48001 7.67358 5.34046 8.07493 5.13974L9.99987 4.17707L11.5224 4.93826C12.191 5.27255 12.9058 5.505 13.6432 5.6279L14.4998 5.77068L14.4999 11.5414C14.4999 12.91 13.7023 14.1531 12.4581 14.7233L10 15.85Z"
|
|
2474
|
+
}));
|
|
2475
|
+
});
|
|
2476
|
+
|
|
2477
|
+
// packages/react-icons/src/__icons/SecurityMediumIcon.tsx
|
|
2478
|
+
import React169, { forwardRef as forwardRef169 } from "react";
|
|
2479
|
+
var SecurityMediumIcon = /* @__PURE__ */ forwardRef169((props, forwardedRef) => {
|
|
2480
|
+
return /* @__PURE__ */ React169.createElement(SvgIcon, {
|
|
2481
|
+
ref: forwardedRef,
|
|
2482
|
+
...props
|
|
2483
|
+
}, /* @__PURE__ */ React169.createElement("path", {
|
|
2471
2484
|
d: "M9.25 6H10.75V11H9.25V6Z"
|
|
2472
|
-
}), /* @__PURE__ */
|
|
2485
|
+
}), /* @__PURE__ */ React169.createElement("path", {
|
|
2473
2486
|
d: "M10 12C9.44772 12 9 12.4477 9 13C9 13.5523 9.44771 14 10 14C10.5523 14 11 13.5523 11 13C11 12.4477 10.5523 12 10 12Z"
|
|
2474
|
-
}), /* @__PURE__ */
|
|
2487
|
+
}), /* @__PURE__ */ React169.createElement("path", {
|
|
2475
2488
|
d: "M15.9998 5.34712C15.9998 4.85828 15.6464 4.44109 15.1642 4.36072L13.8898 4.14831C13.2999 4.04999 12.728 3.86403 12.1931 3.5966L9.99978 2.5L7.404 3.79816C7.13643 3.93197 6.85036 4.025 6.55527 4.07418L4.83562 4.36075C4.35342 4.4411 4 4.8583 4 5.34715V11.5415C4 13.4966 5.13947 15.2723 6.91673 16.0868L10 17.5L13.0831 16.0869C14.8605 15.2723 15.9999 13.4965 15.9999 11.5413L15.9998 5.34712ZM10 15.85L7.54171 14.7232C6.29763 14.153 5.5 12.91 5.5 11.5415V5.77072L6.80184 5.55377C7.24447 5.48001 7.67358 5.34046 8.07493 5.13974L9.99987 4.17707L11.5224 4.93826C12.191 5.27255 12.9058 5.505 13.6432 5.6279L14.4998 5.77068L14.4999 11.5414C14.4999 12.91 13.7023 14.1531 12.4581 14.7233L10 15.85Z"
|
|
2476
2489
|
}));
|
|
2477
2490
|
});
|
|
2478
2491
|
|
|
2479
2492
|
// packages/react-icons/src/__icons/SelectIcon.tsx
|
|
2480
|
-
import
|
|
2481
|
-
var SelectIcon = /* @__PURE__ */
|
|
2482
|
-
return /* @__PURE__ */
|
|
2493
|
+
import React170, { forwardRef as forwardRef170 } from "react";
|
|
2494
|
+
var SelectIcon = /* @__PURE__ */ forwardRef170((props, forwardedRef) => {
|
|
2495
|
+
return /* @__PURE__ */ React170.createElement(SvgIcon, {
|
|
2483
2496
|
ref: forwardedRef,
|
|
2484
2497
|
...props
|
|
2485
|
-
}, /* @__PURE__ */
|
|
2498
|
+
}, /* @__PURE__ */ React170.createElement("path", {
|
|
2486
2499
|
d: "M16 17H15V15H17V16C17 16.5523 16.5523 17 16 17Z"
|
|
2487
|
-
}), /* @__PURE__ */
|
|
2500
|
+
}), /* @__PURE__ */ React170.createElement("path", {
|
|
2488
2501
|
d: "M17 5V4C17 3.44772 16.5523 3 16 3H15V5L17 5Z"
|
|
2489
|
-
}), /* @__PURE__ */
|
|
2502
|
+
}), /* @__PURE__ */ React170.createElement("path", {
|
|
2490
2503
|
d: "M3 16V15H5L5 17L4 17C3.44772 17 3 16.5523 3 16Z"
|
|
2491
|
-
}), /* @__PURE__ */
|
|
2504
|
+
}), /* @__PURE__ */ React170.createElement("path", {
|
|
2492
2505
|
d: "M4 3H5V5L3 5V4C3 3.44772 3.44772 3 4 3Z"
|
|
2493
|
-
}), /* @__PURE__ */
|
|
2506
|
+
}), /* @__PURE__ */ React170.createElement("path", {
|
|
2494
2507
|
d: "M11 3H13V5H11V3Z"
|
|
2495
|
-
}), /* @__PURE__ */
|
|
2508
|
+
}), /* @__PURE__ */ React170.createElement("path", {
|
|
2496
2509
|
d: "M7 3H9V5H7V3Z"
|
|
2497
|
-
}), /* @__PURE__ */
|
|
2510
|
+
}), /* @__PURE__ */ React170.createElement("path", {
|
|
2498
2511
|
d: "M15 7H17V9H15V7Z"
|
|
2499
|
-
}), /* @__PURE__ */
|
|
2512
|
+
}), /* @__PURE__ */ React170.createElement("path", {
|
|
2500
2513
|
d: "M15 11H17V13H15V11Z"
|
|
2501
|
-
}), /* @__PURE__ */
|
|
2514
|
+
}), /* @__PURE__ */ React170.createElement("path", {
|
|
2502
2515
|
d: "M11 15H13V17H11V15Z"
|
|
2503
|
-
}), /* @__PURE__ */
|
|
2516
|
+
}), /* @__PURE__ */ React170.createElement("path", {
|
|
2504
2517
|
d: "M7.0007 15H9.0007V17H7.0007V15Z"
|
|
2505
|
-
}), /* @__PURE__ */
|
|
2518
|
+
}), /* @__PURE__ */ React170.createElement("path", {
|
|
2506
2519
|
d: "M3 7H5V9H3V7Z"
|
|
2507
|
-
}), /* @__PURE__ */
|
|
2520
|
+
}), /* @__PURE__ */ React170.createElement("path", {
|
|
2508
2521
|
d: "M3 11H5V13H3V11Z"
|
|
2509
2522
|
}));
|
|
2510
2523
|
});
|
|
2511
2524
|
|
|
2512
2525
|
// packages/react-icons/src/__icons/SelectIndicatorIcon.tsx
|
|
2513
|
-
import React170, { forwardRef as forwardRef170 } from "react";
|
|
2514
|
-
var SelectIndicatorIcon = /* @__PURE__ */ forwardRef170((props, forwardedRef) => {
|
|
2515
|
-
return /* @__PURE__ */ React170.createElement(SvgIcon, {
|
|
2516
|
-
ref: forwardedRef,
|
|
2517
|
-
...props
|
|
2518
|
-
}, /* @__PURE__ */ React170.createElement("path", {
|
|
2519
|
-
d: "M13 10C13 11.6569 11.6569 13 10 13C8.34315 13 7 11.6569 7 10C7 8.34315 8.34315 7 10 7C11.6569 7 13 8.34315 13 10Z"
|
|
2520
|
-
}));
|
|
2521
|
-
});
|
|
2522
|
-
|
|
2523
|
-
// packages/react-icons/src/__icons/SettingIcon.tsx
|
|
2524
2526
|
import React171, { forwardRef as forwardRef171 } from "react";
|
|
2525
|
-
var
|
|
2527
|
+
var SelectIndicatorIcon = /* @__PURE__ */ forwardRef171((props, forwardedRef) => {
|
|
2526
2528
|
return /* @__PURE__ */ React171.createElement(SvgIcon, {
|
|
2527
2529
|
ref: forwardedRef,
|
|
2528
2530
|
...props
|
|
2529
2531
|
}, /* @__PURE__ */ React171.createElement("path", {
|
|
2530
|
-
d: "M13
|
|
2531
|
-
}), /* @__PURE__ */ React171.createElement("path", {
|
|
2532
|
-
d: "M12.498 2H7.49805V4.00175C6.98069 4.21789 6.49724 4.499 6.05789 4.83487L4.32422 3.83394L1.82422 8.16406L3.55551 9.16363C3.52018 9.43808 3.50195 9.71789 3.50195 10.002C3.50195 10.2832 3.51982 10.5603 3.55448 10.8322L1.82617 11.83L4.32617 16.1602L6.05142 15.1641C6.4936 15.503 6.98059 15.7864 7.50195 16.0038L7.50195 17.9902H12.502V16.0038C13.0241 15.786 13.5118 15.5021 13.9545 15.1625L15.6758 16.1563L18.1758 11.8262L16.4498 10.8296C16.4842 10.5586 16.502 10.2824 16.502 10.002C16.502 9.71556 16.4834 9.4335 16.4475 9.15689L18.1738 8.16021L15.6738 3.83008L13.9406 4.83075C13.5005 4.49501 13.0162 4.21418 12.498 3.99849V2ZM14.7439 11.5918L16.1309 12.3926L15.1319 14.1229L13.742 13.3205C13.0356 14.116 12.0793 14.6846 10.9961 14.9031V16.5098H8.99807V14.9011C7.9174 14.6809 6.96351 14.112 6.25895 13.3171L4.86328 14.1229L3.86426 12.3926L5.2586 11.5876C5.09212 11.0893 5.00195 10.5562 5.00195 10.002C5.00195 9.4503 5.09129 8.91952 5.25629 8.42328L3.86328 7.61903L4.8623 5.88867L6.25411 6.69223C6.95914 5.89448 7.91492 5.32353 8.99807 5.10276V3.49805H10.9961V5.10079C12.0808 5.31962 13.0384 5.88953 13.745 6.68684L15.1309 5.88672L16.1299 7.61708L14.7453 8.41646C14.9118 8.91465 15.002 9.44777 15.002 10.002C15.002 10.5577 14.9113 11.0924 14.7439 11.5918Z"
|
|
2532
|
+
d: "M13 10C13 11.6569 11.6569 13 10 13C8.34315 13 7 11.6569 7 10C7 8.34315 8.34315 7 10 7C11.6569 7 13 8.34315 13 10Z"
|
|
2533
2533
|
}));
|
|
2534
2534
|
});
|
|
2535
2535
|
|
|
2536
|
-
// packages/react-icons/src/__icons/
|
|
2536
|
+
// packages/react-icons/src/__icons/SettingIcon.tsx
|
|
2537
2537
|
import React172, { forwardRef as forwardRef172 } from "react";
|
|
2538
|
-
var
|
|
2538
|
+
var SettingIcon = /* @__PURE__ */ forwardRef172((props, forwardedRef) => {
|
|
2539
2539
|
return /* @__PURE__ */ React172.createElement(SvgIcon, {
|
|
2540
2540
|
ref: forwardedRef,
|
|
2541
2541
|
...props
|
|
2542
2542
|
}, /* @__PURE__ */ React172.createElement("path", {
|
|
2543
|
-
d: "
|
|
2543
|
+
d: "M13 10.002C13 11.6588 11.6569 13.002 10 13.002C8.34315 13.002 7 11.6588 7 10.002C7 8.3451 8.34315 7.00195 10 7.00195C11.6569 7.00195 13 8.3451 13 10.002ZM11.5 10.002C11.5 9.17353 10.8284 8.50195 10 8.50195C9.17157 8.50195 8.5 9.17353 8.5 10.002C8.5 10.8304 9.17157 11.502 10 11.502C10.8284 11.502 11.5 10.8304 11.5 10.002Z"
|
|
2544
|
+
}), /* @__PURE__ */ React172.createElement("path", {
|
|
2545
|
+
d: "M12.498 2H7.49805V4.00175C6.98069 4.21789 6.49724 4.499 6.05789 4.83487L4.32422 3.83394L1.82422 8.16406L3.55551 9.16363C3.52018 9.43808 3.50195 9.71789 3.50195 10.002C3.50195 10.2832 3.51982 10.5603 3.55448 10.8322L1.82617 11.83L4.32617 16.1602L6.05142 15.1641C6.4936 15.503 6.98059 15.7864 7.50195 16.0038L7.50195 17.9902H12.502V16.0038C13.0241 15.786 13.5118 15.5021 13.9545 15.1625L15.6758 16.1563L18.1758 11.8262L16.4498 10.8296C16.4842 10.5586 16.502 10.2824 16.502 10.002C16.502 9.71556 16.4834 9.4335 16.4475 9.15689L18.1738 8.16021L15.6738 3.83008L13.9406 4.83075C13.5005 4.49501 13.0162 4.21418 12.498 3.99849V2ZM14.7439 11.5918L16.1309 12.3926L15.1319 14.1229L13.742 13.3205C13.0356 14.116 12.0793 14.6846 10.9961 14.9031V16.5098H8.99807V14.9011C7.9174 14.6809 6.96351 14.112 6.25895 13.3171L4.86328 14.1229L3.86426 12.3926L5.2586 11.5876C5.09212 11.0893 5.00195 10.5562 5.00195 10.002C5.00195 9.4503 5.09129 8.91952 5.25629 8.42328L3.86328 7.61903L4.8623 5.88867L6.25411 6.69223C6.95914 5.89448 7.91492 5.32353 8.99807 5.10276V3.49805H10.9961V5.10079C12.0808 5.31962 13.0384 5.88953 13.745 6.68684L15.1309 5.88672L16.1299 7.61708L14.7453 8.41646C14.9118 8.91465 15.002 9.44777 15.002 10.002C15.002 10.5577 14.9113 11.0924 14.7439 11.5918Z"
|
|
2544
2546
|
}));
|
|
2545
2547
|
});
|
|
2546
2548
|
|
|
2547
|
-
// packages/react-icons/src/__icons/
|
|
2549
|
+
// packages/react-icons/src/__icons/ShareIcon.tsx
|
|
2548
2550
|
import React173, { forwardRef as forwardRef173 } from "react";
|
|
2549
|
-
var
|
|
2551
|
+
var ShareIcon = /* @__PURE__ */ forwardRef173((props, forwardedRef) => {
|
|
2550
2552
|
return /* @__PURE__ */ React173.createElement(SvgIcon, {
|
|
2551
2553
|
ref: forwardedRef,
|
|
2552
2554
|
...props
|
|
2553
2555
|
}, /* @__PURE__ */ React173.createElement("path", {
|
|
2554
|
-
d: "
|
|
2555
|
-
}), /* @__PURE__ */ React173.createElement("path", {
|
|
2556
|
-
d: "M5.8354 13.2086C5.38383 13.037 4.9684 12.8022 4.59811 12.4861L5.35674 11.3301C5.62768 11.5378 5.91668 11.7004 6.22374 11.8178C6.53081 11.9352 6.82884 11.9894 7.12687 11.9894C7.37071 11.9894 7.58747 11.9442 7.77712 11.8629C7.96678 11.7817 8.11128 11.6642 8.21965 11.5107C8.32803 11.3572 8.38222 11.1856 8.38222 10.9779C8.38222 10.716 8.27384 10.5082 8.04806 10.3367C7.83131 10.1741 7.54231 10.0838 7.19009 10.0657C7.06365 10.0657 6.94624 10.0657 6.81981 10.0838C6.69337 10.1018 6.57597 10.138 6.45857 10.1741L5.6909 8.94584L7.72375 7.30214H5.04968V5.68555H9.764V7.29311L7.67745 8.90984C7.73621 8.90791 7.79653 8.90784 7.8584 8.90971C8.26481 8.90971 8.62606 9.00906 8.95119 9.18968C9.27631 9.37031 9.52919 9.61415 9.71885 9.93928C9.9085 10.2644 10.0078 10.6347 10.0078 11.0592C10.0078 11.5378 9.89044 11.9623 9.6466 12.3235C9.40275 12.6938 9.07763 12.9738 8.66219 13.1725C8.24675 13.3712 7.77712 13.4705 7.24428 13.4705C6.75659 13.4705 6.29599 13.3892 5.84443 13.2176L5.8354 13.2086Z"
|
|
2557
|
-
}), /* @__PURE__ */ React173.createElement("path", {
|
|
2558
|
-
d: "M13.8181 8.11037L14.9181 7.75752V11.7796H13.7081V13.3714H17.5981V11.7796H16.4781V5.78479H15.3381L13.3981 7.0251L13.8181 8.11037Z"
|
|
2559
|
-
}), /* @__PURE__ */ React173.createElement("path", {
|
|
2560
|
-
d: "M10.6474 12.4048C10.6474 12.6938 10.7287 12.9286 10.9093 13.1093C11.0899 13.2899 11.3247 13.3802 11.6227 13.3802C11.9027 13.3802 12.1285 13.2809 12.3182 13.1002C12.5078 12.9196 12.5981 12.6848 12.5981 12.4048C12.5981 12.1248 12.4988 11.89 12.3182 11.7004C12.1375 11.5107 11.9208 11.4204 11.6227 11.4204C11.3247 11.4204 11.0899 11.5107 10.9093 11.7004C10.7377 11.89 10.6474 12.1158 10.6474 12.4048Z"
|
|
2556
|
+
d: "M17 4.99805C17 6.6549 15.6569 7.99805 14 7.99805C13.1573 7.99805 12.3957 7.65057 11.8508 7.09108L7.95331 9.4699C7.98399 9.64197 8 9.81912 8 10C8 10.2731 7.96352 10.5376 7.89516 10.789L11.6793 13.0987C12.2295 12.4279 13.0648 12 14 12C15.6569 12 17 13.3431 17 15C17 16.6569 15.6569 18 14 18C12.3431 18 11 16.6569 11 15C11 14.8191 11.016 14.642 11.0467 14.4699L7.15043 12.0918C6.60539 12.652 5.84333 13 5 13C3.34315 13 2 11.6569 2 10C2 8.34315 3.34315 7 5 7C5.93523 7 6.7705 7.42795 7.32069 8.0987L11.1053 5.78876C11.0366 5.53684 11 5.27172 11 4.99805C11 3.34119 12.3431 1.99805 14 1.99805C15.6569 1.99805 17 3.34119 17 4.99805ZM15.5 15C15.5 14.1716 14.8284 13.5 14 13.5C13.1716 13.5 12.5 14.1716 12.5 15C12.5 15.8284 13.1716 16.5 14 16.5C14.8284 16.5 15.5 15.8284 15.5 15ZM6.5 10C6.5 9.17157 5.82843 8.5 5 8.5C4.17157 8.5 3.5 9.17157 3.5 10C3.5 10.8284 4.17157 11.5 5 11.5C5.82843 11.5 6.5 10.8284 6.5 10ZM15.5 4.99805C15.5 4.16962 14.8284 3.49805 14 3.49805C13.1716 3.49805 12.5 4.16962 12.5 4.99805C12.5 5.82647 13.1716 6.49805 14 6.49805C14.8284 6.49805 15.5 5.82647 15.5 4.99805Z"
|
|
2561
2557
|
}));
|
|
2562
2558
|
});
|
|
2563
2559
|
|
|
2564
|
-
// packages/react-icons/src/__icons/
|
|
2560
|
+
// packages/react-icons/src/__icons/SingleValueChartIcon.tsx
|
|
2565
2561
|
import React174, { forwardRef as forwardRef174 } from "react";
|
|
2566
|
-
var
|
|
2562
|
+
var SingleValueChartIcon = /* @__PURE__ */ forwardRef174((props, forwardedRef) => {
|
|
2567
2563
|
return /* @__PURE__ */ React174.createElement(SvgIcon, {
|
|
2568
2564
|
ref: forwardedRef,
|
|
2569
2565
|
...props
|
|
2570
2566
|
}, /* @__PURE__ */ React174.createElement("path", {
|
|
2571
|
-
d: "
|
|
2567
|
+
d: "M2 4H3.5V15.4984L18 15.4989V17L2.99997 16.9996C2.4477 16.9996 2 16.5519 2 15.9996V4Z"
|
|
2572
2568
|
}), /* @__PURE__ */ React174.createElement("path", {
|
|
2573
|
-
d: "
|
|
2569
|
+
d: "M5.8354 13.2086C5.38383 13.037 4.9684 12.8022 4.59811 12.4861L5.35674 11.3301C5.62768 11.5378 5.91668 11.7004 6.22374 11.8178C6.53081 11.9352 6.82884 11.9894 7.12687 11.9894C7.37071 11.9894 7.58747 11.9442 7.77712 11.8629C7.96678 11.7817 8.11128 11.6642 8.21965 11.5107C8.32803 11.3572 8.38222 11.1856 8.38222 10.9779C8.38222 10.716 8.27384 10.5082 8.04806 10.3367C7.83131 10.1741 7.54231 10.0838 7.19009 10.0657C7.06365 10.0657 6.94624 10.0657 6.81981 10.0838C6.69337 10.1018 6.57597 10.138 6.45857 10.1741L5.6909 8.94584L7.72375 7.30214H5.04968V5.68555H9.764V7.29311L7.67745 8.90984C7.73621 8.90791 7.79653 8.90784 7.8584 8.90971C8.26481 8.90971 8.62606 9.00906 8.95119 9.18968C9.27631 9.37031 9.52919 9.61415 9.71885 9.93928C9.9085 10.2644 10.0078 10.6347 10.0078 11.0592C10.0078 11.5378 9.89044 11.9623 9.6466 12.3235C9.40275 12.6938 9.07763 12.9738 8.66219 13.1725C8.24675 13.3712 7.77712 13.4705 7.24428 13.4705C6.75659 13.4705 6.29599 13.3892 5.84443 13.2176L5.8354 13.2086Z"
|
|
2570
|
+
}), /* @__PURE__ */ React174.createElement("path", {
|
|
2571
|
+
d: "M13.8181 8.11037L14.9181 7.75752V11.7796H13.7081V13.3714H17.5981V11.7796H16.4781V5.78479H15.3381L13.3981 7.0251L13.8181 8.11037Z"
|
|
2572
|
+
}), /* @__PURE__ */ React174.createElement("path", {
|
|
2573
|
+
d: "M10.6474 12.4048C10.6474 12.6938 10.7287 12.9286 10.9093 13.1093C11.0899 13.2899 11.3247 13.3802 11.6227 13.3802C11.9027 13.3802 12.1285 13.2809 12.3182 13.1002C12.5078 12.9196 12.5981 12.6848 12.5981 12.4048C12.5981 12.1248 12.4988 11.89 12.3182 11.7004C12.1375 11.5107 11.9208 11.4204 11.6227 11.4204C11.3247 11.4204 11.0899 11.5107 10.9093 11.7004C10.7377 11.89 10.6474 12.1158 10.6474 12.4048Z"
|
|
2574
2574
|
}));
|
|
2575
2575
|
});
|
|
2576
2576
|
|
|
2577
|
-
// packages/react-icons/src/__icons/
|
|
2577
|
+
// packages/react-icons/src/__icons/SorterDoubleIcon.tsx
|
|
2578
2578
|
import React175, { forwardRef as forwardRef175 } from "react";
|
|
2579
|
-
var
|
|
2579
|
+
var SorterDoubleIcon = /* @__PURE__ */ forwardRef175((props, forwardedRef) => {
|
|
2580
2580
|
return /* @__PURE__ */ React175.createElement(SvgIcon, {
|
|
2581
2581
|
ref: forwardedRef,
|
|
2582
2582
|
...props
|
|
2583
2583
|
}, /* @__PURE__ */ React175.createElement("path", {
|
|
2584
|
-
d: "M9.99609
|
|
2584
|
+
d: "M9.99609 4L14.9961 9L14.9907 9.00543H5.00153L4.99609 9L9.99609 4Z"
|
|
2585
2585
|
}), /* @__PURE__ */ React175.createElement("path", {
|
|
2586
|
-
d: "
|
|
2586
|
+
d: "M9.99609 17L4.99609 12L5.00195 11.9941L14.9902 11.9941L14.9961 12L9.99609 17Z"
|
|
2587
2587
|
}));
|
|
2588
2588
|
});
|
|
2589
2589
|
|
|
2590
|
-
// packages/react-icons/src/__icons/
|
|
2590
|
+
// packages/react-icons/src/__icons/SorterDoubleSmallIcon.tsx
|
|
2591
2591
|
import React176, { forwardRef as forwardRef176 } from "react";
|
|
2592
|
-
var
|
|
2592
|
+
var SorterDoubleSmallIcon = /* @__PURE__ */ forwardRef176((props, forwardedRef) => {
|
|
2593
2593
|
return /* @__PURE__ */ React176.createElement(SvgIcon, {
|
|
2594
2594
|
ref: forwardedRef,
|
|
2595
2595
|
...props
|
|
2596
2596
|
}, /* @__PURE__ */ React176.createElement("path", {
|
|
2597
|
-
d: "
|
|
2597
|
+
d: "M9.99609 5L13.4961 8.5H6.49609L9.99609 5Z"
|
|
2598
|
+
}), /* @__PURE__ */ React176.createElement("path", {
|
|
2599
|
+
d: "M10 15L6.5 11.5L13.5 11.5L10 15Z"
|
|
2598
2600
|
}));
|
|
2599
2601
|
});
|
|
2600
2602
|
|
|
2601
|
-
// packages/react-icons/src/__icons/
|
|
2603
|
+
// packages/react-icons/src/__icons/SorterIcon.tsx
|
|
2602
2604
|
import React177, { forwardRef as forwardRef177 } from "react";
|
|
2603
|
-
var
|
|
2605
|
+
var SorterIcon = /* @__PURE__ */ forwardRef177((props, forwardedRef) => {
|
|
2604
2606
|
return /* @__PURE__ */ React177.createElement(SvgIcon, {
|
|
2605
2607
|
ref: forwardedRef,
|
|
2606
2608
|
...props
|
|
@@ -2609,636 +2611,632 @@ var SorterSingleIcon = /* @__PURE__ */ forwardRef177((props, forwardedRef) => {
|
|
|
2609
2611
|
}));
|
|
2610
2612
|
});
|
|
2611
2613
|
|
|
2612
|
-
// packages/react-icons/src/__icons/
|
|
2614
|
+
// packages/react-icons/src/__icons/SorterSingleIcon.tsx
|
|
2613
2615
|
import React178, { forwardRef as forwardRef178 } from "react";
|
|
2614
|
-
var
|
|
2616
|
+
var SorterSingleIcon = /* @__PURE__ */ forwardRef178((props, forwardedRef) => {
|
|
2615
2617
|
return /* @__PURE__ */ React178.createElement(SvgIcon, {
|
|
2616
2618
|
ref: forwardedRef,
|
|
2617
2619
|
...props
|
|
2618
2620
|
}, /* @__PURE__ */ React178.createElement("path", {
|
|
2619
|
-
d: "
|
|
2621
|
+
d: "M4.99609 8L9.99609 13L14.9961 8L14.9907 7.99457L5.00152 7.99457L4.99609 8Z"
|
|
2620
2622
|
}));
|
|
2621
2623
|
});
|
|
2622
2624
|
|
|
2623
|
-
// packages/react-icons/src/__icons/
|
|
2625
|
+
// packages/react-icons/src/__icons/SorterSingleSmallIcon.tsx
|
|
2624
2626
|
import React179, { forwardRef as forwardRef179 } from "react";
|
|
2625
|
-
var
|
|
2627
|
+
var SorterSingleSmallIcon = /* @__PURE__ */ forwardRef179((props, forwardedRef) => {
|
|
2626
2628
|
return /* @__PURE__ */ React179.createElement(SvgIcon, {
|
|
2627
2629
|
ref: forwardedRef,
|
|
2628
2630
|
...props
|
|
2629
2631
|
}, /* @__PURE__ */ React179.createElement("path", {
|
|
2630
|
-
d: "
|
|
2631
|
-
}), /* @__PURE__ */ React179.createElement("path", {
|
|
2632
|
-
d: "M10 15L6.5 11.5L13.5 11.5L10 15Z"
|
|
2632
|
+
d: "M6.5 9L10 12.5L13.5 9L6.5 9Z"
|
|
2633
2633
|
}));
|
|
2634
2634
|
});
|
|
2635
2635
|
|
|
2636
|
-
// packages/react-icons/src/__icons/
|
|
2636
|
+
// packages/react-icons/src/__icons/SorterSmallDoubleIcon.tsx
|
|
2637
2637
|
import React180, { forwardRef as forwardRef180 } from "react";
|
|
2638
|
-
var
|
|
2638
|
+
var SorterSmallDoubleIcon = /* @__PURE__ */ forwardRef180((props, forwardedRef) => {
|
|
2639
2639
|
return /* @__PURE__ */ React180.createElement(SvgIcon, {
|
|
2640
2640
|
ref: forwardedRef,
|
|
2641
2641
|
...props
|
|
2642
2642
|
}, /* @__PURE__ */ React180.createElement("path", {
|
|
2643
|
-
d: "
|
|
2643
|
+
d: "M9.99609 5L13.4961 8.5H6.49609L9.99609 5Z"
|
|
2644
|
+
}), /* @__PURE__ */ React180.createElement("path", {
|
|
2645
|
+
d: "M10 15L6.5 11.5L13.5 11.5L10 15Z"
|
|
2644
2646
|
}));
|
|
2645
2647
|
});
|
|
2646
2648
|
|
|
2647
|
-
// packages/react-icons/src/__icons/
|
|
2649
|
+
// packages/react-icons/src/__icons/SorterSmallIcon.tsx
|
|
2648
2650
|
import React181, { forwardRef as forwardRef181 } from "react";
|
|
2649
|
-
var
|
|
2651
|
+
var SorterSmallIcon = /* @__PURE__ */ forwardRef181((props, forwardedRef) => {
|
|
2650
2652
|
return /* @__PURE__ */ React181.createElement(SvgIcon, {
|
|
2651
2653
|
ref: forwardedRef,
|
|
2652
2654
|
...props
|
|
2653
2655
|
}, /* @__PURE__ */ React181.createElement("path", {
|
|
2654
|
-
d: "
|
|
2655
|
-
}), /* @__PURE__ */ React181.createElement("path", {
|
|
2656
|
-
d: "M5.99609 9H13.9961V10.5H5.99609V9Z"
|
|
2657
|
-
}), /* @__PURE__ */ React181.createElement("path", {
|
|
2658
|
-
d: "M5.99609 12H11.9961V13.5H5.99609V12Z"
|
|
2656
|
+
d: "M6.5 9L10 12.5L13.5 9L6.5 9Z"
|
|
2659
2657
|
}));
|
|
2660
2658
|
});
|
|
2661
2659
|
|
|
2662
|
-
// packages/react-icons/src/__icons/
|
|
2660
|
+
// packages/react-icons/src/__icons/SourceIcon.tsx
|
|
2663
2661
|
import React182, { forwardRef as forwardRef182 } from "react";
|
|
2664
|
-
var
|
|
2662
|
+
var SourceIcon = /* @__PURE__ */ forwardRef182((props, forwardedRef) => {
|
|
2665
2663
|
return /* @__PURE__ */ React182.createElement(SvgIcon, {
|
|
2666
2664
|
ref: forwardedRef,
|
|
2667
2665
|
...props
|
|
2668
2666
|
}, /* @__PURE__ */ React182.createElement("path", {
|
|
2669
|
-
d: "
|
|
2667
|
+
d: "M3.99609 3.99805C3.44381 3.99805 2.99609 4.44576 2.99609 4.99805V15.9979C2.99609 16.5502 3.44381 16.9979 3.99609 16.9979H15.9961C16.5484 16.9979 16.9961 16.5502 16.9961 15.9979V6.4953C16.9961 5.94301 16.5484 5.4953 15.9961 5.4953H11.9905L10.2629 4.19833C10.0897 4.06833 9.87903 3.99805 9.6625 3.99805H3.99609ZM4.49609 6.9953H15.4961V15.4979H4.49609V6.9953Z"
|
|
2668
|
+
}), /* @__PURE__ */ React182.createElement("path", {
|
|
2669
|
+
d: "M5.99609 9H13.9961V10.5H5.99609V9Z"
|
|
2670
|
+
}), /* @__PURE__ */ React182.createElement("path", {
|
|
2671
|
+
d: "M5.99609 12H11.9961V13.5H5.99609V12Z"
|
|
2670
2672
|
}));
|
|
2671
2673
|
});
|
|
2672
2674
|
|
|
2673
|
-
// packages/react-icons/src/__icons/
|
|
2675
|
+
// packages/react-icons/src/__icons/StackedAreaChartIcon.tsx
|
|
2674
2676
|
import React183, { forwardRef as forwardRef183 } from "react";
|
|
2675
|
-
var
|
|
2677
|
+
var StackedAreaChartIcon = /* @__PURE__ */ forwardRef183((props, forwardedRef) => {
|
|
2676
2678
|
return /* @__PURE__ */ React183.createElement(SvgIcon, {
|
|
2677
2679
|
ref: forwardedRef,
|
|
2678
2680
|
...props
|
|
2679
2681
|
}, /* @__PURE__ */ React183.createElement("path", {
|
|
2682
|
+
d: "M4.5 3H3V16C3 16.5523 3.44772 17 4 17H16C16.5523 17 17 16.5523 17 16V15.5L16.998 15.4983V7.29078L13.3604 7.29056L10.0131 3.05801L5.87968 8.02109L4.5 6.97431V3ZM4.5 8.85718L6.11498 10.0825L9.98299 5.43808L12.6343 8.79051L15.498 8.79069V14.2289L10.4986 9.99805L6.99861 13.9817L4.5 11.9914V8.85718Z"
|
|
2683
|
+
}));
|
|
2684
|
+
});
|
|
2685
|
+
|
|
2686
|
+
// packages/react-icons/src/__icons/StackedBarChartIcon.tsx
|
|
2687
|
+
import React184, { forwardRef as forwardRef184 } from "react";
|
|
2688
|
+
var StackedBarChartIcon = /* @__PURE__ */ forwardRef184((props, forwardedRef) => {
|
|
2689
|
+
return /* @__PURE__ */ React184.createElement(SvgIcon, {
|
|
2690
|
+
ref: forwardedRef,
|
|
2691
|
+
...props
|
|
2692
|
+
}, /* @__PURE__ */ React184.createElement("path", {
|
|
2680
2693
|
d: "M3 3H4.5V15.5H17V17H4C3.44772 17 3 16.5523 3 16V3Z"
|
|
2681
|
-
}), /* @__PURE__ */
|
|
2694
|
+
}), /* @__PURE__ */ React184.createElement("path", {
|
|
2682
2695
|
d: "M14 11H16V14H14V11Z"
|
|
2683
|
-
}), /* @__PURE__ */
|
|
2696
|
+
}), /* @__PURE__ */ React184.createElement("path", {
|
|
2684
2697
|
d: "M14 7H16V10H14V7Z"
|
|
2685
|
-
}), /* @__PURE__ */
|
|
2698
|
+
}), /* @__PURE__ */ React184.createElement("path", {
|
|
2686
2699
|
d: "M10 6.5H12V14H10V6.5Z"
|
|
2687
|
-
}), /* @__PURE__ */
|
|
2700
|
+
}), /* @__PURE__ */ React184.createElement("path", {
|
|
2688
2701
|
d: "M10 3H12V5.5H10V3Z"
|
|
2689
|
-
}), /* @__PURE__ */
|
|
2702
|
+
}), /* @__PURE__ */ React184.createElement("path", {
|
|
2690
2703
|
d: "M6 10H8V14H6V10Z"
|
|
2691
|
-
}), /* @__PURE__ */
|
|
2704
|
+
}), /* @__PURE__ */ React184.createElement("path", {
|
|
2692
2705
|
d: "M6 5H8V9H6V5Z"
|
|
2693
2706
|
}));
|
|
2694
2707
|
});
|
|
2695
2708
|
|
|
2696
2709
|
// packages/react-icons/src/__icons/StarEmptyIcon.tsx
|
|
2697
|
-
import
|
|
2698
|
-
var StarEmptyIcon = /* @__PURE__ */
|
|
2699
|
-
return /* @__PURE__ */
|
|
2710
|
+
import React185, { forwardRef as forwardRef185 } from "react";
|
|
2711
|
+
var StarEmptyIcon = /* @__PURE__ */ forwardRef185((props, forwardedRef) => {
|
|
2712
|
+
return /* @__PURE__ */ React185.createElement(SvgIcon, {
|
|
2700
2713
|
ref: forwardedRef,
|
|
2701
2714
|
...props
|
|
2702
|
-
}, /* @__PURE__ */
|
|
2715
|
+
}, /* @__PURE__ */ React185.createElement("path", {
|
|
2703
2716
|
d: "M12.1946 7.12505L10.125 2.5L8.05536 7.12505L3 7.65654L6.77625 11.0465L5.72151 16L10.125 13.47L14.5285 16L13.4738 11.0465L17.25 7.65654L12.1946 7.12505ZM14.1204 8.57949L11.8287 10.514L12.8029 13.47L10.125 11.7471L7.44714 13.47L8.42129 10.514L6.12933 8.57949L9.07205 8.38244L10.1249 5.53773L11.178 8.38244L14.1204 8.57949Z"
|
|
2704
2717
|
}));
|
|
2705
2718
|
});
|
|
2706
2719
|
|
|
2707
2720
|
// packages/react-icons/src/__icons/StarIcon.tsx
|
|
2708
|
-
import
|
|
2709
|
-
var StarIcon = /* @__PURE__ */
|
|
2710
|
-
return /* @__PURE__ */
|
|
2721
|
+
import React186, { forwardRef as forwardRef186 } from "react";
|
|
2722
|
+
var StarIcon = /* @__PURE__ */ forwardRef186((props, forwardedRef) => {
|
|
2723
|
+
return /* @__PURE__ */ React186.createElement(SvgIcon, {
|
|
2711
2724
|
ref: forwardedRef,
|
|
2712
2725
|
...props
|
|
2713
|
-
}, /* @__PURE__ */
|
|
2726
|
+
}, /* @__PURE__ */ React186.createElement("path", {
|
|
2714
2727
|
d: "M10.1284 2.5L8.0446 7.11912L3 7.6427L6.76199 11.0574L5.71019 16L10.1284 13.4803L14.5512 15.9912L13.488 11.0574L17.25 7.6427L12.2055 7.11912L10.1284 2.5Z"
|
|
2715
2728
|
}));
|
|
2716
2729
|
});
|
|
2717
2730
|
|
|
2718
2731
|
// packages/react-icons/src/__icons/StopwatchIcon.tsx
|
|
2719
|
-
import
|
|
2720
|
-
var StopwatchIcon = /* @__PURE__ */
|
|
2721
|
-
return /* @__PURE__ */
|
|
2732
|
+
import React187, { forwardRef as forwardRef187 } from "react";
|
|
2733
|
+
var StopwatchIcon = /* @__PURE__ */ forwardRef187((props, forwardedRef) => {
|
|
2734
|
+
return /* @__PURE__ */ React187.createElement(SvgIcon, {
|
|
2722
2735
|
ref: forwardedRef,
|
|
2723
2736
|
...props
|
|
2724
|
-
}, /* @__PURE__ */
|
|
2737
|
+
}, /* @__PURE__ */ React187.createElement("path", {
|
|
2725
2738
|
d: "M9.25 9V13H10.75V9H9.25Z"
|
|
2726
|
-
}), /* @__PURE__ */
|
|
2739
|
+
}), /* @__PURE__ */ React187.createElement("path", {
|
|
2727
2740
|
d: "M3.49609 11.5C3.49609 15.0899 6.40624 18 9.99609 18C11.5333 18 12.9458 17.4664 14.0586 16.5744C15.5446 15.3831 16.4961 13.5527 16.4961 11.5C16.4961 9.44731 15.5446 7.61686 14.0586 6.42564C12.9458 5.53358 11.5333 5 9.99609 5C6.40624 5 3.49609 7.91015 3.49609 11.5ZM9.99609 16.5C7.23467 16.5 4.99609 14.2614 4.99609 11.5C4.99609 8.73858 7.23467 6.5 9.99609 6.5C11.18 6.5 12.2641 6.90959 13.1204 7.59601C14.2665 8.51479 14.9961 9.92168 14.9961 11.5C14.9961 13.0783 14.2665 14.4852 13.1204 15.404C12.2641 16.0904 11.18 16.5 9.99609 16.5Z"
|
|
2728
|
-
}), /* @__PURE__ */
|
|
2741
|
+
}), /* @__PURE__ */ React187.createElement("path", {
|
|
2729
2742
|
d: "M7.49609 2H12.4961V3.5H10.7461V6H9.24609V3.5L7.49609 3.5V2Z"
|
|
2730
|
-
}), /* @__PURE__ */
|
|
2743
|
+
}), /* @__PURE__ */ React187.createElement("path", {
|
|
2731
2744
|
d: "M14.7678 4.48223L13 6.25L14.7678 8.01777L16.5355 6.25L14.7678 4.48223Z"
|
|
2732
2745
|
}));
|
|
2733
2746
|
});
|
|
2734
2747
|
|
|
2735
2748
|
// packages/react-icons/src/__icons/StorageIcon.tsx
|
|
2736
|
-
import React187, { forwardRef as forwardRef187 } from "react";
|
|
2737
|
-
var StorageIcon = /* @__PURE__ */ forwardRef187((props, forwardedRef) => {
|
|
2738
|
-
return /* @__PURE__ */ React187.createElement(SvgIcon, {
|
|
2739
|
-
ref: forwardedRef,
|
|
2740
|
-
...props
|
|
2741
|
-
}, /* @__PURE__ */ React187.createElement("path", {
|
|
2742
|
-
d: "M3 4C3 3.44772 3.44772 3 4 3H16C16.5523 3 17 3.44772 17 4V16C17 16.5523 16.5523 17 16 17H4C3.44772 17 3 16.5523 3 16V4ZM4.5 9.25H15.5V4.5H4.5V9.25ZM4.5 10.75V15.5H15.5V10.75H4.5Z"
|
|
2743
|
-
}), /* @__PURE__ */ React187.createElement("path", {
|
|
2744
|
-
d: "M7.5 6.25H6V7.75H7.5V6.25Z"
|
|
2745
|
-
}), /* @__PURE__ */ React187.createElement("path", {
|
|
2746
|
-
d: "M7.5 12.25H6V13.75H7.5V12.25Z"
|
|
2747
|
-
}));
|
|
2748
|
-
});
|
|
2749
|
-
|
|
2750
|
-
// packages/react-icons/src/__icons/StrikethroughSIcon.tsx
|
|
2751
2749
|
import React188, { forwardRef as forwardRef188 } from "react";
|
|
2752
|
-
var
|
|
2750
|
+
var StorageIcon = /* @__PURE__ */ forwardRef188((props, forwardedRef) => {
|
|
2753
2751
|
return /* @__PURE__ */ React188.createElement(SvgIcon, {
|
|
2754
2752
|
ref: forwardedRef,
|
|
2755
2753
|
...props
|
|
2756
2754
|
}, /* @__PURE__ */ React188.createElement("path", {
|
|
2757
|
-
d: "
|
|
2755
|
+
d: "M3 4C3 3.44772 3.44772 3 4 3H16C16.5523 3 17 3.44772 17 4V16C17 16.5523 16.5523 17 16 17H4C3.44772 17 3 16.5523 3 16V4ZM4.5 9.25H15.5V4.5H4.5V9.25ZM4.5 10.75V15.5H15.5V10.75H4.5Z"
|
|
2758
2756
|
}), /* @__PURE__ */ React188.createElement("path", {
|
|
2759
|
-
d: "
|
|
2757
|
+
d: "M7.5 6.25H6V7.75H7.5V6.25Z"
|
|
2760
2758
|
}), /* @__PURE__ */ React188.createElement("path", {
|
|
2761
|
-
d: "
|
|
2759
|
+
d: "M7.5 12.25H6V13.75H7.5V12.25Z"
|
|
2762
2760
|
}));
|
|
2763
2761
|
});
|
|
2764
2762
|
|
|
2765
|
-
// packages/react-icons/src/__icons/
|
|
2763
|
+
// packages/react-icons/src/__icons/StrikethroughSIcon.tsx
|
|
2766
2764
|
import React189, { forwardRef as forwardRef189 } from "react";
|
|
2767
|
-
var
|
|
2765
|
+
var StrikethroughSIcon = /* @__PURE__ */ forwardRef189((props, forwardedRef) => {
|
|
2768
2766
|
return /* @__PURE__ */ React189.createElement(SvgIcon, {
|
|
2769
2767
|
ref: forwardedRef,
|
|
2770
2768
|
...props
|
|
2771
2769
|
}, /* @__PURE__ */ React189.createElement("path", {
|
|
2772
|
-
d: "
|
|
2770
|
+
d: "M6.81 13.9772L6 15.4009C7 16.381 8.49 17 10.19 17C12.82 17 14.4 15.4937 14.4 13.0486C14.4 12.2662 14.2399 11.5754 13.9215 11L11.2498 11C12.364 11.3703 12.88 12.1494 12.88 13.1415C12.88 14.4517 11.97 15.3803 10.24 15.3803C8.89 15.3803 7.77 14.7716 6.81 13.9772Z"
|
|
2771
|
+
}), /* @__PURE__ */ React189.createElement("path", {
|
|
2772
|
+
d: "M6.53137 8L8.25391 8C8.03031 7.66295 7.91 7.25213 7.91 6.77598C7.91 5.57922 8.71 4.61975 10.43 4.61975C11.58 4.61975 12.67 5.05306 13.55 5.55859L14.03 3.95947C13 3.33014 11.65 3 10.31 3C7.77 3 6.39 4.33088 6.39 6.75534C6.39 7.20743 6.43815 7.62257 6.53137 8Z"
|
|
2773
|
+
}), /* @__PURE__ */ React189.createElement("path", {
|
|
2774
|
+
d: "M16.5 11L4 11L4 9.5L16.5 9.5V11Z"
|
|
2773
2775
|
}));
|
|
2774
2776
|
});
|
|
2775
2777
|
|
|
2776
|
-
// packages/react-icons/src/__icons/
|
|
2778
|
+
// packages/react-icons/src/__icons/SupportIcon.tsx
|
|
2777
2779
|
import React190, { forwardRef as forwardRef190 } from "react";
|
|
2778
|
-
var
|
|
2780
|
+
var SupportIcon = /* @__PURE__ */ forwardRef190((props, forwardedRef) => {
|
|
2779
2781
|
return /* @__PURE__ */ React190.createElement(SvgIcon, {
|
|
2780
2782
|
ref: forwardedRef,
|
|
2781
2783
|
...props
|
|
2782
2784
|
}, /* @__PURE__ */ React190.createElement("path", {
|
|
2783
|
-
d: "
|
|
2784
|
-
}), /* @__PURE__ */ React190.createElement("path", {
|
|
2785
|
-
d: "M12.9999 15.0004L11.4994 13.5H14.5003L12.9999 15.0004Z"
|
|
2786
|
-
}), /* @__PURE__ */ React190.createElement("path", {
|
|
2787
|
-
d: "M17.7348 10.2655L16.4985 11.5018L16.4985 11.4995C16.5326 11.2872 16.5171 10.5854 15.8691 10.0098L16.8488 9.03015C17.2259 9.38306 17.5331 9.80336 17.7348 10.2655Z"
|
|
2788
|
-
}), /* @__PURE__ */ React190.createElement("path", {
|
|
2789
|
-
d: "M18.3033 9.6967L12.9999 15.0004L10.1716 12.1716L11.2322 11.1109L13 12.8787L17.2426 8.63604L18.3033 9.6967Z"
|
|
2785
|
+
d: "M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10ZM14.0353 15.096L12.2482 13.3089C11.6075 13.7451 10.8335 14 10 14C9.15083 14 8.36347 13.7354 7.71586 13.2841L5.93092 15.0691C7.04473 15.9643 8.4598 16.5 10 16.5C11.5247 16.5 12.9268 15.975 14.0353 15.096ZM6.66673 12.212C6.24546 11.5784 6 10.8179 6 10C6 9.18214 6.24546 8.4216 6.66673 7.78805L4.87726 5.99858C4.01433 7.10178 3.5 8.49083 3.5 10C3.5 11.5092 4.01433 12.8982 4.87726 14.0014L6.66673 12.212ZM15.096 14.0354C15.975 12.9268 16.5 11.5247 16.5 10C16.5 8.4598 15.9643 7.04473 15.0691 5.93092L13.2841 7.71586C13.7354 8.36347 14 9.15083 14 10C14 10.8335 13.745 11.6075 13.3089 12.2482L15.096 14.0354ZM10 3.5C8.4598 3.5 7.04473 4.03569 5.93092 4.93092L7.71586 6.71586C8.36347 6.26461 9.15083 6 10 6C10.8179 6 11.5784 6.24546 12.212 6.66673L14.0014 4.87726C12.8982 4.01433 11.5092 3.5 10 3.5ZM12.5 10C12.5 8.61929 11.3807 7.5 10 7.5C8.61929 7.5 7.5 8.61929 7.5 10C7.5 11.3807 8.61929 12.5 10 12.5C11.3807 12.5 12.5 11.3807 12.5 10Z"
|
|
2790
2786
|
}));
|
|
2791
2787
|
});
|
|
2792
2788
|
|
|
2793
|
-
// packages/react-icons/src/__icons/
|
|
2789
|
+
// packages/react-icons/src/__icons/SyncDoneIcon.tsx
|
|
2794
2790
|
import React191, { forwardRef as forwardRef191 } from "react";
|
|
2795
|
-
var
|
|
2791
|
+
var SyncDoneIcon = /* @__PURE__ */ forwardRef191((props, forwardedRef) => {
|
|
2796
2792
|
return /* @__PURE__ */ React191.createElement(SvgIcon, {
|
|
2797
2793
|
ref: forwardedRef,
|
|
2798
2794
|
...props
|
|
2799
2795
|
}, /* @__PURE__ */ React191.createElement("path", {
|
|
2800
|
-
d: "
|
|
2796
|
+
d: "M7.00489 8.50634C4.82258 8.05638 3.49805 9.61764 3.49805 10.9994C3.49805 12.3811 4.61752 13.4998 5.99805 13.5H9.37811L10.8789 15.0008L5.99854 15.0008C3.78913 15.0008 1.99805 13.2094 1.99805 10.9994C1.99805 8.78953 3.90297 6.74254 6.3 7C6.95372 5.6293 8.37924 4.5 9.99771 4.5C12.0278 4.5 13.4311 5.63185 14.1549 7.92331C14.6322 7.92331 15.1081 8.02349 15.5542 8.20348L14.4238 9.3339C14.0042 9.24046 13.5018 9.18534 12.9008 9.18534C12.4181 6.18676 10.7258 6 9.99771 6C8.97771 6 7.88418 6.91468 7.00489 8.50634Z"
|
|
2801
2797
|
}), /* @__PURE__ */ React191.createElement("path", {
|
|
2802
|
-
d: "
|
|
2798
|
+
d: "M12.9999 15.0004L11.4994 13.5H14.5003L12.9999 15.0004Z"
|
|
2803
2799
|
}), /* @__PURE__ */ React191.createElement("path", {
|
|
2804
|
-
d: "M17.
|
|
2800
|
+
d: "M17.7348 10.2655L16.4985 11.5018L16.4985 11.4995C16.5326 11.2872 16.5171 10.5854 15.8691 10.0098L16.8488 9.03015C17.2259 9.38306 17.5331 9.80336 17.7348 10.2655Z"
|
|
2801
|
+
}), /* @__PURE__ */ React191.createElement("path", {
|
|
2802
|
+
d: "M18.3033 9.6967L12.9999 15.0004L10.1716 12.1716L11.2322 11.1109L13 12.8787L17.2426 8.63604L18.3033 9.6967Z"
|
|
2805
2803
|
}));
|
|
2806
2804
|
});
|
|
2807
2805
|
|
|
2808
|
-
// packages/react-icons/src/__icons/
|
|
2806
|
+
// packages/react-icons/src/__icons/SyncDownloadIcon.tsx
|
|
2809
2807
|
import React192, { forwardRef as forwardRef192 } from "react";
|
|
2810
|
-
var
|
|
2808
|
+
var SyncDownloadIcon = /* @__PURE__ */ forwardRef192((props, forwardedRef) => {
|
|
2811
2809
|
return /* @__PURE__ */ React192.createElement(SvgIcon, {
|
|
2812
2810
|
ref: forwardedRef,
|
|
2813
2811
|
...props
|
|
2814
2812
|
}, /* @__PURE__ */ React192.createElement("path", {
|
|
2815
|
-
d: "
|
|
2813
|
+
d: "M15.499 14.3777L15.499 9.49904L14.0009 9.49904L14.0009 14.3727L11.5705 11.9423L10.5098 13.0029L14.7525 17.2456L18.9951 13.0029L17.9345 11.9423L15.499 14.3777Z"
|
|
2814
|
+
}), /* @__PURE__ */ React192.createElement("path", {
|
|
2815
|
+
d: "M3.5 10.9994C3.5 9.61764 4.82454 8.05638 7.00684 8.50634C7.88613 6.91468 8.97966 6 9.99966 6C10.5879 6 11.8055 6.1219 12.5061 7.75H14.1C13.361 5.57477 11.9779 4.5 9.99966 4.5C8.3812 4.5 6.95568 5.6293 6.30195 7C3.90492 6.74254 2 8.78953 2 10.9994C2 13.2094 3.79108 15.0008 6.00049 15.0008L10.3536 15.0008L8.85278 13.5H6C4.61947 13.4998 3.5 12.3811 3.5 10.9994Z"
|
|
2816
|
+
}), /* @__PURE__ */ React192.createElement("path", {
|
|
2817
|
+
d: "M17.9644 12.005C17.9643 12.005 17.9644 12.0049 17.9644 12.005V12.005Z"
|
|
2816
2818
|
}));
|
|
2817
2819
|
});
|
|
2818
2820
|
|
|
2819
|
-
// packages/react-icons/src/__icons/
|
|
2821
|
+
// packages/react-icons/src/__icons/SyncIcon.tsx
|
|
2820
2822
|
import React193, { forwardRef as forwardRef193 } from "react";
|
|
2821
|
-
var
|
|
2823
|
+
var SyncIcon = /* @__PURE__ */ forwardRef193((props, forwardedRef) => {
|
|
2822
2824
|
return /* @__PURE__ */ React193.createElement(SvgIcon, {
|
|
2823
2825
|
ref: forwardedRef,
|
|
2824
2826
|
...props
|
|
2825
2827
|
}, /* @__PURE__ */ React193.createElement("path", {
|
|
2826
|
-
d: "
|
|
2827
|
-
}), /* @__PURE__ */ React193.createElement("path", {
|
|
2828
|
-
d: "M10.6333 13.5L9.13243 15.0008L15 15.0008C16.6964 14.7583 18.0005 13.2626 18.0005 11.4995C18.0005 10.1375 17.0517 8.91918 15.8149 8.31838L14.723 9.41026C16.4983 9.93156 16.5484 11.2006 16.5005 11.4995C16.5005 12.5054 15.9682 13.3616 15 13.5H10.6333Z"
|
|
2829
|
-
}), /* @__PURE__ */ React193.createElement("path", {
|
|
2830
|
-
d: "M4 15.75L15.3137 4.43628L16.3744 5.49694L5.06066 16.8106L4 15.75Z"
|
|
2828
|
+
d: "M7.00684 8.50548C6.93918 8.50001 7.07653 8.50548 7.00684 8.50548C4.82454 8.05552 3.5 9.61679 3.5 10.9986C3.5 12.3803 4.61947 13.499 6 13.4991H15C15.9682 13.3608 16.5005 12.5045 16.5005 11.4987C16.5612 11.12 16.4646 9.18449 12.9027 9.18449C12.4201 6.18591 10.7277 5.99915 9.99966 5.99915C8.97966 5.99915 7.88613 6.91383 7.00684 8.50548ZM15 15L6.00049 15C3.79108 15 2 13.2085 2 10.9986C2 8.78868 3.90492 6.74168 6.30195 6.99915C6.95568 5.62845 8.3812 4.49915 9.99966 4.49915C12.0298 4.49915 13.4331 5.63099 14.1568 7.92245C16.0899 7.92245 18.0005 9.56594 18.0005 11.4987C18.0005 13.2618 16.6964 14.7575 15 15Z"
|
|
2831
2829
|
}));
|
|
2832
2830
|
});
|
|
2833
2831
|
|
|
2834
|
-
// packages/react-icons/src/__icons/
|
|
2832
|
+
// packages/react-icons/src/__icons/SyncOffIcon.tsx
|
|
2835
2833
|
import React194, { forwardRef as forwardRef194 } from "react";
|
|
2836
|
-
var
|
|
2834
|
+
var SyncOffIcon = /* @__PURE__ */ forwardRef194((props, forwardedRef) => {
|
|
2837
2835
|
return /* @__PURE__ */ React194.createElement(SvgIcon, {
|
|
2838
2836
|
ref: forwardedRef,
|
|
2839
2837
|
...props
|
|
2840
2838
|
}, /* @__PURE__ */ React194.createElement("path", {
|
|
2841
|
-
d: "
|
|
2839
|
+
d: "M3.5 10.9994C3.5 9.61763 4.82454 8.05636 7.00684 8.50633C7.88613 6.91467 8.97966 5.99999 9.99966 5.99999C10.5564 5.99999 11.6769 6.10919 12.3893 7.5013L13.4803 6.41028C12.6853 5.13288 11.5177 4.49999 9.99966 4.49999C8.3812 4.49999 6.95568 5.62929 6.30195 6.99999C3.90492 6.74252 2 8.78952 2 10.9994C2 12.8684 3.28101 14.438 5.0127 14.8779L6.39063 13.5H6C4.61947 13.4998 3.5 12.3811 3.5 10.9994Z"
|
|
2842
2840
|
}), /* @__PURE__ */ React194.createElement("path", {
|
|
2843
|
-
d: "
|
|
2841
|
+
d: "M10.6333 13.5L9.13243 15.0008L15 15.0008C16.6964 14.7583 18.0005 13.2626 18.0005 11.4995C18.0005 10.1375 17.0517 8.91918 15.8149 8.31838L14.723 9.41026C16.4983 9.93156 16.5484 11.2006 16.5005 11.4995C16.5005 12.5054 15.9682 13.3616 15 13.5H10.6333Z"
|
|
2844
2842
|
}), /* @__PURE__ */ React194.createElement("path", {
|
|
2845
|
-
d: "
|
|
2843
|
+
d: "M4 15.75L15.3137 4.43628L16.3744 5.49694L5.06066 16.8106L4 15.75Z"
|
|
2846
2844
|
}));
|
|
2847
2845
|
});
|
|
2848
2846
|
|
|
2849
|
-
// packages/react-icons/src/__icons/
|
|
2847
|
+
// packages/react-icons/src/__icons/SyncUploadIcon.tsx
|
|
2850
2848
|
import React195, { forwardRef as forwardRef195 } from "react";
|
|
2851
|
-
var
|
|
2849
|
+
var SyncUploadIcon = /* @__PURE__ */ forwardRef195((props, forwardedRef) => {
|
|
2852
2850
|
return /* @__PURE__ */ React195.createElement(SvgIcon, {
|
|
2853
2851
|
ref: forwardedRef,
|
|
2854
2852
|
...props
|
|
2855
2853
|
}, /* @__PURE__ */ React195.createElement("path", {
|
|
2856
|
-
d: "
|
|
2854
|
+
d: "M13.9971 11.6262L13.9971 16.501H15.4971L15.4971 11.6184L17.933 14.0543L18.9936 12.9936L14.751 8.75098L10.5083 12.9936L11.569 14.0543L13.9971 11.6262Z"
|
|
2857
2855
|
}), /* @__PURE__ */ React195.createElement("path", {
|
|
2858
|
-
d: "
|
|
2856
|
+
d: "M3.5 10.9994C3.5 9.61764 4.82454 8.05638 7.00684 8.50634C7.88613 6.91468 8.97966 6 9.99966 6C10.6728 6 12.17 6.15963 12.7737 8.55319L13.9591 7.3678C13.1917 5.44883 11.8584 4.5 9.99966 4.5C8.3812 4.5 6.95568 5.6293 6.30195 7C3.90492 6.74254 2 8.78953 2 10.9994C2 13.2094 3.79108 15.0008 6.00049 15.0008L10.3966 15.0008L8.89581 13.5H6C4.61947 13.4998 3.5 12.3811 3.5 10.9994Z"
|
|
2857
|
+
}), /* @__PURE__ */ React195.createElement("path", {
|
|
2858
|
+
d: "M17.3819 13.5006C17.3819 13.5006 17.3819 13.5006 17.3819 13.5006V13.5006Z"
|
|
2859
2859
|
}));
|
|
2860
2860
|
});
|
|
2861
2861
|
|
|
2862
|
-
// packages/react-icons/src/__icons/
|
|
2862
|
+
// packages/react-icons/src/__icons/TableIcon.tsx
|
|
2863
2863
|
import React196, { forwardRef as forwardRef196 } from "react";
|
|
2864
|
-
var
|
|
2864
|
+
var TableIcon = /* @__PURE__ */ forwardRef196((props, forwardedRef) => {
|
|
2865
2865
|
return /* @__PURE__ */ React196.createElement(SvgIcon, {
|
|
2866
2866
|
ref: forwardedRef,
|
|
2867
2867
|
...props
|
|
2868
2868
|
}, /* @__PURE__ */ React196.createElement("path", {
|
|
2869
|
-
d: "
|
|
2869
|
+
d: "M4.49609 7H15.4961V8.5H13V15.5H11.5V8.5H8.5L8.5 15.5H7L7 8.5H4.49609V7Z"
|
|
2870
2870
|
}), /* @__PURE__ */ React196.createElement("path", {
|
|
2871
|
-
d: "
|
|
2871
|
+
d: "M4.5 4.5H15.5V15.5H4.5V4.5ZM4 3C3.44772 3 3 3.44772 3 4V16C3 16.5523 3.44772 17 4 17H16C16.5523 17 17 16.5523 17 16V4C17 3.44772 16.5523 3 16 3H4Z"
|
|
2872
2872
|
}));
|
|
2873
2873
|
});
|
|
2874
2874
|
|
|
2875
|
-
// packages/react-icons/src/__icons/
|
|
2875
|
+
// packages/react-icons/src/__icons/TechnologiesIcon.tsx
|
|
2876
2876
|
import React197, { forwardRef as forwardRef197 } from "react";
|
|
2877
|
-
var
|
|
2877
|
+
var TechnologiesIcon = /* @__PURE__ */ forwardRef197((props, forwardedRef) => {
|
|
2878
2878
|
return /* @__PURE__ */ React197.createElement(SvgIcon, {
|
|
2879
2879
|
ref: forwardedRef,
|
|
2880
2880
|
...props
|
|
2881
2881
|
}, /* @__PURE__ */ React197.createElement("path", {
|
|
2882
|
-
d: "
|
|
2883
|
-
}), /* @__PURE__ */ React197.createElement("path", {
|
|
2884
|
-
d: "M10.0006 10.0003L7.17218 7.17187L6.11014 8.23115L7.87791 9.99891L6.11195 11.7649L7.17218 12.8287L10.0006 10.0003Z"
|
|
2882
|
+
d: "M8.5 8.5H11.5V11.5H8.5V8.5Z"
|
|
2885
2883
|
}), /* @__PURE__ */ React197.createElement("path", {
|
|
2886
|
-
d: "
|
|
2884
|
+
d: "M10.75 3V5H12.5005V3H14.0005V5C14.5525 5.00025 15 5.44787 15 6H17.0005V7.5H15V9.25H17.0005V10.75H15V12.5H17.0005V14H15C15 14.5521 14.5525 14.9997 14.0005 15V17.0005H12.5005V15H10.7505V17.0005H9.25047V15H7.50047V17.0005H6.00047V15C5.44818 15 5 14.5523 5 14H3V12.5H5V10.75H3V9.25H5V7.5H3V6L5 6C5 5.44772 5.44772 5 6 5L6.00047 3H7.50047V5H9.25V3H10.75ZM6.5 13.5H13.5V6.5H6.5V13.5Z"
|
|
2887
2885
|
}));
|
|
2888
2886
|
});
|
|
2889
2887
|
|
|
2890
|
-
// packages/react-icons/src/__icons/
|
|
2888
|
+
// packages/react-icons/src/__icons/TerminalIcon.tsx
|
|
2891
2889
|
import React198, { forwardRef as forwardRef198 } from "react";
|
|
2892
|
-
var
|
|
2890
|
+
var TerminalIcon = /* @__PURE__ */ forwardRef198((props, forwardedRef) => {
|
|
2893
2891
|
return /* @__PURE__ */ React198.createElement(SvgIcon, {
|
|
2894
2892
|
ref: forwardedRef,
|
|
2895
2893
|
...props
|
|
2896
2894
|
}, /* @__PURE__ */ React198.createElement("path", {
|
|
2897
|
-
d: "
|
|
2895
|
+
d: "M9.99667 11.5006H13.9967V13.0006H9.99667V11.5006Z"
|
|
2898
2896
|
}), /* @__PURE__ */ React198.createElement("path", {
|
|
2899
|
-
d: "
|
|
2897
|
+
d: "M10.0006 10.0003L7.17218 7.17187L6.11014 8.23115L7.87791 9.99891L6.11195 11.7649L7.17218 12.8287L10.0006 10.0003Z"
|
|
2898
|
+
}), /* @__PURE__ */ React198.createElement("path", {
|
|
2899
|
+
d: "M4 3C3.44772 3 3 3.44772 3 4V16C3 16.5523 3.44772 17 4 17H16C16.5523 17 17 16.5523 17 16V4C17 3.44772 16.5523 3 16 3H4ZM4.5 4.5H15.5V15.5H4.5V4.5Z"
|
|
2900
2900
|
}));
|
|
2901
2901
|
});
|
|
2902
2902
|
|
|
2903
|
-
// packages/react-icons/src/__icons/
|
|
2903
|
+
// packages/react-icons/src/__icons/ThumbsDownIcon.tsx
|
|
2904
2904
|
import React199, { forwardRef as forwardRef199 } from "react";
|
|
2905
|
-
var
|
|
2905
|
+
var ThumbsDownIcon = /* @__PURE__ */ forwardRef199((props, forwardedRef) => {
|
|
2906
2906
|
return /* @__PURE__ */ React199.createElement(SvgIcon, {
|
|
2907
2907
|
ref: forwardedRef,
|
|
2908
2908
|
...props
|
|
2909
2909
|
}, /* @__PURE__ */ React199.createElement("path", {
|
|
2910
|
-
d: "
|
|
2910
|
+
d: "M8.10193 16.2865L8.5 13.5H4C3.44772 13.5 3 13.0523 3 12.5V10.2325C3 10.0772 3.03618 9.924 3.10568 9.78508L5.72355 4.55253C5.89299 4.21387 6.23918 3.99997 6.61786 3.99997L14 3.99988L14 13.5L10 18L8.64467 17.3223C8.25968 17.1298 8.04106 16.7126 8.10193 16.2865ZM6.92681 5.49996L4.5 10.3506L4.5 12L10.2295 12L9.63782 16.1418L9.64262 16.1442L12.5 12.9297L12.5 5.4999L6.92681 5.49996Z"
|
|
2911
2911
|
}), /* @__PURE__ */ React199.createElement("path", {
|
|
2912
|
-
d: "
|
|
2912
|
+
d: "M17 13.5V3.99997L15.502 3.99997V13.5H17Z"
|
|
2913
2913
|
}));
|
|
2914
2914
|
});
|
|
2915
2915
|
|
|
2916
|
-
// packages/react-icons/src/__icons/
|
|
2916
|
+
// packages/react-icons/src/__icons/ThumbsUpIcon.tsx
|
|
2917
2917
|
import React200, { forwardRef as forwardRef200 } from "react";
|
|
2918
|
-
var
|
|
2918
|
+
var ThumbsUpIcon = /* @__PURE__ */ forwardRef200((props, forwardedRef) => {
|
|
2919
2919
|
return /* @__PURE__ */ React200.createElement(SvgIcon, {
|
|
2920
2920
|
ref: forwardedRef,
|
|
2921
2921
|
...props
|
|
2922
2922
|
}, /* @__PURE__ */ React200.createElement("path", {
|
|
2923
|
-
d: "
|
|
2923
|
+
d: "M11.8981 4.71352L11.5 7.5H16C16.5523 7.5 17 7.94772 17 8.5V10.7675C17 10.9228 16.9638 11.076 16.8943 11.2149L14.2764 16.4474C14.107 16.7861 13.7608 17 13.3821 17L6 17.0001V7.5L10 3L11.3553 3.67767C11.7403 3.87016 11.9589 4.28741 11.8981 4.71352ZM13.0732 15.5L15.5 10.6494V9H9.77049L10.3622 4.85814L10.3574 4.85574L7.5 8.0703V15.5001L13.0732 15.5Z"
|
|
2924
2924
|
}), /* @__PURE__ */ React200.createElement("path", {
|
|
2925
|
-
d: "
|
|
2925
|
+
d: "M3 7.5L3 17H4.49797L4.49796 7.5H3Z"
|
|
2926
2926
|
}));
|
|
2927
2927
|
});
|
|
2928
2928
|
|
|
2929
|
-
// packages/react-icons/src/__icons/
|
|
2929
|
+
// packages/react-icons/src/__icons/TitleIcon.tsx
|
|
2930
2930
|
import React201, { forwardRef as forwardRef201 } from "react";
|
|
2931
|
-
var
|
|
2931
|
+
var TitleIcon = /* @__PURE__ */ forwardRef201((props, forwardedRef) => {
|
|
2932
2932
|
return /* @__PURE__ */ React201.createElement(SvgIcon, {
|
|
2933
2933
|
ref: forwardedRef,
|
|
2934
2934
|
...props
|
|
2935
2935
|
}, /* @__PURE__ */ React201.createElement("path", {
|
|
2936
|
-
d: "
|
|
2936
|
+
d: "M16 2.99933H4V4.49933H16V2.99933Z"
|
|
2937
2937
|
}), /* @__PURE__ */ React201.createElement("path", {
|
|
2938
|
+
d: "M10.75 16.9998L10.75 4.50128L9.25 4.50128L9.25 16.9998H10.75Z"
|
|
2939
|
+
}));
|
|
2940
|
+
});
|
|
2941
|
+
|
|
2942
|
+
// packages/react-icons/src/__icons/TitleOffIcon.tsx
|
|
2943
|
+
import React202, { forwardRef as forwardRef202 } from "react";
|
|
2944
|
+
var TitleOffIcon = /* @__PURE__ */ forwardRef202((props, forwardedRef) => {
|
|
2945
|
+
return /* @__PURE__ */ React202.createElement(SvgIcon, {
|
|
2946
|
+
ref: forwardedRef,
|
|
2947
|
+
...props
|
|
2948
|
+
}, /* @__PURE__ */ React202.createElement("path", {
|
|
2949
|
+
d: "M11.551 4H5.00002V5.5H10.0511L11.551 4Z"
|
|
2950
|
+
}), /* @__PURE__ */ React202.createElement("path", {
|
|
2938
2951
|
d: "M10.2461 9.30493L10.2461 17.0006L11.7461 17.0006L11.7461 7.80504L10.2461 9.30493Z"
|
|
2939
|
-
}), /* @__PURE__ */
|
|
2952
|
+
}), /* @__PURE__ */ React202.createElement("path", {
|
|
2940
2953
|
d: "M14.0513 5.5H17V4H15.5514L14.0513 5.5Z"
|
|
2941
|
-
}), /* @__PURE__ */
|
|
2954
|
+
}), /* @__PURE__ */ React202.createElement("path", {
|
|
2942
2955
|
d: "M17 2.6L3.91857 15.6815L2.85791 14.6208L15.9394 1.54034L17 2.6Z"
|
|
2943
2956
|
}));
|
|
2944
2957
|
});
|
|
2945
2958
|
|
|
2946
2959
|
// packages/react-icons/src/__icons/TrashIcon.tsx
|
|
2947
|
-
import
|
|
2948
|
-
var TrashIcon = /* @__PURE__ */
|
|
2949
|
-
return /* @__PURE__ */
|
|
2960
|
+
import React203, { forwardRef as forwardRef203 } from "react";
|
|
2961
|
+
var TrashIcon = /* @__PURE__ */ forwardRef203((props, forwardedRef) => {
|
|
2962
|
+
return /* @__PURE__ */ React203.createElement(SvgIcon, {
|
|
2950
2963
|
ref: forwardedRef,
|
|
2951
2964
|
...props
|
|
2952
|
-
}, /* @__PURE__ */
|
|
2965
|
+
}, /* @__PURE__ */ React203.createElement("path", {
|
|
2953
2966
|
d: "M7.5 8.00195H9V15.002H7.5V8.00195Z"
|
|
2954
|
-
}), /* @__PURE__ */
|
|
2967
|
+
}), /* @__PURE__ */ React203.createElement("path", {
|
|
2955
2968
|
d: "M12.5 8.00195H11V15.0015H12.5V8.00195Z"
|
|
2956
|
-
}), /* @__PURE__ */
|
|
2969
|
+
}), /* @__PURE__ */ React203.createElement("path", {
|
|
2957
2970
|
d: "M6 5.00391V3.50391C6 2.95162 6.44772 2.50391 7 2.50391H13C13.5523 2.50391 14 2.95162 14 3.50391V5.00391H17.4961V6.50391H15.5V16.9997C15.5 17.552 15.0523 17.9997 14.5 17.9997H5.5C4.94772 17.9997 4.5 17.552 4.5 16.9997V6.50391H2.49609V5.00391H6ZM7.5 5.00391H12.5V4.00391H7.5V5.00391ZM6 6.50391V16.4997H14V6.50391H6Z"
|
|
2958
2971
|
}));
|
|
2959
2972
|
});
|
|
2960
2973
|
|
|
2961
2974
|
// packages/react-icons/src/__icons/TriggerIcon.tsx
|
|
2962
|
-
import
|
|
2963
|
-
var TriggerIcon = /* @__PURE__ */
|
|
2964
|
-
return /* @__PURE__ */
|
|
2975
|
+
import React204, { forwardRef as forwardRef204 } from "react";
|
|
2976
|
+
var TriggerIcon = /* @__PURE__ */ forwardRef204((props, forwardedRef) => {
|
|
2977
|
+
return /* @__PURE__ */ React204.createElement(SvgIcon, {
|
|
2965
2978
|
ref: forwardedRef,
|
|
2966
2979
|
...props
|
|
2967
|
-
}, /* @__PURE__ */
|
|
2980
|
+
}, /* @__PURE__ */ React204.createElement("g", null, /* @__PURE__ */ React204.createElement("path", {
|
|
2968
2981
|
d: "M15.758 14.25L20.0006 10.001L15.758 5.75197L14.6973 6.81423L17.8793 10.001L14.6973 13.1878L15.758 14.25Z"
|
|
2969
|
-
}), /* @__PURE__ */
|
|
2982
|
+
}), /* @__PURE__ */ React204.createElement("path", {
|
|
2970
2983
|
d: "M4.24325 5.75099L0.000610352 10L4.24325 14.249L5.30391 13.1868L2.12193 10L5.30391 6.81325L4.24325 5.75099Z"
|
|
2971
|
-
}), /* @__PURE__ */
|
|
2984
|
+
}), /* @__PURE__ */ React204.createElement("path", {
|
|
2972
2985
|
d: "M12.1248 2.75006L5.75 11.2068H9.01634L7.87524 17.2501L14.25 8.80072L11.112 8.79588L12.1248 2.75006Z"
|
|
2973
|
-
})), /* @__PURE__ */
|
|
2986
|
+
})), /* @__PURE__ */ React204.createElement("defs", null, /* @__PURE__ */ React204.createElement("clipPath", {
|
|
2974
2987
|
id: "clip0_2058_3543"
|
|
2975
|
-
}, /* @__PURE__ */
|
|
2988
|
+
}, /* @__PURE__ */ React204.createElement("rect", {
|
|
2976
2989
|
width: "20",
|
|
2977
2990
|
height: "20"
|
|
2978
2991
|
}))));
|
|
2979
2992
|
});
|
|
2980
2993
|
|
|
2981
2994
|
// packages/react-icons/src/__icons/UndoIcon.tsx
|
|
2982
|
-
import React204, { forwardRef as forwardRef204 } from "react";
|
|
2983
|
-
var UndoIcon = /* @__PURE__ */ forwardRef204((props, forwardedRef) => {
|
|
2984
|
-
return /* @__PURE__ */ React204.createElement(SvgIcon, {
|
|
2985
|
-
ref: forwardedRef,
|
|
2986
|
-
...props
|
|
2987
|
-
}, /* @__PURE__ */ React204.createElement("path", {
|
|
2988
|
-
d: "M2 9.2485L6.24264 5.00586L7.3033 6.06652L4.86937 8.50045H17C17.5523 8.50045 18 8.94817 18 9.50045V14.0005C18 14.5527 17.5523 15.0005 17 15.0005H10.974V13.5005H16.5V10.0005H4.87327L7.3033 12.4305L6.24264 13.4911L2 9.2485Z"
|
|
2989
|
-
}));
|
|
2990
|
-
});
|
|
2991
|
-
|
|
2992
|
-
// packages/react-icons/src/__icons/UnfavouriteIcon.tsx
|
|
2993
2995
|
import React205, { forwardRef as forwardRef205 } from "react";
|
|
2994
|
-
var
|
|
2996
|
+
var UndoIcon = /* @__PURE__ */ forwardRef205((props, forwardedRef) => {
|
|
2995
2997
|
return /* @__PURE__ */ React205.createElement(SvgIcon, {
|
|
2996
2998
|
ref: forwardedRef,
|
|
2997
2999
|
...props
|
|
2998
3000
|
}, /* @__PURE__ */ React205.createElement("path", {
|
|
2999
|
-
d: "
|
|
3001
|
+
d: "M2 9.2485L6.24264 5.00586L7.3033 6.06652L4.86937 8.50045H17C17.5523 8.50045 18 8.94817 18 9.50045V14.0005C18 14.5527 17.5523 15.0005 17 15.0005H10.974V13.5005H16.5V10.0005H4.87327L7.3033 12.4305L6.24264 13.4911L2 9.2485Z"
|
|
3000
3002
|
}));
|
|
3001
3003
|
});
|
|
3002
3004
|
|
|
3003
|
-
// packages/react-icons/src/__icons/
|
|
3005
|
+
// packages/react-icons/src/__icons/UnfavouriteIcon.tsx
|
|
3004
3006
|
import React206, { forwardRef as forwardRef206 } from "react";
|
|
3005
|
-
var
|
|
3007
|
+
var UnfavouriteIcon = /* @__PURE__ */ forwardRef206((props, forwardedRef) => {
|
|
3006
3008
|
return /* @__PURE__ */ React206.createElement(SvgIcon, {
|
|
3007
3009
|
ref: forwardedRef,
|
|
3008
3010
|
...props
|
|
3009
3011
|
}, /* @__PURE__ */ React206.createElement("path", {
|
|
3010
|
-
d: "
|
|
3011
|
-
}), /* @__PURE__ */ React206.createElement("path", {
|
|
3012
|
-
d: "M5.75736 4.25738L10 8.50002L14.2426 4.25738L13.182 3.19672L10 6.3787L6.81802 3.19672L5.75736 4.25738Z"
|
|
3012
|
+
d: "M10.1284 2.5L8.0446 7.11912L3 7.6427L6.76199 11.0574L5.71019 16L10.1284 13.4803L14.5512 15.9912L13.488 11.0574L17.25 7.6427L12.2055 7.11912L10.1284 2.5Z"
|
|
3013
3013
|
}));
|
|
3014
3014
|
});
|
|
3015
3015
|
|
|
3016
|
-
// packages/react-icons/src/__icons/
|
|
3016
|
+
// packages/react-icons/src/__icons/UnfoldLessIcon.tsx
|
|
3017
3017
|
import React207, { forwardRef as forwardRef207 } from "react";
|
|
3018
|
-
var
|
|
3018
|
+
var UnfoldLessIcon = /* @__PURE__ */ forwardRef207((props, forwardedRef) => {
|
|
3019
3019
|
return /* @__PURE__ */ React207.createElement(SvgIcon, {
|
|
3020
3020
|
ref: forwardedRef,
|
|
3021
3021
|
...props
|
|
3022
3022
|
}, /* @__PURE__ */ React207.createElement("path", {
|
|
3023
|
-
d: "
|
|
3023
|
+
d: "M14.2426 15.7427L10 11.5L5.75735 15.7427L6.81801 16.8033L10 13.6213L13.182 16.8033L14.2426 15.7427Z"
|
|
3024
3024
|
}), /* @__PURE__ */ React207.createElement("path", {
|
|
3025
|
-
d: "
|
|
3025
|
+
d: "M5.75736 4.25738L10 8.50002L14.2426 4.25738L13.182 3.19672L10 6.3787L6.81802 3.19672L5.75736 4.25738Z"
|
|
3026
3026
|
}));
|
|
3027
3027
|
});
|
|
3028
3028
|
|
|
3029
|
-
// packages/react-icons/src/__icons/
|
|
3029
|
+
// packages/react-icons/src/__icons/UnfoldMoreIcon.tsx
|
|
3030
3030
|
import React208, { forwardRef as forwardRef208 } from "react";
|
|
3031
|
-
var
|
|
3031
|
+
var UnfoldMoreIcon = /* @__PURE__ */ forwardRef208((props, forwardedRef) => {
|
|
3032
3032
|
return /* @__PURE__ */ React208.createElement(SvgIcon, {
|
|
3033
3033
|
ref: forwardedRef,
|
|
3034
3034
|
...props
|
|
3035
3035
|
}, /* @__PURE__ */ React208.createElement("path", {
|
|
3036
|
-
d: "
|
|
3036
|
+
d: "M5.75647 12.7574L9.99911 17L14.2418 12.7574L13.1811 11.6967L9.99911 14.8787L6.81713 11.6967L5.75647 12.7574Z"
|
|
3037
3037
|
}), /* @__PURE__ */ React208.createElement("path", {
|
|
3038
|
-
d: "
|
|
3038
|
+
d: "M14.2422 7.24264L9.99956 3L5.75692 7.24264L6.81758 8.3033L9.99956 5.12132L13.1815 8.3033L14.2422 7.24264Z"
|
|
3039
3039
|
}));
|
|
3040
3040
|
});
|
|
3041
3041
|
|
|
3042
|
-
// packages/react-icons/src/__icons/
|
|
3042
|
+
// packages/react-icons/src/__icons/UnlockIcon.tsx
|
|
3043
3043
|
import React209, { forwardRef as forwardRef209 } from "react";
|
|
3044
|
-
var
|
|
3044
|
+
var UnlockIcon = /* @__PURE__ */ forwardRef209((props, forwardedRef) => {
|
|
3045
3045
|
return /* @__PURE__ */ React209.createElement(SvgIcon, {
|
|
3046
3046
|
ref: forwardedRef,
|
|
3047
3047
|
...props
|
|
3048
3048
|
}, /* @__PURE__ */ React209.createElement("path", {
|
|
3049
|
-
d: "
|
|
3049
|
+
d: "M9.25 11H10.75V14H9.25V11Z"
|
|
3050
3050
|
}), /* @__PURE__ */ React209.createElement("path", {
|
|
3051
|
-
d: "
|
|
3051
|
+
d: "M8.25 4.5H11.75C12.5784 4.5 13.25 5.17157 13.25 6V8.00001H4.5C3.94772 8.00001 3.5 8.44772 3.5 9.00001V16C3.5 16.5523 3.94772 17 4.5 17H15.5C16.0523 17 16.5 16.5523 16.5 16V9.00001C16.5 8.44772 16.0523 8.00001 15.5 8.00001H14.75V6C14.75 4.34315 13.4069 3 11.75 3H8.25C6.59315 3 5.25 4.34314 5.25 6L6.75 6C6.75 5.17157 7.42157 4.5 8.25 4.5ZM5 9.50001H15V15.5H5V9.50001Z"
|
|
3052
3052
|
}));
|
|
3053
3053
|
});
|
|
3054
3054
|
|
|
3055
|
-
// packages/react-icons/src/__icons/
|
|
3055
|
+
// packages/react-icons/src/__icons/UploadIcon.tsx
|
|
3056
3056
|
import React210, { forwardRef as forwardRef210 } from "react";
|
|
3057
|
-
var
|
|
3057
|
+
var UploadIcon = /* @__PURE__ */ forwardRef210((props, forwardedRef) => {
|
|
3058
3058
|
return /* @__PURE__ */ React210.createElement(SvgIcon, {
|
|
3059
3059
|
ref: forwardedRef,
|
|
3060
3060
|
...props
|
|
3061
3061
|
}, /* @__PURE__ */ React210.createElement("path", {
|
|
3062
|
-
d: "M10.
|
|
3062
|
+
d: "M10.0008 3.49921L14.2434 7.74185L13.1828 8.80251L10.75 6.36974L10.75 12.5H9.25L9.25 6.37131L6.8188 8.80251L5.75814 7.74185L10.0008 3.49921Z"
|
|
3063
3063
|
}), /* @__PURE__ */ React210.createElement("path", {
|
|
3064
|
-
d: "
|
|
3064
|
+
d: "M15.3828 15.4971H4.38281V12H2.88281L2.88477 15.998C2.88477 16.5514 3.27652 17 3.75977 17L16.0098 17C16.493 17 16.8848 16.5514 16.8848 15.998L16.8838 12H15.3828V15.4971Z"
|
|
3065
3065
|
}));
|
|
3066
3066
|
});
|
|
3067
3067
|
|
|
3068
|
-
// packages/react-icons/src/__icons/
|
|
3068
|
+
// packages/react-icons/src/__icons/ViewIcon.tsx
|
|
3069
3069
|
import React211, { forwardRef as forwardRef211 } from "react";
|
|
3070
|
-
var
|
|
3070
|
+
var ViewIcon = /* @__PURE__ */ forwardRef211((props, forwardedRef) => {
|
|
3071
3071
|
return /* @__PURE__ */ React211.createElement(SvgIcon, {
|
|
3072
3072
|
ref: forwardedRef,
|
|
3073
3073
|
...props
|
|
3074
3074
|
}, /* @__PURE__ */ React211.createElement("path", {
|
|
3075
|
-
d: "
|
|
3076
|
-
}), /* @__PURE__ */ React211.createElement("path", {
|
|
3077
|
-
d: "M10.0004 16C8.91801 16 7.84922 15.6799 6.84827 15.1444L7.96765 14.025C8.65583 14.3354 9.34249 14.5 10.0004 14.5C11.2064 14.5 12.509 13.9468 13.7401 12.9563C14.7662 12.1307 15.6619 11.0632 16.3124 9.96369C15.8129 9.03409 15.1785 8.20883 14.464 7.52858L15.5238 6.46886C16.5489 7.45408 17.4066 8.67087 18.0003 9.99999C16.5 13 13.3141 16 10.0004 16Z"
|
|
3075
|
+
d: "M10.5 9.25C10.5 8.63596 10.9427 8.12533 11.5264 8.01994C11.1042 7.69394 10.5747 7.5 10 7.5C8.61929 7.5 7.5 8.61929 7.5 10C7.5 11.3807 8.61929 12.5 10 12.5C11.2929 12.5 12.3566 11.5185 12.4866 10.26C12.2801 10.4109 12.0254 10.5 11.75 10.5C11.0596 10.5 10.5 9.94036 10.5 9.25Z"
|
|
3078
3076
|
}), /* @__PURE__ */ React211.createElement("path", {
|
|
3079
|
-
d: "
|
|
3077
|
+
d: "M18.0003 10C16.5 6.64138 13.3141 4 10.0004 4C6.68664 4 3.5 7 1.99805 10C3.5 13 6.68664 16 10.0004 16C13.3141 16 16.5 13 18.0003 10ZM13.7401 12.9563C12.509 13.9468 11.2064 14.5 10.0004 14.5C8.79432 14.5 7.49149 13.9468 6.25994 12.9562C5.24492 12.1397 4.35721 11.0867 3.70796 10C4.35721 8.9133 5.24492 7.86026 6.25994 7.04381C7.49149 6.05319 8.79432 5.5 10.0004 5.5C12.352 5.5 14.8839 7.30523 16.3124 9.9637C15.6619 11.0632 14.7662 12.1307 13.7401 12.9563Z"
|
|
3080
3078
|
}));
|
|
3081
3079
|
});
|
|
3082
3080
|
|
|
3083
|
-
// packages/react-icons/src/__icons/
|
|
3081
|
+
// packages/react-icons/src/__icons/ViewOffIcon.tsx
|
|
3084
3082
|
import React212, { forwardRef as forwardRef212 } from "react";
|
|
3085
|
-
var
|
|
3083
|
+
var ViewOffIcon = /* @__PURE__ */ forwardRef212((props, forwardedRef) => {
|
|
3086
3084
|
return /* @__PURE__ */ React212.createElement(SvgIcon, {
|
|
3087
3085
|
ref: forwardedRef,
|
|
3088
3086
|
...props
|
|
3089
3087
|
}, /* @__PURE__ */ React212.createElement("path", {
|
|
3090
|
-
d: "
|
|
3091
|
-
}), /* @__PURE__ */ React212.createElement("path", {
|
|
3092
|
-
d: "M7 7.25V9.08333H8.5V7.25H7Z"
|
|
3088
|
+
d: "M4.42476 13.3252L3.25 14.5L4.31066 15.5606L15.6244 4.24694L14.5637 3.18628L13.0307 4.71926C12.0651 4.2595 11.039 3.99999 10.0004 3.99999C6.68664 3.99999 3.5 6.99999 1.99805 9.99999C2.58247 11.1673 3.42196 12.3346 4.42476 13.3252ZM5.48545 12.2645C4.79326 11.5819 4.18597 10.8001 3.70796 9.99999C4.35721 8.91329 5.24492 7.86025 6.25994 7.0438C7.49149 6.05318 8.79432 5.49999 10.0004 5.49999C10.6244 5.49999 11.2611 5.62709 11.8865 5.86351L10.2387 7.51124C10.1602 7.50379 10.0805 7.49999 10 7.49999C8.61929 7.49999 7.5 8.61927 7.5 9.99999C7.5 10.0805 7.50381 10.1602 7.51125 10.2387L5.48545 12.2645Z"
|
|
3093
3089
|
}), /* @__PURE__ */ React212.createElement("path", {
|
|
3094
|
-
d: "
|
|
3090
|
+
d: "M10.0004 16C8.91801 16 7.84922 15.6799 6.84827 15.1444L7.96765 14.025C8.65583 14.3354 9.34249 14.5 10.0004 14.5C11.2064 14.5 12.509 13.9468 13.7401 12.9563C14.7662 12.1307 15.6619 11.0632 16.3124 9.96369C15.8129 9.03409 15.1785 8.20883 14.464 7.52858L15.5238 6.46886C16.5489 7.45408 17.4066 8.67087 18.0003 9.99999C16.5 13 13.3141 16 10.0004 16Z"
|
|
3095
3091
|
}), /* @__PURE__ */ React212.createElement("path", {
|
|
3096
|
-
d: "
|
|
3092
|
+
d: "M10 12.5C9.84134 12.5 9.68613 12.4852 9.53568 12.4569L12.457 9.53567C12.4852 9.68612 12.5 9.84133 12.5 9.99999C12.5 11.3807 11.3807 12.5 10 12.5Z"
|
|
3097
3093
|
}));
|
|
3098
3094
|
});
|
|
3099
3095
|
|
|
3100
|
-
// packages/react-icons/src/__icons/
|
|
3096
|
+
// packages/react-icons/src/__icons/ViewSidebarIcon.tsx
|
|
3101
3097
|
import React213, { forwardRef as forwardRef213 } from "react";
|
|
3102
|
-
var
|
|
3098
|
+
var ViewSidebarIcon = /* @__PURE__ */ forwardRef213((props, forwardedRef) => {
|
|
3103
3099
|
return /* @__PURE__ */ React213.createElement(SvgIcon, {
|
|
3104
3100
|
ref: forwardedRef,
|
|
3105
3101
|
...props
|
|
3106
3102
|
}, /* @__PURE__ */ React213.createElement("path", {
|
|
3107
|
-
d: "
|
|
3103
|
+
d: "M11.4216 7.17157L14.25 10L11.4216 12.8284L10.5028 11.906L12.4423 9.96643L10.5331 8.05725L11.4216 7.17157Z"
|
|
3108
3104
|
}), /* @__PURE__ */ React213.createElement("path", {
|
|
3109
|
-
d: "
|
|
3105
|
+
d: "M7 7.25V9.08333H8.5V7.25H7Z"
|
|
3110
3106
|
}), /* @__PURE__ */ React213.createElement("path", {
|
|
3111
|
-
d: "
|
|
3107
|
+
d: "M7 10.9167L7 12.75H8.5V10.9167H7Z"
|
|
3108
|
+
}), /* @__PURE__ */ React213.createElement("path", {
|
|
3109
|
+
d: "M4 3C3.44772 3 3 3.44772 3 4V16C3 16.5523 3.44772 17 4 17H16C16.5523 17 17 16.5523 17 16V4C17 3.44772 16.5523 3 16 3H4ZM4.5 4.5H7V5.41667H8.5V4.5L15.5 4.5V15.5H8.5V14.5833H7V15.5H4.5V4.5Z"
|
|
3112
3110
|
}));
|
|
3113
3111
|
});
|
|
3114
3112
|
|
|
3115
|
-
// packages/react-icons/src/__icons/
|
|
3113
|
+
// packages/react-icons/src/__icons/VolumeIcon.tsx
|
|
3116
3114
|
import React214, { forwardRef as forwardRef214 } from "react";
|
|
3117
|
-
var
|
|
3115
|
+
var VolumeIcon = /* @__PURE__ */ forwardRef214((props, forwardedRef) => {
|
|
3118
3116
|
return /* @__PURE__ */ React214.createElement(SvgIcon, {
|
|
3119
3117
|
ref: forwardedRef,
|
|
3120
3118
|
...props
|
|
3121
3119
|
}, /* @__PURE__ */ React214.createElement("path", {
|
|
3122
|
-
d: "M6.25003
|
|
3120
|
+
d: "M6.25003 13H3C2.44772 13 2 12.5523 2 12V8C2 7.44772 2.44772 7 3 7H6.25L11 2.5V17.5031L6.25003 13ZM9.5 5.9873L6.84771 8.5H3.5V11.5H6.84803L9.5 14.0141V5.9873Z"
|
|
3123
3121
|
}), /* @__PURE__ */ React214.createElement("path", {
|
|
3124
|
-
d: "
|
|
3122
|
+
d: "M13.7749 10.0634C13.7749 9.00075 13.3329 8.04133 12.6227 7.35897L13.6848 6.29946C14.6656 7.25331 15.2749 8.58721 15.2749 10.0634C15.2749 11.4994 14.6983 12.8008 13.7641 13.7486L12.7047 12.6866C13.3668 12.0103 13.7749 11.0845 13.7749 10.0634Z"
|
|
3123
|
+
}), /* @__PURE__ */ React214.createElement("path", {
|
|
3124
|
+
d: "M15.6292 15.6183L14.5699 14.5564C15.7616 13.3781 16.5 11.7423 16.5 9.934C16.5 8.15246 15.7833 6.53833 14.6224 5.3642L15.6844 4.30486C17.1159 5.75033 18 7.73892 18 9.934C18 12.1572 17.0931 14.1685 15.6292 15.6183Z"
|
|
3125
3125
|
}));
|
|
3126
3126
|
});
|
|
3127
3127
|
|
|
3128
|
-
// packages/react-icons/src/__icons/
|
|
3128
|
+
// packages/react-icons/src/__icons/VolumeOffIcon.tsx
|
|
3129
3129
|
import React215, { forwardRef as forwardRef215 } from "react";
|
|
3130
|
-
var
|
|
3130
|
+
var VolumeOffIcon = /* @__PURE__ */ forwardRef215((props, forwardedRef) => {
|
|
3131
3131
|
return /* @__PURE__ */ React215.createElement(SvgIcon, {
|
|
3132
3132
|
ref: forwardedRef,
|
|
3133
3133
|
...props
|
|
3134
3134
|
}, /* @__PURE__ */ React215.createElement("path", {
|
|
3135
|
-
d: "
|
|
3136
|
-
}), /* @__PURE__ */ React215.createElement("path", {
|
|
3137
|
-
d: "M5.24264 5.75736L1 10L5.24264 14.2426L6.3033 13.182L3.12132 10L6.3033 6.81802L5.24264 5.75736Z"
|
|
3138
|
-
}), /* @__PURE__ */ React215.createElement("path", {
|
|
3139
|
-
d: "M10.9961 12.0009H8.99609L8.99609 4L10.9961 4L10.9961 12.0009Z"
|
|
3135
|
+
d: "M6.25003 12.9623H3C2.44772 12.9623 2 12.5146 2 11.9623V7.96228C2 7.41 2.44772 6.96228 3 6.96228H6.25L11 2.46228V17.4654L6.25003 12.9623ZM9.5 5.94958L6.84771 8.46228H3.5V11.4623H6.84803L9.5 13.9764V5.94958Z"
|
|
3140
3136
|
}), /* @__PURE__ */ React215.createElement("path", {
|
|
3141
|
-
d: "
|
|
3137
|
+
d: "M17.5 13.0354L15.5604 11.0796L13.5562 13.1005L12.5 12.0354L14.5041 10.0145L12.5709 8.06508L13.6271 7.00002L15.5604 8.94943L17.4291 7.06509L18.4853 8.13015L16.6166 10.0145L18.5562 11.9703L17.5 13.0354Z"
|
|
3142
3138
|
}));
|
|
3143
3139
|
});
|
|
3144
3140
|
|
|
3145
|
-
// packages/react-icons/src/__icons/
|
|
3141
|
+
// packages/react-icons/src/__icons/VulnerableFunctionIcon.tsx
|
|
3146
3142
|
import React216, { forwardRef as forwardRef216 } from "react";
|
|
3147
|
-
var
|
|
3143
|
+
var VulnerableFunctionIcon = /* @__PURE__ */ forwardRef216((props, forwardedRef) => {
|
|
3148
3144
|
return /* @__PURE__ */ React216.createElement(SvgIcon, {
|
|
3149
3145
|
ref: forwardedRef,
|
|
3150
3146
|
...props
|
|
3151
3147
|
}, /* @__PURE__ */ React216.createElement("path", {
|
|
3152
|
-
d: "
|
|
3148
|
+
d: "M14.7574 14.2426L19 10L14.7574 5.75736L13.6967 6.81802L16.8787 10L13.6967 13.182L14.7574 14.2426Z"
|
|
3153
3149
|
}), /* @__PURE__ */ React216.createElement("path", {
|
|
3154
|
-
d: "
|
|
3150
|
+
d: "M5.24264 5.75736L1 10L5.24264 14.2426L6.3033 13.182L3.12132 10L6.3033 6.81802L5.24264 5.75736Z"
|
|
3155
3151
|
}), /* @__PURE__ */ React216.createElement("path", {
|
|
3156
|
-
d: "
|
|
3152
|
+
d: "M10.9961 12.0009H8.99609L8.99609 4L10.9961 4L10.9961 12.0009Z"
|
|
3153
|
+
}), /* @__PURE__ */ React216.createElement("path", {
|
|
3154
|
+
d: "M8.74609 14.75C8.74609 14.0596 9.30574 13.5 9.99609 13.5C10.6865 13.5 11.2461 14.0596 11.2461 14.75C11.2461 15.4404 10.6865 16 9.99609 16C9.30574 16 8.74609 15.4404 8.74609 14.75Z"
|
|
3157
3155
|
}));
|
|
3158
3156
|
});
|
|
3159
3157
|
|
|
3160
|
-
// packages/react-icons/src/__icons/
|
|
3158
|
+
// packages/react-icons/src/__icons/WarningIcon.tsx
|
|
3161
3159
|
import React217, { forwardRef as forwardRef217 } from "react";
|
|
3162
|
-
var
|
|
3160
|
+
var WarningIcon = /* @__PURE__ */ forwardRef217((props, forwardedRef) => {
|
|
3163
3161
|
return /* @__PURE__ */ React217.createElement(SvgIcon, {
|
|
3164
3162
|
ref: forwardedRef,
|
|
3165
3163
|
...props
|
|
3166
3164
|
}, /* @__PURE__ */ React217.createElement("path", {
|
|
3167
|
-
d: "
|
|
3165
|
+
d: "M9.24999 7.5H10.75V12.5H9.24999V7.5Z"
|
|
3168
3166
|
}), /* @__PURE__ */ React217.createElement("path", {
|
|
3169
|
-
d: "
|
|
3167
|
+
d: "M9.99999 13.5C9.44771 13.5 8.99999 13.9477 8.99999 14.5C8.99999 15.0523 9.4477 15.5 9.99999 15.5C10.5523 15.5 11 15.0523 11 14.5C11 13.9477 10.5523 13.5 9.99999 13.5Z"
|
|
3170
3168
|
}), /* @__PURE__ */ React217.createElement("path", {
|
|
3171
|
-
d: "
|
|
3169
|
+
d: "M8.59478 3.6543L2.23561 15.6661C1.83225 16.428 1.63057 16.8089 1.6681 17.1198C1.70231 17.4032 1.85601 17.6585 2.09047 17.8214C2.34771 18 2.77875 18 3.64083 18H16.3592C17.2212 18 17.6523 18 17.9095 17.8214C18.144 17.6585 18.2977 17.4032 18.3319 17.1198C18.3694 16.8089 18.1677 16.428 17.7644 15.6661L11.4052 3.65431C10.9543 2.8026 10.7289 2.37675 10.4299 2.2344C10.1579 2.10489 9.84206 2.10489 9.57008 2.2344C9.27113 2.37675 9.04568 2.8026 8.59478 3.6543ZM9.99999 4.20608L16.5086 16.5H3.49141L9.99999 4.20608ZM16.8539 17.2038C16.8545 17.2061 16.855 17.208 16.8554 17.2093L16.8539 17.2038ZM3.14613 17.2038L3.1448 17.2087L3.14367 17.2121C3.14361 17.2122 3.14424 17.2106 3.1448 17.2087C3.1452 17.2073 3.14535 17.2062 3.14613 17.2038Z"
|
|
3172
3170
|
}));
|
|
3173
3171
|
});
|
|
3174
3172
|
|
|
3175
|
-
// packages/react-icons/src/__icons/
|
|
3173
|
+
// packages/react-icons/src/__icons/WhatsNewIcon.tsx
|
|
3176
3174
|
import React218, { forwardRef as forwardRef218 } from "react";
|
|
3177
|
-
var
|
|
3175
|
+
var WhatsNewIcon = /* @__PURE__ */ forwardRef218((props, forwardedRef) => {
|
|
3178
3176
|
return /* @__PURE__ */ React218.createElement(SvgIcon, {
|
|
3179
3177
|
ref: forwardedRef,
|
|
3180
3178
|
...props
|
|
3181
3179
|
}, /* @__PURE__ */ React218.createElement("path", {
|
|
3182
|
-
d: "
|
|
3183
|
-
}), /* @__PURE__ */ React218.createElement("path", {
|
|
3184
|
-
d: "M7 14H3V15.498H7V14Z"
|
|
3180
|
+
d: "M13.25 3L13.8213 6.04032C14.0386 7.19677 14.9119 8.11942 16.0546 8.39988L18.5 9L16.0546 9.60013C14.9119 9.88058 14.0386 10.8032 13.8213 11.9597L13.25 15L12.6787 11.9597C12.4614 10.8032 11.5881 9.88058 10.4454 9.60012L8 9L10.4454 8.39987C11.5881 8.11942 12.4614 7.19678 12.6787 6.04032L13.25 3Z"
|
|
3185
3181
|
}), /* @__PURE__ */ React218.createElement("path", {
|
|
3186
|
-
d: "
|
|
3182
|
+
d: "M5.25 3L5.47118 4.18849C5.68638 5.34479 6.55741 6.26868 7.69904 6.55154L8.5 6.75L7.69904 6.94846C6.55741 7.23132 5.68638 8.15521 5.47118 9.31151L5.25 10.5L5.02882 9.31151C4.81362 8.15521 3.94259 7.23132 2.80096 6.94846L2 6.75L2.80096 6.55154C3.94259 6.26868 4.81362 5.34479 5.02882 4.18849L5.25 3Z"
|
|
3187
3183
|
}), /* @__PURE__ */ React218.createElement("path", {
|
|
3188
|
-
d: "
|
|
3184
|
+
d: "M7.75 10.5L7.97118 11.6885C8.18638 12.8448 9.05741 13.7687 10.199 14.0515L11 14.25L10.199 14.4485C9.05741 14.7313 8.18638 15.6552 7.97118 16.8115L7.75 18L7.52882 16.8115C7.31362 15.6552 6.44259 14.7313 5.30096 14.4485L4.5 14.25L5.30096 14.0515C6.44259 13.7687 7.31362 12.8448 7.52882 11.6885L7.75 10.5Z"
|
|
3189
3185
|
}));
|
|
3190
3186
|
});
|
|
3191
3187
|
|
|
3192
|
-
// packages/react-icons/src/__icons/
|
|
3188
|
+
// packages/react-icons/src/__icons/WrapTextIcon.tsx
|
|
3193
3189
|
import React219, { forwardRef as forwardRef219 } from "react";
|
|
3194
|
-
var
|
|
3190
|
+
var WrapTextIcon = /* @__PURE__ */ forwardRef219((props, forwardedRef) => {
|
|
3195
3191
|
return /* @__PURE__ */ React219.createElement(SvgIcon, {
|
|
3196
3192
|
ref: forwardedRef,
|
|
3197
3193
|
...props
|
|
3198
3194
|
}, /* @__PURE__ */ React219.createElement("path", {
|
|
3199
|
-
d: "
|
|
3200
|
-
}), /* @__PURE__ */ React219.createElement("path", {
|
|
3201
|
-
d: "M10.752 8.99805H3V10.498H9.25195L10.752 8.99805Z"
|
|
3202
|
-
}), /* @__PURE__ */ React219.createElement("path", {
|
|
3203
|
-
d: "M14.252 5.49805H3.00391V3.99805H15.752L14.252 5.49805Z"
|
|
3195
|
+
d: "M3 10.498V8.99805H16C16.5523 8.99805 17 9.44576 17 9.99805V14.498C17 15.0503 16.5523 15.498 16 15.498H11V14H15.5039V10.498H3Z"
|
|
3204
3196
|
}), /* @__PURE__ */ React219.createElement("path", {
|
|
3205
|
-
d: "
|
|
3197
|
+
d: "M7 14H3V15.498H7V14Z"
|
|
3206
3198
|
}), /* @__PURE__ */ React219.createElement("path", {
|
|
3207
|
-
d: "
|
|
3199
|
+
d: "M3.00391 3.99805H17.0039V5.49805H3.00391V3.99805Z"
|
|
3208
3200
|
}), /* @__PURE__ */ React219.createElement("path", {
|
|
3209
|
-
d: "
|
|
3201
|
+
d: "M12.0784 17.5784L9.25 14.75L12.0784 11.9216L13.1406 12.9838L11.3712 14.7532L13.1374 16.5194L12.0784 17.5784Z"
|
|
3210
3202
|
}));
|
|
3211
3203
|
});
|
|
3212
3204
|
|
|
3213
|
-
// packages/react-icons/src/__icons/
|
|
3205
|
+
// packages/react-icons/src/__icons/WrapTextOffIcon.tsx
|
|
3214
3206
|
import React220, { forwardRef as forwardRef220 } from "react";
|
|
3215
|
-
var
|
|
3207
|
+
var WrapTextOffIcon = /* @__PURE__ */ forwardRef220((props, forwardedRef) => {
|
|
3216
3208
|
return /* @__PURE__ */ React220.createElement(SvgIcon, {
|
|
3217
3209
|
ref: forwardedRef,
|
|
3218
3210
|
...props
|
|
3219
3211
|
}, /* @__PURE__ */ React220.createElement("path", {
|
|
3220
|
-
d: "
|
|
3212
|
+
d: "M13.4946 10.498H15.5039V14H11V15.498H16C16.5523 15.498 17 15.0503 17 14.498V9.99805C17 9.44576 16.5523 8.99805 16 8.99805H14.9946L13.4946 10.498Z"
|
|
3213
|
+
}), /* @__PURE__ */ React220.createElement("path", {
|
|
3214
|
+
d: "M10.752 8.99805H3V10.498H9.25195L10.752 8.99805Z"
|
|
3215
|
+
}), /* @__PURE__ */ React220.createElement("path", {
|
|
3216
|
+
d: "M14.252 5.49805H3.00391V3.99805H15.752L14.252 5.49805Z"
|
|
3217
|
+
}), /* @__PURE__ */ React220.createElement("path", {
|
|
3218
|
+
d: "M5.75 14H3V15.498H4.25195L5.75 14Z"
|
|
3219
|
+
}), /* @__PURE__ */ React220.createElement("path", {
|
|
3220
|
+
d: "M12.1722 17.553L9.34375 14.7246L12.1722 11.8962L13.2344 12.9584L11.4649 14.7278L13.2312 16.494L12.1722 17.553Z"
|
|
3221
|
+
}), /* @__PURE__ */ React220.createElement("path", {
|
|
3222
|
+
d: "M3.00195 16.75L15.7295 4.02246L16.7902 5.08312L4.06261 17.8107L3.00195 16.75Z"
|
|
3221
3223
|
}));
|
|
3222
3224
|
});
|
|
3223
3225
|
|
|
3224
|
-
// packages/react-icons/src/__icons/
|
|
3226
|
+
// packages/react-icons/src/__icons/XmarkIcon.tsx
|
|
3225
3227
|
import React221, { forwardRef as forwardRef221 } from "react";
|
|
3226
|
-
var
|
|
3228
|
+
var XmarkIcon = /* @__PURE__ */ forwardRef221((props, forwardedRef) => {
|
|
3227
3229
|
return /* @__PURE__ */ React221.createElement(SvgIcon, {
|
|
3228
3230
|
ref: forwardedRef,
|
|
3229
3231
|
...props
|
|
3230
3232
|
}, /* @__PURE__ */ React221.createElement("path", {
|
|
3231
|
-
d: "M10
|
|
3232
|
-
}), /* @__PURE__ */ React221.createElement("path", {
|
|
3233
|
-
d: "M2.82843 11.8284L0 9L2.82843 6.17157L3.89062 7.23377L2.12119 9.0032L3.88742 10.7694L2.82843 11.8284Z"
|
|
3234
|
-
}), /* @__PURE__ */ React221.createElement("path", {
|
|
3235
|
-
d: "M17.1716 6.17157L20 9L17.1716 11.8284L16.1094 10.7662L17.8788 8.9968L16.1126 7.23057L17.1716 6.17157Z"
|
|
3233
|
+
d: "M10.0612 11.0611L15.5009 16.5008L16.5616 15.4401L11.1219 10.0004L16.5831 4.53923L15.5224 3.47857L10.0612 8.93976L4.54076 3.41931L3.4801 4.47997L9.00055 10.0004L3.50159 15.4994L4.56225 16.5601L10.0612 11.0611Z"
|
|
3236
3234
|
}));
|
|
3237
3235
|
});
|
|
3238
3236
|
|
|
3239
|
-
// packages/react-icons/src/__icons/
|
|
3237
|
+
// packages/react-icons/src/__icons/Zoom1DIcon.tsx
|
|
3240
3238
|
import React222, { forwardRef as forwardRef222 } from "react";
|
|
3241
|
-
var
|
|
3239
|
+
var Zoom1DIcon = /* @__PURE__ */ forwardRef222((props, forwardedRef) => {
|
|
3242
3240
|
return /* @__PURE__ */ React222.createElement(SvgIcon, {
|
|
3243
3241
|
ref: forwardedRef,
|
|
3244
3242
|
...props
|
|
@@ -3251,43 +3249,58 @@ var ZoomHorizontalIcon = /* @__PURE__ */ forwardRef222((props, forwardedRef) =>
|
|
|
3251
3249
|
}));
|
|
3252
3250
|
});
|
|
3253
3251
|
|
|
3254
|
-
// packages/react-icons/src/__icons/
|
|
3252
|
+
// packages/react-icons/src/__icons/ZoomHorizontalIcon.tsx
|
|
3255
3253
|
import React223, { forwardRef as forwardRef223 } from "react";
|
|
3256
|
-
var
|
|
3254
|
+
var ZoomHorizontalIcon = /* @__PURE__ */ forwardRef223((props, forwardedRef) => {
|
|
3257
3255
|
return /* @__PURE__ */ React223.createElement(SvgIcon, {
|
|
3258
3256
|
ref: forwardedRef,
|
|
3259
3257
|
...props
|
|
3260
3258
|
}, /* @__PURE__ */ React223.createElement("path", {
|
|
3261
|
-
d: "
|
|
3259
|
+
d: "M10 14C10.7784 14 11.5152 13.8221 12.1721 13.5048L14.9142 16.2381C15.3054 16.6279 15.9407 16.6268 16.3319 16.2369C16.723 15.847 16.7242 15.2137 16.333 14.8238L13.7772 12.2763C14.5389 11.3988 15 10.2532 15 9C15 6.23858 12.7614 4 10 4C7.23858 4 5 6.23858 5 9C5 11.7614 7.23858 14 10 14ZM10 12.5C8.067 12.5 6.5 10.933 6.5 9C6.5 7.067 8.067 5.5 10 5.5C11.933 5.5 13.5 7.067 13.5 9C13.5 10.933 11.933 12.5 10 12.5Z"
|
|
3262
3260
|
}), /* @__PURE__ */ React223.createElement("path", {
|
|
3263
|
-
d: "
|
|
3261
|
+
d: "M2.82843 11.8284L0 9L2.82843 6.17157L3.89062 7.23377L2.12119 9.0032L3.88742 10.7694L2.82843 11.8284Z"
|
|
3262
|
+
}), /* @__PURE__ */ React223.createElement("path", {
|
|
3263
|
+
d: "M17.1716 6.17157L20 9L17.1716 11.8284L16.1094 10.7662L17.8788 8.9968L16.1126 7.23057L17.1716 6.17157Z"
|
|
3264
3264
|
}));
|
|
3265
3265
|
});
|
|
3266
3266
|
|
|
3267
|
-
// packages/react-icons/src/__icons/
|
|
3267
|
+
// packages/react-icons/src/__icons/ZoomInIcon.tsx
|
|
3268
3268
|
import React224, { forwardRef as forwardRef224 } from "react";
|
|
3269
|
-
var
|
|
3269
|
+
var ZoomInIcon = /* @__PURE__ */ forwardRef224((props, forwardedRef) => {
|
|
3270
3270
|
return /* @__PURE__ */ React224.createElement(SvgIcon, {
|
|
3271
3271
|
ref: forwardedRef,
|
|
3272
3272
|
...props
|
|
3273
3273
|
}, /* @__PURE__ */ React224.createElement("path", {
|
|
3274
3274
|
d: "M11.5264 12.8548C10.5365 13.5751 9.31788 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 9.27375 13.6031 10.4548 12.9262 11.4262L16.7426 15.2426C17.1332 15.6332 17.1332 16.2663 16.7426 16.6569C16.3521 17.0474 15.719 17.0474 15.3284 16.6569L11.5264 12.8548ZM12.5 8C12.5 5.51472 10.4853 3.5 8 3.5C5.51472 3.5 3.5 5.51472 3.5 8C3.5 10.4853 5.51472 12.5 8 12.5C10.4853 12.5 12.5 10.4853 12.5 8Z"
|
|
3275
3275
|
}), /* @__PURE__ */ React224.createElement("path", {
|
|
3276
|
-
d: "
|
|
3276
|
+
d: "M7.25098 8.74902V10.749H8.75098V8.74902H10.751V7.24902H8.75098V5.24902H7.25098V7.24902L5.25098 7.24902L5.25098 8.74902H7.25098Z"
|
|
3277
3277
|
}));
|
|
3278
3278
|
});
|
|
3279
3279
|
|
|
3280
|
-
// packages/react-icons/src/__icons/
|
|
3280
|
+
// packages/react-icons/src/__icons/ZoomOutIcon.tsx
|
|
3281
3281
|
import React225, { forwardRef as forwardRef225 } from "react";
|
|
3282
|
-
var
|
|
3282
|
+
var ZoomOutIcon = /* @__PURE__ */ forwardRef225((props, forwardedRef) => {
|
|
3283
3283
|
return /* @__PURE__ */ React225.createElement(SvgIcon, {
|
|
3284
3284
|
ref: forwardedRef,
|
|
3285
3285
|
...props
|
|
3286
3286
|
}, /* @__PURE__ */ React225.createElement("path", {
|
|
3287
|
-
d: "M11.
|
|
3287
|
+
d: "M11.5264 12.8548C10.5365 13.5751 9.31788 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 9.27375 13.6031 10.4548 12.9262 11.4262L16.7426 15.2426C17.1332 15.6332 17.1332 16.2663 16.7426 16.6569C16.3521 17.0474 15.719 17.0474 15.3284 16.6569L11.5264 12.8548ZM12.5 8C12.5 5.51472 10.4853 3.5 8 3.5C5.51472 3.5 3.5 5.51472 3.5 8C3.5 10.4853 5.51472 12.5 8 12.5C10.4853 12.5 12.5 10.4853 12.5 8Z"
|
|
3288
3288
|
}), /* @__PURE__ */ React225.createElement("path", {
|
|
3289
|
+
d: "M10.75 8.75L5.25 8.75L5.25 7.25L10.75 7.25V8.75Z"
|
|
3290
|
+
}));
|
|
3291
|
+
});
|
|
3292
|
+
|
|
3293
|
+
// packages/react-icons/src/__icons/ZoomVerticalIcon.tsx
|
|
3294
|
+
import React226, { forwardRef as forwardRef226 } from "react";
|
|
3295
|
+
var ZoomVerticalIcon = /* @__PURE__ */ forwardRef226((props, forwardedRef) => {
|
|
3296
|
+
return /* @__PURE__ */ React226.createElement(SvgIcon, {
|
|
3297
|
+
ref: forwardedRef,
|
|
3298
|
+
...props
|
|
3299
|
+
}, /* @__PURE__ */ React226.createElement("path", {
|
|
3300
|
+
d: "M11.8284 17.1716L9 20L6.17157 17.1716L7.23377 16.1094L9.0032 17.8788L10.7694 16.1126L11.8284 17.1716Z"
|
|
3301
|
+
}), /* @__PURE__ */ React226.createElement("path", {
|
|
3289
3302
|
d: "M6.17157 2.82843L9 0L11.8284 2.82843L10.7662 3.89062L8.9968 2.12119L7.23057 3.88742L6.17157 2.82843Z"
|
|
3290
|
-
}), /* @__PURE__ */
|
|
3303
|
+
}), /* @__PURE__ */ React226.createElement("path", {
|
|
3291
3304
|
d: "M11.1721 14.5048C10.5152 14.8221 9.77839 15 9 15C6.23858 15 4 12.7614 4 10C4 7.23858 6.23858 5 9 5C11.7614 5 14 7.23858 14 10C14 11.2532 13.5389 12.3988 12.7772 13.2763L15.333 15.8238C15.7242 16.2137 15.723 16.847 15.3319 17.2369C14.9407 17.6268 14.3054 17.6279 13.9142 17.2381L11.1721 14.5048ZM12.5 10C12.5 8.067 10.933 6.5 9 6.5C7.067 6.5 5.5 8.067 5.5 10C5.5 11.933 7.067 13.5 9 13.5C10.933 13.5 12.5 11.933 12.5 10Z"
|
|
3292
3305
|
}));
|
|
3293
3306
|
});
|
|
@@ -3439,6 +3452,7 @@ export {
|
|
|
3439
3452
|
OptionsIcon,
|
|
3440
3453
|
Pan1DIcon,
|
|
3441
3454
|
PanHorizontalIcon,
|
|
3455
|
+
ParseIcon,
|
|
3442
3456
|
ParseIconIcon,
|
|
3443
3457
|
PauseIcon,
|
|
3444
3458
|
PauseLoadIcon,
|