@crystallize/design-system 1.24.5 → 1.24.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/{chunk-7K3KQDTQ.mjs → chunk-BNSEEMOM.mjs} +636 -568
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1154 -1080
- package/dist/index.mjs +2 -2
- package/dist/{rich-text-editor-ZJS3XSIV.mjs → rich-text-editor-BSPSXJSK.mjs} +16 -17
- package/package.json +2 -2
- package/src/iconography/index.ts +2 -0
- package/src/iconography/multiple-choice.tsx +57 -0
- package/src/rich-text-editor/model/crystallize-to-lexical.ts +10 -9
- package/src/rich-text-editor/model/lexical-to-crystallize.ts +7 -13
- package/src/rich-text-editor/model/parse-initial-state.ts +1 -1
- package/src/rich-text-editor/types/crystallize-rich-text-types/index.ts +13 -11
|
@@ -3397,11 +3397,78 @@ var Multilingual = forwardRef61((delegated, ref) => {
|
|
|
3397
3397
|
});
|
|
3398
3398
|
Multilingual.displayName = "MultilingualIcon";
|
|
3399
3399
|
|
|
3400
|
-
// src/iconography/
|
|
3400
|
+
// src/iconography/multiple-choice.tsx
|
|
3401
3401
|
import { forwardRef as forwardRef62 } from "react";
|
|
3402
3402
|
import { jsx as jsx68, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
3403
|
-
var
|
|
3403
|
+
var MultipleChoice = forwardRef62((delegated, ref) => {
|
|
3404
3404
|
return /* @__PURE__ */ jsxs59("svg", {
|
|
3405
|
+
ref,
|
|
3406
|
+
width: "22",
|
|
3407
|
+
height: "22",
|
|
3408
|
+
viewBox: "0 0 22 22",
|
|
3409
|
+
fill: "currentColor",
|
|
3410
|
+
...delegated,
|
|
3411
|
+
children: [
|
|
3412
|
+
/* @__PURE__ */ jsxs59("g", {
|
|
3413
|
+
clipPath: "url(#a)",
|
|
3414
|
+
children: [
|
|
3415
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3416
|
+
fill: "#528693",
|
|
3417
|
+
fillRule: "evenodd",
|
|
3418
|
+
d: "M18.933 15.77a.2.2 0 0 0 .005-.37l-.91-.382a.3.3 0 1 1 .232-.553l.91.381c.663.278.651 1.221-.018 1.483l-.914.358a.3.3 0 1 1-.219-.56l.915-.357ZM16.6 14.095a.3.3 0 0 1-.392.16l-1.82-.763a.3.3 0 1 1 .231-.553l1.82.763a.3.3 0 0 1 .161.393Zm-3.64-1.526a.3.3 0 0 1-.393.16l-.91-.38a1.7 1.7 0 0 0-1.314 0l-.91.38a.3.3 0 0 1-.232-.553l.91-.381a2.3 2.3 0 0 1 1.778 0l.91.381a.3.3 0 0 1 .16.393Zm3.62 4.444a.3.3 0 0 1-.17.389l-1.83.715a.3.3 0 1 1-.218-.559l1.829-.715a.3.3 0 0 1 .388.17ZM7.772 13.1a.3.3 0 0 1-.16.393l-1.82.762a.3.3 0 1 1-.233-.553l1.82-.763a.3.3 0 0 1 .393.16Zm5.15 5.344a.3.3 0 0 1-.17.389l-.915.357a2.3 2.3 0 0 1-1.676 0l-.914-.358a.3.3 0 1 1 .218-.558l.915.357a1.7 1.7 0 0 0 1.238 0l.915-.357a.3.3 0 0 1 .388.17Zm-5.115-.497a.3.3 0 0 1-.389.17l-1.828-.715a.3.3 0 1 1 .218-.559l1.829.715a.3.3 0 0 1 .17.39Zm-3.675-3.322a.3.3 0 0 1-.16.393l-.911.381a.2.2 0 0 0 .004.371l.915.358a.3.3 0 0 1-.219.559l-.914-.358a.8.8 0 0 1-.018-1.483l.91-.381a.3.3 0 0 1 .393.16Z",
|
|
3419
|
+
clipRule: "evenodd"
|
|
3420
|
+
}),
|
|
3421
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3422
|
+
fill: "#BFF6F8",
|
|
3423
|
+
d: "M10.227 8.842a2 2 0 0 1 1.546 0l7.778 3.26a.5.5 0 0 1-.011.926l-7.811 3.056a2 2 0 0 1-1.458 0l-7.81-3.056a.5.5 0 0 1-.012-.927l7.778-3.26Z"
|
|
3424
|
+
}),
|
|
3425
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3426
|
+
fill: "#528693",
|
|
3427
|
+
fillRule: "evenodd",
|
|
3428
|
+
d: "m19.091 12.56-7.55-3.165a1.4 1.4 0 0 0-1.082 0l-7.55 3.164 7.581 2.966a1.4 1.4 0 0 0 1.02 0l7.581-2.966Zm-7.318-3.718a2 2 0 0 0-1.546 0l-7.778 3.26a.5.5 0 0 0 .011.926l7.811 3.056a2 2 0 0 0 1.458 0l7.81-3.056a.5.5 0 0 0 .012-.927l-7.778-3.26Z",
|
|
3429
|
+
clipRule: "evenodd"
|
|
3430
|
+
}),
|
|
3431
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3432
|
+
fill: "#fff",
|
|
3433
|
+
d: "M10.227 5.685a2 2 0 0 1 1.546 0l7.778 3.26a.5.5 0 0 1-.011.926l-7.811 3.056a2 2 0 0 1-1.458 0L2.461 9.87a.5.5 0 0 1-.012-.927l7.778-3.26Z"
|
|
3434
|
+
}),
|
|
3435
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3436
|
+
fill: "#528693",
|
|
3437
|
+
fillRule: "evenodd",
|
|
3438
|
+
d: "m19.091 9.402-7.55-3.164a1.4 1.4 0 0 0-1.082 0l-7.55 3.164 7.581 2.966a1.4 1.4 0 0 0 1.02 0l7.581-2.966Zm-7.318-3.717a2 2 0 0 0-1.546 0l-7.778 3.26a.5.5 0 0 0 .011.926l7.811 3.056a2 2 0 0 0 1.458 0l7.81-3.056a.5.5 0 0 0 .012-.927l-7.778-3.26Z",
|
|
3439
|
+
clipRule: "evenodd"
|
|
3440
|
+
}),
|
|
3441
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3442
|
+
fill: "#BFF6F8",
|
|
3443
|
+
d: "M10.227 2.528a2 2 0 0 1 1.546 0l7.778 3.26a.5.5 0 0 1-.011.926L11.729 9.77a2 2 0 0 1-1.458 0l-7.81-3.056a.5.5 0 0 1-.012-.927l7.778-3.26Z"
|
|
3444
|
+
}),
|
|
3445
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3446
|
+
fill: "#528693",
|
|
3447
|
+
fillRule: "evenodd",
|
|
3448
|
+
d: "m19.091 6.245-7.55-3.164a1.4 1.4 0 0 0-1.082 0l-7.55 3.164 7.581 2.966a1.4 1.4 0 0 0 1.02 0l7.581-2.966Zm-7.318-3.717a2 2 0 0 0-1.546 0l-7.778 3.26a.5.5 0 0 0 .011.926l7.811 3.056a2 2 0 0 0 1.458 0l7.81-3.056a.5.5 0 0 0 .012-.927l-7.778-3.26Z",
|
|
3449
|
+
clipRule: "evenodd"
|
|
3450
|
+
})
|
|
3451
|
+
]
|
|
3452
|
+
}),
|
|
3453
|
+
/* @__PURE__ */ jsx68("defs", {
|
|
3454
|
+
children: /* @__PURE__ */ jsx68("clipPath", {
|
|
3455
|
+
id: "a",
|
|
3456
|
+
children: /* @__PURE__ */ jsx68("path", {
|
|
3457
|
+
fill: "#fff",
|
|
3458
|
+
d: "M0 0h22v22H0z"
|
|
3459
|
+
})
|
|
3460
|
+
})
|
|
3461
|
+
})
|
|
3462
|
+
]
|
|
3463
|
+
});
|
|
3464
|
+
});
|
|
3465
|
+
MultipleChoice.displayName = "MultipleChoiceIcon";
|
|
3466
|
+
|
|
3467
|
+
// src/iconography/mushroom.tsx
|
|
3468
|
+
import { forwardRef as forwardRef63 } from "react";
|
|
3469
|
+
import { jsx as jsx69, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
3470
|
+
var Mushroom = forwardRef63((delegated, ref) => {
|
|
3471
|
+
return /* @__PURE__ */ jsxs60("svg", {
|
|
3405
3472
|
ref,
|
|
3406
3473
|
width: "22",
|
|
3407
3474
|
height: "22",
|
|
@@ -3409,61 +3476,61 @@ var Mushroom = forwardRef62((delegated, ref) => {
|
|
|
3409
3476
|
fill: "none",
|
|
3410
3477
|
...delegated,
|
|
3411
3478
|
children: [
|
|
3412
|
-
/* @__PURE__ */
|
|
3479
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3413
3480
|
fill: "#fff",
|
|
3414
3481
|
d: "m6.102 13.239 2.683 1.042 6.438-.722s.33 3.881-1.237 4.711c-1.71.906-6.004.714-6.976-.83-1.092-1.735-.908-4.201-.908-4.201Z"
|
|
3415
3482
|
}),
|
|
3416
|
-
/* @__PURE__ */
|
|
3483
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3417
3484
|
fill: "#468695",
|
|
3418
3485
|
fillRule: "evenodd",
|
|
3419
3486
|
d: "m5.564 12.386 3.301 1.283 6.904-.775.052.614-.598.051-6.438.722-2.683-1.042-.598-.045.06-.808Zm.53 1.493c-.01-.393.008-.64.008-.64l-.598-.045v.012l-.002.026a8.228 8.228 0 0 0-.01.419c-.002.275.01.66.058 1.103.095.873.337 2.027.953 3.006.34.541.928.905 1.549 1.147.632.247 1.371.397 2.115.464 1.46.133 3.096-.04 4.1-.57.572-.304.917-.854 1.132-1.397.217-.551.33-1.174.39-1.738a12.514 12.514 0 0 0 .036-2.106l-.003-.037V13.51l-.001-.002-.598.051c0 .003.02.237.027.601.02 1.123-.082 3.484-1.264 4.11-1.71.906-6.004.714-6.976-.83-.746-1.185-.896-2.713-.917-3.561Z",
|
|
3420
3487
|
clipRule: "evenodd"
|
|
3421
3488
|
}),
|
|
3422
|
-
/* @__PURE__ */
|
|
3489
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3423
3490
|
fill: "#FFA1DB",
|
|
3424
3491
|
d: "M17.618 9.944c0 3.195-3.875 4.271-6.712 4.271-5.683 0-6.976-2.556-6.976-4.512 0-2.837 4.138-7.1 6.976-7.1 2.837 0 6.712 3.22 6.712 7.34Z"
|
|
3425
3492
|
}),
|
|
3426
|
-
/* @__PURE__ */
|
|
3493
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3427
3494
|
fill: "#468695",
|
|
3428
3495
|
fillRule: "evenodd",
|
|
3429
3496
|
d: "M15.596 13.813c-1.433.724-3.212 1.002-4.69 1.002-2.921 0-4.827-.656-6.009-1.666-1.195-1.022-1.567-2.334-1.567-3.446 0-.845.304-1.744.763-2.592.463-.854 1.104-1.697 1.832-2.441.727-.744 1.555-1.403 2.399-1.879.837-.472 1.731-.788 2.582-.788 1.622 0 3.444.905 4.843 2.3 1.411 1.407 2.469 3.388 2.469 5.64 0 1.9-1.174 3.139-2.622 3.87Zm-4.69.402c2.837 0 6.712-1.076 6.712-4.271 0-4.122-3.875-7.34-6.712-7.34-2.838 0-6.976 4.262-6.976 7.1 0 1.954 1.293 4.511 6.976 4.511Z",
|
|
3430
3497
|
clipRule: "evenodd"
|
|
3431
3498
|
}),
|
|
3432
|
-
/* @__PURE__ */
|
|
3499
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3433
3500
|
fill: "#fff",
|
|
3434
3501
|
d: "M4.06 8.155c3.643 2.103 2.76 4.098 1.826 5.403 0 0-.953-.59-1.365-1.153a4.633 4.633 0 0 1-.865-2.058c-.147-.933.404-2.192.404-2.192Z"
|
|
3435
3502
|
}),
|
|
3436
|
-
/* @__PURE__ */
|
|
3503
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3437
3504
|
fill: "#468695",
|
|
3438
3505
|
fillRule: "evenodd",
|
|
3439
3506
|
d: "M4.279 12.582a4.933 4.933 0 0 1-.92-2.189c-.083-.53.032-1.13.154-1.572a6.909 6.909 0 0 1 .264-.769l.005-.012.002-.004c0-.001 0-.002.276.119l-.276-.12.135-.308.29.168c1.86 1.073 2.643 2.164 2.778 3.223.133 1.044-.382 1.95-.857 2.615l-.163.228-.239-.148-.003-.002-.01-.006-.033-.02a8.67 8.67 0 0 1-.505-.352c-.293-.222-.664-.532-.898-.851Zm1.527.563c.383-.584.676-1.244.586-1.951-.095-.745-.63-1.637-2.18-2.599-.038.11-.08.241-.12.386-.117.42-.203.918-.14 1.32.112.713.382 1.34.811 1.926.179.244.49.51.776.726.097.073.189.139.267.192Z",
|
|
3440
3507
|
clipRule: "evenodd"
|
|
3441
3508
|
}),
|
|
3442
|
-
/* @__PURE__ */
|
|
3509
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3443
3510
|
fill: "#fff",
|
|
3444
3511
|
d: "M15.12 13.599c-1.09-4.064.945-4.85 2.529-5.113 0 0 .348 1.312.24 2.002-.118.764-.389 1.176-.843 1.8-.556.764-1.927 1.311-1.927 1.311Z"
|
|
3445
3512
|
}),
|
|
3446
|
-
/* @__PURE__ */
|
|
3513
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3447
3514
|
fill: "#468695",
|
|
3448
3515
|
fillRule: "evenodd",
|
|
3449
3516
|
d: "M18.186 10.534c-.13.837-.436 1.296-.898 1.931-.317.436-.847.79-1.267 1.026a7.779 7.779 0 0 1-.772.379l-.013.005-.004.002-.113-.278.112.278-.314.126-.088-.326c-.555-2.074-.337-3.4.316-4.243.644-.833 1.65-1.11 2.454-1.244l.27-.044.07.263v.005l.004.012.011.045.04.163c.031.138.073.329.11.542.074.414.144.959.082 1.358Zm-.763-1.7c-.688.141-1.365.4-1.804.967-.46.594-.712 1.602-.296 3.378.116-.056.255-.127.404-.21.405-.229.838-.53 1.076-.857.448-.615.683-.98.79-1.67.045-.29-.006-.746-.08-1.161-.03-.17-.062-.325-.09-.448Z",
|
|
3450
3517
|
clipRule: "evenodd"
|
|
3451
3518
|
}),
|
|
3452
|
-
/* @__PURE__ */
|
|
3519
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3453
3520
|
fill: "#fff",
|
|
3454
3521
|
d: "M13.758 3.166C10.783 6.141 8.7 4.81 7.68 3.57c0 0 1.192-.774 1.843-1.027.72-.279 1.269-.29 2.037-.21.938.1 2.197.834 2.197.834Z"
|
|
3455
3522
|
}),
|
|
3456
|
-
/* @__PURE__ */
|
|
3523
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3457
3524
|
fill: "#468695",
|
|
3458
3525
|
fillRule: "evenodd",
|
|
3459
3526
|
d: "M9.416 2.263c.78-.303 1.382-.313 2.177-.229.519.055 1.104.28 1.542.48a10.064 10.064 0 0 1 .713.359l.044.024.012.007.004.002.337.197-.275.275c-1.527 1.527-2.877 1.998-4.018 1.868-1.13-.128-1.969-.837-2.503-1.486l-.213-.26.281-.183.004-.002.01-.007.04-.025a20.263 20.263 0 0 1 .634-.39c.379-.225.86-.494 1.21-.63ZM8.139 3.634c.47.493 1.103.927 1.88 1.016.838.095 1.919-.202 3.234-1.414a9.412 9.412 0 0 0-.366-.176c-.426-.193-.939-.385-1.358-.429-.741-.079-1.237-.065-1.896.191-.3.116-.741.36-1.122.586-.138.083-.266.16-.372.226Z",
|
|
3460
3527
|
clipRule: "evenodd"
|
|
3461
3528
|
}),
|
|
3462
|
-
/* @__PURE__ */
|
|
3529
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3463
3530
|
fill: "#fff",
|
|
3464
3531
|
d: "M12.719 9.265c0 .918-.549 2.113-1.492 2.113s-1.924-1.195-1.924-2.113c0-.92-.055-1.88.888-1.88.943 0 2.528.96 2.528 1.88Z"
|
|
3465
3532
|
}),
|
|
3466
|
-
/* @__PURE__ */
|
|
3533
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3467
3534
|
fill: "#468695",
|
|
3468
3535
|
fillRule: "evenodd",
|
|
3469
3536
|
d: "M12.837 10.98c-.316.513-.852.998-1.61.998-.713 0-1.345-.436-1.766-.916-.426-.485-.758-1.148-.758-1.797V9.12c-.002-.394-.005-.9.115-1.31.073-.248.205-.52.457-.725.257-.211.575-.3.916-.3.634 0 1.384.304 1.959.7.295.205.576.454.788.739.21.281.38.637.38 1.04 0 .563-.163 1.202-.48 1.716Zm-1.61.398c.943 0 1.492-1.195 1.492-2.113 0-.92-1.585-1.88-2.528-1.88-.893 0-.89.863-.888 1.735v.145c0 .918.98 2.113 1.924 2.113ZM10.913 15.51c.237 0 .43.134.43.3v.966c0 .166-.193.3-.43.3-.238 0-.43-.134-.43-.3v-.966c0-.166.192-.3.43-.3ZM13.815 15.158c.238 0 .43.135.43.3v.966c0 .166-.192.3-.43.3-.237 0-.43-.134-.43-.3v-.966c0-.165.193-.3.43-.3Z",
|
|
@@ -3475,10 +3542,10 @@ var Mushroom = forwardRef62((delegated, ref) => {
|
|
|
3475
3542
|
Mushroom.displayName = "MushroomIcon";
|
|
3476
3543
|
|
|
3477
3544
|
// src/iconography/nail-polish.tsx
|
|
3478
|
-
import { forwardRef as
|
|
3479
|
-
import { jsx as
|
|
3480
|
-
var NailPolish =
|
|
3481
|
-
return /* @__PURE__ */
|
|
3545
|
+
import { forwardRef as forwardRef64 } from "react";
|
|
3546
|
+
import { jsx as jsx70, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
3547
|
+
var NailPolish = forwardRef64((delegated, ref) => {
|
|
3548
|
+
return /* @__PURE__ */ jsxs61("svg", {
|
|
3482
3549
|
ref,
|
|
3483
3550
|
width: "12",
|
|
3484
3551
|
height: "16",
|
|
@@ -3487,67 +3554,67 @@ var NailPolish = forwardRef63((delegated, ref) => {
|
|
|
3487
3554
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3488
3555
|
...delegated,
|
|
3489
3556
|
children: [
|
|
3490
|
-
/* @__PURE__ */
|
|
3557
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3491
3558
|
d: "M.8573 9.7059H.4287v-.8824c0-.4873.3838-.8823.8571-.8823h4.2858c.4734 0 .8571.395.8571.8823v.8824h-.4286V15H.8573V9.7059Z",
|
|
3492
3559
|
fill: "#BFF6F8"
|
|
3493
3560
|
}),
|
|
3494
|
-
/* @__PURE__ */
|
|
3561
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3495
3562
|
fillRule: "evenodd",
|
|
3496
3563
|
clipRule: "evenodd",
|
|
3497
3564
|
d: "M1.3716 9.1765v5.2941h4.1143V9.1765h.4285v-.353c0-.195-.1535-.353-.3428-.353H1.2858c-.1893 0-.3428.158-.3428.353v.353h.4286ZM6 9.7059h.4286v-.8824c0-.4873-.3837-.8823-.8571-.8823H1.2858c-.4733 0-.857.395-.857.8823v.8824h.4285V15H6V9.7059Z",
|
|
3498
3565
|
fill: "#528693"
|
|
3499
3566
|
}),
|
|
3500
|
-
/* @__PURE__ */
|
|
3567
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3501
3568
|
d: "M1.2856 6.6176c0-.4873.3838-.8823.8572-.8823h2.5714c.4734 0 .8572.395.8572.8823v1.7648H1.2856V6.6176Z",
|
|
3502
3569
|
fill: "#BFF6F8"
|
|
3503
3570
|
}),
|
|
3504
|
-
/* @__PURE__ */
|
|
3571
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3505
3572
|
fillRule: "evenodd",
|
|
3506
3573
|
clipRule: "evenodd",
|
|
3507
3574
|
d: "M4.7142 6.2647H2.1428c-.1894 0-.3429.158-.3429.353v1.2352h3.2572V6.6176c0-.1949-.1535-.3529-.3429-.3529Zm-2.5714-.5294c-.4734 0-.8572.395-.8572.8823v1.7648h4.2858V6.6176c0-.4873-.3838-.8823-.8572-.8823H2.1428Z",
|
|
3508
3575
|
fill: "#528693"
|
|
3509
3576
|
}),
|
|
3510
|
-
/* @__PURE__ */
|
|
3577
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3511
3578
|
d: "M1.7144.6228c0-.344.2708-.6228.605-.6228 1.5594 0 2.8235 1.3013 2.8235 2.9066v3.2699H1.7144V.6228Z",
|
|
3512
3579
|
fill: "#FFCCEC"
|
|
3513
3580
|
}),
|
|
3514
|
-
/* @__PURE__ */
|
|
3581
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3515
3582
|
fillRule: "evenodd",
|
|
3516
3583
|
clipRule: "evenodd",
|
|
3517
3584
|
d: "M2.2286 5.647h2.4V2.9067c0-1.3129-1.0338-2.3772-2.3092-2.3772a.0921.0921 0 0 0-.0908.0934v5.0243ZM2.3194 0c-.3342 0-.605.2789-.605.6228v5.5537h3.4285v-3.27C5.143 1.3014 3.8788 0 2.3194 0Z",
|
|
3518
3585
|
fill: "#528693"
|
|
3519
3586
|
}),
|
|
3520
|
-
/* @__PURE__ */
|
|
3587
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3521
3588
|
fillRule: "evenodd",
|
|
3522
3589
|
clipRule: "evenodd",
|
|
3523
3590
|
d: "M2.4626 1.9929c-.432-.5148-.5769-1.1307-.5769-1.5517H2.4c0 .3142.1124.8013.4518 1.2056.3313.3947.8997.7355 1.8625.7355v.5295c-1.0943 0-1.8116-.3945-2.2517-.9189Z",
|
|
3524
3591
|
fill: "#528693"
|
|
3525
3592
|
}),
|
|
3526
|
-
/* @__PURE__ */
|
|
3593
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3527
3594
|
d: "M4.8708 8.6772c.245-.9414 1.185-1.5 2.0995-1.2478l2.4838.6851c.9145.2523 1.4573 1.22 1.2122 2.1613l-1.2201 4.6876c-.1225.4707-.5925.75-1.0498.6239l-4.1397-1.1418c-.4573-.1262-.7286-.61-.606-1.0807l1.22-4.6876Z",
|
|
3528
3595
|
fill: "#FFCCEC"
|
|
3529
3596
|
}),
|
|
3530
|
-
/* @__PURE__ */
|
|
3597
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3531
3598
|
fillRule: "evenodd",
|
|
3532
3599
|
clipRule: "evenodd",
|
|
3533
3600
|
d: "m9.321 8.6259-2.4838-.6851c-.6401-.1766-1.2981.2145-1.4697.8734l-1.2201 4.6876c-.049.1883.0595.3818.2424.4323l4.1397 1.1418c.1829.0505.3709-.0612.42-.2495l1.2201-4.6876c.1715-.659-.2084-1.3363-.8486-1.513ZM6.9703 7.4294c-.9145-.2523-1.8545.3064-2.0995 1.2478l-1.2202 4.6876c-.1225.4707.1489.9545.6061 1.0807l4.1397 1.1418c.4573.1261.9273-.1532 1.0498-.6239l1.2201-4.6876c.2451-.9414-.2977-1.909-1.2122-2.1613l-2.4838-.6851Z",
|
|
3534
3601
|
fill: "#528693"
|
|
3535
3602
|
}),
|
|
3536
|
-
/* @__PURE__ */
|
|
3603
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3537
3604
|
d: "M7.9236 3.5069c.1508-.4319.598-.6727 1.0285-.554l.9602.2649c.4306.1188.7009.5575.6217 1.009l-.6114 3.4854c-.0892.508-.581.829-1.0654.6954l-1.5121-.417c-.4844-.1337-.7544-.6649-.5848-1.1507l1.1633-3.333Z",
|
|
3538
3605
|
fill: "#BFF6F8"
|
|
3539
3606
|
}),
|
|
3540
|
-
/* @__PURE__ */
|
|
3607
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3541
3608
|
fillRule: "evenodd",
|
|
3542
3609
|
clipRule: "evenodd",
|
|
3543
3610
|
d: "m9.7792 3.7292-.9602-.2649c-.1722-.0475-.351.0488-.4114.2216l-1.1634 3.333c-.0678.1943.0402.4068.234.4603l1.5121.417c.1938.0535.3905-.075.4262-.2781l.6114-3.4853c.0316-.1806-.0765-.3561-.2487-.4036Zm-.827-.7763c-.4307-.1187-.8778.1221-1.0286.554l-1.1633 3.333c-.1696.4858.1004 1.017.5848 1.1506l1.5121.4171c.4844.1336.9762-.1875 1.0654-.6954l.6114-3.4853c.0792-.4516-.1911-.8903-.6217-1.0091l-.9602-.2649Z",
|
|
3544
3611
|
fill: "#528693"
|
|
3545
3612
|
}),
|
|
3546
|
-
/* @__PURE__ */
|
|
3613
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3547
3614
|
d: "m5.8906 9.8713 3.3118.9135-.4437 1.7046-3.3118-.9135.4437-1.7046Z",
|
|
3548
3615
|
fill: "#fff"
|
|
3549
3616
|
}),
|
|
3550
|
-
/* @__PURE__ */
|
|
3617
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3551
3618
|
fillRule: "evenodd",
|
|
3552
3619
|
clipRule: "evenodd",
|
|
3553
3620
|
d: "m8.5725 11.1592-2.3182-.6395-.1775.6819 2.3182.6394.1775-.6818ZM5.8906 9.8713 5.447 11.576l3.3118.9135.4437-1.7046-3.3118-.9135Z",
|
|
@@ -3559,10 +3626,10 @@ var NailPolish = forwardRef63((delegated, ref) => {
|
|
|
3559
3626
|
NailPolish.displayName = "NailPolishIcon";
|
|
3560
3627
|
|
|
3561
3628
|
// src/iconography/numeric.tsx
|
|
3562
|
-
import { forwardRef as
|
|
3563
|
-
import { jsx as
|
|
3564
|
-
var Numeric =
|
|
3565
|
-
return /* @__PURE__ */
|
|
3629
|
+
import { forwardRef as forwardRef65 } from "react";
|
|
3630
|
+
import { jsx as jsx71, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
3631
|
+
var Numeric = forwardRef65((delegated, ref) => {
|
|
3632
|
+
return /* @__PURE__ */ jsxs62("svg", {
|
|
3566
3633
|
ref,
|
|
3567
3634
|
width: "22",
|
|
3568
3635
|
height: "22",
|
|
@@ -3570,23 +3637,23 @@ var Numeric = forwardRef64((delegated, ref) => {
|
|
|
3570
3637
|
fill: "none",
|
|
3571
3638
|
...delegated,
|
|
3572
3639
|
children: [
|
|
3573
|
-
/* @__PURE__ */
|
|
3640
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3574
3641
|
d: "M18.7392 15.2607C19.0398 15.2607 19.2835 15.5044 19.2835 15.805V16.8059C19.2835 17.1065 19.0398 17.3502 18.7392 17.3502H12.2785C11.9779 17.3502 11.7342 17.1065 11.7342 16.8059V15.5788L15.2612 11.2967C15.5914 10.861 15.854 10.4769 16.0492 10.1444C16.2493 9.81194 16.3944 9.51099 16.4844 9.24156C16.5745 8.9664 16.6195 8.71417 16.6195 8.48487C16.6195 8.11226 16.567 7.79697 16.4619 7.53901C16.3618 7.28105 16.2143 7.08328 16.0191 6.9457C15.824 6.80812 15.5864 6.73933 15.3062 6.73933C15.0061 6.73933 14.7484 6.82819 14.5333 7.00589C14.3182 7.1836 14.1531 7.4301 14.038 7.74538C13.9784 7.90564 13.9343 8.07743 13.9056 8.26073C13.859 8.55771 13.6217 8.80303 13.3211 8.80303H12.0534C11.7527 8.80303 11.5055 8.5586 11.5374 8.25969C11.5963 7.70774 11.7469 7.19522 11.9893 6.72213C12.3095 6.09156 12.7573 5.58997 13.3326 5.21736C13.9079 4.83901 14.5808 4.64984 15.3513 4.64984C16.1417 4.64984 16.8046 4.79315 17.3399 5.07978C17.8752 5.3664 18.2804 5.77627 18.5556 6.3094C18.8308 6.84252 18.9683 7.48455 18.9683 8.23551C18.9683 8.65971 18.9083 9.06959 18.7882 9.46513C18.6732 9.86067 18.5056 10.2533 18.2854 10.6432C18.0653 11.033 17.8002 11.4314 17.49 11.8384C17.1798 12.2396 16.8296 12.6639 16.4394 13.111L15.1248 14.8228C14.9873 15.0018 15.1149 15.2607 15.3406 15.2607H18.7392Z",
|
|
3575
3642
|
fill: "#BFF6F8",
|
|
3576
3643
|
className: "c-icon-fill"
|
|
3577
3644
|
}),
|
|
3578
|
-
/* @__PURE__ */
|
|
3645
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3579
3646
|
fillRule: "evenodd",
|
|
3580
3647
|
clipRule: "evenodd",
|
|
3581
3648
|
d: "M11.1899 15.5788C11.1899 15.4525 11.2338 15.3302 11.314 15.2328L14.834 10.9592C15.153 10.5378 15.4001 10.175 15.5797 9.86893L15.5828 9.86371L15.5828 9.86373C15.7688 9.55464 15.8938 9.29107 15.9676 9.07061C16.0439 8.83716 16.0752 8.64347 16.0752 8.48486C16.0752 8.16021 16.029 7.9191 15.9578 7.7443L15.9544 7.73586L15.9544 7.73583C15.8868 7.56153 15.7997 7.45697 15.7055 7.39052C15.6173 7.32832 15.4941 7.28362 15.3062 7.28362C15.1223 7.28362 14.9898 7.33472 14.8799 7.42552C14.7533 7.53015 14.6379 7.68915 14.5493 7.93198L14.5482 7.93502L14.5482 7.93502C14.5023 8.05841 14.4668 8.19463 14.4433 8.345C14.3639 8.85175 13.942 9.34731 13.3211 9.34731H12.0533C11.4705 9.34731 10.9257 8.86207 10.9961 8.20194C11.0618 7.58687 11.2305 7.00971 11.5045 6.4748C11.8664 5.76243 12.3776 5.18776 13.0351 4.76152C13.7092 4.31869 14.4883 4.10553 15.3513 4.10553C16.2051 4.10553 16.9622 4.26013 17.5968 4.59992C18.228 4.93789 18.7129 5.42745 19.0393 6.05975C19.363 6.68705 19.5126 7.41908 19.5126 8.2355C19.5126 8.71076 19.4454 9.17297 19.31 9.62015C19.1823 10.0583 18.9978 10.4885 18.7594 10.9108C18.5254 11.3251 18.2461 11.7442 17.9229 12.1683L17.9206 12.1713L17.9206 12.1712C17.6059 12.5784 17.2524 13.0067 16.8607 13.456L15.8927 14.7164H18.7392C19.3404 14.7164 19.8278 15.2037 19.8278 15.805V16.8058C19.8278 17.4071 19.3404 17.8944 18.7392 17.8944H12.2785C11.6773 17.8944 11.1899 17.4071 11.1899 16.8058V15.5788ZM16.4394 13.111C16.8296 12.6638 17.1798 12.2396 17.49 11.8384C17.8002 11.4314 18.0653 11.0329 18.2854 10.6431C18.5056 10.2533 18.6732 9.86066 18.7882 9.46512C18.9083 9.06957 18.9683 8.6597 18.9683 8.2355C18.9683 7.48454 18.8307 6.8425 18.5556 6.30938C18.2804 5.77626 17.8752 5.36639 17.3399 5.07977C16.8046 4.79314 16.1417 4.64983 15.3513 4.64983C14.5808 4.64983 13.9079 4.839 13.3326 5.21734C12.7573 5.58996 12.3095 6.09155 11.9893 6.72212C11.7469 7.19521 11.5963 7.70773 11.5374 8.25968C11.5055 8.55859 11.7527 8.80301 12.0533 8.80301H13.3211C13.6217 8.80301 13.859 8.5577 13.9055 8.26072C13.9343 8.07741 13.9784 7.90563 14.038 7.74537C14.1531 7.43008 14.3182 7.18359 14.5333 7.00588C14.7484 6.82817 15.0061 6.73932 15.3062 6.73932C15.5864 6.73932 15.824 6.80811 16.0191 6.94569C16.2142 7.08327 16.3618 7.28104 16.4619 7.539C16.5669 7.79696 16.6195 8.11225 16.6195 8.48486C16.6195 8.71416 16.5745 8.96639 16.4844 9.24155C16.3943 9.51098 16.2493 9.81193 16.0492 10.1444C15.854 10.4769 15.5914 10.861 15.2612 11.2966L11.7342 15.5788V16.8058C11.7342 17.1065 11.9779 17.3501 12.2785 17.3501H18.7392C19.0398 17.3501 19.2835 17.1065 19.2835 16.8058V15.805C19.2835 15.5043 19.0398 15.2607 18.7392 15.2607H15.3406C15.1149 15.2607 14.9873 15.0017 15.1247 14.8227L16.4394 13.111Z",
|
|
3582
3649
|
fill: "#528693"
|
|
3583
3650
|
}),
|
|
3584
|
-
/* @__PURE__ */
|
|
3651
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3585
3652
|
d: "M10.1239 12.5692C10.2742 12.5692 10.396 12.6911 10.396 12.8414V14.378C10.396 14.5283 10.2742 14.6501 10.1239 14.6501H2.67849C2.39432 14.6501 2.15797 14.4315 2.13584 14.1482L2.06006 13.1777C2.05184 13.0724 2.07442 12.967 2.12506 12.8744L6.36523 5.11371C6.46067 4.93903 6.64384 4.83038 6.84289 4.83038H8.37359L6.36244 8.64822L4.53491 12.1718C4.44095 12.3529 4.57243 12.5692 4.7765 12.5692H10.1239ZM8.32458 4.83038C8.62519 4.83038 8.86888 5.07407 8.86888 5.37468V16.8058C8.86888 17.1064 8.62519 17.3501 8.32458 17.3501H7.07183C6.77123 17.3501 6.52753 17.1064 6.52753 16.8058V5.37468C6.52753 5.07407 6.77123 4.83038 7.07183 4.83038H8.32458Z",
|
|
3586
3653
|
fill: "#BFF6F8",
|
|
3587
3654
|
className: "c-icon-fill"
|
|
3588
3655
|
}),
|
|
3589
|
-
/* @__PURE__ */
|
|
3656
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3590
3657
|
fillRule: "evenodd",
|
|
3591
3658
|
clipRule: "evenodd",
|
|
3592
3659
|
d: "M8.82045 5.14993C8.79965 5.10412 8.7727 5.0617 8.74063 5.02373C8.6517 4.9184 8.5235 4.8473 8.37861 4.83302C8.37694 4.83286 8.37526 4.8327 8.37358 4.83255C8.37322 4.83252 8.37285 4.83248 8.37249 4.83245L8.37358 4.83037H6.84287C6.64383 4.83037 6.46066 4.93902 6.36522 5.11369L2.12504 12.8743C2.07441 12.967 2.05183 13.0724 2.06005 13.1777L2.13583 14.1482C2.15796 14.4315 2.39431 14.6501 2.67848 14.6501H6.52752V16.8058C6.52752 17.1064 6.77121 17.3501 7.07182 17.3501H8.32457C8.62517 17.3501 8.86887 17.1064 8.86887 16.8058V14.6501H10.1238C10.2741 14.6501 10.396 14.5283 10.396 14.378V12.8414C10.396 12.6911 10.2741 12.5692 10.1238 12.5692H8.86887V5.37467C8.86887 5.29453 8.85155 5.21844 8.82045 5.14993ZM6.36243 8.64821L6.52752 8.3348V12.5692H4.77649C4.57241 12.5692 4.44094 12.3529 4.5349 12.1718L6.36243 8.64821ZM5.98322 10.5615L5.22422 12.0249H5.98322V10.5615ZM9.41316 12.0249H10.1238C10.5748 12.0249 10.9403 12.3905 10.9403 12.8414V14.378C10.9403 14.8289 10.5748 15.1944 10.1238 15.1944H9.41316V16.8058C9.41316 17.407 8.92578 17.8944 8.32457 17.8944H7.07182C6.47061 17.8944 5.98322 17.407 5.98322 16.8058V15.1944H2.67848C2.11013 15.1944 1.63743 14.7572 1.59319 14.1906L1.5174 13.2201C1.50096 13.0095 1.54613 12.7987 1.64739 12.6134L5.88756 4.85272C6.07844 4.50337 6.44478 4.28607 6.84287 4.28607H8.37358C8.41268 4.28607 8.45119 4.29027 8.48857 4.29834C9.01197 4.37743 9.41316 4.8292 9.41316 5.37467V12.0249Z",
|
|
@@ -3598,10 +3665,10 @@ var Numeric = forwardRef64((delegated, ref) => {
|
|
|
3598
3665
|
Numeric.displayName = "Numeric";
|
|
3599
3666
|
|
|
3600
3667
|
// src/iconography/order.tsx
|
|
3601
|
-
import { forwardRef as
|
|
3602
|
-
import { jsx as
|
|
3603
|
-
var Order =
|
|
3604
|
-
return /* @__PURE__ */
|
|
3668
|
+
import { forwardRef as forwardRef66 } from "react";
|
|
3669
|
+
import { jsx as jsx72, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
3670
|
+
var Order = forwardRef66((delegated, ref) => {
|
|
3671
|
+
return /* @__PURE__ */ jsxs63("svg", {
|
|
3605
3672
|
ref,
|
|
3606
3673
|
width: "22",
|
|
3607
3674
|
height: "23",
|
|
@@ -3609,27 +3676,27 @@ var Order = forwardRef65((delegated, ref) => {
|
|
|
3609
3676
|
fill: "none",
|
|
3610
3677
|
...delegated,
|
|
3611
3678
|
children: [
|
|
3612
|
-
/* @__PURE__ */
|
|
3679
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3613
3680
|
d: "M4.223 5.41c0-.583.472-1.056 1.055-1.056h11.443c.584 0 1.056.473 1.056 1.056v13.833c0 .583-.472 1.056-1.056 1.056H5.278a1.056 1.056 0 0 1-1.055-1.056V5.41Z",
|
|
3614
3681
|
fill: "#fff"
|
|
3615
3682
|
}),
|
|
3616
|
-
/* @__PURE__ */
|
|
3683
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3617
3684
|
fillRule: "evenodd",
|
|
3618
3685
|
clipRule: "evenodd",
|
|
3619
3686
|
d: "M5.278 3.72h11.443c.933 0 1.69.757 1.69 1.69v13.833a1.69 1.69 0 0 1-1.69 1.69H5.278a1.69 1.69 0 0 1-1.689-1.69V5.41c0-.933.756-1.69 1.69-1.69Zm0 .634c-.583 0-1.055.473-1.055 1.056v13.833c0 .583.472 1.056 1.055 1.056h11.443c.584 0 1.056-.473 1.056-1.056V5.41c0-.583-.472-1.056-1.056-1.056H5.278Z",
|
|
3620
3687
|
fill: "#528693"
|
|
3621
3688
|
}),
|
|
3622
|
-
/* @__PURE__ */
|
|
3689
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3623
3690
|
d: "M7.552 4.119c0-.54.439-.98.98-.98h4.701a.98.98 0 0 1 0 1.96H8.532a.98.98 0 0 1-.98-.98Z",
|
|
3624
3691
|
fill: "#BFF6F8"
|
|
3625
3692
|
}),
|
|
3626
|
-
/* @__PURE__ */
|
|
3693
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3627
3694
|
fillRule: "evenodd",
|
|
3628
3695
|
clipRule: "evenodd",
|
|
3629
3696
|
d: "M8.532 2.506h4.7a1.613 1.613 0 0 1 0 3.226h-4.7a1.613 1.613 0 0 1 0-3.226Zm0 .634a.98.98 0 0 0 0 1.958h4.7a.98.98 0 0 0 0-1.958h-4.7Z",
|
|
3630
3697
|
fill: "#528693"
|
|
3631
3698
|
}),
|
|
3632
|
-
/* @__PURE__ */
|
|
3699
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3633
3700
|
d: "M7.063 8.546c0-.175.142-.317.317-.317h7.005a.317.317 0 0 1 0 .634H7.38a.317.317 0 0 1-.317-.317ZM7.063 11.31c0-.174.142-.316.317-.316h7.005a.317.317 0 0 1 0 .633H7.38a.317.317 0 0 1-.317-.316ZM7.063 14.075c0-.175.142-.316.317-.316h7.005a.317.317 0 1 1 0 .633H7.38a.317.317 0 0 1-.317-.317ZM7.063 16.84c0-.175.142-.317.317-.317h7.005a.317.317 0 1 1 0 .634H7.38a.317.317 0 0 1-.317-.317Z",
|
|
3634
3701
|
fill: "#528693"
|
|
3635
3702
|
})
|
|
@@ -3639,10 +3706,10 @@ var Order = forwardRef65((delegated, ref) => {
|
|
|
3639
3706
|
Order.displayName = "OrderIcon";
|
|
3640
3707
|
|
|
3641
3708
|
// src/iconography/paragraph-collection.tsx
|
|
3642
|
-
import { forwardRef as
|
|
3643
|
-
import { jsx as
|
|
3644
|
-
var ParagraphCollection =
|
|
3645
|
-
return /* @__PURE__ */
|
|
3709
|
+
import { forwardRef as forwardRef67 } from "react";
|
|
3710
|
+
import { jsx as jsx73, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
3711
|
+
var ParagraphCollection = forwardRef67((delegated, ref) => {
|
|
3712
|
+
return /* @__PURE__ */ jsxs64("svg", {
|
|
3646
3713
|
ref,
|
|
3647
3714
|
width: "22",
|
|
3648
3715
|
height: "22",
|
|
@@ -3650,56 +3717,56 @@ var ParagraphCollection = forwardRef66((delegated, ref) => {
|
|
|
3650
3717
|
fill: "none",
|
|
3651
3718
|
...delegated,
|
|
3652
3719
|
children: [
|
|
3653
|
-
/* @__PURE__ */
|
|
3720
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3654
3721
|
d: "M18 18.4001C18 18.7314 17.7314 19.0001 17.4 19.0001L4.6 19.0001C4.26863 19.0001 4 18.7314 4 18.4001L4 14.6001C4 14.2687 4.26863 14.0001 4.6 14.0001L17.4 14.0001C17.7314 14.0001 18 14.2687 18 14.6001L18 18.4001Z",
|
|
3655
3722
|
fill: "#BFF6F8",
|
|
3656
3723
|
className: "c-icon-fill"
|
|
3657
3724
|
}),
|
|
3658
|
-
/* @__PURE__ */
|
|
3725
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3659
3726
|
fillRule: "evenodd",
|
|
3660
3727
|
clipRule: "evenodd",
|
|
3661
3728
|
d: "M17.4 19.6L4.60001 19.6C3.93726 19.6 3.40001 19.0628 3.40001 18.4L3.40001 14.6C3.40001 13.9373 3.93726 13.4 4.60001 13.4L17.4 13.4C18.0627 13.4 18.6 13.9373 18.6 14.6L18.6 18.4C18.6 19.0628 18.0627 19.6 17.4 19.6ZM17.4 19C17.7314 19 18 18.7314 18 18.4L18 14.6C18 14.2687 17.7314 14 17.4 14L4.60001 14C4.26864 14 4.00001 14.2687 4.00001 14.6L4.00001 18.4C4.00001 18.7314 4.26863 19 4.60001 19L17.4 19Z",
|
|
3662
3729
|
fill: "#528693"
|
|
3663
3730
|
}),
|
|
3664
|
-
/* @__PURE__ */
|
|
3731
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3665
3732
|
d: "M18 10.4001C18 10.7314 17.7314 11.0001 17.4 11.0001L4.6 11.0001C4.26863 11.0001 4 10.7314 4 10.4001L4 9.60006C4 9.26869 4.26863 9.00006 4.6 9.00006L17.4 9.00006C17.7314 9.00006 18 9.26869 18 9.60006L18 10.4001Z",
|
|
3666
3733
|
fill: "#BFF6F8",
|
|
3667
3734
|
className: "c-icon-fill"
|
|
3668
3735
|
}),
|
|
3669
|
-
/* @__PURE__ */
|
|
3736
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3670
3737
|
fillRule: "evenodd",
|
|
3671
3738
|
clipRule: "evenodd",
|
|
3672
3739
|
d: "M17.4 11.6L4.60001 11.6C3.93726 11.6 3.40001 11.0628 3.40001 10.4L3.40001 9.60004C3.40001 8.93729 3.93726 8.40004 4.60001 8.40004L17.4 8.40004C18.0627 8.40004 18.6 8.93729 18.6 9.60004L18.6 10.4C18.6 11.0628 18.0627 11.6 17.4 11.6ZM17.4 11C17.7314 11 18 10.7314 18 10.4L18 9.60004C18 9.26867 17.7314 9.00004 17.4 9.00004L4.60001 9.00004C4.26864 9.00004 4.00001 9.26866 4.00001 9.60004L4.00001 10.4C4.00001 10.7314 4.26863 11 4.60001 11L17.4 11Z",
|
|
3673
3740
|
fill: "#528693"
|
|
3674
3741
|
}),
|
|
3675
|
-
/* @__PURE__ */
|
|
3742
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3676
3743
|
d: "M18 5.40006C18 5.73143 17.7314 6.00006 17.4 6.00006L4.6 6.00006C4.26863 6.00006 4 5.73143 4 5.40006L4 3.60006C4 3.26869 4.26863 3.00006 4.6 3.00006L17.4 3.00006C17.7314 3.00006 18 3.26869 18 3.60006L18 5.40006Z",
|
|
3677
3744
|
fill: "#BFF6F8",
|
|
3678
3745
|
className: "c-icon-fill"
|
|
3679
3746
|
}),
|
|
3680
|
-
/* @__PURE__ */
|
|
3747
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3681
3748
|
fillRule: "evenodd",
|
|
3682
3749
|
clipRule: "evenodd",
|
|
3683
3750
|
d: "M17.4 6.60004L4.60001 6.60004C3.93726 6.60004 3.40001 6.06278 3.40001 5.40004L3.40001 3.60004C3.40001 2.93729 3.93726 2.40004 4.60001 2.40004L17.4 2.40004C18.0627 2.40004 18.6 2.93729 18.6 3.60004L18.6 5.40004C18.6 6.06278 18.0627 6.60004 17.4 6.60004ZM17.4 6.00004C17.7314 6.00004 18 5.73141 18 5.40004L18 3.60004C18 3.26867 17.7314 3.00004 17.4 3.00004L4.60001 3.00004C4.26864 3.00004 4.00001 3.26866 4.00001 3.60004L4.00001 5.40004C4.00001 5.73141 4.26863 6.00004 4.60001 6.00004L17.4 6.00004Z",
|
|
3684
3751
|
fill: "#528693"
|
|
3685
3752
|
}),
|
|
3686
|
-
/* @__PURE__ */
|
|
3753
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3687
3754
|
d: "M11 15C8.6 14.6 5 16.8333 3.5 18L4 19L4.5 19.5H17L18 19L18.5 16.5C18.1 17.3 15 17.8333 13.5 18C11.5 17.6 11 15.8333 11 15Z",
|
|
3688
3755
|
fill: "white"
|
|
3689
3756
|
}),
|
|
3690
|
-
/* @__PURE__ */
|
|
3757
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3691
3758
|
fillRule: "evenodd",
|
|
3692
3759
|
clipRule: "evenodd",
|
|
3693
3760
|
d: "M8.12258 15.2807C9.53327 14.8558 10.7686 14.7497 11.4727 14.8201C11.5725 14.8301 11.6494 14.9124 11.6527 15.0126C11.656 15.1128 11.5846 15.1999 11.4857 15.2164C10.5346 15.3749 9.97375 15.6289 9.66223 15.9136C9.36259 16.1875 9.27811 16.504 9.31556 16.8504C9.35133 17.1812 9.47565 17.4361 9.6655 17.6338C9.85768 17.834 10.1264 17.9852 10.4634 18.0893C11.1414 18.2986 12.0567 18.3051 13.0478 18.174C15.0299 17.9117 17.214 17.1139 18.1891 16.4638L18.411 16.7966C17.3722 17.4891 15.1257 18.3025 13.1002 18.5705C12.0875 18.7045 11.1047 18.706 10.3453 18.4714C9.96356 18.3536 9.62877 18.1731 9.37695 17.9108C9.1228 17.6461 8.96266 17.3077 8.91787 16.8934C8.86874 16.4389 8.98565 15.9901 9.39237 15.6184C9.52033 15.5014 9.67515 15.3938 9.8594 15.2962C9.37178 15.3693 8.82237 15.4877 8.23794 15.6637C6.86614 16.0769 5.31482 16.8036 3.93021 17.9904L3.66989 17.6867C5.10473 16.4569 6.7085 15.7067 8.12258 15.2807Z",
|
|
3694
3761
|
fill: "#528693"
|
|
3695
3762
|
}),
|
|
3696
|
-
/* @__PURE__ */
|
|
3763
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3697
3764
|
fillRule: "evenodd",
|
|
3698
3765
|
clipRule: "evenodd",
|
|
3699
3766
|
d: "M11.5316 14.8353C11.6331 14.8788 11.6802 14.9963 11.6367 15.0979C11.4602 15.5097 11.3727 16.1267 11.6369 16.6837C11.8959 17.2297 12.5181 17.7698 13.8683 17.9874C13.905 17.9933 13.9423 17.999 13.9801 18.0045C14.0894 18.0202 14.1653 18.1215 14.1496 18.2309C14.1339 18.3402 14.0325 18.4161 13.9232 18.4004C13.8832 18.3946 13.8436 18.3886 13.8046 18.3823C12.3693 18.151 11.6079 17.5559 11.2755 16.8551C10.9483 16.1653 11.0618 15.4238 11.269 14.9403C11.3125 14.8388 11.4301 14.7917 11.5316 14.8353Z",
|
|
3700
3767
|
fill: "#528693"
|
|
3701
3768
|
}),
|
|
3702
|
-
/* @__PURE__ */
|
|
3769
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3703
3770
|
fillRule: "evenodd",
|
|
3704
3771
|
clipRule: "evenodd",
|
|
3705
3772
|
d: "M17.4 19.6L4.60001 19.6C3.93726 19.6 3.40001 19.0628 3.40001 18.4L3.40001 14.6C3.40001 13.9373 3.93726 13.4 4.60001 13.4L17.4 13.4C18.0627 13.4 18.6 13.9373 18.6 14.6L18.6 18.4C18.6 19.0628 18.0627 19.6 17.4 19.6ZM17.4 19C17.7314 19 18 18.7314 18 18.4L18 14.6C18 14.2687 17.7314 14 17.4 14L4.60001 14C4.26864 14 4.00001 14.2687 4.00001 14.6L4.00001 18.4C4.00001 18.7314 4.26863 19 4.60001 19L17.4 19Z",
|
|
@@ -3711,10 +3778,10 @@ var ParagraphCollection = forwardRef66((delegated, ref) => {
|
|
|
3711
3778
|
ParagraphCollection.displayName = "ParagraphCollection";
|
|
3712
3779
|
|
|
3713
3780
|
// src/iconography/particle.tsx
|
|
3714
|
-
import { forwardRef as
|
|
3715
|
-
import { jsx as
|
|
3716
|
-
var Particle =
|
|
3717
|
-
return /* @__PURE__ */
|
|
3781
|
+
import { forwardRef as forwardRef68 } from "react";
|
|
3782
|
+
import { jsx as jsx74, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
3783
|
+
var Particle = forwardRef68((delegated, ref) => {
|
|
3784
|
+
return /* @__PURE__ */ jsxs65("svg", {
|
|
3718
3785
|
ref,
|
|
3719
3786
|
width: "22",
|
|
3720
3787
|
height: "20",
|
|
@@ -3723,68 +3790,68 @@ var Particle = forwardRef67((delegated, ref) => {
|
|
|
3723
3790
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3724
3791
|
...delegated,
|
|
3725
3792
|
children: [
|
|
3726
|
-
/* @__PURE__ */
|
|
3793
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3727
3794
|
fill: "#528693",
|
|
3728
3795
|
d: "M10.9 18.597c0-.332-2.426-.606-5.418-.61-2.992-.006-5.418.26-5.419.592 0 .333 2.425.606 5.417.611 2.993.005 5.419-.26 5.42-.593ZM21.39 16.21c0-.267-1.94-.485-4.334-.49-2.394-.003-4.335.209-4.335.475s1.94.485 4.334.489c2.393.004 4.334-.209 4.335-.475Z",
|
|
3729
3796
|
opacity: ".05"
|
|
3730
3797
|
}),
|
|
3731
|
-
/* @__PURE__ */
|
|
3798
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3732
3799
|
fill: "#528693",
|
|
3733
3800
|
d: "m17.404 11.998-4.03.47-6.417.748-1.462.17.21.373 1.94-3.537 3.09-5.638.71-1.295c.154-.28-.267-.53-.42-.25l-1.94 3.537-3.09 5.638-.71 1.295c-.082.149.017.396.21.373l4.03-.47 6.417-.748 1.462-.17c.308-.037.311-.533 0-.496Z"
|
|
3734
3801
|
}),
|
|
3735
|
-
/* @__PURE__ */
|
|
3802
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3736
3803
|
fill: "#FFBD54",
|
|
3737
3804
|
d: "M11.235 5.898c1.486 0 2.69-1.224 2.69-2.734S12.722.429 11.236.429s-2.69 1.224-2.69 2.735c0 1.51 1.204 2.734 2.69 2.734Z"
|
|
3738
3805
|
}),
|
|
3739
|
-
/* @__PURE__ */
|
|
3806
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3740
3807
|
fill: "#528693",
|
|
3741
3808
|
d: "M8.918 3.793a2.474 2.474 0 0 1 .068-1.47c.17-.47.48-.876.887-1.162a2.37 2.37 0 0 1 2.76.025c.4.293.703.704.866 1.179.162.474.177.987.041 1.47a2.44 2.44 0 0 1-.798 1.227 2.375 2.375 0 0 1-1.348.536 2.393 2.393 0 0 1-1.552-.457 2.461 2.461 0 0 1-.924-1.348.297.297 0 0 0-.137-.18.288.288 0 0 0-.4.113.302.302 0 0 0-.027.226c.16.604.5 1.143.972 1.543a2.945 2.945 0 0 0 3.425.283c.53-.318.95-.794 1.204-1.364.253-.57.327-1.205.211-1.82a3.047 3.047 0 0 0-.858-1.61A2.94 2.94 0 0 0 9.912.448c-.613.317-1.1.837-1.384 1.473a3.12 3.12 0 0 0-.174 2.03c.093.37.657.213.564-.158Z"
|
|
3742
3809
|
}),
|
|
3743
|
-
/* @__PURE__ */
|
|
3810
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3744
3811
|
fill: "#528693",
|
|
3745
3812
|
d: "M9.92 3.52a1.419 1.419 0 0 1 .143-1.046 1.38 1.38 0 0 1 .822-.647.195.195 0 0 0 .117-.093.2.2 0 0 0-.073-.27.192.192 0 0 0-.148-.019 1.778 1.778 0 0 0-1.055.835c-.23.407-.296.89-.182 1.346a.2.2 0 0 0 .092.12.193.193 0 0 0 .266-.075.2.2 0 0 0 .018-.15Z"
|
|
3746
3813
|
}),
|
|
3747
|
-
/* @__PURE__ */
|
|
3814
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3748
3815
|
fill: "#FFBD54",
|
|
3749
3816
|
d: "M5.494 18.192c2.477 0 4.485-2.04 4.485-4.558 0-2.517-2.008-4.557-4.485-4.557-2.476 0-4.484 2.04-4.484 4.557 0 2.518 2.008 4.558 4.484 4.558Z"
|
|
3750
3817
|
}),
|
|
3751
|
-
/* @__PURE__ */
|
|
3818
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3752
3819
|
fill: "#528693",
|
|
3753
3820
|
d: "M10.271 13.634c0-.998-.302-1.973-.867-2.79a4.785 4.785 0 0 0-2.289-1.778 4.702 4.702 0 0 0-2.878-.115 4.768 4.768 0 0 0-2.42 1.587c-.488.6-.828 1.31-.989 2.071a4.93 4.93 0 0 0 .062 2.303 4.876 4.876 0 0 0 1.098 2.014 4.77 4.77 0 0 0 1.889 1.272 4.704 4.704 0 0 0 4.363-.594 4.83 4.83 0 0 0 1.493-1.732c.353-.691.538-1.459.538-2.238a.3.3 0 0 0-.086-.21.29.29 0 0 0-.413 0 .3.3 0 0 0-.086.21c0 .88-.268 1.736-.766 2.454a4.2 4.2 0 0 1-2.016 1.557 4.127 4.127 0 0 1-2.531.093 4.186 4.186 0 0 1-2.122-1.406 4.316 4.316 0 0 1-.349-4.895 4.214 4.214 0 0 1 1.9-1.702 4.13 4.13 0 0 1 2.519-.279 4.22 4.22 0 0 1 2.408 1.485c.613.76.95 1.711.957 2.693a.3.3 0 0 0 .086.21.29.29 0 0 0 .413 0 .3.3 0 0 0 .086-.21Z"
|
|
3754
3821
|
}),
|
|
3755
|
-
/* @__PURE__ */
|
|
3822
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3756
3823
|
fill: "#FFBD54",
|
|
3757
3824
|
d: "M17.404 15.892c1.981 0 3.587-1.633 3.587-3.646 0-2.014-1.606-3.647-3.587-3.647s-3.587 1.633-3.587 3.646c0 2.014 1.606 3.647 3.587 3.647Z"
|
|
3758
3825
|
}),
|
|
3759
|
-
/* @__PURE__ */
|
|
3826
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3760
3827
|
fill: "#528693",
|
|
3761
3828
|
d: "M14.22 13.11a3.4 3.4 0 0 1 .092-2.02 3.342 3.342 0 0 1 1.219-1.598 3.258 3.258 0 0 1 3.793.032c.551.402.968.967 1.192 1.619.223.651.244 1.357.058 2.021a3.353 3.353 0 0 1-1.098 1.687 3.265 3.265 0 0 1-1.852.737 3.288 3.288 0 0 1-2.133-.627 3.382 3.382 0 0 1-1.27-1.851.296.296 0 0 0-.138-.18.288.288 0 0 0-.398.113.302.302 0 0 0-.028.226 3.951 3.951 0 0 0 1.263 2.006 3.83 3.83 0 0 0 4.454.37 3.923 3.923 0 0 0 1.566-1.773c.33-.74.426-1.567.276-2.366a3.964 3.964 0 0 0-1.114-2.095 3.857 3.857 0 0 0-2.099-1.061c-.79-.126-1.6 0-2.317.36a3.965 3.965 0 0 0-1.804 1.916 4.054 4.054 0 0 0-.225 2.643c.094.37.658.211.564-.159Z"
|
|
3762
3829
|
}),
|
|
3763
|
-
/* @__PURE__ */
|
|
3830
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3764
3831
|
fill: "#FFBD54",
|
|
3765
3832
|
d: "M5.494 18.192c2.477 0 4.485-2.04 4.485-4.558 0-2.517-2.008-4.557-4.485-4.557-2.476 0-4.484 2.04-4.484 4.557 0 2.518 2.008 4.558 4.484 4.558Z"
|
|
3766
3833
|
}),
|
|
3767
|
-
/* @__PURE__ */
|
|
3834
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3768
3835
|
fill: "#528693",
|
|
3769
3836
|
d: "M1.303 13.634c0-.878.268-1.735.766-2.453a4.2 4.2 0 0 1 2.016-1.558 4.128 4.128 0 0 1 2.531-.092 4.187 4.187 0 0 1 2.122 1.406 4.316 4.316 0 0 1 .349 4.895 4.214 4.214 0 0 1-1.9 1.702 4.13 4.13 0 0 1-2.518.279 4.22 4.22 0 0 1-2.409-1.485 4.344 4.344 0 0 1-.957-2.694.3.3 0 0 0-.086-.21.29.29 0 0 0-.413 0 .3.3 0 0 0-.086.21c0 1 .303 1.974.867 2.792a4.785 4.785 0 0 0 2.29 1.776c.924.34 1.929.38 2.877.116a4.768 4.768 0 0 0 2.42-1.587c.488-.6.828-1.31.99-2.072.16-.76.14-1.55-.062-2.302A4.876 4.876 0 0 0 9 10.343 4.77 4.77 0 0 0 7.113 9.07a4.703 4.703 0 0 0-4.363.595 4.83 4.83 0 0 0-1.493 1.733 4.917 4.917 0 0 0-.538 2.236.3.3 0 0 0 .086.21.29.29 0 0 0 .413 0 .3.3 0 0 0 .086-.21Z"
|
|
3770
3837
|
}),
|
|
3771
|
-
/* @__PURE__ */
|
|
3838
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3772
3839
|
fill: "#528693",
|
|
3773
3840
|
d: "M3.096 13.634c.007-.644.262-1.26.71-1.715a2.406 2.406 0 0 1 1.689-.722c.051 0 .101-.02.138-.057a.2.2 0 0 0 0-.28.193.193 0 0 0-.138-.059c-.74.001-1.448.3-1.97.83a2.86 2.86 0 0 0-.819 2.003.2.2 0 0 0 .057.14.193.193 0 0 0 .276 0 .2.2 0 0 0 .057-.14Z"
|
|
3774
3841
|
}),
|
|
3775
|
-
/* @__PURE__ */
|
|
3842
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3776
3843
|
fill: "#FFBD54",
|
|
3777
3844
|
d: "M17.407 15.694c1.981 0 3.587-1.633 3.587-3.646 0-2.014-1.606-3.647-3.587-3.647-1.982 0-3.588 1.633-3.588 3.647s1.606 3.646 3.588 3.646Z"
|
|
3778
3845
|
}),
|
|
3779
|
-
/* @__PURE__ */
|
|
3846
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3780
3847
|
fill: "#528693",
|
|
3781
3848
|
d: "M14.22 13.11a3.4 3.4 0 0 1 .092-2.02 3.342 3.342 0 0 1 1.219-1.598 3.258 3.258 0 0 1 3.793.032c.551.402.968.967 1.192 1.619.223.651.244 1.357.058 2.021a3.353 3.353 0 0 1-1.098 1.687 3.265 3.265 0 0 1-1.852.737 3.288 3.288 0 0 1-2.133-.627 3.382 3.382 0 0 1-1.27-1.851.296.296 0 0 0-.138-.18.288.288 0 0 0-.398.113.302.302 0 0 0-.028.226 3.951 3.951 0 0 0 1.263 2.006 3.83 3.83 0 0 0 4.454.37 3.923 3.923 0 0 0 1.566-1.773c.33-.74.426-1.567.276-2.366a3.964 3.964 0 0 0-1.114-2.095 3.857 3.857 0 0 0-2.099-1.061c-.79-.126-1.6 0-2.317.36a3.965 3.965 0 0 0-1.804 1.916 4.054 4.054 0 0 0-.225 2.643c.094.37.658.211.564-.159Z"
|
|
3782
3849
|
}),
|
|
3783
|
-
/* @__PURE__ */
|
|
3850
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3784
3851
|
fill: "#528693",
|
|
3785
3852
|
d: "M15.588 12.738a1.96 1.96 0 0 1 .197-1.445 1.906 1.906 0 0 1 1.134-.894.196.196 0 0 0 .118-.093.201.201 0 0 0-.073-.27.192.192 0 0 0-.148-.019 2.304 2.304 0 0 0-1.368 1.082 2.37 2.37 0 0 0-.236 1.744c.014.05.047.092.092.118a.192.192 0 0 0 .264-.074.2.2 0 0 0 .02-.149ZM8.652 12.516a3.843 3.843 0 0 1-.376 2.692 3.644 3.644 0 0 1-1.792 1.594c-.14.057-.077.292.064.233a3.851 3.851 0 0 0 1.635-1.293 3.943 3.943 0 0 0 .736-1.968 3.897 3.897 0 0 0-.116-1.3.079.079 0 0 0-.038-.043.077.077 0 0 0-.101.029.08.08 0 0 0-.011.056h-.001ZM5.574 17.212c.025 0 .049-.01.066-.027a.095.095 0 0 0 0-.134.092.092 0 0 0-.131 0 .096.096 0 0 0 0 .134.092.092 0 0 0 .065.027ZM19.744 10.834a3.173 3.173 0 0 1-.138 2.498 3.014 3.014 0 0 1-1.68 1.464c-.14.049-.079.276.06.226a3.216 3.216 0 0 0 1.54-1.177 3.3 3.3 0 0 0 .6-1.862 3.198 3.198 0 0 0-.226-1.193c-.04-.095-.192-.057-.156.044ZM17.372 15.06a.09.09 0 0 0 .062-.153.087.087 0 0 0-.125 0 .09.09 0 0 0 .063.152ZM12.698 2.3c.137.257.217.541.235.833.008.291-.061.579-.201.832-.141.238-.34.435-.576.574a1.592 1.592 0 0 1-.777.219.111.111 0 0 0-.075.034.115.115 0 0 0 0 .158c.02.02.047.033.075.034.315-.001.624-.088.896-.25.27-.164.495-.397.648-.676.293-.544.306-1.36-.107-1.85-.059-.07-.152.02-.117.092h-.001ZM10.765 4.552c.025 0 .049-.01.067-.028a.097.097 0 0 0 0-.135.094.094 0 0 0-.134 0 .097.097 0 0 0 0 .135.094.094 0 0 0 .067.028Z"
|
|
3786
3853
|
}),
|
|
3787
|
-
/* @__PURE__ */
|
|
3854
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3788
3855
|
fill: "#528693",
|
|
3789
3856
|
d: "M18.347 4.75c1.175 0 1.177-1.857 0-1.857-1.178 0-1.178 1.858 0 1.858ZM16.12 5.824l-.003.056c.002.07.03.135.078.184a.265.265 0 0 0 .181.08l.07-.01a.258.258 0 0 0 .114-.068l.04-.053a.266.266 0 0 0 .035-.133l-.003-.056a.202.202 0 0 0-.022-.1.267.267 0 0 0-.234-.16l-.068.01a.256.256 0 0 0-.113.067l-.039.052a.26.26 0 0 0-.035.131ZM5.704 6.722c.573 0 .574-.905 0-.905-.575 0-.575.905 0 .905ZM3.623 2.902c1.3 0 1.301-2.052 0-2.052s-1.301 2.052 0 2.052Z",
|
|
3790
3857
|
opacity: ".05"
|
|
@@ -3795,10 +3862,10 @@ var Particle = forwardRef67((delegated, ref) => {
|
|
|
3795
3862
|
Particle.displayName = "ParticleIcon";
|
|
3796
3863
|
|
|
3797
3864
|
// src/iconography/paths.tsx
|
|
3798
|
-
import { forwardRef as
|
|
3799
|
-
import { jsx as
|
|
3800
|
-
var Paths =
|
|
3801
|
-
return /* @__PURE__ */
|
|
3865
|
+
import { forwardRef as forwardRef69 } from "react";
|
|
3866
|
+
import { jsx as jsx75, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
3867
|
+
var Paths = forwardRef69((delegated, ref) => {
|
|
3868
|
+
return /* @__PURE__ */ jsxs66("svg", {
|
|
3802
3869
|
ref,
|
|
3803
3870
|
width: "22",
|
|
3804
3871
|
height: "22",
|
|
@@ -3806,21 +3873,21 @@ var Paths = forwardRef68((delegated, ref) => {
|
|
|
3806
3873
|
fill: "none",
|
|
3807
3874
|
...delegated,
|
|
3808
3875
|
children: [
|
|
3809
|
-
/* @__PURE__ */
|
|
3876
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3810
3877
|
d: "M12.742 13.88a7.265 7.265 0 00-7.266-7.265V5.36a.313.313 0 00-.507-.245L1.305 8.018a.313.313 0 00.005.495l3.665 2.768a.313.313 0 00.501-.25V9.924a3.778 3.778 0 013.779 3.779v5.856c0 .173.14.313.312.313h2.945a.23.23 0 00.23-.23v-5.76z",
|
|
3811
3878
|
fill: "#fff"
|
|
3812
3879
|
}),
|
|
3813
|
-
/* @__PURE__ */
|
|
3880
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3814
3881
|
fillRule: "evenodd",
|
|
3815
3882
|
clipRule: "evenodd",
|
|
3816
3883
|
d: "M5.789 5.36a.626.626 0 00-1.014-.49L1.111 7.773a.626.626 0 00.01.99l3.665 2.768a.626.626 0 001.003-.5v-.78a3.466 3.466 0 013.153 3.45v5.857c0 .345.28.625.625.625h2.945c.3 0 .542-.242.542-.542v-5.76A7.578 7.578 0 005.79 6.308V5.36zm-4.29 2.903L5.163 5.36v1.568h.313a6.952 6.952 0 016.953 6.952v5.678H9.567v-5.856a4.091 4.091 0 00-4.09-4.091h-.314v1.42L1.5 8.264z",
|
|
3817
3884
|
fill: "#528693"
|
|
3818
3885
|
}),
|
|
3819
|
-
/* @__PURE__ */
|
|
3886
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3820
3887
|
d: "M9.259 10.963a7.265 7.265 0 017.265-7.265V2.443c0-.262.302-.408.507-.245L20.695 5.1a.313.313 0 01-.005.495l-3.665 2.768a.313.313 0 01-.501-.25V7.006a3.778 3.778 0 00-3.779 3.778v8.668c0 .173-.14.313-.312.313H9.537a.279.279 0 01-.278-.279v-8.523z",
|
|
3821
3888
|
fill: "#BFF6F8"
|
|
3822
3889
|
}),
|
|
3823
|
-
/* @__PURE__ */
|
|
3890
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3824
3891
|
fillRule: "evenodd",
|
|
3825
3892
|
clipRule: "evenodd",
|
|
3826
3893
|
d: "M16.211 2.443a.626.626 0 011.014-.49l3.665 2.903a.625.625 0 01-.012.99l-3.664 2.768a.626.626 0 01-1.003-.5v-.781a3.466 3.466 0 00-3.153 3.452v8.668c0 .345-.28.625-.625.625H9.537a.591.591 0 01-.591-.591v-8.524a7.578 7.578 0 017.265-7.571v-.949zm4.29 2.903l-3.664-2.903v1.568h-.313a6.952 6.952 0 00-6.953 6.952v8.49h2.862v-8.668a4.091 4.091 0 014.09-4.091h.314v1.42L20.5 5.347z",
|
|
@@ -3832,10 +3899,10 @@ var Paths = forwardRef68((delegated, ref) => {
|
|
|
3832
3899
|
Paths.displayName = "PathsIcon";
|
|
3833
3900
|
|
|
3834
3901
|
// src/iconography/people.tsx
|
|
3835
|
-
import { forwardRef as
|
|
3836
|
-
import { jsx as
|
|
3837
|
-
var People =
|
|
3838
|
-
return /* @__PURE__ */
|
|
3902
|
+
import { forwardRef as forwardRef70 } from "react";
|
|
3903
|
+
import { jsx as jsx76, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
3904
|
+
var People = forwardRef70((delegated, ref) => {
|
|
3905
|
+
return /* @__PURE__ */ jsxs67("svg", {
|
|
3839
3906
|
ref,
|
|
3840
3907
|
width: "17",
|
|
3841
3908
|
height: "16",
|
|
@@ -3843,51 +3910,51 @@ var People = forwardRef69((delegated, ref) => {
|
|
|
3843
3910
|
fill: "none",
|
|
3844
3911
|
...delegated,
|
|
3845
3912
|
children: [
|
|
3846
|
-
/* @__PURE__ */
|
|
3913
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3847
3914
|
d: "M7.308 9.755a1.493 1.493 0 0 0-1.058-.36c-.14 0-.282.01-.425.02l-.091.004a2.21 2.21 0 0 0 .03-.29c.74-.648.761-1.953.734-2.484a1.737 1.737 0 0 0-.426-1.079 1.51 1.51 0 0 0-1.08-.497c-.023-.003-.048-.003-.073-.003a1.459 1.459 0 0 0-.847.305c-.25.191-.446.459-.565.772a2.472 2.472 0 0 0-.107.95c.036.671.099 1.314.478 1.764.085.1.182.186.288.255.006.102.017.204.034.305l-.06-.002c-.144-.01-.283-.02-.42-.02a1.486 1.486 0 0 0-1.055.36 1.49 1.49 0 0 0-.432.905c-.04.22-.061.444-.063.67.002.256.302.323.523.373l.095.021a8.233 8.233 0 0 0 2.114.21c.102 0 .201 0 .306-.002a8.44 8.44 0 0 0 2.51-.362.09.09 0 0 0 .054-.039.11.11 0 0 0 .018-.069.104.104 0 0 0 .009-.053c-.017-.606-.067-1.285-.49-1.654Zm-3.435-1.29c-.235-.436-.254-1.013-.269-1.477a1.886 1.886 0 0 1 .22-1.017c.179-.28.432-.488.724-.593.14-.064.288-.1.438-.105.048 0 .097.004.144.011.16.031.314.087.46.167.278.147.498.404.618.722.058.166.091.342.097.521.041 1.328-.326 2.154-1.088 2.456a.65.65 0 0 1-.256.048 1.278 1.278 0 0 1-.623-.218 1.48 1.48 0 0 1-.465-.516Zm1.664.828c-.005.15-.042.298-.107.43a.92.92 0 0 1-.268.327.53.53 0 0 1-.248.072c-.36 0-.48-.56-.517-.846.184.113.388.177.597.189a.582.582 0 0 0 .129-.015 1.32 1.32 0 0 0 .414-.157Zm-.33 2.403-.332.002a6.922 6.922 0 0 1-2.503-.355c.027-.588.09-1.185.518-1.476a1.49 1.49 0 0 1 .916-.233l.216.002c.072 0 .146-.002.222-.005.121.472.352.722.667.722a.78.78 0 0 0 .19-.027.815.815 0 0 0 .38-.257.972.972 0 0 0 .207-.44c.09.005.18.007.266.007l.223-.002c.315-.024.63.057.906.233.46.312.495.993.517 1.495a8.316 8.316 0 0 1-2.394.334h.001Z",
|
|
3848
3915
|
fill: "#528693"
|
|
3849
3916
|
}),
|
|
3850
|
-
/* @__PURE__ */
|
|
3917
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3851
3918
|
fillRule: "evenodd",
|
|
3852
3919
|
clipRule: "evenodd",
|
|
3853
3920
|
d: "M7.44 9.604c.255.223.388.53.461.844.072.311.09.648.098.95a.306.306 0 0 1-.01.099.308.308 0 0 1-.05.146.29.29 0 0 1-.167.12 8.637 8.637 0 0 1-2.562.369c-.106.002-.205.002-.305.002a8.46 8.46 0 0 1-2.162-.215h-.001a4.614 4.614 0 0 0-.091-.02l-.003-.001a1.536 1.536 0 0 1-.393-.128c-.14-.075-.283-.211-.285-.44v-.003c.002-.234.024-.467.065-.696a1.69 1.69 0 0 1 .49-1.02l.01-.01c.34-.285.76-.43 1.19-.405.075 0 .15.002.224.006a1.543 1.543 0 0 1-.224-.215c-.427-.509-.49-1.22-.525-1.88a2.672 2.672 0 0 1 .117-1.025l.003-.01c.131-.346.35-.645.631-.86.282-.215.616-.336.962-.345h.009a1.711 1.711 0 0 1 1.297.564l.003.002c.288.324.456.753.475 1.202.015.275.016.751-.082 1.247-.092.46-.276.96-.64 1.323.088-.005.179-.01.269-.01.43-.025.853.12 1.193.407l.003.002Zm-1.19-.208c.38-.024.754.103 1.058.36.337.293.438.782.474 1.275a7.898 7.898 0 0 1 .017.378.104.104 0 0 1-.009.053.112.112 0 0 1-.018.07.09.09 0 0 1-.054.038 8.44 8.44 0 0 1-2.51.361c-.105.003-.204.003-.306.003a8.258 8.258 0 0 1-2.21-.231l-.003-.001c-.156-.035-.35-.08-.45-.192a.261.261 0 0 1-.07-.18c.003-.226.024-.45.064-.67a1.49 1.49 0 0 1 .432-.905 1.487 1.487 0 0 1 1.054-.36 4.644 4.644 0 0 1 .409.019h.012l.06.003a2.825 2.825 0 0 1-.034-.305 1.323 1.323 0 0 1-.288-.255c-.379-.45-.442-1.093-.478-1.764-.027-.322.01-.646.107-.95.12-.313.315-.58.565-.772.25-.19.544-.296.847-.305.025 0 .05 0 .074.003a1.51 1.51 0 0 1 1.26.745c.055.091.1.188.137.29l.002.004a1.811 1.811 0 0 1 .108.58c.01.253.008.65-.065 1.067-.088.5-.279 1.03-.672 1.373a2.224 2.224 0 0 1-.03.291l.092-.004h.002l.111-.008a5.06 5.06 0 0 1 .312-.011Zm-2.377-.932c.116.211.276.388.465.516.19.127.403.202.623.218a.65.65 0 0 0 .256-.048c.532-.21.871-.677 1.014-1.39a4.728 4.728 0 0 0 .072-1.107 1.461 1.461 0 0 0-.222-.736 1.297 1.297 0 0 0-.491-.466 1.58 1.58 0 0 0-.46-.167 1.003 1.003 0 0 0-.144-.011c-.15.005-.298.041-.438.105a1.445 1.445 0 0 0-.724.593c-.165.305-.242.66-.22 1.017.015.464.034 1.04.269 1.476Zm.124-2.391c-.145.27-.213.585-.193.902v.007c.015.476.036 1 .245 1.387.101.184.24.336.4.445.16.107.339.17.521.184.058 0 .117-.01.172-.033h.001c.64-.255 1.002-.962.962-2.265a1.533 1.533 0 0 0-.085-.459 1.143 1.143 0 0 0-.524-.613l-.003-.002a1.364 1.364 0 0 0-.397-.144.803.803 0 0 0-.107-.01.954.954 0 0 0-.357.088l-.008.004-.008.003a1.244 1.244 0 0 0-.62.506Zm1.105 4.253a.779.779 0 0 1-.19.027c-.316 0-.547-.25-.668-.722h-.006a6.957 6.957 0 0 1-.216.005l-.216-.002a1.49 1.49 0 0 0-.916.233c-.427.29-.49.888-.518 1.476a6.924 6.924 0 0 0 2.503.355l.168-.001.163-.001h.001a8.317 8.317 0 0 0 2.39-.333H7.6c-.004-.1-.01-.206-.018-.315-.034-.442-.13-.93-.5-1.181a1.476 1.476 0 0 0-.905-.233l-.223.002a4.85 4.85 0 0 1-.266-.007.972.972 0 0 1-.207.44.815.815 0 0 1-.38.257Zm.737-.491a1.152 1.152 0 0 1-.205.363c-.126.15-.29.262-.473.32l-.008.002a.976.976 0 0 1-.24.033h-.002a.736.736 0 0 1-.553-.248 1.293 1.293 0 0 1-.262-.47l-.074.001H4.02l-.23-.003a1.29 1.29 0 0 0-.79.201c-.16.11-.262.282-.327.514a3.179 3.179 0 0 0-.093.652 6.712 6.712 0 0 0 2.286.298h.01l.164-.001h.001l.165-.001.001.08.001-.08c.736.006 1.47-.09 2.185-.283a3.287 3.287 0 0 0-.08-.62c-.063-.248-.168-.441-.34-.559a1.276 1.276 0 0 0-.782-.2H6.18l-.225.002-.115-.001Zm-.333-.318a1.055 1.055 0 0 0 .03-.224 1.371 1.371 0 0 1-.413.157.582.582 0 0 1-.13.015 1.25 1.25 0 0 1-.596-.189c.01.072.024.16.045.252.067.278.202.594.472.594a.53.53 0 0 0 .248-.072.92.92 0 0 0 .268-.328 1.02 1.02 0 0 0 .076-.205Zm-.454.366a.723.723 0 0 0 .203-.258.968.968 0 0 1-.09.02.781.781 0 0 1-.172.02h-.01a1.443 1.443 0 0 1-.309-.051c.013.038.027.075.043.11.07.155.14.196.195.198a.329.329 0 0 0 .14-.04Z",
|
|
3854
3921
|
fill: "#528693"
|
|
3855
3922
|
}),
|
|
3856
|
-
/* @__PURE__ */
|
|
3923
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3857
3924
|
d: "M7.598 11.362a8.316 8.316 0 0 1-2.392.334l-.332.002a6.924 6.924 0 0 1-2.503-.355c.028-.588.091-1.186.519-1.476a1.49 1.49 0 0 1 .916-.233l.216.002c.072 0 .146-.002.222-.005.12.472.351.722.667.722a.78.78 0 0 0 .19-.027.815.815 0 0 0 .38-.257.972.972 0 0 0 .206-.44c.092.005.18.007.267.007l.222-.002c.316-.024.631.057.906.233.461.312.495.993.516 1.495Z",
|
|
3858
3925
|
fill: "#BFF6F8"
|
|
3859
3926
|
}),
|
|
3860
|
-
/* @__PURE__ */
|
|
3927
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3861
3928
|
d: "M5.537 9.293c-.005.15-.041.298-.106.43a.92.92 0 0 1-.269.327.53.53 0 0 1-.247.072c-.36 0-.48-.56-.518-.846.184.113.388.177.597.188a.582.582 0 0 0 .13-.014c.143-.028.283-.081.413-.157Zm.768-2.598c.04 1.327-.326 2.153-1.088 2.455a.65.65 0 0 1-.256.048 1.278 1.278 0 0 1-.623-.219 1.48 1.48 0 0 1-.465-.515c-.235-.436-.254-1.012-.269-1.476a1.886 1.886 0 0 1 .22-1.017c.179-.28.432-.488.724-.593.14-.064.288-.1.438-.106.048 0 .096.005.144.012.16.03.314.087.46.167.277.147.498.403.618.721.058.167.091.344.097.523Z",
|
|
3862
3929
|
fill: "#fff"
|
|
3863
3930
|
}),
|
|
3864
|
-
/* @__PURE__ */
|
|
3931
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3865
3932
|
d: "M15.308 9.755a1.493 1.493 0 0 0-1.058-.36c-.14 0-.282.01-.425.02l-.091.004c.016-.096.026-.193.03-.29.74-.648.761-1.953.734-2.484a1.737 1.737 0 0 0-.426-1.079 1.511 1.511 0 0 0-1.08-.497c-.023-.003-.048-.003-.073-.003a1.459 1.459 0 0 0-.847.305 1.74 1.74 0 0 0-.564.772 2.473 2.473 0 0 0-.108.95c.035.671.099 1.314.478 1.764.085.1.181.186.288.255.006.102.017.204.034.305l-.06-.002c-.144-.01-.283-.02-.42-.02a1.486 1.486 0 0 0-1.055.36 1.49 1.49 0 0 0-.432.905c-.04.22-.061.444-.063.67.002.256.303.323.523.373l.095.021a8.233 8.233 0 0 0 2.114.21c.102 0 .201 0 .306-.002a8.44 8.44 0 0 0 2.51-.362.09.09 0 0 0 .055-.039.11.11 0 0 0 .017-.069.104.104 0 0 0 .009-.053c-.017-.606-.067-1.285-.49-1.654Zm-3.435-1.29c-.235-.436-.254-1.013-.269-1.477a1.885 1.885 0 0 1 .22-1.017c.179-.28.433-.488.724-.593.14-.064.288-.1.438-.105.048 0 .097.004.144.011.16.031.314.087.46.167.277.147.498.404.618.722.058.166.091.342.097.521.041 1.328-.326 2.154-1.088 2.456a.65.65 0 0 1-.256.048 1.278 1.278 0 0 1-.623-.218 1.479 1.479 0 0 1-.465-.516Zm1.664.828c-.005.15-.042.298-.107.43a.92.92 0 0 1-.268.327.53.53 0 0 1-.248.072c-.36 0-.48-.56-.517-.846.184.113.388.177.597.189a.582.582 0 0 0 .129-.015 1.32 1.32 0 0 0 .414-.157Zm-.33 2.403-.332.002a6.921 6.921 0 0 1-2.503-.355c.027-.588.09-1.185.518-1.476a1.49 1.49 0 0 1 .916-.233l.216.002c.072 0 .146-.002.222-.005.121.472.352.722.667.722a.78.78 0 0 0 .19-.027.814.814 0 0 0 .38-.257.972.972 0 0 0 .207-.44c.09.005.18.007.266.007l.223-.002c.315-.024.63.057.905.233.462.312.496.993.518 1.495a8.316 8.316 0 0 1-2.393.334Z",
|
|
3866
3933
|
fill: "#528693"
|
|
3867
3934
|
}),
|
|
3868
|
-
/* @__PURE__ */
|
|
3935
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3869
3936
|
fillRule: "evenodd",
|
|
3870
3937
|
clipRule: "evenodd",
|
|
3871
3938
|
d: "M15.44 9.604c.255.223.388.53.461.844.072.311.09.648.098.95a.308.308 0 0 1-.01.099.309.309 0 0 1-.05.146.29.29 0 0 1-.168.12 8.637 8.637 0 0 1-2.561.369c-.106.002-.205.002-.305.002a8.46 8.46 0 0 1-2.162-.215h-.002a4.487 4.487 0 0 0-.09-.02l-.003-.001-.012-.003a1.535 1.535 0 0 1-.38-.125c-.141-.075-.284-.211-.286-.44v-.003c.002-.234.024-.467.065-.696a1.69 1.69 0 0 1 .49-1.02l.01-.01c.34-.285.76-.43 1.19-.405.075 0 .15.002.223.006a1.546 1.546 0 0 1-.223-.215c-.428-.509-.49-1.22-.525-1.88a2.67 2.67 0 0 1 .117-1.025l.003-.01c.131-.346.35-.645.631-.86.282-.215.616-.336.962-.345h.009a1.712 1.712 0 0 1 1.297.564l.003.002c.288.324.456.753.475 1.202.015.275.017.751-.082 1.247-.092.46-.276.96-.64 1.323.088-.005.179-.01.269-.01.43-.025.853.12 1.193.407l.003.002Zm-1.19-.208c.38-.024.754.103 1.058.36.337.293.438.782.474 1.275.007.108.012.216.015.323l.002.056a.104.104 0 0 1-.009.052.11.11 0 0 1-.017.07.09.09 0 0 1-.054.038 8.44 8.44 0 0 1-2.51.361c-.105.003-.205.003-.307.003a8.258 8.258 0 0 1-2.21-.231l-.004-.001c-.155-.035-.349-.08-.45-.192a.261.261 0 0 1-.068-.18c.002-.226.023-.45.063-.67a1.49 1.49 0 0 1 .432-.905 1.486 1.486 0 0 1 1.054-.36 4.645 4.645 0 0 1 .409.019h.012l.06.003a2.884 2.884 0 0 1-.034-.305 1.323 1.323 0 0 1-.288-.255c-.379-.45-.443-1.093-.478-1.764-.027-.322.01-.646.107-.95.12-.313.315-.58.566-.772.25-.19.543-.296.846-.305.025 0 .05 0 .074.003a1.511 1.511 0 0 1 1.26.745 1.716 1.716 0 0 1 .139.294 1.811 1.811 0 0 1 .108.58c.01.253.008.65-.065 1.067-.088.5-.279 1.03-.672 1.373a2.224 2.224 0 0 1-.03.291l.091-.004h.003l.111-.008c.105-.006.21-.011.312-.011Zm-2.377-.932c.116.211.276.388.465.516.19.127.403.202.623.218a.65.65 0 0 0 .256-.048c.532-.21.871-.677 1.014-1.39a4.73 4.73 0 0 0 .072-1.105v-.002a1.729 1.729 0 0 0-.095-.48 1.46 1.46 0 0 0-.126-.256 1.307 1.307 0 0 0-.492-.466 1.58 1.58 0 0 0-.46-.167 1.003 1.003 0 0 0-.144-.011 1.14 1.14 0 0 0-.438.105 1.445 1.445 0 0 0-.724.593c-.165.305-.242.66-.22 1.017.015.464.034 1.04.269 1.476Zm.124-2.391c-.145.27-.213.585-.193.902v.007c.015.476.036 1 .245 1.387.101.184.24.336.4.445.16.107.339.17.521.184a.45.45 0 0 0 .172-.033h.002c.64-.255 1.002-.962.961-2.265a1.534 1.534 0 0 0-.085-.459 1.144 1.144 0 0 0-.524-.613l-.003-.002a1.364 1.364 0 0 0-.397-.144.803.803 0 0 0-.107-.01.954.954 0 0 0-.357.088l-.008.004-.008.003a1.244 1.244 0 0 0-.62.506Zm1.105 4.253a.78.78 0 0 1-.19.027c-.316 0-.547-.25-.668-.722h-.006a6.955 6.955 0 0 1-.216.005l-.216-.002a1.49 1.49 0 0 0-.916.233c-.427.29-.49.888-.518 1.476a6.924 6.924 0 0 0 2.503.355l.168-.001.163-.001h.001a8.317 8.317 0 0 0 2.39-.333h.003a9.28 9.28 0 0 0-.018-.315c-.034-.442-.13-.93-.5-1.181a1.476 1.476 0 0 0-.905-.233l-.223.002a4.85 4.85 0 0 1-.266-.007.973.973 0 0 1-.207.44.814.814 0 0 1-.38.257Zm.737-.491a1.152 1.152 0 0 1-.205.363c-.126.15-.29.262-.473.32l-.008.002a.977.977 0 0 1-.24.033h-.002a.736.736 0 0 1-.553-.248 1.29 1.29 0 0 1-.262-.47l-.074.001h-.002l-.23-.003a1.29 1.29 0 0 0-.79.201c-.16.11-.262.282-.327.514a3.247 3.247 0 0 0-.094.652 6.713 6.713 0 0 0 2.287.298h.01l.164-.001h.001l.165-.001.001.08.001-.08c.736.006 1.47-.09 2.184-.283a3.287 3.287 0 0 0-.08-.62c-.063-.248-.167-.441-.34-.559a1.276 1.276 0 0 0-.78-.2h-.013l-.225.002-.115-.001Zm-.333-.318a1.016 1.016 0 0 0 .03-.224 1.372 1.372 0 0 1-.413.157.582.582 0 0 1-.13.015 1.251 1.251 0 0 1-.596-.189c.01.072.024.16.046.252.066.278.201.594.471.594a.53.53 0 0 0 .248-.072.92.92 0 0 0 .268-.328.916.916 0 0 0 .07-.185l.006-.02Zm-.454.366a.723.723 0 0 0 .2-.25l.003-.008a.968.968 0 0 1-.09.02.781.781 0 0 1-.171.02h-.01a1.443 1.443 0 0 1-.31-.051c.013.038.027.075.043.11.07.155.14.196.194.198a.328.328 0 0 0 .14-.04Z",
|
|
3872
3939
|
fill: "#528693"
|
|
3873
3940
|
}),
|
|
3874
|
-
/* @__PURE__ */
|
|
3941
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3875
3942
|
d: "M15.598 11.362a8.316 8.316 0 0 1-2.392.334l-.332.002a6.924 6.924 0 0 1-2.503-.355c.028-.588.091-1.186.519-1.476a1.49 1.49 0 0 1 .916-.233l.216.002c.072 0 .146-.002.222-.005.12.472.351.722.667.722a.764.764 0 0 0 .19-.027.814.814 0 0 0 .38-.257.972.972 0 0 0 .206-.44c.091.005.18.007.267.007l.222-.002c.316-.024.631.057.906.233.461.312.495.993.516 1.495Z",
|
|
3876
3943
|
fill: "#BFF6F8"
|
|
3877
3944
|
}),
|
|
3878
|
-
/* @__PURE__ */
|
|
3945
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3879
3946
|
d: "M13.537 9.293c-.005.15-.041.298-.107.43a.92.92 0 0 1-.268.327.53.53 0 0 1-.247.072c-.36 0-.48-.56-.518-.846.184.113.388.177.597.188a.582.582 0 0 0 .13-.014c.143-.028.283-.081.413-.157Zm.768-2.598c.04 1.327-.326 2.153-1.088 2.455a.65.65 0 0 1-.256.048 1.278 1.278 0 0 1-.623-.219 1.48 1.48 0 0 1-.465-.515c-.235-.436-.254-1.012-.269-1.476a1.886 1.886 0 0 1 .22-1.017c.178-.28.432-.488.724-.593.14-.064.288-.1.438-.106.048 0 .096.005.144.012.16.03.314.087.46.167.277.147.498.403.618.721.058.167.091.344.097.523Z",
|
|
3880
3947
|
fill: "#fff"
|
|
3881
3948
|
}),
|
|
3882
|
-
/* @__PURE__ */
|
|
3949
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3883
3950
|
d: "M13.052 9.452a2.827 2.827 0 0 0-1.853-.559c-.244 0-.493.015-.744.03l-.16.007c.03-.15.046-.3.053-.453 1.296-1.007 1.333-3.037 1.285-3.863a2.546 2.546 0 0 0-.745-1.677A2.796 2.796 0 0 0 9 2.163c-.041-.004-.085-.004-.13-.004A2.757 2.757 0 0 0 6.4 3.833c-.17.473-.234.978-.189 1.478.063 1.045.174 2.045.837 2.745.148.155.318.289.504.396.01.16.03.318.06.474l-.104-.003c-.252-.015-.497-.03-.737-.03a2.813 2.813 0 0 0-1.845.56 2.22 2.22 0 0 0-.756 1.407c-.07.343-.108.691-.11 1.04.003.4.529.505.914.582l.167.034c1.217.25 2.458.36 3.7.326.178 0 .352 0 .535-.004 1.483.01 2.96-.179 4.393-.563a.158.158 0 0 0 .126-.167.146.146 0 0 0 .015-.082c-.029-.944-.118-2-.858-2.574ZM7.04 7.445c-.412-.678-.445-1.575-.47-2.297a2.667 2.667 0 0 1 .384-1.582 2.49 2.49 0 0 1 1.267-.922c.244-.1.504-.155.767-.165.084.001.168.007.252.019.279.048.55.135.804.26.486.227.871.627 1.081 1.122.103.258.16.533.17.81.073 2.066-.57 3.351-1.903 3.821a1.265 1.265 0 0 1-.448.075A2.423 2.423 0 0 1 7.04 7.445Zm2.91 1.289a1.482 1.482 0 0 1-.655 1.178 1.016 1.016 0 0 1-.434.11c-.63 0-.84-.87-.905-1.314.321.175.678.275 1.044.292.076 0 .152-.007.226-.022.252-.044.496-.127.724-.244Zm-.576 3.737c-.193 0-.385.004-.582.004-1.48.057-2.96-.13-4.38-.552.047-.915.158-1.845.907-2.297a2.865 2.865 0 0 1 1.603-.363l.378.004c.126 0 .255-.004.389-.007.21.733.614 1.122 1.166 1.122.113-.001.224-.015.334-.041a1.446 1.446 0 0 0 1.025-1.085c.16.007.315.011.467.011l.389-.004a2.837 2.837 0 0 1 1.585.363c.808.486.867 1.545.906 2.327a16.257 16.257 0 0 1-4.189.518h.002Z",
|
|
3884
3951
|
fill: "#528693"
|
|
3885
3952
|
}),
|
|
3886
|
-
/* @__PURE__ */
|
|
3953
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3887
3954
|
d: "M13.558 11.953a16.257 16.257 0 0 1-4.185.518c-.193 0-.385.004-.582.004-1.48.057-2.96-.13-4.38-.552.049-.915.16-1.845.908-2.297a2.864 2.864 0 0 1 1.603-.363l.378.004c.126 0 .256-.004.389-.007.211.733.615 1.122 1.167 1.122a1.51 1.51 0 0 0 .333-.041 1.445 1.445 0 0 0 1.026-1.085c.16.007.315.011.466.011l.39-.004a2.837 2.837 0 0 1 1.585.363c.806.486.865 1.545.902 2.327Z",
|
|
3888
3955
|
fill: "#BFF6F8"
|
|
3889
3956
|
}),
|
|
3890
|
-
/* @__PURE__ */
|
|
3957
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3891
3958
|
d: "M9.952 8.734a1.482 1.482 0 0 1-.656 1.178 1.015 1.015 0 0 1-.433.11c-.63 0-.841-.87-.906-1.314.322.175.679.275 1.045.292.075 0 .151-.007.226-.022.252-.045.496-.127.724-.244Zm1.343-4.042c.072 2.064-.57 3.349-1.903 3.82a1.265 1.265 0 0 1-.448.073 2.423 2.423 0 0 1-1.904-1.14c-.412-.678-.445-1.575-.47-2.297a2.667 2.667 0 0 1 .385-1.582 2.49 2.49 0 0 1 1.266-.922c.244-.1.504-.156.767-.165.084.001.168.007.252.019.279.047.55.135.804.259.486.228.871.628 1.081 1.122.103.26.16.535.17.813Z",
|
|
3892
3959
|
fill: "#fff"
|
|
3893
3960
|
})
|
|
@@ -3897,10 +3964,10 @@ var People = forwardRef69((delegated, ref) => {
|
|
|
3897
3964
|
People.displayName = "PeopleIcon";
|
|
3898
3965
|
|
|
3899
3966
|
// src/iconography/percentage.tsx
|
|
3900
|
-
import { forwardRef as
|
|
3901
|
-
import { jsx as
|
|
3902
|
-
var Percentage =
|
|
3903
|
-
return /* @__PURE__ */
|
|
3967
|
+
import { forwardRef as forwardRef71 } from "react";
|
|
3968
|
+
import { jsx as jsx77, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
3969
|
+
var Percentage = forwardRef71((delegated, ref) => {
|
|
3970
|
+
return /* @__PURE__ */ jsxs68("svg", {
|
|
3904
3971
|
ref,
|
|
3905
3972
|
width: "22",
|
|
3906
3973
|
height: "22",
|
|
@@ -3908,40 +3975,40 @@ var Percentage = forwardRef70((delegated, ref) => {
|
|
|
3908
3975
|
fill: "none",
|
|
3909
3976
|
...delegated,
|
|
3910
3977
|
children: [
|
|
3911
|
-
/* @__PURE__ */
|
|
3978
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3912
3979
|
fillRule: "evenodd",
|
|
3913
3980
|
clipRule: "evenodd",
|
|
3914
3981
|
d: "M6.03188 15.4616L16.3576 5.13588C16.7481 4.74536 17.3813 4.74536 17.7718 5.13588C18.1623 5.52641 18.1623 6.15957 17.7718 6.5501L7.44609 16.8758C7.05556 17.2663 6.4224 17.2663 6.03188 16.8758C5.64135 16.4853 5.64135 15.8521 6.03188 15.4616Z",
|
|
3915
3982
|
fill: "#BFF6F8",
|
|
3916
3983
|
className: "c-icon-fill"
|
|
3917
3984
|
}),
|
|
3918
|
-
/* @__PURE__ */
|
|
3985
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3919
3986
|
fillRule: "evenodd",
|
|
3920
3987
|
clipRule: "evenodd",
|
|
3921
3988
|
d: "M5.60761 15.0373L15.9333 4.71159C16.5582 4.08676 17.5712 4.08676 18.1961 4.7116C18.8209 5.33644 18.8209 6.3495 18.1961 6.97434L7.87035 17.3C7.24551 17.9249 6.23245 17.9249 5.60761 17.3C4.98277 16.6752 4.98277 15.6621 5.60761 15.0373ZM16.3576 5.13586L6.03187 15.4616C5.64135 15.8521 5.64135 16.4853 6.03187 16.8758C6.4224 17.2663 7.05556 17.2663 7.44609 16.8758L17.7718 6.55007C18.1623 6.15955 18.1623 5.52638 17.7718 5.13586C17.3813 4.74533 16.7481 4.74533 16.3576 5.13586Z",
|
|
3922
3989
|
fill: "#528693"
|
|
3923
3990
|
}),
|
|
3924
|
-
/* @__PURE__ */
|
|
3991
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3925
3992
|
fillRule: "evenodd",
|
|
3926
3993
|
clipRule: "evenodd",
|
|
3927
3994
|
d: "M9.60204 6.70605C9.60204 7.81062 8.70661 8.70605 7.60204 8.70605C6.49747 8.70605 5.60204 7.81062 5.60204 6.70605C5.60204 5.60148 6.49747 4.70605 7.60204 4.70605C8.70661 4.70605 9.60204 5.60148 9.60204 6.70605Z",
|
|
3928
3995
|
fill: "#BFF6F8",
|
|
3929
3996
|
className: "c-icon-fill"
|
|
3930
3997
|
}),
|
|
3931
|
-
/* @__PURE__ */
|
|
3998
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3932
3999
|
fillRule: "evenodd",
|
|
3933
4000
|
clipRule: "evenodd",
|
|
3934
4001
|
d: "M10.202 6.70603C10.202 8.14197 9.03798 9.30603 7.60204 9.30603C6.1661 9.30603 5.00204 8.14197 5.00204 6.70603C5.00204 5.27009 6.1661 4.10603 7.60204 4.10603C9.03798 4.10603 10.202 5.27009 10.202 6.70603ZM7.60204 8.70603C8.70661 8.70603 9.60204 7.8106 9.60204 6.70603C9.60204 5.60146 8.70661 4.70603 7.60204 4.70603C6.49747 4.70603 5.60204 5.60146 5.60204 6.70603C5.60204 7.8106 6.49747 8.70603 7.60204 8.70603Z",
|
|
3935
4002
|
fill: "#528693"
|
|
3936
4003
|
}),
|
|
3937
|
-
/* @__PURE__ */
|
|
4004
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3938
4005
|
fillRule: "evenodd",
|
|
3939
4006
|
clipRule: "evenodd",
|
|
3940
4007
|
d: "M18.602 15.7061C18.602 16.8106 17.7066 17.7061 16.602 17.7061C15.4975 17.7061 14.602 16.8106 14.602 15.7061C14.602 14.6015 15.4975 13.7061 16.602 13.7061C17.7066 13.7061 18.602 14.6015 18.602 15.7061Z",
|
|
3941
4008
|
fill: "#BFF6F8",
|
|
3942
4009
|
className: "c-icon-fill"
|
|
3943
4010
|
}),
|
|
3944
|
-
/* @__PURE__ */
|
|
4011
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3945
4012
|
fillRule: "evenodd",
|
|
3946
4013
|
clipRule: "evenodd",
|
|
3947
4014
|
d: "M19.202 15.7061C19.202 17.142 18.038 18.3061 16.602 18.3061C15.1661 18.3061 14.002 17.142 14.002 15.7061C14.002 14.2701 15.1661 13.1061 16.602 13.1061C18.038 13.1061 19.202 14.2701 19.202 15.7061ZM16.602 17.7061C17.7066 17.7061 18.602 16.8106 18.602 15.7061C18.602 14.6015 17.7066 13.7061 16.602 13.7061C15.4975 13.7061 14.602 14.6015 14.602 15.7061C14.602 16.8106 15.4975 17.7061 16.602 17.7061Z",
|
|
@@ -3953,10 +4020,10 @@ var Percentage = forwardRef70((delegated, ref) => {
|
|
|
3953
4020
|
Percentage.displayName = "PercentageIcon";
|
|
3954
4021
|
|
|
3955
4022
|
// src/iconography/piece.tsx
|
|
3956
|
-
import { forwardRef as
|
|
3957
|
-
import { jsx as
|
|
3958
|
-
var Piece =
|
|
3959
|
-
return /* @__PURE__ */
|
|
4023
|
+
import { forwardRef as forwardRef72 } from "react";
|
|
4024
|
+
import { jsx as jsx78, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
4025
|
+
var Piece = forwardRef72((delegated, ref) => {
|
|
4026
|
+
return /* @__PURE__ */ jsxs69("svg", {
|
|
3960
4027
|
ref,
|
|
3961
4028
|
width: "22",
|
|
3962
4029
|
height: "22",
|
|
@@ -3964,23 +4031,23 @@ var Piece = forwardRef71((delegated, ref) => {
|
|
|
3964
4031
|
fill: "none",
|
|
3965
4032
|
...delegated,
|
|
3966
4033
|
children: [
|
|
3967
|
-
/* @__PURE__ */
|
|
4034
|
+
/* @__PURE__ */ jsxs69("g", {
|
|
3968
4035
|
clipPath: "url(#a)",
|
|
3969
4036
|
children: [
|
|
3970
|
-
/* @__PURE__ */
|
|
4037
|
+
/* @__PURE__ */ jsx78("path", {
|
|
3971
4038
|
fill: "#BFF6F8",
|
|
3972
4039
|
d: "M1.67 1.89h18.491v18.157H1.671V1.891Z",
|
|
3973
4040
|
className: "c-icon-fill"
|
|
3974
4041
|
}),
|
|
3975
|
-
/* @__PURE__ */
|
|
4042
|
+
/* @__PURE__ */ jsx78("path", {
|
|
3976
4043
|
fill: "#fff",
|
|
3977
4044
|
d: "M11.232 10.957h2.232l1.159-3.053H16.5l1.43 3.053h2.232v9.091h-8.93v-2.842l3.063-.346v-2.136l-3.063-.361v-3.406Z"
|
|
3978
4045
|
}),
|
|
3979
|
-
/* @__PURE__ */
|
|
4046
|
+
/* @__PURE__ */ jsx78("path", {
|
|
3980
4047
|
fill: "#528693",
|
|
3981
4048
|
d: "M18.351.729H3.67A2.89 2.89 0 0 0 .783 3.614v14.683a2.89 2.89 0 0 0 2.886 2.885h14.682a2.89 2.89 0 0 0 2.886-2.885V3.614A2.89 2.89 0 0 0 18.351.73Zm1.688 2.885V10.4H17.75V8.906a2.04 2.04 0 0 0-2.038-2.037 2.04 2.04 0 0 0-2.037 2.037V10.4H11.64V6.993H8.888a.84.84 0 0 1 0-1.678l2.751-.025V1.927h6.712c.93 0 1.688.757 1.688 1.687ZM3.669 1.927h6.772v2.175l-1.556.015A2.04 2.04 0 0 0 6.85 6.154a2.04 2.04 0 0 0 2.038 2.037h1.553V10.4H6.975v2.752a.84.84 0 0 1-1.678 0l-.026-2.752h-3.29V3.614c0-.93.758-1.687 1.688-1.687Zm-1.687 16.37v-6.7h2.102l.014 1.557a2.04 2.04 0 0 0 2.038 2.034 2.04 2.04 0 0 0 2.037-2.037v-1.553h2.268v3.295h2.691a.84.84 0 0 1 0 1.678h-2.691v3.413H3.669a1.69 1.69 0 0 1-1.687-1.688Zm16.37 1.687h-6.713v-2.215h1.493a2.04 2.04 0 0 0 2.038-2.037 2.04 2.04 0 0 0-2.038-2.038H11.64v-2.096h3.236V8.906a.84.84 0 0 1 1.677 0v2.692h3.487v6.699a1.69 1.69 0 0 1-1.688 1.687Z"
|
|
3982
4049
|
}),
|
|
3983
|
-
/* @__PURE__ */
|
|
4050
|
+
/* @__PURE__ */ jsx78("path", {
|
|
3984
4051
|
fill: "#BFF6F8",
|
|
3985
4052
|
fillRule: "evenodd",
|
|
3986
4053
|
d: "M20.273 10.634h-2.757V8.906c0-.994-.809-1.803-1.802-1.803-.994 0-1.803.81-1.803 1.803v1.728h-2.506V7.228H8.888a1.075 1.075 0 0 1-.001-2.148l2.518-.023V1.692h6.946c1.06 0 1.922.862 1.922 1.922v7.02ZM11.64 5.29l-2.751.025a.84.84 0 0 0 0 1.678h2.751v3.406h2.037V8.906a2.04 2.04 0 0 1 2.037-2.037 2.04 2.04 0 0 1 2.038 2.037V10.4h2.288V3.614a1.69 1.69 0 0 0-1.688-1.687H11.64V5.29Zm-.963-3.598v2.643l-1.791.016c-.993.002-1.8.81-1.8 1.803 0 .994.809 1.803 1.803 1.803h1.787v2.677H7.21v2.517a1.075 1.075 0 0 1-2.147 0l-.023-2.517H1.747v-7.02c0-1.06.862-1.922 1.922-1.922h7.006ZM5.27 10.4l.026 2.752a.84.84 0 0 0 1.678 0v-2.752h3.466V8.191H8.888A2.04 2.04 0 0 1 6.85 6.154a2.04 2.04 0 0 1 2.035-2.037l1.556-.015V1.927H3.669a1.69 1.69 0 0 0-1.687 1.687V10.4h3.29Zm-3.524.964h2.57l.016 1.79c.002.993.81 1.8 1.803 1.8.994 0 1.802-.808 1.802-1.802v-1.788h2.737v3.295h2.457a1.075 1.075 0 0 1 0 2.147h-2.457v3.413H3.67a1.924 1.924 0 0 1-1.922-1.921v-6.934Zm8.694 5.208h2.691a.84.84 0 0 0 0-1.678h-2.691v-3.295H8.173v1.553a2.04 2.04 0 0 1-2.037 2.037 2.04 2.04 0 0 1-2.038-2.034l-.014-1.556H1.982v6.699c0 .93.757 1.687 1.687 1.687h6.772V16.57Zm.964 3.647v-2.683h1.727c.994 0 1.803-.81 1.803-1.803 0-.994-.809-1.803-1.803-1.803h-1.727v-2.566h3.235V8.906a1.075 1.075 0 0 1 2.147 0v2.457h3.486v6.934c0 1.06-.862 1.921-1.922 1.921h-6.946Zm5.147-8.62V8.906a.84.84 0 0 0-1.678 0v2.692H11.64v2.096h1.493a2.04 2.04 0 0 1 2.038 2.038 2.04 2.04 0 0 1-2.038 2.037H11.64v2.215h6.712a1.69 1.69 0 0 0 1.688-1.688v-6.698h-3.487Zm1.8-10.635H3.668a2.655 2.655 0 0 0-2.651 2.651v14.683a2.655 2.655 0 0 0 2.651 2.65h14.682a2.655 2.655 0 0 0 2.651-2.65V3.614a2.655 2.655 0 0 0-2.65-2.65ZM3.668.73h14.682a2.89 2.89 0 0 1 2.886 2.885v14.683a2.89 2.89 0 0 1-2.886 2.885H3.67a2.89 2.89 0 0 1-2.886-2.885V3.614A2.89 2.89 0 0 1 3.67.73Z",
|
|
@@ -3988,10 +4055,10 @@ var Piece = forwardRef71((delegated, ref) => {
|
|
|
3988
4055
|
})
|
|
3989
4056
|
]
|
|
3990
4057
|
}),
|
|
3991
|
-
/* @__PURE__ */
|
|
3992
|
-
children: /* @__PURE__ */
|
|
4058
|
+
/* @__PURE__ */ jsx78("defs", {
|
|
4059
|
+
children: /* @__PURE__ */ jsx78("clipPath", {
|
|
3993
4060
|
id: "a",
|
|
3994
|
-
children: /* @__PURE__ */
|
|
4061
|
+
children: /* @__PURE__ */ jsx78("path", {
|
|
3995
4062
|
fill: "#fff",
|
|
3996
4063
|
d: "M0 0h22v22H0z"
|
|
3997
4064
|
})
|
|
@@ -4003,10 +4070,10 @@ var Piece = forwardRef71((delegated, ref) => {
|
|
|
4003
4070
|
Piece.displayName = "PieceIcon";
|
|
4004
4071
|
|
|
4005
4072
|
// src/iconography/pin.tsx
|
|
4006
|
-
import { forwardRef as
|
|
4007
|
-
import { jsx as
|
|
4008
|
-
var Pin =
|
|
4009
|
-
return /* @__PURE__ */
|
|
4073
|
+
import { forwardRef as forwardRef73 } from "react";
|
|
4074
|
+
import { jsx as jsx79, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
4075
|
+
var Pin = forwardRef73((delegated, ref) => {
|
|
4076
|
+
return /* @__PURE__ */ jsxs70("svg", {
|
|
4010
4077
|
ref,
|
|
4011
4078
|
width: "26",
|
|
4012
4079
|
height: "26",
|
|
@@ -4014,19 +4081,19 @@ var Pin = forwardRef72((delegated, ref) => {
|
|
|
4014
4081
|
fill: "none",
|
|
4015
4082
|
...delegated,
|
|
4016
4083
|
children: [
|
|
4017
|
-
/* @__PURE__ */
|
|
4084
|
+
/* @__PURE__ */ jsx79("path", {
|
|
4018
4085
|
d: "M14.0891 2.50946C14.5034 1.79202 15.4207 1.54621 16.1382 1.96042L25.6645 7.46042C26.3819 7.87463 26.6277 8.79202 26.2135 9.50946V9.50946C25.7993 10.2269 24.8819 10.4727 24.1645 10.0585L14.6382 4.55849C13.9207 4.14428 13.6749 3.2269 14.0891 2.50946V2.50946Z",
|
|
4019
4086
|
fill: "#4C505B"
|
|
4020
4087
|
}),
|
|
4021
|
-
/* @__PURE__ */
|
|
4088
|
+
/* @__PURE__ */ jsx79("path", {
|
|
4022
4089
|
d: "M16.0712 3.07644L24.7314 8.07644L18.9635 22.0668L6.83914 15.0668L16.0712 3.07644Z",
|
|
4023
4090
|
fill: "#4C505B"
|
|
4024
4091
|
}),
|
|
4025
|
-
/* @__PURE__ */
|
|
4092
|
+
/* @__PURE__ */ jsx79("path", {
|
|
4026
4093
|
d: "M4.85709 14.4998C5.2713 13.7824 6.18869 13.5366 6.90612 13.9508L19.8965 21.4508C20.6139 21.865 20.8598 22.7824 20.4455 23.4998V23.4998C20.0313 24.2173 19.1139 24.4631 18.3965 24.0489L5.40612 16.5489C4.68869 16.1347 4.44287 15.2173 4.85709 14.4998V14.4998Z",
|
|
4027
4094
|
fill: "#4C505B"
|
|
4028
4095
|
}),
|
|
4029
|
-
/* @__PURE__ */
|
|
4096
|
+
/* @__PURE__ */ jsx79("path", {
|
|
4030
4097
|
d: "M9.42047 16.5958L16.3487 20.5958L8.31759 27.5061L7.45156 27.0061L9.42047 16.5958Z",
|
|
4031
4098
|
fill: "#4C505B"
|
|
4032
4099
|
})
|
|
@@ -4036,10 +4103,10 @@ var Pin = forwardRef72((delegated, ref) => {
|
|
|
4036
4103
|
Pin.displayName = "PinIcon";
|
|
4037
4104
|
|
|
4038
4105
|
// src/iconography/pipeline-dashed.tsx
|
|
4039
|
-
import { forwardRef as
|
|
4040
|
-
import { jsx as
|
|
4041
|
-
var PipelineDashed =
|
|
4042
|
-
return /* @__PURE__ */
|
|
4106
|
+
import { forwardRef as forwardRef74 } from "react";
|
|
4107
|
+
import { jsx as jsx80, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
4108
|
+
var PipelineDashed = forwardRef74((delegated, ref) => {
|
|
4109
|
+
return /* @__PURE__ */ jsxs71("svg", {
|
|
4043
4110
|
ref,
|
|
4044
4111
|
width: "22",
|
|
4045
4112
|
height: "22",
|
|
@@ -4047,91 +4114,91 @@ var PipelineDashed = forwardRef73((delegated, ref) => {
|
|
|
4047
4114
|
fill: "none",
|
|
4048
4115
|
...delegated,
|
|
4049
4116
|
children: [
|
|
4050
|
-
/* @__PURE__ */
|
|
4117
|
+
/* @__PURE__ */ jsx80("path", {
|
|
4051
4118
|
fillRule: "evenodd",
|
|
4052
4119
|
clipRule: "evenodd",
|
|
4053
4120
|
d: "M3.53671 14.1535C3.7024 14.1535 3.83671 14.2878 3.83671 14.4535V16.2373L5.13158 16.6689C5.28876 16.7213 5.37371 16.8912 5.32131 17.0484C5.26892 17.2056 5.09902 17.2905 4.94184 17.2381L3.44184 16.7381C3.31934 16.6973 3.23671 16.5826 3.23671 16.4535V14.4535C3.23671 14.2878 3.37102 14.1535 3.53671 14.1535Z",
|
|
4054
4121
|
fill: "#528693"
|
|
4055
4122
|
}),
|
|
4056
|
-
/* @__PURE__ */
|
|
4123
|
+
/* @__PURE__ */ jsx80("path", {
|
|
4057
4124
|
fillRule: "evenodd",
|
|
4058
4125
|
clipRule: "evenodd",
|
|
4059
4126
|
d: "M3.53671 10.1535C3.7024 10.1535 3.83671 10.2878 3.83671 10.4535V12.4535C3.83671 12.6192 3.7024 12.7535 3.53671 12.7535C3.37102 12.7535 3.23671 12.6192 3.23671 12.4535V10.4535C3.23671 10.2878 3.37102 10.1535 3.53671 10.1535Z",
|
|
4060
4127
|
fill: "#528693"
|
|
4061
4128
|
}),
|
|
4062
|
-
/* @__PURE__ */
|
|
4129
|
+
/* @__PURE__ */ jsx80("path", {
|
|
4063
4130
|
fillRule: "evenodd",
|
|
4064
4131
|
clipRule: "evenodd",
|
|
4065
4132
|
d: "M3.53671 14.1535C3.7024 14.1535 3.83671 14.2878 3.83671 14.4535V16.2373L5.13158 16.6689C5.28876 16.7213 5.37371 16.8912 5.32131 17.0484C5.26892 17.2056 5.09902 17.2905 4.94184 17.2381L3.44184 16.7381C3.31934 16.6973 3.23671 16.5826 3.23671 16.4535V14.4535C3.23671 14.2878 3.37102 14.1535 3.53671 14.1535Z",
|
|
4066
4133
|
fill: "#528693"
|
|
4067
4134
|
}),
|
|
4068
|
-
/* @__PURE__ */
|
|
4135
|
+
/* @__PURE__ */ jsx80("path", {
|
|
4069
4136
|
fillRule: "evenodd",
|
|
4070
4137
|
clipRule: "evenodd",
|
|
4071
4138
|
d: "M3.53671 8.25354C3.7024 8.25354 3.83671 8.11923 3.83671 7.95354V6.16977L6.63158 5.23815C6.78876 5.18575 6.87371 5.01585 6.82131 4.85867C6.76892 4.70149 6.59902 4.61654 6.44184 4.66894L3.44184 5.66894C3.31934 5.70977 3.23671 5.82441 3.23671 5.95354V7.95354C3.23671 8.11923 3.37102 8.25354 3.53671 8.25354Z",
|
|
4072
4139
|
fill: "#528693"
|
|
4073
4140
|
}),
|
|
4074
|
-
/* @__PURE__ */
|
|
4141
|
+
/* @__PURE__ */ jsx80("path", {
|
|
4075
4142
|
fillRule: "evenodd",
|
|
4076
4143
|
clipRule: "evenodd",
|
|
4077
4144
|
d: "M3.24253 5.89467C3.27503 5.7322 3.43307 5.62683 3.59554 5.65933L6.09554 6.15933C6.25801 6.19182 6.36337 6.34987 6.33088 6.51234C6.29839 6.6748 6.14034 6.78017 5.97787 6.74767L3.47787 6.24767C3.3154 6.21518 3.21004 6.05713 3.24253 5.89467Z",
|
|
4078
4145
|
fill: "#528693"
|
|
4079
4146
|
}),
|
|
4080
|
-
/* @__PURE__ */
|
|
4147
|
+
/* @__PURE__ */ jsx80("path", {
|
|
4081
4148
|
fillRule: "evenodd",
|
|
4082
4149
|
clipRule: "evenodd",
|
|
4083
4150
|
d: "M18.5367 10.1535C18.371 10.1535 18.2367 10.2878 18.2367 10.4535V12.4535C18.2367 12.6192 18.371 12.7535 18.5367 12.7535C18.7024 12.7535 18.8367 12.6192 18.8367 12.4535V10.4535C18.8367 10.2878 18.7024 10.1535 18.5367 10.1535Z",
|
|
4084
4151
|
fill: "#528693"
|
|
4085
4152
|
}),
|
|
4086
|
-
/* @__PURE__ */
|
|
4153
|
+
/* @__PURE__ */ jsx80("path", {
|
|
4087
4154
|
fillRule: "evenodd",
|
|
4088
4155
|
clipRule: "evenodd",
|
|
4089
4156
|
d: "M18.5367 14.1535C18.371 14.1535 18.2367 14.2878 18.2367 14.4535V16.2373L16.9418 16.6689C16.7846 16.7213 16.6997 16.8912 16.7521 17.0484C16.8045 17.2056 16.9744 17.2905 17.1316 17.2381L18.6316 16.7381C18.7541 16.6973 18.8367 16.5826 18.8367 16.4535V14.4535C18.8367 14.2878 18.7024 14.1535 18.5367 14.1535Z",
|
|
4090
4157
|
fill: "#528693"
|
|
4091
4158
|
}),
|
|
4092
|
-
/* @__PURE__ */
|
|
4159
|
+
/* @__PURE__ */ jsx80("path", {
|
|
4093
4160
|
fillRule: "evenodd",
|
|
4094
4161
|
clipRule: "evenodd",
|
|
4095
4162
|
d: "M18.5367 8.25354C18.371 8.25354 18.2367 8.11923 18.2367 7.95354V6.16977L15.4418 5.23815C15.2846 5.18575 15.1997 5.01585 15.2521 4.85867C15.3045 4.70149 15.4744 4.61654 15.6316 4.66894L18.6316 5.66894C18.7541 5.70977 18.8367 5.82441 18.8367 5.95354V7.95354C18.8367 8.11923 18.7024 8.25354 18.5367 8.25354Z",
|
|
4096
4163
|
fill: "#528693"
|
|
4097
4164
|
}),
|
|
4098
|
-
/* @__PURE__ */
|
|
4165
|
+
/* @__PURE__ */ jsx80("path", {
|
|
4099
4166
|
fillRule: "evenodd",
|
|
4100
4167
|
clipRule: "evenodd",
|
|
4101
4168
|
d: "M18.8309 5.89467C18.7984 5.7322 18.6403 5.62683 18.4779 5.65933L15.9779 6.15933C15.8154 6.19182 15.71 6.34987 15.7425 6.51234C15.775 6.6748 15.9331 6.78017 16.0955 6.74767L18.5955 6.24767C18.758 6.21518 18.8634 6.05713 18.8309 5.89467Z",
|
|
4102
4169
|
fill: "#528693"
|
|
4103
4170
|
}),
|
|
4104
|
-
/* @__PURE__ */
|
|
4171
|
+
/* @__PURE__ */ jsx80("path", {
|
|
4105
4172
|
fillRule: "evenodd",
|
|
4106
4173
|
clipRule: "evenodd",
|
|
4107
4174
|
d: "M11.0367 3.33722L12.6316 3.86884C12.7888 3.92124 12.8737 4.09113 12.8213 4.24832C12.7689 4.4055 12.599 4.49045 12.4418 4.43805L11.0367 3.96967L9.63157 4.43805C9.47438 4.49045 9.30449 4.4055 9.25209 4.24832C9.1997 4.09113 9.28465 3.92124 9.44183 3.86884L11.0367 3.33722Z",
|
|
4108
4175
|
fill: "#528693"
|
|
4109
4176
|
}),
|
|
4110
|
-
/* @__PURE__ */
|
|
4177
|
+
/* @__PURE__ */ jsx80("path", {
|
|
4111
4178
|
fillRule: "evenodd",
|
|
4112
4179
|
clipRule: "evenodd",
|
|
4113
4180
|
d: "M8.74566 7.0807C8.78585 6.91997 8.94873 6.82224 9.10946 6.86242L11.0367 7.34423L12.9639 6.86242C13.1247 6.82224 13.2876 6.91997 13.3277 7.0807C13.3679 7.24144 13.2702 7.40432 13.1095 7.44451L11.0367 7.9627L8.96394 7.44451C8.80321 7.40432 8.70548 7.24144 8.74566 7.0807Z",
|
|
4114
4181
|
fill: "#528693"
|
|
4115
4182
|
}),
|
|
4116
|
-
/* @__PURE__ */
|
|
4183
|
+
/* @__PURE__ */ jsx80("path", {
|
|
4117
4184
|
fillRule: "evenodd",
|
|
4118
4185
|
clipRule: "evenodd",
|
|
4119
4186
|
d: "M8.74566 17.7808C8.78585 17.62 8.94873 17.5223 9.10946 17.5625L11.0367 18.0443L12.9639 17.5625C13.1247 17.5223 13.2876 17.62 13.3277 17.7808C13.3679 17.9415 13.2702 18.1044 13.1095 18.1446L11.0367 18.6628L8.96394 18.1446C8.80321 18.1044 8.70548 17.9415 8.74566 17.7808Z",
|
|
4120
4187
|
fill: "#528693"
|
|
4121
4188
|
}),
|
|
4122
|
-
/* @__PURE__ */
|
|
4189
|
+
/* @__PURE__ */ jsx80("path", {
|
|
4123
4190
|
fillRule: "evenodd",
|
|
4124
4191
|
clipRule: "evenodd",
|
|
4125
4192
|
d: "M11.0367 7.6535C11.2024 7.6535 11.3367 7.78782 11.3367 7.9535V9.4535C11.3367 9.61919 11.2024 9.7535 11.0367 9.7535C10.871 9.7535 10.7367 9.61919 10.7367 9.4535V7.9535C10.7367 7.78782 10.871 7.6535 11.0367 7.6535Z",
|
|
4126
4193
|
fill: "#528693"
|
|
4127
4194
|
}),
|
|
4128
|
-
/* @__PURE__ */
|
|
4195
|
+
/* @__PURE__ */ jsx80("path", {
|
|
4129
4196
|
fillRule: "evenodd",
|
|
4130
4197
|
clipRule: "evenodd",
|
|
4131
4198
|
d: "M11.0367 11.6535C11.2024 11.6535 11.3367 11.7878 11.3367 11.9535V13.4535C11.3367 13.6192 11.2024 13.7535 11.0367 13.7535C10.871 13.7535 10.7367 13.6192 10.7367 13.4535V11.9535C10.7367 11.7878 10.871 11.6535 11.0367 11.6535Z",
|
|
4132
4199
|
fill: "#528693"
|
|
4133
4200
|
}),
|
|
4134
|
-
/* @__PURE__ */
|
|
4201
|
+
/* @__PURE__ */ jsx80("path", {
|
|
4135
4202
|
fillRule: "evenodd",
|
|
4136
4203
|
clipRule: "evenodd",
|
|
4137
4204
|
d: "M11.0367 15.6535C11.2024 15.6535 11.3367 15.7878 11.3367 15.9535V18.1535C11.3367 18.3192 11.2024 18.4535 11.0367 18.4535C10.871 18.4535 10.7367 18.3192 10.7367 18.1535V15.9535C10.7367 15.7878 10.871 15.6535 11.0367 15.6535Z",
|
|
@@ -4143,10 +4210,10 @@ var PipelineDashed = forwardRef73((delegated, ref) => {
|
|
|
4143
4210
|
PipelineDashed.displayName = "PipelineDashed";
|
|
4144
4211
|
|
|
4145
4212
|
// src/iconography/plans-and-pricing.tsx
|
|
4146
|
-
import { forwardRef as
|
|
4147
|
-
import { jsx as
|
|
4148
|
-
var PlansAndPricing =
|
|
4149
|
-
return /* @__PURE__ */
|
|
4213
|
+
import { forwardRef as forwardRef75 } from "react";
|
|
4214
|
+
import { jsx as jsx81, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
4215
|
+
var PlansAndPricing = forwardRef75((delegated, ref) => {
|
|
4216
|
+
return /* @__PURE__ */ jsxs72("svg", {
|
|
4150
4217
|
ref,
|
|
4151
4218
|
width: "17",
|
|
4152
4219
|
height: "16",
|
|
@@ -4154,45 +4221,45 @@ var PlansAndPricing = forwardRef74((delegated, ref) => {
|
|
|
4154
4221
|
fill: "none",
|
|
4155
4222
|
...delegated,
|
|
4156
4223
|
children: [
|
|
4157
|
-
/* @__PURE__ */
|
|
4224
|
+
/* @__PURE__ */ jsx81("path", {
|
|
4158
4225
|
d: "M3.778 2.4414c0-.5523.4476-1 1-1h6.0587l3.2942 2.8235v9.353c0 .5523-.4478 1-1 1h-8.353c-.5523 0-1-.4477-1-1V2.4414Z",
|
|
4159
4226
|
fill: "#BFF6F8"
|
|
4160
4227
|
}),
|
|
4161
|
-
/* @__PURE__ */
|
|
4228
|
+
/* @__PURE__ */ jsx81("path", {
|
|
4162
4229
|
fillRule: "evenodd",
|
|
4163
4230
|
clipRule: "evenodd",
|
|
4164
4231
|
d: "M10.6518 1.9414H4.7779a.5.5 0 0 0-.5.5V13.618a.5.5 0 0 0 .5.5h8.353a.5.5 0 0 0 .5-.5v-9.123l-2.9791-2.5535Zm.1849-.5H4.7779c-.5523 0-1 .4477-1 1V13.618c0 .5523.4477 1 1 1h8.353c.5522 0 1-.4477 1-1v-9.353l-3.2942-2.8235Z",
|
|
4165
4232
|
fill: "#528693"
|
|
4166
4233
|
}),
|
|
4167
|
-
/* @__PURE__ */
|
|
4234
|
+
/* @__PURE__ */ jsx81("path", {
|
|
4168
4235
|
d: "M11.0814 4.4614a.5.5 0 0 1-.5288-.5562l.2838-2.464L14.131 4.265l-3.0496.1964Z",
|
|
4169
4236
|
fill: "#fff"
|
|
4170
4237
|
}),
|
|
4171
|
-
/* @__PURE__ */
|
|
4238
|
+
/* @__PURE__ */ jsx81("path", {
|
|
4172
4239
|
fillRule: "evenodd",
|
|
4173
4240
|
clipRule: "evenodd",
|
|
4174
4241
|
d: "m11.2255 2.4332-.1762 1.5292 1.8234-.1174-1.6472-1.4118Zm-.6729 1.472a.5.5 0 0 0 .5288.5562l3.0496-.1964-3.2946-2.8238-.2838 2.464Z",
|
|
4175
4242
|
fill: "#528693"
|
|
4176
4243
|
}),
|
|
4177
|
-
/* @__PURE__ */
|
|
4244
|
+
/* @__PURE__ */ jsx81("path", {
|
|
4178
4245
|
fillRule: "evenodd",
|
|
4179
4246
|
clipRule: "evenodd",
|
|
4180
4247
|
d: "M3.4757 10.6548c-.9843-.1406-.918-1.583.0751-1.6326l.333.0292.0274.5466-.333-.0292c-.331.0165-.3532.4973-.025.5442l6.4871.9268L8.959 9.598a.2737.2737 0 0 1 .4378-.3284l1.4777 1.9703a.2737.2737 0 0 1-.0547.3832l-1.9704 1.4777a.2737.2737 0 0 1-.3283-.4379l1.4418-1.0813-6.4872-.9268Z",
|
|
4181
4248
|
fill: "#fff"
|
|
4182
4249
|
}),
|
|
4183
|
-
/* @__PURE__ */
|
|
4250
|
+
/* @__PURE__ */ jsx81("path", {
|
|
4184
4251
|
fillRule: "evenodd",
|
|
4185
4252
|
clipRule: "evenodd",
|
|
4186
4253
|
d: "m3.5583 8.6213.7076.0621.0568 1.1355 4.8182.6883-.502-.6692a.6737.6737 0 0 1 1.0779-.8084L11.1945 11a.6736.6736 0 0 1-.1348.9431l-1.9703 1.4777a.6736.6736 0 0 1-.8083-1.0779l.6692-.5019-5.5312-.7902c-1.4638-.2092-1.3653-2.3543.1117-2.4282l.0275-.0013Zm-.0826 2.0335c-.9843-.1406-.918-1.583.0751-1.6326l.333.0292.0274.5466-.333-.0292a.308.308 0 0 0-.0685.011c-.264.0743-.2604.4898.0434.5332l6.4872.9268L8.9589 9.598a.2737.2737 0 0 1 .4379-.3284l1.4777 1.9703a.2738.2738 0 0 1-.0547.3832l-1.9704 1.4777a.2737.2737 0 0 1-.3283-.4379l1.4417-1.0813-6.487-.9268Z",
|
|
4187
4254
|
fill: "#528693"
|
|
4188
4255
|
}),
|
|
4189
|
-
/* @__PURE__ */
|
|
4256
|
+
/* @__PURE__ */ jsx81("path", {
|
|
4190
4257
|
fillRule: "evenodd",
|
|
4191
4258
|
clipRule: "evenodd",
|
|
4192
4259
|
d: "M14.5734 6.6087c.9087.1299.8475 1.4614-.0694 1.5073l-.4259.0551-.0253-.5046.426-.0552c.3056-.0153.326-.4591.0231-.5024L8.513 6.2533l.9983 1.331a.2526.2526 0 1 1-.4042.3032l-1.3642-1.819a.2526.2526 0 0 1 .0505-.3537l1.819-1.3642a.2526.2526 0 1 1 .3031.4042l-1.331.9983 5.9889.8556Z",
|
|
4193
4260
|
fill: "#fff"
|
|
4194
4261
|
}),
|
|
4195
|
-
/* @__PURE__ */
|
|
4262
|
+
/* @__PURE__ */ jsx81("path", {
|
|
4196
4263
|
fillRule: "evenodd",
|
|
4197
4264
|
clipRule: "evenodd",
|
|
4198
4265
|
d: "M14.5734 6.6087c.9087.1299.8475 1.4614-.0693 1.5073l-.426.0551-.0253-.5046.426-.0552c.3056-.0153.326-.4591.0231-.5024l-5.9888-.8556.9982 1.331a.2526.2526 0 0 1-.4042.3032l-1.3642-1.819a.2513.2513 0 0 1-.039-.2273.2514.2514 0 0 1 .0895-.1264l1.819-1.3642a.2526.2526 0 0 1 .3032.4042l-1.331.9983 5.9888.8556Zm-4.9763-1.115 5.0329.719c1.3826.1976 1.2955 2.2162-.0889 2.3018l-.8409.109-.0617-1.2339-4.226-.6037.4188.5584a.6526.6526 0 1 1-1.0442.7832l-1.3642-1.819a.6526.6526 0 0 1 .1305-.9137l1.819-1.3642a.6526.6526 0 0 1 .7832 1.0442l-.5585.4189Z",
|
|
@@ -4204,10 +4271,10 @@ var PlansAndPricing = forwardRef74((delegated, ref) => {
|
|
|
4204
4271
|
PlansAndPricing.displayName = "PlansAndPricingIcon";
|
|
4205
4272
|
|
|
4206
4273
|
// src/iconography/plug.tsx
|
|
4207
|
-
import { forwardRef as
|
|
4208
|
-
import { jsx as
|
|
4209
|
-
var Plug =
|
|
4210
|
-
return /* @__PURE__ */
|
|
4274
|
+
import { forwardRef as forwardRef76 } from "react";
|
|
4275
|
+
import { jsx as jsx82, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
4276
|
+
var Plug = forwardRef76((delegated, ref) => {
|
|
4277
|
+
return /* @__PURE__ */ jsxs73("svg", {
|
|
4211
4278
|
ref,
|
|
4212
4279
|
width: "23",
|
|
4213
4280
|
height: "22",
|
|
@@ -4215,31 +4282,31 @@ var Plug = forwardRef75((delegated, ref) => {
|
|
|
4215
4282
|
fill: "none",
|
|
4216
4283
|
...delegated,
|
|
4217
4284
|
children: [
|
|
4218
|
-
/* @__PURE__ */
|
|
4285
|
+
/* @__PURE__ */ jsx82("path", {
|
|
4219
4286
|
fill: "#fff",
|
|
4220
4287
|
d: "m8.858 2.818.924-.314.924.314v4.453H8.858V2.818ZM13.228 2.818l.924-.314.924.314v4.453h-1.848V2.818ZM8.563 14.186l3.288.416 3.327-.416v2.29c0 .673-.535 1.219-1.196 1.219H9.76c-.66 0-1.196-.546-1.196-1.22v-2.29Z"
|
|
4221
4288
|
}),
|
|
4222
|
-
/* @__PURE__ */
|
|
4289
|
+
/* @__PURE__ */ jsx82("path", {
|
|
4223
4290
|
fill: "#528693",
|
|
4224
4291
|
fillRule: "evenodd",
|
|
4225
4292
|
d: "m11.863 14.627-3.557-.441v2.43c0 .715.58 1.295 1.294 1.295h4.57c.714 0 1.294-.58 1.294-1.295v-2.43l-3.6.441Zm3 .237-3 .368-2.957-.367v1.751c0 .384.31.695.694.695h4.57c.383 0 .694-.311.694-.695v-1.752Z",
|
|
4226
4293
|
clipRule: "evenodd"
|
|
4227
4294
|
}),
|
|
4228
|
-
/* @__PURE__ */
|
|
4295
|
+
/* @__PURE__ */ jsx82("path", {
|
|
4229
4296
|
fill: "#fff",
|
|
4230
4297
|
d: "M8.513 3.338a1.261 1.261 0 0 1 2.522 0v4.36H8.513v-4.36Z"
|
|
4231
4298
|
}),
|
|
4232
|
-
/* @__PURE__ */
|
|
4299
|
+
/* @__PURE__ */ jsx82("path", {
|
|
4233
4300
|
fill: "#528693",
|
|
4234
4301
|
fillRule: "evenodd",
|
|
4235
4302
|
d: "M10.435 7.098v-3.76a.661.661 0 0 0-1.322 0v3.76h1.322Zm-1.922.6v-4.36a1.261 1.261 0 0 1 2.522 0v4.36H8.513ZM14.864 7.098v-3.76a.661.661 0 1 0-1.323 0v3.76h1.323Zm-1.923.6v-4.36a1.261 1.261 0 1 1 2.523 0v4.36H12.94ZM17.058 13a.3.3 0 0 1 .3.3v3.964a2.959 2.959 0 0 1-2.96 2.96h-.466a2.492 2.492 0 0 1-2.492-2.493h.6c0 1.045.847 1.892 1.892 1.892h.467a2.359 2.359 0 0 0 2.359-2.359V13.3a.3.3 0 0 1 .3-.3Z",
|
|
4236
4303
|
clipRule: "evenodd"
|
|
4237
4304
|
}),
|
|
4238
|
-
/* @__PURE__ */
|
|
4305
|
+
/* @__PURE__ */ jsx82("path", {
|
|
4239
4306
|
fill: "#BFF6F8",
|
|
4240
4307
|
d: "M7.168 7.454h9.384v4.667l-1.644 2.772-3.012.996-2.982-1.23-1.674-2.538-.072-4.667Z"
|
|
4241
4308
|
}),
|
|
4242
|
-
/* @__PURE__ */
|
|
4309
|
+
/* @__PURE__ */ jsx82("path", {
|
|
4243
4310
|
fill: "#528693",
|
|
4244
4311
|
fillRule: "evenodd",
|
|
4245
4312
|
d: "M7.427 7.735V10.9a4.458 4.458 0 1 0 8.916 0V7.735H7.427Zm-.022-.6a.578.578 0 0 0-.578.579V10.9a5.058 5.058 0 0 0 10.116 0V7.714a.578.578 0 0 0-.579-.579H7.405Z",
|
|
@@ -4251,10 +4318,10 @@ var Plug = forwardRef75((delegated, ref) => {
|
|
|
4251
4318
|
Plug.displayName = "PlugIcon";
|
|
4252
4319
|
|
|
4253
4320
|
// src/iconography/price-list.tsx
|
|
4254
|
-
import { forwardRef as
|
|
4255
|
-
import { jsx as
|
|
4256
|
-
var PriceList =
|
|
4257
|
-
return /* @__PURE__ */
|
|
4321
|
+
import { forwardRef as forwardRef77 } from "react";
|
|
4322
|
+
import { jsx as jsx83, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
4323
|
+
var PriceList = forwardRef77((delegated, ref) => {
|
|
4324
|
+
return /* @__PURE__ */ jsxs74("svg", {
|
|
4258
4325
|
ref,
|
|
4259
4326
|
width: "23",
|
|
4260
4327
|
height: "22",
|
|
@@ -4262,41 +4329,41 @@ var PriceList = forwardRef76((delegated, ref) => {
|
|
|
4262
4329
|
fill: "none",
|
|
4263
4330
|
...delegated,
|
|
4264
4331
|
children: [
|
|
4265
|
-
/* @__PURE__ */
|
|
4332
|
+
/* @__PURE__ */ jsx83("path", {
|
|
4266
4333
|
fill: "#BFF6F8",
|
|
4267
4334
|
d: "M10.568 1.418c.542-.42 1.3-.42 1.843 0l1.324 1.025c.276.214.618.325.968.315l1.673-.052c.686-.021 1.3.425 1.492 1.084l.468 1.607c.097.336.309.627.598.824l1.384.941c.567.386.802 1.108.57 1.754l-.567 1.575a1.506 1.506 0 0 0 0 1.018l.567 1.575a1.505 1.505 0 0 1-.57 1.754l-1.384.942c-.29.196-.5.487-.598.823l-.468 1.607a1.505 1.505 0 0 1-1.492 1.084l-1.673-.052c-.35-.01-.692.1-.968.315l-1.324 1.025c-.542.42-1.3.42-1.843 0l-1.324-1.025a1.505 1.505 0 0 0-.968-.315l-1.673.052a1.505 1.505 0 0 1-1.491-1.084l-.468-1.607a1.505 1.505 0 0 0-.599-.824l-1.384-.941a1.505 1.505 0 0 1-.57-1.753l.567-1.576a1.505 1.505 0 0 0 0-1.018L2.09 8.916a1.505 1.505 0 0 1 .57-1.754l1.384-.941c.29-.197.5-.488.599-.824l.468-1.607a1.505 1.505 0 0 1 1.49-1.084l1.674.052c.35.01.692-.1.968-.315l1.324-1.025Z"
|
|
4268
4335
|
}),
|
|
4269
|
-
/* @__PURE__ */
|
|
4336
|
+
/* @__PURE__ */ jsx83("path", {
|
|
4270
4337
|
fill: "#528693",
|
|
4271
4338
|
fillRule: "evenodd",
|
|
4272
4339
|
d: "M13.393 2.884 12.07 1.859a.947.947 0 0 0-1.16 0L9.585 2.884a2.063 2.063 0 0 1-1.327.431l-1.673-.051a.947.947 0 0 0-.939.681L5.18 5.553c-.134.46-.424.86-.82 1.129l-1.384.942a.947.947 0 0 0-.359 1.103l.567 1.575c.162.451.162.945 0 1.396l-.567 1.575a.947.947 0 0 0 .359 1.104l1.384.941c.396.27.686.669.82 1.13l.468 1.607c.12.414.507.695.939.681l1.673-.051c.48-.015.948.137 1.327.43l1.323 1.026a.947.947 0 0 0 1.16 0l1.324-1.025a2.063 2.063 0 0 1 1.327-.431l1.673.051a.947.947 0 0 0 .939-.681l.468-1.608c.134-.46.424-.86.82-1.129l1.384-.941a.947.947 0 0 0 .359-1.104l-.566-1.575a2.063 2.063 0 0 1 0-1.396l.566-1.575a.947.947 0 0 0-.359-1.103l-1.384-.942a2.063 2.063 0 0 1-.82-1.13l-.468-1.607a.947.947 0 0 0-.939-.681l-1.673.051a2.063 2.063 0 0 1-1.327-.431Zm-.982-1.466c-.542-.42-1.3-.42-1.843 0L9.244 2.443a1.505 1.505 0 0 1-.968.315l-1.673-.052A1.505 1.505 0 0 0 5.112 3.79l-.468 1.607c-.098.336-.31.627-.599.824l-1.384.941a1.505 1.505 0 0 0-.57 1.754l.567 1.575c.118.329.118.689 0 1.018l-.567 1.575a1.505 1.505 0 0 0 .57 1.754l1.384.942c.29.196.5.487.599.823l.468 1.607a1.505 1.505 0 0 0 1.49 1.084l1.674-.052c.35-.01.692.1.968.315l1.324 1.025c.542.42 1.3.42 1.843 0l1.324-1.025c.276-.214.618-.325.968-.315l1.673.052c.686.021 1.3-.425 1.492-1.084l.468-1.607c.097-.336.309-.627.598-.824l1.384-.941a1.505 1.505 0 0 0 .57-1.753l-.567-1.576a1.506 1.506 0 0 1 0-1.018l.567-1.575a1.505 1.505 0 0 0-.57-1.754l-1.384-.941a1.505 1.505 0 0 1-.598-.824l-.468-1.607a1.505 1.505 0 0 0-1.492-1.084l-1.673.052c-.35.01-.692-.1-.968-.315L12.41 1.418Z",
|
|
4273
4340
|
clipRule: "evenodd"
|
|
4274
4341
|
}),
|
|
4275
|
-
/* @__PURE__ */
|
|
4342
|
+
/* @__PURE__ */ jsx83("path", {
|
|
4276
4343
|
fill: "#fff",
|
|
4277
4344
|
d: "M7.471 15.02a.603.603 0 0 1 0-.853l7.184-7.183a.603.603 0 0 1 .853.853L8.324 15.02a.603.603 0 0 1-.853 0Z"
|
|
4278
4345
|
}),
|
|
4279
|
-
/* @__PURE__ */
|
|
4346
|
+
/* @__PURE__ */ jsx83("path", {
|
|
4280
4347
|
fill: "#528693",
|
|
4281
4348
|
fillRule: "evenodd",
|
|
4282
4349
|
d: "m7.076 13.773 7.184-7.184a1.161 1.161 0 1 1 1.642 1.642L8.72 15.415a1.161 1.161 0 0 1-1.643-1.642Zm.395.394a.603.603 0 0 0 .853.853l7.184-7.183a.603.603 0 1 0-.853-.853L7.47 14.167Z",
|
|
4283
4350
|
clipRule: "evenodd"
|
|
4284
4351
|
}),
|
|
4285
|
-
/* @__PURE__ */
|
|
4352
|
+
/* @__PURE__ */ jsx83("path", {
|
|
4286
4353
|
fill: "#fff",
|
|
4287
4354
|
d: "M11.226 7.989a2.09 2.09 0 1 1-4.182 0 2.09 2.09 0 0 1 4.182 0Z"
|
|
4288
4355
|
}),
|
|
4289
|
-
/* @__PURE__ */
|
|
4356
|
+
/* @__PURE__ */ jsx83("path", {
|
|
4290
4357
|
fill: "#528693",
|
|
4291
4358
|
fillRule: "evenodd",
|
|
4292
4359
|
d: "M9.135 9.521a1.533 1.533 0 1 0 0-3.065 1.533 1.533 0 0 0 0 3.065Zm0 .558a2.09 2.09 0 1 0 0-4.181 2.09 2.09 0 0 0 0 4.181Z",
|
|
4293
4360
|
clipRule: "evenodd"
|
|
4294
4361
|
}),
|
|
4295
|
-
/* @__PURE__ */
|
|
4362
|
+
/* @__PURE__ */ jsx83("path", {
|
|
4296
4363
|
fill: "#fff",
|
|
4297
4364
|
d: "M15.934 14.011a2.09 2.09 0 1 1-4.181 0 2.09 2.09 0 0 1 4.18 0Z"
|
|
4298
4365
|
}),
|
|
4299
|
-
/* @__PURE__ */
|
|
4366
|
+
/* @__PURE__ */ jsx83("path", {
|
|
4300
4367
|
fill: "#528693",
|
|
4301
4368
|
fillRule: "evenodd",
|
|
4302
4369
|
d: "M13.843 15.544a1.533 1.533 0 1 0 0-3.066 1.533 1.533 0 0 0 0 3.066Zm0 .558a2.09 2.09 0 1 0 0-4.182 2.09 2.09 0 0 0 0 4.182Z",
|
|
@@ -4308,10 +4375,10 @@ var PriceList = forwardRef76((delegated, ref) => {
|
|
|
4308
4375
|
PriceList.displayName = "PriceListIcon";
|
|
4309
4376
|
|
|
4310
4377
|
// src/iconography/price-tag.tsx
|
|
4311
|
-
import { forwardRef as
|
|
4312
|
-
import { jsx as
|
|
4313
|
-
var PriceTag =
|
|
4314
|
-
return /* @__PURE__ */
|
|
4378
|
+
import { forwardRef as forwardRef78 } from "react";
|
|
4379
|
+
import { jsx as jsx84, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
4380
|
+
var PriceTag = forwardRef78((delegated, ref) => {
|
|
4381
|
+
return /* @__PURE__ */ jsxs75("svg", {
|
|
4315
4382
|
ref,
|
|
4316
4383
|
width: "22",
|
|
4317
4384
|
height: "22",
|
|
@@ -4319,38 +4386,38 @@ var PriceTag = forwardRef77((delegated, ref) => {
|
|
|
4319
4386
|
fill: "none",
|
|
4320
4387
|
...delegated,
|
|
4321
4388
|
children: [
|
|
4322
|
-
/* @__PURE__ */
|
|
4389
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4323
4390
|
d: "M4.57615 15.8029C4.12332 15.4868 4.01254 14.8634 4.32871 14.4105L11.4395 4.22629L16.7681 3.58176L17.9989 8.80612L10.8881 18.9904C10.5719 19.4432 9.9485 19.554 9.49567 19.2378L4.57615 15.8029Z",
|
|
4324
4391
|
fill: "white"
|
|
4325
4392
|
}),
|
|
4326
|
-
/* @__PURE__ */
|
|
4393
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4327
4394
|
fillRule: "evenodd",
|
|
4328
4395
|
clipRule: "evenodd",
|
|
4329
4396
|
d: "M10.9475 3.88277C11.0453 3.74281 11.198 3.6511 11.3675 3.6306L16.696 2.98607C16.9994 2.94937 17.282 3.14663 17.3521 3.44414L18.5829 8.66851C18.622 8.83466 18.5885 9.00962 18.4908 9.14958L11.38 19.3338C10.8741 20.0584 9.8767 20.2356 9.15218 19.7297L4.23266 16.2949C3.50814 15.789 3.33088 14.7916 3.83676 14.067L10.9475 3.88277ZM17.9989 8.80609L10.8881 18.9904C10.5719 19.4432 9.94849 19.554 9.49567 19.2378L4.57615 15.8029C4.12332 15.4867 4.01254 14.8634 4.32871 14.4105L11.4395 4.22626L16.7681 3.58173L17.9989 8.80609Z",
|
|
4330
4397
|
fill: "#528693"
|
|
4331
4398
|
}),
|
|
4332
|
-
/* @__PURE__ */
|
|
4399
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4333
4400
|
d: "M3.7702 13.1376C3.37968 12.7471 3.37968 12.114 3.7702 11.7234L12.5532 2.94043L17.9123 3.23815L18.2101 8.59728L9.42706 17.3803C9.03653 17.7708 8.40337 17.7708 8.01284 17.3803L3.7702 13.1376Z",
|
|
4334
4401
|
fill: "#BFF6F8",
|
|
4335
4402
|
className: "c-icon-fill"
|
|
4336
4403
|
}),
|
|
4337
|
-
/* @__PURE__ */
|
|
4404
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4338
4405
|
fillRule: "evenodd",
|
|
4339
4406
|
clipRule: "evenodd",
|
|
4340
4407
|
d: "M12.129 2.51616C12.2497 2.39546 12.4161 2.33188 12.5865 2.34135L17.9456 2.63908C18.2508 2.65603 18.4945 2.89969 18.5114 3.20487L18.8091 8.564C18.8186 8.73444 18.755 8.90084 18.6343 9.02154L9.85132 17.8046C9.22648 18.4294 8.21342 18.4294 7.58858 17.8046L3.34594 13.5619C2.7211 12.9371 2.7211 11.924 3.34594 11.2992L12.129 2.51616ZM18.2101 8.59728L9.42706 17.3803C9.03653 17.7708 8.40337 17.7708 8.01284 17.3803L3.7702 13.1376C3.37968 12.7471 3.37968 12.114 3.7702 11.7234L12.5532 2.94043L17.9123 3.23815L18.2101 8.59728Z",
|
|
4341
4408
|
fill: "#528693"
|
|
4342
4409
|
}),
|
|
4343
|
-
/* @__PURE__ */
|
|
4410
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4344
4411
|
d: "M15.4375 5.71302C15.7304 6.00591 15.7304 6.48078 15.4375 6.77368C15.1446 7.06657 14.6697 7.06657 14.3768 6.77368C14.0839 6.48078 14.0839 6.00591 14.3768 5.71302C14.6697 5.42012 15.1446 5.42012 15.4375 5.71302Z",
|
|
4345
4412
|
fill: "white"
|
|
4346
4413
|
}),
|
|
4347
|
-
/* @__PURE__ */
|
|
4414
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4348
4415
|
fillRule: "evenodd",
|
|
4349
4416
|
clipRule: "evenodd",
|
|
4350
4417
|
d: "M15.8617 5.28875C16.3889 5.81596 16.3889 6.67073 15.8617 7.19794C15.3345 7.72515 14.4797 7.72515 13.9525 7.19794C13.4253 6.67073 13.4253 5.81596 13.9525 5.28875C14.4797 4.76155 15.3345 4.76155 15.8617 5.28875ZM15.4375 6.77368C15.7304 6.48078 15.7304 6.00591 15.4375 5.71302C15.1446 5.42012 14.6697 5.42012 14.3768 5.71302C14.0839 6.00591 14.0839 6.48078 14.3768 6.77368C14.6697 7.06657 15.1446 7.06657 15.4375 6.77368Z",
|
|
4351
4418
|
fill: "#528693"
|
|
4352
4419
|
}),
|
|
4353
|
-
/* @__PURE__ */
|
|
4420
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4354
4421
|
d: "M9.80065 13.1157C9.97264 12.9437 10.0568 12.738 10.053 12.4987C10.0512 12.2613 9.95488 11.9519 9.76419 11.5705C9.4875 11.0508 9.35476 10.6021 9.36598 10.2245C9.38094 9.84682 9.53891 9.5075 9.8399 9.20651C10.1465 8.89991 10.4868 8.73726 10.8607 8.71856C11.2364 8.70174 11.5991 8.83073 11.9487 9.10555L12.5629 8.49142L12.9807 8.90925L12.3638 9.52619C12.6348 9.88327 12.747 10.259 12.7003 10.6535C12.6554 11.0499 12.4413 11.4396 12.0581 11.8229L11.5421 11.3069C11.8057 11.0433 11.9525 10.7713 11.9824 10.4909C12.0123 10.2104 11.9207 9.96366 11.7076 9.75054C11.4851 9.52806 11.257 9.41589 11.0233 9.41402C10.7915 9.41028 10.5728 9.51124 10.3671 9.71688C10.1764 9.90758 10.0857 10.1216 10.0951 10.3591C10.1082 10.5965 10.2101 10.904 10.4008 11.2817C10.5952 11.6593 10.7158 11.9837 10.7625 12.2548C10.813 12.5258 10.8018 12.7726 10.7289 12.9951C10.6578 13.2194 10.5232 13.4307 10.325 13.6289C10.0091 13.9448 9.6595 14.1037 9.27625 14.1056C8.89486 14.1093 8.51535 13.9579 8.13771 13.6513L7.60209 14.1869L7.18706 13.7719L7.72268 13.2363C7.40673 12.8567 7.25717 12.4604 7.27399 12.0472C7.29456 11.6341 7.48992 11.2424 7.86009 10.8722L8.37888 11.391C8.11901 11.6509 7.98721 11.9192 7.98347 12.1959C7.97973 12.4726 8.10312 12.7362 8.35364 12.9867C8.59855 13.2316 8.85 13.3653 9.10799 13.3877C9.36598 13.4101 9.59687 13.3194 9.80065 13.1157Z",
|
|
4355
4422
|
fill: "#528693"
|
|
4356
4423
|
})
|
|
@@ -4360,10 +4427,10 @@ var PriceTag = forwardRef77((delegated, ref) => {
|
|
|
4360
4427
|
PriceTag.displayName = "PriceTagIcon";
|
|
4361
4428
|
|
|
4362
4429
|
// src/iconography/product.tsx
|
|
4363
|
-
import { forwardRef as
|
|
4364
|
-
import { jsx as
|
|
4365
|
-
var Product =
|
|
4366
|
-
return /* @__PURE__ */
|
|
4430
|
+
import { forwardRef as forwardRef79 } from "react";
|
|
4431
|
+
import { jsx as jsx85, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
4432
|
+
var Product = forwardRef79((delegated, ref) => {
|
|
4433
|
+
return /* @__PURE__ */ jsxs76("svg", {
|
|
4367
4434
|
ref,
|
|
4368
4435
|
width: "22",
|
|
4369
4436
|
height: "22",
|
|
@@ -4371,58 +4438,58 @@ var Product = forwardRef78((delegated, ref) => {
|
|
|
4371
4438
|
fill: "none",
|
|
4372
4439
|
...delegated,
|
|
4373
4440
|
children: [
|
|
4374
|
-
/* @__PURE__ */
|
|
4441
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4375
4442
|
d: "M8.39836 6.06214C8.39836 7.75331 7.13285 9.12428 5.57177 9.12428C4.01069 9.12428 2.74518 7.75331 2.74518 6.06214C2.74518 4.37097 4.01069 3 5.57177 3C7.13285 3 8.39836 4.37097 8.39836 6.06214Z",
|
|
4376
4443
|
fill: "#BFF6F8",
|
|
4377
4444
|
className: "c-icon-fill"
|
|
4378
4445
|
}),
|
|
4379
|
-
/* @__PURE__ */
|
|
4446
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4380
4447
|
fillRule: "evenodd",
|
|
4381
4448
|
clipRule: "evenodd",
|
|
4382
4449
|
d: "M8.99835 6.06216C8.99835 8.03858 7.50853 9.7243 5.57176 9.7243C3.63499 9.7243 2.14517 8.03858 2.14517 6.06216C2.14517 4.08574 3.63499 2.40002 5.57176 2.40002C7.50853 2.40002 8.99835 4.08574 8.99835 6.06216ZM5.57176 9.1243C7.13284 9.1243 8.39835 7.75334 8.39835 6.06216C8.39835 4.37099 7.13284 3.00002 5.57176 3.00002C4.01068 3.00002 2.74517 4.37099 2.74517 6.06216C2.74517 7.75334 4.01068 9.1243 5.57176 9.1243Z",
|
|
4383
4450
|
fill: "#528693"
|
|
4384
4451
|
}),
|
|
4385
|
-
/* @__PURE__ */
|
|
4452
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4386
4453
|
d: "M17.6319 11.7624C17.6319 15.9253 14.4681 19.3 10.5654 19.3C6.66273 19.3 3.49896 15.9253 3.49896 11.7624C3.49896 7.59954 6.66273 4.22485 10.5654 4.22485C14.4681 4.22485 17.6319 7.59954 17.6319 11.7624Z",
|
|
4387
4454
|
fill: "#BFF6F8",
|
|
4388
4455
|
className: "c-icon-fill"
|
|
4389
4456
|
}),
|
|
4390
|
-
/* @__PURE__ */
|
|
4457
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4391
4458
|
fillRule: "evenodd",
|
|
4392
4459
|
clipRule: "evenodd",
|
|
4393
4460
|
d: "M18.2319 11.7625C18.2319 16.2196 14.8354 19.9 10.5655 19.9C6.2955 19.9 2.89899 16.2196 2.89899 11.7625C2.89899 7.30526 6.2955 3.62488 10.5655 3.62488C14.8354 3.62488 18.2319 7.30526 18.2319 11.7625ZM10.5655 19.3C14.4682 19.3 17.6319 15.9253 17.6319 11.7625C17.6319 7.59956 14.4682 4.22488 10.5655 4.22488C6.66275 4.22488 3.49899 7.59956 3.49899 11.7625C3.49899 15.9253 6.66275 19.3 10.5655 19.3Z",
|
|
4394
4461
|
fill: "#528693"
|
|
4395
4462
|
}),
|
|
4396
|
-
/* @__PURE__ */
|
|
4463
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4397
4464
|
d: "M19.3279 8.04078C19.3279 9.73195 18.0624 11.1029 16.5013 11.1029C14.9403 11.1029 13.6747 9.73195 13.6747 8.04078C13.6747 6.3496 14.9403 4.97864 16.5013 4.97864C18.0624 4.97864 19.3279 6.3496 19.3279 8.04078Z",
|
|
4398
4465
|
fill: "#BFF6F8",
|
|
4399
4466
|
className: "c-icon-fill"
|
|
4400
4467
|
}),
|
|
4401
|
-
/* @__PURE__ */
|
|
4468
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4402
4469
|
fillRule: "evenodd",
|
|
4403
4470
|
clipRule: "evenodd",
|
|
4404
4471
|
d: "M19.9279 8.04074C19.9279 10.0172 18.4381 11.7029 16.5013 11.7029C14.5646 11.7029 13.0747 10.0172 13.0747 8.04074C13.0747 6.06432 14.5646 4.3786 16.5013 4.3786C18.4381 4.3786 19.9279 6.06432 19.9279 8.04074ZM16.5013 11.1029C18.0624 11.1029 19.3279 9.73191 19.3279 8.04074C19.3279 6.34957 18.0624 4.9786 16.5013 4.9786C14.9402 4.9786 13.6747 6.34957 13.6747 8.04074C13.6747 9.73191 14.9402 11.1029 16.5013 11.1029Z",
|
|
4405
4472
|
fill: "#528693"
|
|
4406
4473
|
}),
|
|
4407
|
-
/* @__PURE__ */
|
|
4474
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4408
4475
|
fillRule: "evenodd",
|
|
4409
4476
|
clipRule: "evenodd",
|
|
4410
4477
|
d: "M7.06508 11.0485L7.06561 11.0474C7.06563 11.0474 7.06557 11.0474 7.06508 11.0485L7.05935 11.0613C7.05373 11.0741 7.04471 11.0957 7.03338 11.1259C7.01073 11.1862 6.97883 11.2814 6.94635 11.4113C6.88144 11.6708 6.81396 12.0704 6.81396 12.6104C6.81396 12.7761 6.67964 12.9104 6.51396 12.9104C6.34827 12.9104 6.21396 12.7761 6.21396 12.6104C6.21396 12.0198 6.28783 11.5714 6.36427 11.2657C6.40247 11.113 6.44124 10.9961 6.4716 10.9151C6.48678 10.8747 6.49984 10.8432 6.50968 10.8207C6.51459 10.8095 6.5187 10.8005 6.52186 10.7938L6.52587 10.7854L6.52731 10.7824L6.52788 10.7813C6.52793 10.7812 6.52835 10.7803 6.79363 10.913L6.52835 10.7803C6.60246 10.6321 6.78266 10.5721 6.93085 10.6462C7.07894 10.7203 7.13897 10.9004 7.06508 11.0485Z",
|
|
4411
4478
|
fill: "#528693"
|
|
4412
4479
|
}),
|
|
4413
|
-
/* @__PURE__ */
|
|
4480
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4414
4481
|
fillRule: "evenodd",
|
|
4415
4482
|
clipRule: "evenodd",
|
|
4416
4483
|
d: "M10.3157 11.8965L10.3163 11.8954C10.3163 11.8953 10.3162 11.8954 10.3157 11.8965L10.31 11.9092C10.3044 11.9221 10.2954 11.9436 10.284 11.9738C10.2614 12.0342 10.2295 12.1293 10.197 12.2592C10.1321 12.5188 10.0646 12.9184 10.0646 13.4584C10.0646 13.6241 9.93029 13.7584 9.7646 13.7584C9.59891 13.7584 9.4646 13.6241 9.4646 13.4584C9.4646 12.8678 9.53847 12.4194 9.61491 12.1137C9.65311 11.9609 9.69188 11.844 9.72224 11.7631C9.73742 11.7226 9.75048 11.6912 9.76032 11.6687C9.76524 11.6575 9.76934 11.6485 9.7725 11.6417L9.77651 11.6333L9.77795 11.6304L9.77852 11.6292C9.77857 11.6291 9.77899 11.6283 10.0443 11.7609L9.77899 11.6283C9.8531 11.4801 10.0333 11.42 10.1815 11.4942C10.3296 11.5682 10.3896 11.7483 10.3157 11.8965Z",
|
|
4417
4484
|
fill: "#528693"
|
|
4418
4485
|
}),
|
|
4419
|
-
/* @__PURE__ */
|
|
4486
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4420
4487
|
fillRule: "evenodd",
|
|
4421
4488
|
clipRule: "evenodd",
|
|
4422
4489
|
d: "M7.59368 14.6746C7.75459 14.714 7.85301 14.8765 7.81351 15.0374C7.74019 15.3362 7.61348 15.5725 7.43374 15.7311C7.24915 15.894 7.02714 15.9577 6.81002 15.9357C6.39445 15.8936 6.04476 15.5506 5.94033 15.1329C5.90015 14.9721 5.99788 14.8093 6.15862 14.7691C6.31935 14.7289 6.48223 14.8266 6.52242 14.9873C6.57503 15.1978 6.74353 15.3259 6.8705 15.3387C6.92465 15.3442 6.97999 15.3313 7.03674 15.2812C7.09833 15.2269 7.17694 15.1139 7.23081 14.8944C7.27031 14.7335 7.43277 14.6351 7.59368 14.6746Z",
|
|
4423
4490
|
fill: "#528693"
|
|
4424
4491
|
}),
|
|
4425
|
-
/* @__PURE__ */
|
|
4492
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4426
4493
|
fillRule: "evenodd",
|
|
4427
4494
|
clipRule: "evenodd",
|
|
4428
4495
|
d: "M7.53156 14.666C7.36588 14.666 7.23156 14.8003 7.23156 14.966C7.23156 15.3263 7.34517 15.6211 7.53837 15.8387C7.72863 16.0529 7.97965 16.1739 8.22742 16.2206C8.47321 16.2669 8.73204 16.2433 8.95113 16.1492C9.17052 16.0549 9.37514 15.8762 9.44318 15.604C9.48337 15.4433 9.38564 15.2804 9.2249 15.2402C9.06416 15.2 8.90128 15.2978 8.8611 15.4585C8.85062 15.5004 8.81341 15.5553 8.71422 15.5979C8.61473 15.6407 8.47823 15.6573 8.3385 15.631C8.20076 15.605 8.07608 15.5406 7.98702 15.4403C7.90089 15.3433 7.83156 15.1945 7.83156 14.966C7.83156 14.8003 7.69725 14.666 7.53156 14.666Z",
|
|
@@ -4434,10 +4501,10 @@ var Product = forwardRef78((delegated, ref) => {
|
|
|
4434
4501
|
Product.displayName = "ProductIcon";
|
|
4435
4502
|
|
|
4436
4503
|
// src/iconography/product-shortcut.tsx
|
|
4437
|
-
import { forwardRef as
|
|
4438
|
-
import { jsx as
|
|
4439
|
-
var ProductShortcut =
|
|
4440
|
-
return /* @__PURE__ */
|
|
4504
|
+
import { forwardRef as forwardRef80 } from "react";
|
|
4505
|
+
import { jsx as jsx86, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
4506
|
+
var ProductShortcut = forwardRef80((delegated, ref) => {
|
|
4507
|
+
return /* @__PURE__ */ jsxs77("svg", {
|
|
4441
4508
|
ref,
|
|
4442
4509
|
width: "22",
|
|
4443
4510
|
height: "22",
|
|
@@ -4445,47 +4512,47 @@ var ProductShortcut = forwardRef79((delegated, ref) => {
|
|
|
4445
4512
|
fill: "none",
|
|
4446
4513
|
...delegated,
|
|
4447
4514
|
children: [
|
|
4448
|
-
/* @__PURE__ */
|
|
4515
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4449
4516
|
d: "M8.362 6.062c0 1.691-1.266 3.062-2.827 3.062-1.56 0-2.826-1.37-2.826-3.062C2.709 4.371 3.974 3 5.535 3c1.561 0 2.827 1.371 2.827 3.062z",
|
|
4450
4517
|
fill: "#BFF6F8"
|
|
4451
4518
|
}),
|
|
4452
|
-
/* @__PURE__ */
|
|
4519
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4453
4520
|
fillRule: "evenodd",
|
|
4454
4521
|
clipRule: "evenodd",
|
|
4455
4522
|
d: "M8.962 6.062c0 1.977-1.49 3.662-3.427 3.662S2.11 8.04 2.11 6.062c0-1.976 1.49-3.662 3.426-3.662 1.937 0 3.427 1.686 3.427 3.662zM5.535 9.124c1.561 0 2.827-1.37 2.827-3.062C8.362 4.371 7.096 3 5.535 3 3.975 3 2.71 4.371 2.71 6.062c0 1.691 1.265 3.062 2.826 3.062z",
|
|
4456
4523
|
fill: "#528693"
|
|
4457
4524
|
}),
|
|
4458
|
-
/* @__PURE__ */
|
|
4525
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4459
4526
|
d: "M17.595 11.762c0 4.163-3.163 7.538-7.066 7.538s-7.067-3.375-7.067-7.538c0-4.162 3.164-7.537 7.067-7.537s7.066 3.375 7.066 7.537z",
|
|
4460
4527
|
fill: "#BFF6F8"
|
|
4461
4528
|
}),
|
|
4462
|
-
/* @__PURE__ */
|
|
4529
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4463
4530
|
fillRule: "evenodd",
|
|
4464
4531
|
clipRule: "evenodd",
|
|
4465
4532
|
d: "M18.195 11.762c0 4.458-3.396 8.138-7.666 8.138-4.27 0-7.667-3.68-7.667-8.137 0-4.458 3.397-8.138 7.667-8.138s7.666 3.68 7.666 8.137zM10.53 19.3c3.903 0 7.066-3.375 7.066-7.538 0-4.162-3.163-7.537-7.066-7.537S3.462 7.6 3.462 11.762c0 4.163 3.164 7.538 7.067 7.538z",
|
|
4466
4533
|
fill: "#528693"
|
|
4467
4534
|
}),
|
|
4468
|
-
/* @__PURE__ */
|
|
4535
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4469
4536
|
d: "M19.291 8.04c0 1.692-1.265 3.063-2.826 3.063-1.561 0-2.827-1.371-2.827-3.062 0-1.691 1.266-3.062 2.827-3.062 1.56 0 2.826 1.37 2.826 3.062z",
|
|
4470
4537
|
fill: "#BFF6F8"
|
|
4471
4538
|
}),
|
|
4472
|
-
/* @__PURE__ */
|
|
4539
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4473
4540
|
fillRule: "evenodd",
|
|
4474
4541
|
clipRule: "evenodd",
|
|
4475
4542
|
d: "M19.891 8.04c0 1.977-1.49 3.663-3.426 3.663-1.937 0-3.427-1.686-3.427-3.662 0-1.977 1.49-3.662 3.427-3.662 1.936 0 3.426 1.685 3.426 3.662zm-3.426 3.063c1.56 0 2.826-1.371 2.826-3.062 0-1.691-1.265-3.062-2.826-3.062-1.561 0-2.827 1.37-2.827 3.062 0 1.69 1.266 3.062 2.827 3.062zM10.28 11.896l-.007.013a2.64 2.64 0 00-.113.35c-.065.26-.132.66-.132 1.2a.3.3 0 11-.6 0c0-.591.074-1.04.15-1.345a3.24 3.24 0 01.158-.472l.004-.009.001-.003h.001s0-.002.266.13l-.266-.132a.3.3 0 01.537.268zM7.557 14.675a.3.3 0 01.22.362c-.073.3-.2.535-.38.694a.807.807 0 01-.624.205c-.415-.042-.765-.385-.87-.803a.3.3 0 01.583-.146c.052.21.221.339.348.352A.208.208 0 007 15.28c.062-.054.14-.167.194-.387a.3.3 0 01.363-.22z",
|
|
4476
4543
|
fill: "#528693"
|
|
4477
4544
|
}),
|
|
4478
|
-
/* @__PURE__ */
|
|
4545
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4479
4546
|
fillRule: "evenodd",
|
|
4480
4547
|
clipRule: "evenodd",
|
|
4481
4548
|
d: "M7.495 14.666a.3.3 0 00-.3.3c0 .36.114.655.307.873.19.214.441.335.689.382.246.046.504.022.724-.072.219-.094.424-.273.492-.545a.3.3 0 00-.582-.145c-.01.041-.048.096-.147.139a.666.666 0 01-.376.033.619.619 0 01-.352-.19c-.086-.098-.155-.247-.155-.475a.3.3 0 00-.3-.3z",
|
|
4482
4549
|
fill: "#528693"
|
|
4483
4550
|
}),
|
|
4484
|
-
/* @__PURE__ */
|
|
4551
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4485
4552
|
d: "M20.378 1.185a.558.558 0 01.616.614l-.51 6.188c-.046.544-.717.835-1.083.468l-.67-.67-.669-.668L6.708 18.472s-2.013 1.701-3.251 1.33c-1.215-.363-1.778-1.33-1.681-2.72.072-1.04 1.442-2.824 1.442-2.824l.562 1.285L15.2 4.255l-.805-.805-.651-.651c-.366-.366-.078-1.036.466-1.083l6.168-.531z",
|
|
4486
4553
|
fill: "#FFDE99"
|
|
4487
4554
|
}),
|
|
4488
|
-
/* @__PURE__ */
|
|
4555
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4489
4556
|
fillRule: "evenodd",
|
|
4490
4557
|
clipRule: "evenodd",
|
|
4491
4558
|
d: "M3.78 15.543L15.2 4.255l-1.456-1.456c-.366-.366-.078-1.036.466-1.083l6.168-.531a.558.558 0 01.616.614l-.51 6.188c-.046.544-.717.835-1.083.468l-1.339-1.338L6.708 18.472s-2.013 1.701-3.251 1.33c-1.215-.363-1.778-1.33-1.681-2.72.046-.667.627-1.64 1.037-2.253.229-.341.405-.57.405-.57l.562 1.284zm-.562-1.284l-.476-.366-.002.002-.004.005-.013.017a7.77 7.77 0 00-.21.29c-.136.191-.317.458-.501.76a8.725 8.725 0 00-.53.993c-.148.337-.28.718-.305 1.081-.054.781.073 1.503.435 2.098.367.604.942 1.02 1.673 1.239.467.14.956.072 1.372-.052a5.677 5.677 0 001.189-.53 9.483 9.483 0 001.22-.842l.02-.017.006-.005.002-.001v-.001l-.386-.458.387.458.02-.016L18.061 7.966l.914.914c.392.391.928.405 1.325.233.396-.171.737-.557.78-1.077l.511-6.188a1.157 1.157 0 00-1.265-1.26l-6.168.53a1.293 1.293 0 00-1.074.782c-.171.397-.157.932.234 1.323l1.03 1.03-10.37 10.25-.619-1.415-.618.805.476.365z",
|
|
@@ -4497,10 +4564,10 @@ var ProductShortcut = forwardRef79((delegated, ref) => {
|
|
|
4497
4564
|
ProductShortcut.displayName = "ProductShortcutIcon";
|
|
4498
4565
|
|
|
4499
4566
|
// src/iconography/property-table.tsx
|
|
4500
|
-
import { forwardRef as
|
|
4501
|
-
import { jsx as
|
|
4502
|
-
var PropertyTable =
|
|
4503
|
-
return /* @__PURE__ */
|
|
4567
|
+
import { forwardRef as forwardRef81 } from "react";
|
|
4568
|
+
import { jsx as jsx87, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
4569
|
+
var PropertyTable = forwardRef81((delegated, ref) => {
|
|
4570
|
+
return /* @__PURE__ */ jsxs78("svg", {
|
|
4504
4571
|
ref,
|
|
4505
4572
|
width: "22",
|
|
4506
4573
|
height: "22",
|
|
@@ -4508,23 +4575,23 @@ var PropertyTable = forwardRef80((delegated, ref) => {
|
|
|
4508
4575
|
fill: "none",
|
|
4509
4576
|
...delegated,
|
|
4510
4577
|
children: [
|
|
4511
|
-
/* @__PURE__ */
|
|
4578
|
+
/* @__PURE__ */ jsx87("path", {
|
|
4512
4579
|
d: "M5.25482 3H9.34603C9.74692 3 10.034 3.38464 9.92363 3.77005C9.31279 5.9038 8.66795 8.74673 10 10.7037C11.295 12.6062 10.8547 16.1665 10.264 18.5558C10.199 18.8189 9.96088 19 9.68994 19H5.2986C4.86287 19 4.56788 18.5491 4.71707 18.1398C5.45619 16.1115 6.17961 12.7471 4.851 10.7037C3.42147 8.50515 4.0913 5.11706 4.70833 3.37652C4.78991 3.14641 5.01068 3 5.25482 3Z",
|
|
4513
4580
|
fill: "#BFF6F8",
|
|
4514
4581
|
className: "c-icon-fill"
|
|
4515
4582
|
}),
|
|
4516
|
-
/* @__PURE__ */
|
|
4583
|
+
/* @__PURE__ */ jsx87("path", {
|
|
4517
4584
|
fillRule: "evenodd",
|
|
4518
4585
|
clipRule: "evenodd",
|
|
4519
4586
|
d: "M5.25483 2.40002H9.34604C10.15 2.40002 10.7194 3.1706 10.5005 3.93521C10.1971 4.99483 9.89923 6.18576 9.83223 7.33802C9.76516 8.49157 9.93372 9.54003 10.496 10.3661C11.2487 11.472 11.4617 12.9902 11.4391 14.4565C11.4162 15.9424 11.1488 17.477 10.8465 18.6999C10.7133 19.2387 10.2285 19.6 9.68995 19.6H5.29861C4.41674 19.6 3.87182 18.7069 4.15334 17.9343C4.5103 16.9548 4.85962 15.6611 4.96133 14.3799C5.06407 13.0857 4.90738 11.8911 4.34799 11.0308C3.53603 9.78203 3.34403 8.23969 3.41295 6.8389C3.48228 5.42955 3.8191 4.08925 4.14283 3.17606C4.31474 2.69113 4.77328 2.40002 5.25483 2.40002ZM9.34604 3.00002H5.25483C5.01069 3.00002 4.78992 3.14643 4.70835 3.37654C4.09132 5.11708 3.42149 8.50517 4.85101 10.7037C6.17962 12.7471 5.4562 16.1115 4.71708 18.1398C4.56789 18.5492 4.86288 19 5.29861 19H9.68995C9.9609 19 10.199 18.8189 10.264 18.5559C10.8548 16.1665 11.295 12.6062 10 10.7037C8.66796 8.74676 9.31281 5.90382 9.92364 3.77008C10.034 3.38466 9.74693 3.00002 9.34604 3.00002Z",
|
|
4520
4587
|
fill: "#528693"
|
|
4521
4588
|
}),
|
|
4522
|
-
/* @__PURE__ */
|
|
4589
|
+
/* @__PURE__ */ jsx87("path", {
|
|
4523
4590
|
d: "M13.2548 3H17.346C17.7469 3 18.034 3.38464 17.9236 3.77005C17.3128 5.9038 16.6679 8.74673 18 10.7037C19.295 12.6062 18.8547 16.1665 18.264 18.5558C18.199 18.8189 17.9609 19 17.6899 19H13.2986C12.8629 19 12.5679 18.5491 12.7171 18.1398C13.4562 16.1115 14.1796 12.7471 12.851 10.7037C11.4215 8.50515 12.0913 5.11706 12.7083 3.37652C12.7899 3.14641 13.0107 3 13.2548 3Z",
|
|
4524
4591
|
fill: "#BFF6F8",
|
|
4525
4592
|
className: "c-icon-fill"
|
|
4526
4593
|
}),
|
|
4527
|
-
/* @__PURE__ */
|
|
4594
|
+
/* @__PURE__ */ jsx87("path", {
|
|
4528
4595
|
fillRule: "evenodd",
|
|
4529
4596
|
clipRule: "evenodd",
|
|
4530
4597
|
d: "M13.2548 2.40002H17.346C18.15 2.40002 18.7194 3.1706 18.5005 3.93521C18.1971 4.99483 17.8992 6.18576 17.8322 7.33802C17.7652 8.49157 17.9337 9.54003 18.496 10.3661C19.2487 11.472 19.4617 12.9902 19.4391 14.4565C19.4162 15.9424 19.1488 17.477 18.8465 18.6999C18.7133 19.2387 18.2285 19.6 17.69 19.6H13.2986C12.4167 19.6 11.8718 18.7069 12.1533 17.9343C12.5103 16.9548 12.8596 15.6611 12.9613 14.3799C13.0641 13.0857 12.9074 11.8911 12.348 11.0308C11.536 9.78203 11.344 8.23969 11.4129 6.8389C11.4823 5.42955 11.8191 4.08925 12.1428 3.17606C12.3147 2.69113 12.7733 2.40002 13.2548 2.40002ZM17.346 3.00002H13.2548C13.0107 3.00002 12.7899 3.14643 12.7083 3.37654C12.0913 5.11708 11.4215 8.50517 12.851 10.7037C14.1796 12.7471 13.4562 16.1115 12.7171 18.1398C12.5679 18.5492 12.8629 19 13.2986 19H17.69C17.9609 19 18.199 18.8189 18.264 18.5559C18.8548 16.1665 19.295 12.6062 18 10.7037C16.668 8.74676 17.3128 5.90382 17.9236 3.77008C18.034 3.38466 17.7469 3.00002 17.346 3.00002Z",
|
|
@@ -4536,10 +4603,10 @@ var PropertyTable = forwardRef80((delegated, ref) => {
|
|
|
4536
4603
|
PropertyTable.displayName = "PropertyTable";
|
|
4537
4604
|
|
|
4538
4605
|
// src/iconography/relation.tsx
|
|
4539
|
-
import { forwardRef as
|
|
4540
|
-
import { jsx as
|
|
4541
|
-
var Relation =
|
|
4542
|
-
return /* @__PURE__ */
|
|
4606
|
+
import { forwardRef as forwardRef82 } from "react";
|
|
4607
|
+
import { jsx as jsx88, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
4608
|
+
var Relation = forwardRef82((delegated, ref) => {
|
|
4609
|
+
return /* @__PURE__ */ jsxs79("svg", {
|
|
4543
4610
|
ref,
|
|
4544
4611
|
width: "22",
|
|
4545
4612
|
height: "22",
|
|
@@ -4547,12 +4614,12 @@ var Relation = forwardRef81((delegated, ref) => {
|
|
|
4547
4614
|
fill: "none",
|
|
4548
4615
|
...delegated,
|
|
4549
4616
|
children: [
|
|
4550
|
-
/* @__PURE__ */
|
|
4617
|
+
/* @__PURE__ */ jsx88("path", {
|
|
4551
4618
|
d: "M14.8812 3.79999C12.9026 3.79999 11.9488 5.40165 11.2618 6.69266C11.1494 6.90405 10.8506 6.90407 10.7381 6.69269C10.051 5.40167 9.09737 3.79999 7.11879 3.79999C4.87692 3.79999 3 5.8738 3 8.43196C3 12.5133 11 18.8 11 18.8C11 18.8 19 12.5133 19 8.43196C19.0003 5.8738 17.123 3.79999 14.8812 3.79999Z",
|
|
4552
4619
|
fill: "#BFF6F8",
|
|
4553
4620
|
className: "c-icon-fill"
|
|
4554
4621
|
}),
|
|
4555
|
-
/* @__PURE__ */
|
|
4622
|
+
/* @__PURE__ */ jsx88("path", {
|
|
4556
4623
|
fillRule: "evenodd",
|
|
4557
4624
|
clipRule: "evenodd",
|
|
4558
4625
|
d: "M10.6292 19.2718L11 18.8L11.3707 19.2718C11.1531 19.4428 10.8468 19.4428 10.6292 19.2718ZM19 8.43199C19.0002 5.87382 17.123 3.80001 14.8812 3.80001C12.9026 3.80001 11.9488 5.40167 11.2618 6.69268C11.1494 6.90407 10.8506 6.90409 10.7381 6.69271C10.051 5.40169 9.09736 3.80001 7.11879 3.80001C4.87691 3.80001 2.99999 5.87382 2.99999 8.43199C2.99999 12.5133 11 18.8 11 18.8C10.6292 19.2718 10.6294 19.2719 10.6292 19.2718L10.6223 19.2663L10.6039 19.2517L10.5345 19.1963C10.4742 19.1479 10.3864 19.0769 10.2751 18.9853C10.0526 18.8024 9.73574 18.5372 9.35593 18.2064C8.59713 17.5456 7.58324 16.6197 6.5673 15.5622C5.55372 14.5071 4.52485 13.3074 3.74571 12.0989C2.97688 10.9064 2.39999 9.62795 2.39999 8.43199C2.39999 5.60736 4.48415 3.20001 7.11879 3.20001C9.2023 3.20001 10.3084 4.70368 10.9999 5.92098C11.6914 4.70363 12.7977 3.20001 14.8812 3.20001C17.5157 3.20001 19.6002 5.60728 19.6 8.43199M19 8.43199C19 12.5133 11 18.8 11 18.8C11.3707 19.2718 11.3706 19.2719 11.3707 19.2718L11.3777 19.2663L11.396 19.2517L11.4654 19.1963C11.5258 19.1479 11.6135 19.0769 11.7248 18.9854C11.9473 18.8024 12.2642 18.5372 12.644 18.2064C13.4028 17.5456 14.4167 16.6197 15.4327 15.5622C16.4462 14.5071 17.4751 13.3074 18.2543 12.0989C19.0231 10.9064 19.6 9.62793 19.6 8.43199",
|
|
@@ -4564,10 +4631,10 @@ var Relation = forwardRef81((delegated, ref) => {
|
|
|
4564
4631
|
Relation.displayName = "Relation";
|
|
4565
4632
|
|
|
4566
4633
|
// src/iconography/renew.tsx
|
|
4567
|
-
import { forwardRef as
|
|
4568
|
-
import { jsx as
|
|
4569
|
-
var Renew =
|
|
4570
|
-
return /* @__PURE__ */
|
|
4634
|
+
import { forwardRef as forwardRef83 } from "react";
|
|
4635
|
+
import { jsx as jsx89, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
4636
|
+
var Renew = forwardRef83((delegated, ref) => {
|
|
4637
|
+
return /* @__PURE__ */ jsxs80("svg", {
|
|
4571
4638
|
ref,
|
|
4572
4639
|
width: "22",
|
|
4573
4640
|
height: "22",
|
|
@@ -4575,21 +4642,21 @@ var Renew = forwardRef82((delegated, ref) => {
|
|
|
4575
4642
|
fill: "none",
|
|
4576
4643
|
...delegated,
|
|
4577
4644
|
children: [
|
|
4578
|
-
/* @__PURE__ */
|
|
4645
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4579
4646
|
d: "M7.08054 10.4135H8.91886C8.91886 10.4135 6.21721 14.0757 5.85357 14.5583C4.81898 13.1782 3.80149 11.8182 2.75087 10.4169H4.54216C4.71531 8.06261 5.67401 6.17473 7.47492 4.78678C8.79488 3.76791 10.2955 3.3116 11.9307 3.38206C12.9972 3.42832 13.9853 3.70955 14.8998 4.22048C15.5288 4.57186 15.6186 5.40451 15.1811 5.97692L-nan -nanL-nan -nanL15.1811 5.97692C14.7464 6.54573 13.9482 6.64535 13.2901 6.36336C11.8846 5.76101 10.4618 5.89061 9.04498 6.86926C7.85755 7.68906 7.23231 8.90141 7.08054 10.4124V10.4135Z",
|
|
4580
4647
|
fill: "#BFF6F8"
|
|
4581
4648
|
}),
|
|
4582
|
-
/* @__PURE__ */
|
|
4649
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4583
4650
|
fillRule: "evenodd",
|
|
4584
4651
|
clipRule: "evenodd",
|
|
4585
4652
|
d: "M9.40169 10.7697L8.91886 10.4135H7.08054V10.4124C7.10115 10.2072 7.1305 10.0075 7.1688 9.81352C7.41251 8.57936 8.01882 7.57773 9.04498 6.86928C10.4618 5.89063 11.8846 5.76103 13.2901 6.36338C13.9482 6.64537 14.7464 6.54575 15.1811 5.97694C15.6186 5.40453 15.5288 4.57187 14.8998 4.2205C13.9853 3.70957 12.9972 3.42834 11.9307 3.38208C10.2955 3.31162 8.79488 3.76793 7.47492 4.7868C5.67401 6.17475 4.7153 8.06262 4.54216 10.4169H2.75087C2.9014 10.6177 3.05125 10.8176 3.20058 11.0169C3.587 11.5326 3.96986 12.0438 4.35171 12.5536C4.72749 13.0554 5.10229 13.5559 5.47856 14.058C5.60337 14.2246 5.72834 14.3913 5.85357 14.5584C5.9166 14.4747 6.04988 14.2955 6.22717 14.0564C6.81207 13.2676 7.87592 11.8267 8.47611 11.0135C8.74349 10.6512 8.91886 10.4135 8.91886 10.4135L9.40169 10.7697L8.9738 11.3496C8.71481 11.7005 8.36569 12.1734 8.00519 12.6615C7.28564 13.6356 6.51682 14.6752 6.33276 14.9194C6.21923 15.0701 6.04147 15.1586 5.85282 15.1584C5.66418 15.1581 5.48663 15.0692 5.37348 14.9182C4.86944 14.2459 4.37116 13.5805 3.87125 12.913C3.3425 12.207 2.81193 11.4986 2.2708 10.7768C2.13449 10.595 2.11259 10.3517 2.21424 10.1485C2.31588 9.94526 2.52362 9.81688 2.75087 9.81688H3.99953C4.28818 7.55897 5.30719 5.70008 7.1083 4.31184M7.1083 4.31184C8.54315 3.20433 10.1836 2.70624 11.9565 2.78263C13.116 2.83293 14.1957 3.13982 15.1925 3.6967C16.2047 4.26224 16.2699 5.54032 15.6578 6.34127C15.0108 7.18787 13.8882 7.27246 13.0538 6.91487C11.8476 6.39799 10.642 6.49532 9.38598 7.36295C8.53805 7.94836 8.01288 8.76671 7.78161 9.81352H8.91886C9.14527 9.81352 9.3524 9.94097 9.45445 10.1431C9.5565 10.3452 9.5361 10.5875 9.40169 10.7697",
|
|
4586
4653
|
fill: "#528693"
|
|
4587
4654
|
}),
|
|
4588
|
-
/* @__PURE__ */
|
|
4655
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4589
4656
|
d: "M16.8044 11.5865L14.9661 11.5865C14.9661 11.5865 17.6677 7.92426 18.0313 7.44167C19.0659 8.82179 20.0834 10.1818 21.134 11.5831L19.3428 11.5831C19.1696 13.9374 18.2109 15.8253 16.41 17.2132C15.09 18.2321 13.5895 18.6884 11.9542 18.6179C10.8878 18.5717 9.89961 18.2904 8.9851 17.7795C8.35615 17.4281 8.26636 16.5955 8.70383 16.0231L-nan -nanL-nan -nanL8.70383 16.0231C9.13856 15.4543 9.93675 15.3546 10.5948 15.6366C12.0004 16.239 13.4232 16.1094 14.8399 15.1307C16.0274 14.3109 16.6526 13.0986 16.8044 11.5876L16.8044 11.5865Z",
|
|
4590
4657
|
fill: "#BFF6F8"
|
|
4591
4658
|
}),
|
|
4592
|
-
/* @__PURE__ */
|
|
4659
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4593
4660
|
fillRule: "evenodd",
|
|
4594
4661
|
clipRule: "evenodd",
|
|
4595
4662
|
d: "M14.4832 11.2303L14.9661 11.5865L16.8044 11.5865L16.8044 11.5876C16.7838 11.7928 16.7544 11.9925 16.7161 12.1865C16.4724 13.4206 15.8661 14.4223 14.8399 15.1307C13.4232 16.1094 12.0004 16.239 10.5948 15.6366C9.93675 15.3546 9.13856 15.4543 8.70383 16.0231C8.26636 16.5955 8.35616 17.4281 8.9851 17.7795C9.89961 18.2904 10.8878 18.5717 11.9542 18.6179C13.5895 18.6884 15.09 18.2321 16.41 17.2132C18.2109 15.8253 19.1696 13.9374 19.3428 11.5831L21.1341 11.5831C20.9835 11.3823 20.8337 11.1824 20.6843 10.9831C20.2979 10.4674 19.9151 9.95622 19.5332 9.44635C19.1574 8.9446 18.7826 8.44415 18.4064 7.942C18.2815 7.77544 18.1566 7.60869 18.0314 7.44165C17.9683 7.5253 17.835 7.70449 17.6577 7.94359C17.0728 8.73241 16.009 10.1733 15.4088 10.9865C15.1414 11.3488 14.9661 11.5865 14.9661 11.5865L14.4832 11.2303L14.9111 10.6504C15.1701 10.2995 15.5192 9.82657 15.8797 9.33854C16.5993 8.36444 17.3681 7.32484 17.5522 7.08057C17.6657 6.92991 17.8435 6.84141 18.0321 6.84165C18.2207 6.84188 18.3983 6.93082 18.5114 7.08176C19.0155 7.75414 19.5138 8.41947 20.0137 9.08697C20.5424 9.79298 21.073 10.5014 21.6141 11.2232C21.7504 11.405 21.7723 11.6483 21.6707 11.8515C21.569 12.0547 21.3613 12.1831 21.1341 12.1831L19.8854 12.1831C19.5967 14.441 18.5777 16.2999 16.7766 17.6882M16.7766 17.6882C15.3418 18.7957 13.7013 19.2938 11.9284 19.2174C10.7689 19.1671 9.68923 18.8602 8.69246 18.3033C7.68018 17.7378 7.61497 16.4597 8.22712 15.6587C8.87415 14.8121 9.9967 14.7275 10.8311 15.0851C12.0373 15.602 13.2429 15.5047 14.4989 14.637C15.3469 14.0516 15.872 13.2333 16.1033 12.1865L14.9661 12.1865C14.7397 12.1865 14.5325 12.059 14.4305 11.8569C14.3284 11.6548 14.3488 11.4125 14.4832 11.2303",
|
|
@@ -4601,10 +4668,10 @@ var Renew = forwardRef82((delegated, ref) => {
|
|
|
4601
4668
|
Renew.displayName = "RenewIcon";
|
|
4602
4669
|
|
|
4603
4670
|
// src/iconography/restricted-catalogue.tsx
|
|
4604
|
-
import { forwardRef as
|
|
4605
|
-
import { jsx as
|
|
4606
|
-
var RestrictedCatalogue =
|
|
4607
|
-
return /* @__PURE__ */
|
|
4671
|
+
import { forwardRef as forwardRef84 } from "react";
|
|
4672
|
+
import { jsx as jsx90, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
4673
|
+
var RestrictedCatalogue = forwardRef84((delegated, ref) => {
|
|
4674
|
+
return /* @__PURE__ */ jsxs81("svg", {
|
|
4608
4675
|
ref,
|
|
4609
4676
|
width: "22",
|
|
4610
4677
|
height: "22",
|
|
@@ -4612,41 +4679,41 @@ var RestrictedCatalogue = forwardRef83((delegated, ref) => {
|
|
|
4612
4679
|
fill: "none",
|
|
4613
4680
|
...delegated,
|
|
4614
4681
|
children: [
|
|
4615
|
-
/* @__PURE__ */
|
|
4682
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4616
4683
|
fill: "#FFDE99",
|
|
4617
4684
|
d: "M11.14 5.027h8.041v12.615a.27.27 0 0 1-.009.071c-.097.356-.562 1.052-1.242 1.052H11.3c-.088 0-.16-.141-.16-.315V5.027Z"
|
|
4618
4685
|
}),
|
|
4619
|
-
/* @__PURE__ */
|
|
4686
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4620
4687
|
fill: "#FFEDC6",
|
|
4621
4688
|
d: "M19.181 3.525a.31.31 0 0 0-.31-.31h-5.636a2.067 2.067 0 0 0-2.068 2.069v12.97c0-2.704 6.188-2.276 7.663-2.117a.317.317 0 0 0 .351-.316V3.526Z"
|
|
4622
4689
|
}),
|
|
4623
|
-
/* @__PURE__ */
|
|
4690
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4624
4691
|
fill: "#fff",
|
|
4625
4692
|
d: "M3.415 5.027h7.576v12.857c0 .166-.068.302-.151.302H3.566c-.084 0-.151-.136-.151-.302V5.027Z"
|
|
4626
4693
|
}),
|
|
4627
|
-
/* @__PURE__ */
|
|
4694
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4628
4695
|
fill: "#528693",
|
|
4629
4696
|
fillRule: "evenodd",
|
|
4630
4697
|
d: "M2.81 4.423h8.496v13.46c0 .501-.406.907-.906.907H3.717a.906.906 0 0 1-.906-.906V4.423Zm.605.604v12.857c0 .166.135.302.302.302H10.4a.302.302 0 0 0 .302-.302V5.027H3.415Z",
|
|
4631
4698
|
clipRule: "evenodd"
|
|
4632
4699
|
}),
|
|
4633
|
-
/* @__PURE__ */
|
|
4700
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4634
4701
|
fill: "#BFF6F8",
|
|
4635
4702
|
d: "M3.415 4.12c0-.166.135-.302.302-.302H8.65a2.01 2.01 0 0 1 2.014 2.01v12.589c0-2.624-5.471-2.209-6.907-2.054a.309.309 0 0 1-.342-.306V4.12Z"
|
|
4636
4703
|
}),
|
|
4637
|
-
/* @__PURE__ */
|
|
4704
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4638
4705
|
fill: "#528693",
|
|
4639
4706
|
fillRule: "evenodd",
|
|
4640
4707
|
d: "M10.06 17.161c-1.463-1.21-5.16-.921-6.303-.798a.309.309 0 0 1-.342-.307V4.12c0-.166.135-.302.302-.302H8.65a2.01 2.01 0 0 1 2.014 2.009v12.59c0-.536-.229-.945-.604-1.256ZM3.717 3.214H8.65a2.614 2.614 0 0 1 2.618 2.613v12.938H10.06v-.348c0-.397-.186-.688-.589-.934-.429-.263-1.06-.438-1.801-.536-1.473-.195-3.14-.06-3.849.016a.913.913 0 0 1-1.01-.907V4.12c0-.5.406-.906.906-.906Z",
|
|
4641
4708
|
clipRule: "evenodd"
|
|
4642
4709
|
}),
|
|
4643
|
-
/* @__PURE__ */
|
|
4710
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4644
4711
|
fill: "#528693",
|
|
4645
4712
|
fillRule: "evenodd",
|
|
4646
4713
|
d: "M18.585 3.824a.04.04 0 0 0-.028-.01h-.578a.302.302 0 0 1 0-.604h.578c.329 0 .632.254.632.61v.653a.302.302 0 1 1-.604 0v-.649Zm-1.846-.312a.302.302 0 0 0-.302-.302H15.28a.302.302 0 0 0 0 .604h1.156a.302.302 0 0 0 .302-.302Zm-2.698 0a.302.302 0 0 0-.302-.302h-.578c-.278 0-.545.043-.796.121a.302.302 0 0 0 .18.577c.193-.06.4-.094.616-.094h.578a.302.302 0 0 0 .302-.302Zm4.846 2.4a.302.302 0 0 0-.302.301v1.305a.302.302 0 1 0 .604 0V6.213a.302.302 0 0 0-.302-.302ZM10.96 7.387a.302.302 0 0 0-.303.302v1.163a.302.302 0 1 0 .604 0V7.69a.302.302 0 0 0-.301-.302Zm7.928 1.568a.302.302 0 0 0-.302.302v1.305a.302.302 0 0 0 .604 0V9.258a.302.302 0 0 0-.302-.302Zm-7.928 1.145a.302.302 0 0 0-.303.302v1.163a.302.302 0 1 0 .604 0v-1.163a.302.302 0 0 0-.301-.302Zm7.928 1.9a.302.302 0 0 0-.302.302v1.305a.302.302 0 0 0 .604 0v-1.305a.302.302 0 0 0-.302-.302Zm-7.928.813a.302.302 0 0 0-.303.302v1.163a.302.302 0 1 0 .604 0v-1.163a.302.302 0 0 0-.301-.302Zm7.928 2.232a.302.302 0 0 0-.302.303v.65l-.003.01a.26.26 0 0 0-.02.003.06.06 0 0 1-.019.001 24.867 24.867 0 0 0-.615-.054.302.302 0 1 0-.045.603c.238.018.442.036.6.052a.663.663 0 0 0 .214-.013.302.302 0 0 0 .215-.187.302.302 0 0 0 .23-.181.596.596 0 0 0 .047-.232v-.652a.302.302 0 0 0-.302-.303Zm-7.928.48a.302.302 0 0 0-.303.303v1.161a.302.302 0 1 0 .604 0V15.83a.302.302 0 0 0-.301-.302Zm5.32.363a19.33 19.33 0 0 0-1.243.028.302.302 0 1 0 .034.603c.408-.023.815-.03 1.203-.026a.302.302 0 1 0 .006-.605Zm-2.549.464a.302.302 0 0 0-.355-.238 6.167 6.167 0 0 0-1.231.367.302.302 0 0 0 .239.555c.323-.14.7-.247 1.11-.329a.302.302 0 0 0 .237-.355Zm-2.54 1.18a.302.302 0 0 0-.396.163c-.09.218-.138.457-.138.714v.355h.604v-.355c0-.182.034-.34.092-.482a.302.302 0 0 0-.163-.395Z",
|
|
4647
4714
|
clipRule: "evenodd"
|
|
4648
4715
|
}),
|
|
4649
|
-
/* @__PURE__ */
|
|
4716
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4650
4717
|
fill: "#528693",
|
|
4651
4718
|
fillRule: "evenodd",
|
|
4652
4719
|
d: "M18.886 16.776c.167 0 .302.136.302.303v.333c0 .138-.023.271-.065.396a.302.302 0 0 1-.572-.196.614.614 0 0 0 .033-.2v-.333c0-.167.136-.303.302-.303Zm-.312 1.544a.302.302 0 0 1-.183.386c-.125.045-.26.07-.4.07h-.723a.302.302 0 0 1 0-.605h.724c.069 0 .135-.012.196-.034a.302.302 0 0 1 .386.183Zm-6.614.455h-.724v-.604h.724a.302.302 0 1 1 0 .604Zm1.628-.302c0-.167.135-.302.302-.302h1.448a.302.302 0 1 1 0 .604H13.89a.302.302 0 0 1-.302-.302Z",
|
|
@@ -4658,10 +4725,10 @@ var RestrictedCatalogue = forwardRef83((delegated, ref) => {
|
|
|
4658
4725
|
RestrictedCatalogue.displayName = "RestrictedCatalogueIcon";
|
|
4659
4726
|
|
|
4660
4727
|
// src/iconography/rich-text.tsx
|
|
4661
|
-
import { forwardRef as
|
|
4662
|
-
import { jsx as
|
|
4663
|
-
var RichText =
|
|
4664
|
-
return /* @__PURE__ */
|
|
4728
|
+
import { forwardRef as forwardRef85 } from "react";
|
|
4729
|
+
import { jsx as jsx91, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
4730
|
+
var RichText = forwardRef85((delegated, ref) => {
|
|
4731
|
+
return /* @__PURE__ */ jsxs82("svg", {
|
|
4665
4732
|
ref,
|
|
4666
4733
|
width: "22",
|
|
4667
4734
|
height: "22",
|
|
@@ -4669,34 +4736,34 @@ var RichText = forwardRef84((delegated, ref) => {
|
|
|
4669
4736
|
fill: "none",
|
|
4670
4737
|
...delegated,
|
|
4671
4738
|
children: [
|
|
4672
|
-
/* @__PURE__ */
|
|
4739
|
+
/* @__PURE__ */ jsx91("path", {
|
|
4673
4740
|
d: "M4 4.6C4 4.26863 4.26863 4 4.6 4H17.4C17.7314 4 18 4.26863 18 4.6V6.2C18 6.53137 17.7314 6.8 17.4 6.8H4.6C4.26863 6.8 4 6.53137 4 6.2V4.6Z",
|
|
4674
4741
|
fill: "#BFF6F8",
|
|
4675
4742
|
className: "c-icon-fill"
|
|
4676
4743
|
}),
|
|
4677
|
-
/* @__PURE__ */
|
|
4744
|
+
/* @__PURE__ */ jsx91("path", {
|
|
4678
4745
|
fillRule: "evenodd",
|
|
4679
4746
|
clipRule: "evenodd",
|
|
4680
4747
|
d: "M4.59999 3.40002H17.4C18.0627 3.40002 18.6 3.93728 18.6 4.60002V6.20003C18.6 6.86277 18.0627 7.40002 17.4 7.40002H4.59999C3.93725 7.40002 3.39999 6.86277 3.39999 6.20002V4.60002C3.39999 3.93728 3.93725 3.40002 4.59999 3.40002ZM4.59999 4.00002C4.26862 4.00002 3.99999 4.26865 3.99999 4.60002V6.20002C3.99999 6.5314 4.26862 6.80002 4.59999 6.80002H17.4C17.7314 6.80002 18 6.5314 18 6.20003V4.60002C18 4.26865 17.7314 4.00002 17.4 4.00002H4.59999Z",
|
|
4681
4748
|
fill: "#528693"
|
|
4682
4749
|
}),
|
|
4683
|
-
/* @__PURE__ */
|
|
4750
|
+
/* @__PURE__ */ jsx91("path", {
|
|
4684
4751
|
d: "M4 10.2C4 9.86867 4.26863 9.60004 4.6 9.60004H17.4C17.7314 9.60004 18 9.86867 18 10.2V11.8C18 12.1314 17.7314 12.4 17.4 12.4H4.6C4.26863 12.4 4 12.1314 4 11.8V10.2Z",
|
|
4685
4752
|
className: "c-icon-fill",
|
|
4686
4753
|
fill: "#BFF6F8"
|
|
4687
4754
|
}),
|
|
4688
|
-
/* @__PURE__ */
|
|
4755
|
+
/* @__PURE__ */ jsx91("path", {
|
|
4689
4756
|
fillRule: "evenodd",
|
|
4690
4757
|
clipRule: "evenodd",
|
|
4691
4758
|
d: "M4.59999 9H17.4C18.0627 9 18.6 9.53726 18.6 10.2V11.8C18.6 12.4627 18.0627 13 17.4 13H4.59999C3.93725 13 3.39999 12.4627 3.39999 11.8V10.2C3.39999 9.53726 3.93725 9 4.59999 9ZM4.59999 9.6C4.26862 9.6 3.99999 9.86863 3.99999 10.2V11.8C3.99999 12.1314 4.26862 12.4 4.59999 12.4H17.4C17.7314 12.4 18 12.1314 18 11.8V10.2C18 9.86863 17.7314 9.6 17.4 9.6H4.59999Z",
|
|
4692
4759
|
fill: "#528693"
|
|
4693
4760
|
}),
|
|
4694
|
-
/* @__PURE__ */
|
|
4761
|
+
/* @__PURE__ */ jsx91("path", {
|
|
4695
4762
|
d: "M4 15.8C4 15.4686 4.26863 15.2 4.6 15.2H13.025C13.3564 15.2 13.625 15.4686 13.625 15.8V17.4C13.625 17.7314 13.3564 18 13.025 18H4.6C4.26863 18 4 17.7314 4 17.4V15.8Z",
|
|
4696
4763
|
className: "c-icon-fill",
|
|
4697
4764
|
fill: "#BFF6F8"
|
|
4698
4765
|
}),
|
|
4699
|
-
/* @__PURE__ */
|
|
4766
|
+
/* @__PURE__ */ jsx91("path", {
|
|
4700
4767
|
fillRule: "evenodd",
|
|
4701
4768
|
clipRule: "evenodd",
|
|
4702
4769
|
d: "M4.59999 14.6H13.025C13.6877 14.6 14.225 15.1373 14.225 15.8V17.4C14.225 18.0628 13.6877 18.6 13.025 18.6H4.59999C3.93725 18.6 3.39999 18.0628 3.39999 17.4V15.8C3.39999 15.1373 3.93725 14.6 4.59999 14.6ZM4.59999 15.2C4.26862 15.2 3.99999 15.4687 3.99999 15.8V17.4C3.99999 17.7314 4.26862 18 4.59999 18H13.025C13.3564 18 13.625 17.7314 13.625 17.4V15.8C13.625 15.4687 13.3564 15.2 13.025 15.2H4.59999Z",
|
|
@@ -4708,10 +4775,10 @@ var RichText = forwardRef84((delegated, ref) => {
|
|
|
4708
4775
|
RichText.displayName = "RichText";
|
|
4709
4776
|
|
|
4710
4777
|
// src/iconography/rocket.tsx
|
|
4711
|
-
import { forwardRef as
|
|
4712
|
-
import { jsx as
|
|
4713
|
-
var Rocket =
|
|
4714
|
-
return /* @__PURE__ */
|
|
4778
|
+
import { forwardRef as forwardRef86 } from "react";
|
|
4779
|
+
import { jsx as jsx92, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
4780
|
+
var Rocket = forwardRef86((delegated, ref) => {
|
|
4781
|
+
return /* @__PURE__ */ jsxs83("svg", {
|
|
4715
4782
|
ref,
|
|
4716
4783
|
width: "16",
|
|
4717
4784
|
height: "16",
|
|
@@ -4719,27 +4786,27 @@ var Rocket = forwardRef85((delegated, ref) => {
|
|
|
4719
4786
|
fill: "none",
|
|
4720
4787
|
...delegated,
|
|
4721
4788
|
children: [
|
|
4722
|
-
/* @__PURE__ */
|
|
4789
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4723
4790
|
d: "M13.0339 2.1872a3.485 3.485 0 0 1 .381.0376c.0658.0094.127.0189.1928.033l.1035.0188c.0094.0047.0094.014.0094.0235l.0282.16c.0188.1316.0376.2586.0471.3903.0203.2598.0219.5208.0047.7808a6.9501 6.9501 0 0 1-.1223.8796 4.1843 4.1843 0 0 1-1.2794-.8937 6.3429 6.3429 0 0 1-.9314-1.3217 6.338 6.338 0 0 1 .795-.1082 4.6927 4.6927 0 0 1 .7714 0Zm-2.3754 4.6613a.1103.1103 0 0 0-.0376.0094.646.646 0 0 1-.1317.0236c-.0471.0094-.0894.014-.1317.0188h-.0565a1.3956 1.3956 0 0 1-.1975-.0141.0175.0175 0 0 1-.0141-.0047 1.1617 1.1617 0 0 1-.621-.2964 1.2474 1.2474 0 0 1-.1646-1.6933.0046.0046 0 0 0 .0034-.0014.0048.0048 0 0 0 .0014-.0033 1.2938 1.2938 0 0 1 .1081-.127 1.259 1.259 0 0 1 2.0932.6726 1.3067 1.3067 0 0 1-.2352 1.0207c-.0282.0282-.0518.0612-.08.0894-.0282.0282-.0705.0564-.1035.0847a.0536.0536 0 0 0-.0376.014 1.2248 1.2248 0 0 1-.3951.207Z",
|
|
4724
4791
|
fill: "#fff"
|
|
4725
4792
|
}),
|
|
4726
|
-
/* @__PURE__ */
|
|
4793
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4727
4794
|
d: "M10.1129 7.427a1.7704 1.7704 0 0 1-1.1712-.602 1.5881 1.5881 0 0 1-.2493-.3998c-.0047-.0047-.0047-.0094-.0094-.0141a2.0301 2.0301 0 0 1-.1035-.2822c0-.0141-.0047-.0235-.0047-.033a1.3365 1.3365 0 0 1-.047-.268.8705.8705 0 0 1-.0047-.1082c0-.047-.0095-.0941-.0047-.1364 0-.0189.0046-.033.0046-.047.0069-.092.021-.1832.0424-.2729v-.0141c.0541-.2502.167-.484.3292-.682a.197.197 0 0 1 .0753-.0565 1.0763 1.0763 0 0 1 .0988-.1082.7403.7403 0 0 1 .0893-.0705c.0048-.0047.0048-.0141.0095-.0188a.9361.9361 0 0 1 .0893-.0565 1.7606 1.7606 0 0 1 1.3406-.3434c.4418.0721.8383.3134 1.1053.6727a1.7648 1.7648 0 0 1-.1505 2.3048 1.7054 1.7054 0 0 1-.1411.1176.2888.2888 0 0 1-.0329.047c-.0329.0235-.0706.0423-.1035.0658a1.7602 1.7602 0 0 1-1.1618.3058Zm-.809-2.5352a1.2474 1.2474 0 0 0 .1646 1.6933c.1723.1592.3887.2625.6209.2964a.0172.0172 0 0 0 .0141.0047c.0654.0093.1314.014.1975.014h.0565c.0423-.0046.0846-.0093.1317-.0187a.646.646 0 0 0 .1317-.0236.1103.1103 0 0 1 .0376-.0094 1.2248 1.2248 0 0 0 .3951-.207.0539.0539 0 0 1 .0377-.014c.0329-.0283.0705-.0565.1034-.0847.033-.0282.0518-.0611.08-.0894a1.3067 1.3067 0 0 0 .2352-1.0207 1.2592 1.2592 0 0 0-2.0931-.6726 1.2939 1.2939 0 0 0-.1082.127.0047.0047 0 0 1-.0047.0047Z",
|
|
4728
4795
|
fill: "#528693"
|
|
4729
4796
|
}),
|
|
4730
|
-
/* @__PURE__ */
|
|
4797
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4731
4798
|
d: "M8.8005 12.1025a5.1403 5.1403 0 0 1-.682 1.2794l-.1082.1458c-.0329.033-.0987.1176-.0893.0988-.0094.0047-.0141.0094-.0236.0047-.0094-.0047 0-.0141 0-.0188.0047.0188-.0282-.1787-.0517-.2916a4.5174 4.5174 0 0 0-.4798-1.2982l.0565-.0188c.1317-.0471.2634-.1035.3904-.1553.254-.1128.5033-.2304.7385-.3621.1834-.1035.3621-.2164.5409-.3293a7.3196 7.3196 0 0 1-.2917.9454Zm.4563-7.8457a.9349.9349 0 0 0-.0894.0565c-.0047.0047-.0047.014-.0094.0188a.7411.7411 0 0 0-.0893.0705 1.0777 1.0777 0 0 0-.0988.1082.197.197 0 0 0-.0753.0565 1.6147 1.6147 0 0 0-.3292.682v.0141a1.7343 1.7343 0 0 0-.0424.2728c0 .0141-.0047.0282-.0047.047-.0047.0424.0047.0894.0047.1365a.8667.8667 0 0 0 .0047.1081c.0066.0908.0223.1806.047.2682 0 .0094.0048.0188.0048.0329.0274.0965.062.1908.1035.2822.0047.0047.0047.0094.0094.0141a1.588 1.588 0 0 0 .2493.3998 1.7592 1.7592 0 0 0 2.333.2963c.0329-.0235.0705-.0423.1035-.0658a.2888.2888 0 0 0 .0329-.047 1.7054 1.7054 0 0 0 .1411-.1176 1.765 1.765 0 0 0 .1505-2.3048 1.723 1.723 0 0 0-1.1053-.6726 1.7607 1.7607 0 0 0-1.3406.3433Zm-4.412 5.4516a7.1694 7.1694 0 0 1-.2681-.3904c-.0424-.0659-.08-.1317-.1176-.1929l-.0612-.1082.0282-.094.0612-.1882c.047-.1223.0988-.2446.1505-.3669.1082-.2446.2305-.4845.3575-.7196.265-.4654.562-.9117.889-1.3359a14.419 14.419 0 0 1 2.173-2.3 8.19 8.19 0 0 1 2.6906-1.5288c.0658-.0188.1317-.0329.1975-.0517a5.4617 5.4617 0 0 0 1.1054 1.5428c.4187.448.931.798 1.5005 1.0254-.0142.0564-.0236.1176-.0424.174a8.2196 8.2196 0 0 1-1.5381 2.747 14.7123 14.7123 0 0 1-2.3189 2.206 12.2821 12.2821 0 0 1-1.3311.8796 9.8702 9.8702 0 0 1-.7056.3528c-.1223.047-.2446.0987-.3621.1411l-.1835.0611-.08.0235-.08-.0423-.1692-.1035a12.9658 12.9658 0 0 1-.3246-.2163 1.0463 1.0463 0 0 0-.2916-.1553c.127-.127.254-.254.3857-.381.141-.1411.2822-.2869.428-.4374l1.2888-1.2841a.6352.6352 0 0 0 .0706-.094.522.522 0 0 0 .0329-.1365h-.0047a.3654.3654 0 0 0-.1035-.3434c-.0282-.0282-.0705-.0658-.1176-.1128a.0047.0047 0 0 0-.0047-.0047l-.2493-.2587-.1223-.127a1.1108 1.1108 0 0 0-.2352-.1976.3927.3927 0 0 0-.301-.0047.389.389 0 0 0-.1082.0705.0363.0363 0 0 0-.0141.0094l-.0141.0142a.0103.0103 0 0 0-.0094.0094l-.0423.0423c-.0047 0-.0047 0-.0047.0047-.5645.5645-1.1101 1.1054-1.6652 1.6604l-.3904.3904a.76.76 0 0 0-.0987-.1787Z",
|
|
4732
4799
|
fill: "#BFF6F8"
|
|
4733
4800
|
}),
|
|
4734
|
-
/* @__PURE__ */
|
|
4801
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4735
4802
|
d: "m4.8448 11.5992-.1976.1929c-.0047.0094-.0094.0047-.014 0-.1365-.1411-.2776-.2822-.4234-.428l.5644-.5645c.3998-.3998.795-.7902 1.2042-1.1994.094-.094.1928-.1929.2869-.2916L7.3518 8.222l.0236.0235a.0047.0047 0 0 0 .0046.0047c.1365.1411.2682.2775.3952.4046a.0141.0141 0 0 1 0 .0188 730.2544 730.2544 0 0 0-1.9144 1.9097c-.334.3339-.6727.6679-1.016 1.0159Z",
|
|
4736
4803
|
fill: "#fff"
|
|
4737
4804
|
}),
|
|
4738
|
-
/* @__PURE__ */
|
|
4805
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4739
4806
|
d: "M3.8335 7.2625a6.6494 6.6494 0 0 1 1.0254-.3622c-.0565.0894-.1176.1693-.174.2634a8.6195 8.6195 0 0 0-.447.856c-.0705.1506-.1316.3058-.1928.4704a6.6217 6.6217 0 0 0-.0564.1646 4.2294 4.2294 0 0 0-1.0348-.4186c-.1035-.0282-.2117-.0564-.3152-.0752-.0846-.0189-.1693-.033-.2492-.0518-.0236 0-.0283-.0094-.0142-.0188l.0047-.0047h.0048l.047-.0376c.0564-.047.1317-.094.2022-.1458a7.0379 7.0379 0 0 1 1.1995-.6397Z",
|
|
4740
4807
|
fill: "#BFF6F8"
|
|
4741
4808
|
}),
|
|
4742
|
-
/* @__PURE__ */
|
|
4809
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4743
4810
|
d: "M11.4675 2.2954c.2528.4785.5658.9227.9314 1.3217a4.1843 4.1843 0 0 0 1.2794.8937 6.9501 6.9501 0 0 0 .1223-.8796c.0172-.26.0156-.521-.0047-.7808-.0095-.1317-.0283-.2587-.0471-.3904l-.0282-.16c0-.0093 0-.0187-.0094-.0234l-.1035-.0188a2.7475 2.7475 0 0 0-.1928-.033 3.4826 3.4826 0 0 0-.381-.0376 4.6927 4.6927 0 0 0-.7714 0 6.3397 6.3397 0 0 0-.795.1082Zm-4.1016 9.7272c.2257.4055.3875.8434.4798 1.2982.0235.1129.0565.3104.0518.2916 0 .0047-.0047.0141 0 .0188.0047.0047.014 0 .0235-.0047-.0094.0188.0564-.0658.0893-.0988l.1082-.1458a5.1404 5.1404 0 0 0 .682-1.2794 7.3195 7.3195 0 0 0 .2917-.9454c-.1788.1129-.3575.2258-.541.3293-.2351.1317-.4844.2492-.7384.3621-.127.0518-.2587.1082-.3904.1553l-.0565.0188ZM4.9953 7.6482c-.127.2351-.2493.475-.3575.7196-.0517.1223-.1035.2446-.1505.367l-.0612.188-.0282.0941.0612.1082c.0376.0612.0752.127.1176.1929.0846.1317.174.2634.268.3904a.7599.7599 0 0 1 .0989.1787l.3903-.3904c.555-.555 1.1007-1.096 1.6652-1.6604 0-.0047 0-.0047.0046-.0047l.0424-.0423a.0104.0104 0 0 1 .0094-.0094l.0141-.0141a.0362.0362 0 0 1 .0141-.0095.3888.3888 0 0 1 .1082-.0705.3928.3928 0 0 1 .301.0047 1.111 1.111 0 0 1 .2352.1975l.1223.127.2493.2587a.0046.0046 0 0 1 .0033.0014.0046.0046 0 0 1 .0014.0033c.047.047.0894.0847.1176.113a.3655.3655 0 0 1 .1035.3433h.0047a.5214.5214 0 0 1-.033.1364.636.636 0 0 1-.0705.094L6.938 10.2494c-.1458.1505-.287.2963-.428.4374-.1317.127-.2587.254-.3857.381.1048.036.2032.0884.2916.1552.1082.0753.2164.1459.3246.2164l.1693.1035.08.0423.08-.0235.1833-.0611c.1176-.0424.24-.0941.3622-.1411a9.8702 9.8702 0 0 0 .7056-.3528 12.297 12.297 0 0 0 1.3311-.8796 14.712 14.712 0 0 0 2.3189-2.206 8.2195 8.2195 0 0 0 1.5381-2.747c.0188-.0564.0283-.1176.0424-.174a4.171 4.171 0 0 1-1.5005-1.0254 5.4617 5.4617 0 0 1-1.1054-1.5428c-.0658.0188-.1317.033-.1975.0517a8.1898 8.1898 0 0 0-2.6905 1.5287 14.419 14.419 0 0 0-2.1731 2.3001c-.327.4242-.624.8705-.889 1.3359ZM4.633 11.792c.0047.0047.0094.0094.0141 0l.1976-.1929c.3433-.348.682-.682 1.016-1.016.635-.635 1.2605-1.2605 1.9144-1.9096a.0141.0141 0 0 0 0-.0189c-.127-.127-.2588-.2634-.3952-.4045a.0047.0047 0 0 1-.0047-.0047l-.0235-.0235-1.0865 1.0866c-.0941.0987-.1929.1975-.287.2916-.4092.4092-.8043.7996-1.204 1.1994l-.5645.5645c.1458.1458.2869.2869.4233.428ZM2.954 8.2361c.362.0932.7099.234 1.0348.4186.0188-.0564.0376-.1128.0564-.1646.0612-.1646.1223-.3198.1929-.4703a8.6185 8.6185 0 0 1 .4468-.8561c.0565-.094.1176-.174.174-.2634a6.65 6.65 0 0 0-1.0253.3622 7.0371 7.0371 0 0 0-1.1995.6397c-.0705.0517-.1458.0987-.2022.1458l-.047.0376H2.38l-.0048.0047c-.014.0094-.0094.0188.0141.0188.08.0188.1647.033.2493.0518.1035.0188.2117.047.3152.0752Zm-.6068.3998-.2493-.0423a.589.589 0 0 1-.254-.0894.333.333 0 0 1-.1364-.1693.3712.3712 0 0 1-.014-.2352 2.3128 2.3128 0 0 1 .1222-.2023 3.545 3.545 0 0 1 .5315-.4045 10.695 10.695 0 0 1 1.3688-.7384 4.7461 4.7461 0 0 1 1.5146-.4234c.1599-.2257.3198-.4374.4844-.6444A14.4656 14.4656 0 0 1 8.0103 3.396a8.5346 8.5346 0 0 1 2.7141-1.4252 7.2105 7.2105 0 0 1 1.5428-.2822 5.814 5.814 0 0 1 .809.0047c.1364.0047.2728.0235.4092.0376.0706.0094.1364.0189.207.033l.1129.0235a.6198.6198 0 0 1 .1834.047.4205.4205 0 0 1 .2211.3387l.0423.2446c.0188.1552.047.3057.0517.461.022.3022.0204.6057-.0047.9078a6.9537 6.9537 0 0 1-.3527 1.7215 8.9022 8.9022 0 0 1-1.6839 2.8833 15.0926 15.0926 0 0 1-2.3519 2.2061c-.0846.0611-.174.1176-.2587.1787a5.0622 5.0622 0 0 1-.4139 1.604 6.8242 6.8242 0 0 1-.7055 1.2888l-.1318.174-.0658.0847a4.2152 4.2152 0 0 1-.1129.1364c-.1787.1411-.3292.3245-.5362.2351a.3498.3498 0 0 1-.2023-.1693.2957.2957 0 0 1-.0517-.1458c-.0141-.0611-.0235-.1176-.033-.1693l-.0423-.2399-.0376-.1741a3.8788 3.8788 0 0 0-.508-1.2794.0798.0798 0 0 1-.0047-.0329l-.0658-.0329-.0988-.0611-.1835-.1082a5.7683 5.7683 0 0 1-.348-.2399.8514.8514 0 0 1-.2729-.2916l-.1693.1693a36.5512 36.5512 0 0 1-.428.4233c-.0753.0753-.1505.1458-.2258.2211a.4467.4467 0 0 1-.508.1834.3962.3962 0 0 1-.1693-.1176l-.1176-.1129c-.0518-.0564-.0988-.1081-.1505-.1552-.1176-.1176-.2258-.2257-.3199-.3245a.3934.3934 0 0 1-.0235-.5362l.287-.287c.1551-.1552.301-.3057.4515-.4515l.1975-.1976a.607.607 0 0 1-.207-.174c-.1222-.1646-.2398-.334-.3339-.4845-.047-.0705-.0894-.1411-.127-.1975a1.225 1.225 0 0 0-.0611-.113.0697.0697 0 0 1-.0612 0 3.5599 3.5599 0 0 0-1.0771-.4562l-.2964-.0752-.1505-.033Z",
|
|
4744
4811
|
fill: "#528693"
|
|
4745
4812
|
})
|
|
@@ -4749,10 +4816,10 @@ var Rocket = forwardRef85((delegated, ref) => {
|
|
|
4749
4816
|
Rocket.displayName = "RocketIcon";
|
|
4750
4817
|
|
|
4751
4818
|
// src/iconography/search.tsx
|
|
4752
|
-
import { forwardRef as
|
|
4753
|
-
import { jsx as
|
|
4754
|
-
var Search =
|
|
4755
|
-
return /* @__PURE__ */
|
|
4819
|
+
import { forwardRef as forwardRef87 } from "react";
|
|
4820
|
+
import { jsx as jsx93, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
4821
|
+
var Search = forwardRef87((delegated, ref) => {
|
|
4822
|
+
return /* @__PURE__ */ jsxs84("svg", {
|
|
4756
4823
|
ref,
|
|
4757
4824
|
width: "22",
|
|
4758
4825
|
height: "23",
|
|
@@ -4760,21 +4827,21 @@ var Search = forwardRef86((delegated, ref) => {
|
|
|
4760
4827
|
fill: "none",
|
|
4761
4828
|
...delegated,
|
|
4762
4829
|
children: [
|
|
4763
|
-
/* @__PURE__ */
|
|
4830
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4764
4831
|
d: "M19.02 9.531a6.238 6.238 0 1 1-12.476 0 6.238 6.238 0 0 1 12.476 0Z",
|
|
4765
4832
|
fill: "#fff"
|
|
4766
4833
|
}),
|
|
4767
|
-
/* @__PURE__ */
|
|
4834
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4768
4835
|
d: "M18.023 14.86c2.913-2.914 2.913-7.655 0-10.568-2.914-2.914-7.654-2.914-10.568 0a7.327 7.327 0 0 0-1.124 9.018s.124.208-.043.375l-3.813 3.812c-.759.759-.94 1.82-.266 2.493l.116.116c.673.673 1.734.492 2.492-.267l3.805-3.804c.175-.175.382-.051.382-.051a7.327 7.327 0 0 0 9.019-1.124Zm-9.188-1.38a5.528 5.528 0 0 1 0-7.808 5.528 5.528 0 0 1 7.808 0 5.528 5.528 0 0 1 0 7.808 5.528 5.528 0 0 1-7.808 0Z",
|
|
4769
4836
|
fill: "#BFF6F8"
|
|
4770
4837
|
}),
|
|
4771
|
-
/* @__PURE__ */
|
|
4838
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4772
4839
|
fillRule: "evenodd",
|
|
4773
4840
|
clipRule: "evenodd",
|
|
4774
4841
|
d: "M6.288 13.685c.167-.167.043-.375.043-.375a7.327 7.327 0 0 1 1.124-9.018c2.914-2.914 7.654-2.914 10.568 0 2.913 2.913 2.913 7.654 0 10.568a7.327 7.327 0 0 1-9.019 1.124s-.207-.124-.382.051L4.817 19.84c-.758.758-1.82.939-2.492.266l-.116-.116c-.673-.673-.493-1.734.266-2.493l3.813-3.812ZM1.9 20.53l-.115-.115c-1.001-1.001-.621-2.455.266-3.342l3.651-3.651a7.925 7.925 0 0 1 1.329-9.554c3.148-3.148 8.268-3.148 11.416 0 3.148 3.148 3.148 8.268 0 11.416a7.925 7.925 0 0 1-9.554 1.329l-3.65 3.65c-.888.887-2.342 1.268-3.343.267ZM16.22 6.096a4.928 4.928 0 0 0-6.96 0 4.928 4.928 0 0 0 0 6.96 4.928 4.928 0 0 0 6.96 0 4.928 4.928 0 0 0 0-6.96Zm.424 7.384a5.528 5.528 0 0 0 0-7.808 5.528 5.528 0 0 0-7.808 0 5.528 5.528 0 0 0 0 7.808 5.528 5.528 0 0 0 7.808 0Z",
|
|
4775
4842
|
fill: "#528693"
|
|
4776
4843
|
}),
|
|
4777
|
-
/* @__PURE__ */
|
|
4844
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4778
4845
|
d: "M9.312 9.453a.77.77 0 0 1-.3-.061c-.393-.166-.576-.349-.41-.741a4.86 4.86 0 0 1 6.363-2.58c.392.167.576.35.41.742a.771.771 0 0 1-1.011.41 3.316 3.316 0 0 0-4.342 1.76.771.771 0 0 1-.71.47Z",
|
|
4779
4846
|
fill: "#528693"
|
|
4780
4847
|
})
|
|
@@ -4784,10 +4851,10 @@ var Search = forwardRef86((delegated, ref) => {
|
|
|
4784
4851
|
Search.displayName = "SearchIcon";
|
|
4785
4852
|
|
|
4786
4853
|
// src/iconography/selection.tsx
|
|
4787
|
-
import { forwardRef as
|
|
4788
|
-
import { jsx as
|
|
4789
|
-
var Selection =
|
|
4790
|
-
return /* @__PURE__ */
|
|
4854
|
+
import { forwardRef as forwardRef88 } from "react";
|
|
4855
|
+
import { jsx as jsx94, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
4856
|
+
var Selection = forwardRef88((delegated, ref) => {
|
|
4857
|
+
return /* @__PURE__ */ jsxs85("svg", {
|
|
4791
4858
|
ref,
|
|
4792
4859
|
width: "22",
|
|
4793
4860
|
height: "22",
|
|
@@ -4795,65 +4862,65 @@ var Selection = forwardRef87((delegated, ref) => {
|
|
|
4795
4862
|
fill: "none",
|
|
4796
4863
|
...delegated,
|
|
4797
4864
|
children: [
|
|
4798
|
-
/* @__PURE__ */
|
|
4865
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4799
4866
|
d: "M3.98749 15.5C3.98749 15.3343 4.1218 15.2 4.28749 15.2H6.48749C6.65317 15.2 6.78749 15.3343 6.78749 15.5V17.7C6.78749 17.8657 6.65317 18 6.48749 18H4.28749C4.1218 18 3.98749 17.8657 3.98749 17.7V15.5Z",
|
|
4800
4867
|
fill: "white"
|
|
4801
4868
|
}),
|
|
4802
|
-
/* @__PURE__ */
|
|
4869
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4803
4870
|
fillRule: "evenodd",
|
|
4804
4871
|
clipRule: "evenodd",
|
|
4805
4872
|
d: "M4.28751 14.6H6.48751C6.98457 14.6 7.38751 15.0029 7.38751 15.5V17.7C7.38751 18.197 6.98457 18.6 6.48751 18.6H4.28751C3.79045 18.6 3.38751 18.197 3.38751 17.7V15.5C3.38751 15.0029 3.79046 14.6 4.28751 14.6ZM4.28751 15.2C4.12183 15.2 3.98751 15.3343 3.98751 15.5V17.7C3.98751 17.8657 4.12183 18 4.28751 18H6.48751C6.6532 18 6.78751 17.8657 6.78751 17.7V15.5C6.78751 15.3343 6.6532 15.2 6.48751 15.2H4.28751Z",
|
|
4806
4873
|
fill: "#528693"
|
|
4807
4874
|
}),
|
|
4808
|
-
/* @__PURE__ */
|
|
4875
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4809
4876
|
d: "M9.28754 15.5C9.28754 15.3343 9.42185 15.2 9.58754 15.2H17.7125C17.8782 15.2 18.0125 15.3343 18.0125 15.5V17.7C18.0125 17.8657 17.8782 18 17.7125 18H9.58754C9.42185 18 9.28754 17.8657 9.28754 17.7V15.5Z",
|
|
4810
4877
|
fill: "#BFF6F8",
|
|
4811
4878
|
className: "c-icon-fill"
|
|
4812
4879
|
}),
|
|
4813
|
-
/* @__PURE__ */
|
|
4880
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4814
4881
|
fillRule: "evenodd",
|
|
4815
4882
|
clipRule: "evenodd",
|
|
4816
4883
|
d: "M9.58756 14.6H17.7125C18.2096 14.6 18.6125 15.0029 18.6125 15.5V17.7C18.6125 18.197 18.2096 18.6 17.7125 18.6H9.58756C9.09051 18.6 8.68756 18.197 8.68756 17.7V15.5C8.68756 15.0029 9.09051 14.6 9.58756 14.6ZM9.58756 15.2C9.42188 15.2 9.28756 15.3343 9.28756 15.5V17.7C9.28756 17.8657 9.42188 18 9.58756 18H17.7125C17.8782 18 18.0125 17.8657 18.0125 17.7V15.5C18.0125 15.3343 17.8782 15.2 17.7125 15.2H9.58756Z",
|
|
4817
4884
|
fill: "#528693"
|
|
4818
4885
|
}),
|
|
4819
|
-
/* @__PURE__ */
|
|
4886
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4820
4887
|
d: "M3.98749 9.89991C3.98749 9.73423 4.1218 9.59991 4.28749 9.59991H6.48749C6.65317 9.59991 6.78749 9.73423 6.78749 9.89991V12.0999C6.78749 12.2656 6.65317 12.3999 6.48749 12.3999H4.28749C4.1218 12.3999 3.98749 12.2656 3.98749 12.0999V9.89991Z",
|
|
4821
4888
|
fill: "white"
|
|
4822
4889
|
}),
|
|
4823
|
-
/* @__PURE__ */
|
|
4890
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4824
4891
|
fillRule: "evenodd",
|
|
4825
4892
|
clipRule: "evenodd",
|
|
4826
4893
|
d: "M4.28751 8.99994H6.48751C6.98457 8.99994 7.38751 9.40288 7.38751 9.89994V12.0999C7.38751 12.597 6.98457 12.9999 6.48751 12.9999H4.28751C3.79045 12.9999 3.38751 12.597 3.38751 12.0999V9.89994C3.38751 9.40288 3.79046 8.99994 4.28751 8.99994ZM4.28751 9.59994C4.12183 9.59994 3.98751 9.73425 3.98751 9.89994V12.0999C3.98751 12.2656 4.12183 12.3999 4.28751 12.3999H6.48751C6.6532 12.3999 6.78751 12.2656 6.78751 12.0999V9.89994C6.78751 9.73425 6.6532 9.59994 6.48751 9.59994H4.28751Z",
|
|
4827
4894
|
fill: "#528693"
|
|
4828
4895
|
}),
|
|
4829
|
-
/* @__PURE__ */
|
|
4896
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4830
4897
|
d: "M9.28754 9.89991C9.28754 9.73423 9.42185 9.59991 9.58754 9.59991H17.7125C17.8782 9.59991 18.0125 9.73423 18.0125 9.89991V12.0999C18.0125 12.2656 17.8782 12.3999 17.7125 12.3999H9.58754C9.42185 12.3999 9.28754 12.2656 9.28754 12.0999V9.89991Z",
|
|
4831
4898
|
fill: "#BFF6F8",
|
|
4832
4899
|
className: "c-icon-fill"
|
|
4833
4900
|
}),
|
|
4834
|
-
/* @__PURE__ */
|
|
4901
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4835
4902
|
fillRule: "evenodd",
|
|
4836
4903
|
clipRule: "evenodd",
|
|
4837
4904
|
d: "M9.5875 8.99994H17.7125C18.2095 8.99994 18.6125 9.40288 18.6125 9.89994V12.0999C18.6125 12.597 18.2095 12.9999 17.7125 12.9999H9.5875C9.09044 12.9999 8.6875 12.597 8.6875 12.0999V9.89994C8.6875 9.40288 9.09044 8.99994 9.5875 8.99994ZM9.5875 9.59994C9.42181 9.59994 9.2875 9.73425 9.2875 9.89994V12.0999C9.2875 12.2656 9.42181 12.3999 9.5875 12.3999H17.7125C17.8782 12.3999 18.0125 12.2656 18.0125 12.0999V9.89994C18.0125 9.73425 17.8782 9.59994 17.7125 9.59994H9.5875Z",
|
|
4838
4905
|
fill: "#528693"
|
|
4839
4906
|
}),
|
|
4840
|
-
/* @__PURE__ */
|
|
4907
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4841
4908
|
d: "M3.98749 4.29994C3.98749 4.13425 4.1218 3.99994 4.28749 3.99994H6.48749C6.65317 3.99994 6.78749 4.13425 6.78749 4.29994V6.49994C6.78749 6.66562 6.65317 6.79994 6.48749 6.79994H4.28749C4.1218 6.79994 3.98749 6.66562 3.98749 6.49994V4.29994Z",
|
|
4842
4909
|
fill: "#BFF6F8",
|
|
4843
4910
|
className: "c-icon-fill"
|
|
4844
4911
|
}),
|
|
4845
|
-
/* @__PURE__ */
|
|
4912
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4846
4913
|
fillRule: "evenodd",
|
|
4847
4914
|
clipRule: "evenodd",
|
|
4848
4915
|
d: "M4.28751 3.39996H6.48751C6.98457 3.39996 7.38751 3.80291 7.38751 4.29996V6.49996C7.38751 6.99702 6.98457 7.39996 6.48751 7.39996H4.28751C3.79045 7.39996 3.38751 6.99702 3.38751 6.49996V4.29996C3.38751 3.80291 3.79046 3.39996 4.28751 3.39996ZM4.28751 3.99996C4.12183 3.99996 3.98751 4.13428 3.98751 4.29996V6.49996C3.98751 6.66565 4.12183 6.79996 4.28751 6.79996H6.48751C6.6532 6.79996 6.78751 6.66565 6.78751 6.49996V4.29996C6.78751 4.13428 6.6532 3.99996 6.48751 3.99996H4.28751Z",
|
|
4849
4916
|
fill: "#528693"
|
|
4850
4917
|
}),
|
|
4851
|
-
/* @__PURE__ */
|
|
4918
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4852
4919
|
d: "M9.28748 4.29994C9.28748 4.13425 9.42179 3.99994 9.58748 3.99994H17.7125C17.8782 3.99994 18.0125 4.13425 18.0125 4.29994V6.49994C18.0125 6.66562 17.8782 6.79994 17.7125 6.79994H9.58748C9.42179 6.79994 9.28748 6.66562 9.28748 6.49994V4.29994Z",
|
|
4853
4920
|
fill: "#BFF6F8",
|
|
4854
4921
|
className: "c-icon-fill"
|
|
4855
4922
|
}),
|
|
4856
|
-
/* @__PURE__ */
|
|
4923
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4857
4924
|
fillRule: "evenodd",
|
|
4858
4925
|
clipRule: "evenodd",
|
|
4859
4926
|
d: "M9.5875 3.39996H17.7125C18.2096 3.39996 18.6125 3.80291 18.6125 4.29996V6.49996C18.6125 6.99702 18.2096 7.39996 17.7125 7.39996H9.5875C9.09044 7.39996 8.6875 6.99702 8.6875 6.49996V4.29996C8.6875 3.80291 9.09044 3.39996 9.5875 3.39996ZM9.5875 3.99996C9.42181 3.99996 9.2875 4.13428 9.2875 4.29996V6.49996C9.2875 6.66565 9.42181 6.79996 9.5875 6.79996H17.7125C17.8782 6.79996 18.0125 6.66565 18.0125 6.49996V4.29996C18.0125 4.13428 17.8782 3.99996 17.7125 3.99996H9.5875Z",
|
|
@@ -4865,22 +4932,22 @@ var Selection = forwardRef87((delegated, ref) => {
|
|
|
4865
4932
|
Selection.displayName = "Selection";
|
|
4866
4933
|
|
|
4867
4934
|
// src/iconography/settings.tsx
|
|
4868
|
-
import { forwardRef as
|
|
4869
|
-
import { jsx as
|
|
4870
|
-
var Settings =
|
|
4871
|
-
return /* @__PURE__ */
|
|
4935
|
+
import { forwardRef as forwardRef89 } from "react";
|
|
4936
|
+
import { jsx as jsx95, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
4937
|
+
var Settings = forwardRef89((delegated, ref) => {
|
|
4938
|
+
return /* @__PURE__ */ jsxs86("svg", {
|
|
4872
4939
|
ref,
|
|
4873
4940
|
width: "22",
|
|
4874
4941
|
height: "22",
|
|
4875
4942
|
viewBox: "0 0 22 22",
|
|
4876
4943
|
...delegated,
|
|
4877
4944
|
children: [
|
|
4878
|
-
/* @__PURE__ */
|
|
4945
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4879
4946
|
d: "M20.1994 9.46253L18.0308 9.05601C17.8991 8.61747 17.7263 8.19681 17.5126 7.80108L18.7672 5.96691C18.8834 5.79715 18.8596 5.54178 18.714 5.39659L17.1671 3.84944C17.0216 3.70388 16.7665 3.68043 16.5968 3.7962L14.7621 5.0515C14.3548 4.83186 13.9211 4.65577 13.4691 4.52287L13.0648 2.36594C13.0265 2.1638 12.8295 2 12.6237 2H10.4357C10.2298 2 10.0329 2.1638 9.99452 2.36594L9.58612 4.54409C9.1524 4.67662 8.73655 4.84935 8.34489 5.06229L6.53331 3.82301C6.36355 3.70686 6.10816 3.73068 5.96296 3.87624L4.41571 5.4234C4.27014 5.56895 4.24669 5.82396 4.36247 5.99371L5.60966 7.81635C5.39968 8.20798 5.22954 8.62343 5.09924 9.05638L2.93101 9.46253C2.72922 9.50087 2.56541 9.6978 2.56541 9.90367V12.0915C2.56541 12.2974 2.72922 12.4943 2.93101 12.5326L5.09775 12.9388C5.22992 13.381 5.40415 13.8054 5.61933 14.2041L4.3863 16.0067C4.27014 16.1764 4.29397 16.4318 4.43954 16.577L5.98642 18.1241C6.13198 18.2697 6.387 18.2931 6.55677 18.1774L8.35867 16.944C8.74622 17.1536 9.15761 17.3241 9.58686 17.4559L9.99527 19.6344C10.0336 19.8362 10.2306 20 10.4364 20H12.6244C12.8303 20 13.0272 19.8362 13.0656 19.6344L13.4699 17.4768C13.917 17.345 14.3463 17.1711 14.7498 16.9552L16.5748 18.2038C16.7446 18.3199 17 18.2961 17.1452 18.1506L18.692 16.6042C18.8376 16.4586 18.8611 16.2036 18.7453 16.0338L17.5037 14.2194C17.723 13.8159 17.8994 13.3866 18.0334 12.9388L20.1998 12.5326C20.4016 12.4943 20.5654 12.2974 20.5654 12.0915V9.90367C20.5654 9.6978 20.4012 9.50087 20.1994 9.46253ZM11.5652 14.7543C9.4923 14.7543 7.8114 13.0735 7.8114 10.9996C7.8114 8.9272 9.4923 7.24603 11.5652 7.24603C13.6389 7.24603 15.3202 8.9272 15.3202 10.9996C15.3202 13.0735 13.6385 14.7543 11.5652 14.7543Z",
|
|
4880
4947
|
fill: "#BFF6F8",
|
|
4881
4948
|
className: "c-icon-fill"
|
|
4882
4949
|
}),
|
|
4883
|
-
/* @__PURE__ */
|
|
4950
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4884
4951
|
fillRule: "evenodd",
|
|
4885
4952
|
clipRule: "evenodd",
|
|
4886
4953
|
d: "M20.3115 8.8731C20.7945 8.9649 21.1654 9.40781 21.1654 9.90369V12.0915C21.1654 12.5867 20.7956 13.0302 20.3118 13.1221L20.3104 13.1224L18.4935 13.463C18.4079 13.7056 18.31 13.943 18.1998 14.1743L19.2404 15.695C19.5183 16.1024 19.4664 16.6784 19.1163 17.0285L17.57 18.5743C17.2204 18.9241 16.6438 18.978 16.236 18.699L14.7027 17.65C14.4721 17.7582 14.2354 17.8544 13.9938 17.9385L13.655 19.7465C13.5631 20.2303 13.1195 20.6 12.6244 20.6H10.4364C9.94132 20.6 9.49777 20.2303 9.40582 19.7465L9.40554 19.745L9.06215 17.9133C8.83811 17.8325 8.61861 17.7414 8.40448 17.6398L6.89483 18.6731C6.48748 18.9509 5.91223 18.8985 5.56217 18.5484L4.01583 17.0018C4.01573 17.0017 4.01593 17.0019 4.01583 17.0018C3.66572 16.6523 3.61199 16.0759 3.89108 15.6679C3.89107 15.6679 3.8911 15.6679 3.89108 15.6679L4.92383 14.1582C4.81678 13.9322 4.72136 13.7001 4.63764 13.463L2.819 13.1221C2.3352 13.0302 1.96542 12.5867 1.96542 12.0915V9.90369C1.96542 9.40853 2.3352 8.96503 2.819 8.8731L2.82054 8.8728L4.63983 8.53202C4.72067 8.30423 4.81227 8.08102 4.91473 7.86328L3.86731 6.33257C3.58946 5.92521 3.64139 5.34919 3.99146 4.99914L5.53817 3.45253C5.53807 3.45263 5.53827 3.45243 5.53817 3.45253C5.88768 3.10244 6.46414 3.04873 6.87209 3.32782C6.87208 3.32781 6.87209 3.32782 6.87209 3.32782L8.3899 4.36615C8.60847 4.26189 8.83263 4.16866 9.06149 4.08636L9.40504 2.25414C9.49687 1.77003 9.94031 1.40002 10.4357 1.40002H12.6237C13.119 1.40002 13.5625 1.77003 13.6543 2.25414L13.6546 2.25542L13.993 4.06095C14.2395 4.1467 14.4809 4.24503 14.7159 4.35613L16.258 3.30104C16.6653 3.02324 17.2413 3.07515 17.5914 3.42518L19.1377 4.9718C19.1376 4.97168 19.1378 4.97192 19.1377 4.9718C19.4878 5.32131 19.5415 5.89782 19.2624 6.30576L18.2081 7.84705C18.3136 8.0698 18.4077 8.29837 18.4904 8.53173L20.3115 8.8731ZM18.0308 9.05603C17.8991 8.6175 17.7263 8.19683 17.5126 7.80111L18.7672 5.96693C18.8834 5.79718 18.8596 5.5418 18.714 5.39662L17.1671 3.84946C17.0216 3.7039 16.7665 3.68045 16.5968 3.79623L14.7621 5.05152C14.3548 4.83188 13.9211 4.6558 13.4691 4.5229L13.0648 2.36597C13.0265 2.16382 12.8295 2.00002 12.6237 2.00002H10.4357C10.2298 2.00002 10.0329 2.16382 9.99452 2.36597L9.58612 4.54412C9.1524 4.67665 8.73655 4.84938 8.34489 5.06232L6.53332 3.82303C6.36355 3.70688 6.10816 3.73071 5.96296 3.87627L4.41571 5.42342C4.27015 5.56898 4.24669 5.82398 4.36247 5.99374L5.60966 7.81637C5.39968 8.208 5.22955 8.62345 5.09924 9.0564L2.93101 9.46255C2.72922 9.50089 2.56542 9.69782 2.56542 9.90369V12.0915C2.56542 12.2974 2.72922 12.4943 2.93101 12.5327L5.09775 12.9388C5.22992 13.3811 5.40415 13.8055 5.61934 14.2042L4.3863 16.0067C4.27015 16.1764 4.29397 16.4318 4.43954 16.577L5.98642 18.1242C6.13198 18.2697 6.387 18.2932 6.55677 18.1774L8.35867 16.9441C8.74623 17.1536 9.15761 17.3241 9.58686 17.4559L9.99527 19.6345C10.0336 19.8362 10.2306 20 10.4364 20H12.6244C12.8303 20 13.0272 19.8362 13.0656 19.6345L13.4699 17.4768C13.917 17.345 14.3463 17.1711 14.7498 16.9552L16.5748 18.2038C16.7446 18.32 17 18.2961 17.1452 18.1506L18.692 16.6042C18.8376 16.4586 18.8611 16.2036 18.7453 16.0339L17.5037 14.2194C17.723 13.8159 17.8994 13.3866 18.0334 12.9388L20.1998 12.5327C20.4016 12.4943 20.5654 12.2974 20.5654 12.0915V9.90369C20.5654 9.69782 20.4012 9.50089 20.1995 9.46255L18.0308 9.05603ZM8.4114 10.9997C8.4114 12.7423 9.82375 14.1544 11.5652 14.1544C13.3073 14.1544 14.7202 12.7421 14.7202 10.9997C14.7202 9.25875 13.3077 7.84605 11.5652 7.84605C9.82368 7.84605 8.4114 9.25859 8.4114 10.9997ZM7.8114 10.9997C7.8114 13.0736 9.4923 14.7544 11.5652 14.7544C13.6385 14.7544 15.3202 13.0736 15.3202 10.9997C15.3202 8.92723 13.6389 7.24605 11.5652 7.24605C9.4923 7.24605 7.8114 8.92723 7.8114 10.9997Z",
|
|
@@ -4892,10 +4959,10 @@ var Settings = forwardRef88((delegated, ref) => {
|
|
|
4892
4959
|
Settings.displayName = "SettingsIcon";
|
|
4893
4960
|
|
|
4894
4961
|
// src/iconography/shapes.tsx
|
|
4895
|
-
import { forwardRef as
|
|
4896
|
-
import { jsx as
|
|
4897
|
-
var Shapes =
|
|
4898
|
-
return /* @__PURE__ */
|
|
4962
|
+
import { forwardRef as forwardRef90 } from "react";
|
|
4963
|
+
import { jsx as jsx96, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
4964
|
+
var Shapes = forwardRef90((delegated, ref) => {
|
|
4965
|
+
return /* @__PURE__ */ jsxs87("svg", {
|
|
4899
4966
|
ref,
|
|
4900
4967
|
width: "23",
|
|
4901
4968
|
height: "22",
|
|
@@ -4903,41 +4970,41 @@ var Shapes = forwardRef89((delegated, ref) => {
|
|
|
4903
4970
|
fill: "none",
|
|
4904
4971
|
...delegated,
|
|
4905
4972
|
children: [
|
|
4906
|
-
/* @__PURE__ */
|
|
4973
|
+
/* @__PURE__ */ jsx96("path", {
|
|
4907
4974
|
d: "M3.679 3.1a.3.3 0 0 1 .3-.3h6.4a.3.3 0 0 1 .3.3v6.4a.3.3 0 0 1-.3.3h-6.4a.3.3 0 0 1-.3-.3V3.1Z",
|
|
4908
4975
|
fill: "#BFF6F8"
|
|
4909
4976
|
}),
|
|
4910
|
-
/* @__PURE__ */
|
|
4977
|
+
/* @__PURE__ */ jsx96("path", {
|
|
4911
4978
|
fillRule: "evenodd",
|
|
4912
4979
|
clipRule: "evenodd",
|
|
4913
4980
|
d: "M3.979 2.2h6.4a.9.9 0 0 1 .9.9v6.4a.9.9 0 0 1-.9.9h-6.4a.9.9 0 0 1-.9-.9V3.1a.9.9 0 0 1 .9-.9Zm0 .6a.3.3 0 0 0-.3.3v6.4a.3.3 0 0 0 .3.3h6.4a.3.3 0 0 0 .3-.3V3.1a.3.3 0 0 0-.3-.3h-6.4Z",
|
|
4914
4981
|
fill: "#528693"
|
|
4915
4982
|
}),
|
|
4916
|
-
/* @__PURE__ */
|
|
4983
|
+
/* @__PURE__ */ jsx96("path", {
|
|
4917
4984
|
d: "M13.128 14.99a.3.3 0 0 1 .105-.311l3.46-2.732a.3.3 0 0 1 .372 0l3.46 2.732a.3.3 0 0 1 .105.31l-1.193 4.587a.3.3 0 0 1-.29.224h-4.536a.3.3 0 0 1-.29-.224l-1.193-4.586Z",
|
|
4918
4985
|
fill: "#fff"
|
|
4919
4986
|
}),
|
|
4920
|
-
/* @__PURE__ */
|
|
4987
|
+
/* @__PURE__ */ jsx96("path", {
|
|
4921
4988
|
fillRule: "evenodd",
|
|
4922
4989
|
clipRule: "evenodd",
|
|
4923
4990
|
d: "m21.21 15.14-1.192 4.587a.9.9 0 0 1-.871.673h-4.536a.9.9 0 0 1-.871-.673l-1.193-4.586a.9.9 0 0 1 .314-.933l3.46-2.732a.9.9 0 0 1 1.116 0l3.46 2.732a.9.9 0 0 1 .313.933Zm-7.977-.461a.3.3 0 0 0-.105.31l1.193 4.587a.3.3 0 0 0 .29.224h4.536a.3.3 0 0 0 .29-.224l1.193-4.586a.3.3 0 0 0-.105-.311l-3.46-2.732a.3.3 0 0 0-.372 0l-3.46 2.732Z",
|
|
4924
4991
|
fill: "#528693"
|
|
4925
4992
|
}),
|
|
4926
|
-
/* @__PURE__ */
|
|
4993
|
+
/* @__PURE__ */ jsx96("path", {
|
|
4927
4994
|
d: "m17.069 2.8 3.51 7h-7.097l3.587-7Z",
|
|
4928
4995
|
fill: "#BFF6F8"
|
|
4929
4996
|
}),
|
|
4930
|
-
/* @__PURE__ */
|
|
4997
|
+
/* @__PURE__ */ jsx96("path", {
|
|
4931
4998
|
fillRule: "evenodd",
|
|
4932
4999
|
clipRule: "evenodd",
|
|
4933
5000
|
d: "M17.072 2.2a.6.6 0 0 1 .533.331l3.51 7a.6.6 0 0 1-.536.869h-7.097a.6.6 0 0 1-.534-.874l3.587-7a.6.6 0 0 1 .537-.326Zm-.003.6-3.587 7h7.097l-3.51-7Z",
|
|
4934
5001
|
fill: "#528693"
|
|
4935
5002
|
}),
|
|
4936
|
-
/* @__PURE__ */
|
|
5003
|
+
/* @__PURE__ */ jsx96("path", {
|
|
4937
5004
|
d: "M10.679 16.3a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z",
|
|
4938
5005
|
fill: "#BFF6F8"
|
|
4939
5006
|
}),
|
|
4940
|
-
/* @__PURE__ */
|
|
5007
|
+
/* @__PURE__ */ jsx96("path", {
|
|
4941
5008
|
fillRule: "evenodd",
|
|
4942
5009
|
clipRule: "evenodd",
|
|
4943
5010
|
d: "M11.279 16.3a4.1 4.1 0 1 1-8.2 0 4.1 4.1 0 0 1 8.2 0Zm-4.1 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z",
|
|
@@ -4949,10 +5016,10 @@ var Shapes = forwardRef89((delegated, ref) => {
|
|
|
4949
5016
|
Shapes.displayName = "ShapesIcon";
|
|
4950
5017
|
|
|
4951
5018
|
// src/iconography/singleline.tsx
|
|
4952
|
-
import { forwardRef as
|
|
4953
|
-
import { jsx as
|
|
4954
|
-
var SingleLine =
|
|
4955
|
-
return /* @__PURE__ */
|
|
5019
|
+
import { forwardRef as forwardRef91 } from "react";
|
|
5020
|
+
import { jsx as jsx97, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
5021
|
+
var SingleLine = forwardRef91((delegated, ref) => {
|
|
5022
|
+
return /* @__PURE__ */ jsxs88("svg", {
|
|
4956
5023
|
ref,
|
|
4957
5024
|
width: "22",
|
|
4958
5025
|
height: "22",
|
|
@@ -4960,12 +5027,12 @@ var SingleLine = forwardRef90((delegated, ref) => {
|
|
|
4960
5027
|
fill: "none",
|
|
4961
5028
|
...delegated,
|
|
4962
5029
|
children: [
|
|
4963
|
-
/* @__PURE__ */
|
|
5030
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4964
5031
|
d: "M3 8.6C3 8.26863 3.26863 8 3.6 8H18.4C18.7314 8 19 8.26863 19 8.6V13.4C19 13.7314 18.7314 14 18.4 14H3.6C3.26863 14 3 13.7314 3 13.4V8.6Z",
|
|
4965
5032
|
fill: "#BFF6F8",
|
|
4966
5033
|
className: "c-icon-fill"
|
|
4967
5034
|
}),
|
|
4968
|
-
/* @__PURE__ */
|
|
5035
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4969
5036
|
fillRule: "evenodd",
|
|
4970
5037
|
clipRule: "evenodd",
|
|
4971
5038
|
d: "M3.59999 7.40002H18.4C19.0627 7.40002 19.6 7.93728 19.6 8.60002V13.4C19.6 14.0628 19.0627 14.6 18.4 14.6H3.59999C2.93725 14.6 2.39999 14.0628 2.39999 13.4V8.60002C2.39999 7.93728 2.93725 7.40002 3.59999 7.40002ZM3.59999 8.00002C3.26862 8.00002 2.99999 8.26865 2.99999 8.60002V13.4C2.99999 13.7314 3.26862 14 3.59999 14H18.4C18.7314 14 19 13.7314 19 13.4V8.60002C19 8.26865 18.7314 8.00002 18.4 8.00002H3.59999Z",
|
|
@@ -4977,10 +5044,10 @@ var SingleLine = forwardRef90((delegated, ref) => {
|
|
|
4977
5044
|
SingleLine.displayName = "SingleLine";
|
|
4978
5045
|
|
|
4979
5046
|
// src/iconography/split.tsx
|
|
4980
|
-
import { forwardRef as
|
|
4981
|
-
import { jsx as
|
|
4982
|
-
var Split =
|
|
4983
|
-
return /* @__PURE__ */
|
|
5047
|
+
import { forwardRef as forwardRef92 } from "react";
|
|
5048
|
+
import { jsx as jsx98, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
5049
|
+
var Split = forwardRef92((delegated, ref) => {
|
|
5050
|
+
return /* @__PURE__ */ jsxs89("svg", {
|
|
4984
5051
|
ref,
|
|
4985
5052
|
width: "22",
|
|
4986
5053
|
height: "22",
|
|
@@ -4988,41 +5055,41 @@ var Split = forwardRef91((delegated, ref) => {
|
|
|
4988
5055
|
fill: "none",
|
|
4989
5056
|
...delegated,
|
|
4990
5057
|
children: [
|
|
4991
|
-
/* @__PURE__ */
|
|
5058
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4992
5059
|
fill: "#fff",
|
|
4993
5060
|
d: "M2.388 3.858c0-.56.454-1.015 1.015-1.015H9.64c.56 0 1.015.454 1.015 1.015v3.418c0 .56-.454 1.015-1.015 1.015H3.403c-.56 0-1.015-.454-1.015-1.015V3.858Z"
|
|
4994
5061
|
}),
|
|
4995
|
-
/* @__PURE__ */
|
|
5062
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4996
5063
|
fill: "#528693",
|
|
4997
5064
|
fillRule: "evenodd",
|
|
4998
5065
|
d: "M9.64 3.452H3.403a.406.406 0 0 0-.406.406v3.418c0 .224.182.406.406.406H9.64a.406.406 0 0 0 .406-.406V3.858a.406.406 0 0 0-.406-.406Zm-6.237-.61c-.56 0-1.015.455-1.015 1.016v3.418c0 .56.454 1.015 1.015 1.015H9.64c.56 0 1.015-.454 1.015-1.015V3.858c0-.56-.454-1.015-1.015-1.015H3.403Z",
|
|
4999
5066
|
clipRule: "evenodd"
|
|
5000
5067
|
}),
|
|
5001
|
-
/* @__PURE__ */
|
|
5068
|
+
/* @__PURE__ */ jsx98("path", {
|
|
5002
5069
|
fill: "#fff",
|
|
5003
5070
|
d: "M11.345 3.858c0-.56.454-1.015 1.015-1.015h6.237c.56 0 1.015.454 1.015 1.015v3.418c0 .56-.454 1.015-1.015 1.015H12.36c-.56 0-1.015-.454-1.015-1.015V3.858Z"
|
|
5004
5071
|
}),
|
|
5005
|
-
/* @__PURE__ */
|
|
5072
|
+
/* @__PURE__ */ jsx98("path", {
|
|
5006
5073
|
fill: "#528693",
|
|
5007
5074
|
fillRule: "evenodd",
|
|
5008
5075
|
d: "M18.597 3.452H12.36a.406.406 0 0 0-.406.406v3.418c0 .224.182.406.406.406h6.237a.406.406 0 0 0 .406-.406V3.858a.406.406 0 0 0-.406-.406Zm-6.237-.61c-.56 0-1.015.455-1.015 1.016v3.418c0 .56.454 1.015 1.015 1.015h6.237c.56 0 1.015-.454 1.015-1.015V3.858c0-.56-.454-1.015-1.015-1.015H12.36Z",
|
|
5009
5076
|
clipRule: "evenodd"
|
|
5010
5077
|
}),
|
|
5011
|
-
/* @__PURE__ */
|
|
5078
|
+
/* @__PURE__ */ jsx98("path", {
|
|
5012
5079
|
fill: "#BFF6F8",
|
|
5013
5080
|
d: "M2.388 5.212h8.267v12.93c0 .56-.454 1.015-1.015 1.015H3.403c-.56 0-1.015-.454-1.015-1.015V5.212Z"
|
|
5014
5081
|
}),
|
|
5015
|
-
/* @__PURE__ */
|
|
5082
|
+
/* @__PURE__ */ jsx98("path", {
|
|
5016
5083
|
fill: "#528693",
|
|
5017
5084
|
fillRule: "evenodd",
|
|
5018
5085
|
d: "M10.046 5.821H2.997v12.321c0 .224.182.406.406.406H9.64a.406.406 0 0 0 .406-.406V5.822Zm-7.658-.609v12.93c0 .56.454 1.015 1.015 1.015H9.64c.56 0 1.015-.454 1.015-1.015V5.212H2.388Z",
|
|
5019
5086
|
clipRule: "evenodd"
|
|
5020
5087
|
}),
|
|
5021
|
-
/* @__PURE__ */
|
|
5088
|
+
/* @__PURE__ */ jsx98("path", {
|
|
5022
5089
|
fill: "#BFF6F8",
|
|
5023
5090
|
d: "M11.345 5.212h8.267v12.93c0 .56-.454 1.015-1.015 1.015H12.36c-.56 0-1.015-.454-1.015-1.015V5.212Z"
|
|
5024
5091
|
}),
|
|
5025
|
-
/* @__PURE__ */
|
|
5092
|
+
/* @__PURE__ */ jsx98("path", {
|
|
5026
5093
|
fill: "#528693",
|
|
5027
5094
|
fillRule: "evenodd",
|
|
5028
5095
|
d: "M19.003 5.821h-7.049v12.321c0 .224.182.406.406.406h6.237a.406.406 0 0 0 .406-.406V5.822Zm-7.658-.609v12.93c0 .56.454 1.015 1.015 1.015h6.237c.56 0 1.015-.454 1.015-1.015V5.212h-8.267Z",
|
|
@@ -5034,10 +5101,10 @@ var Split = forwardRef91((delegated, ref) => {
|
|
|
5034
5101
|
Split.displayName = "SplitIcon";
|
|
5035
5102
|
|
|
5036
5103
|
// src/iconography/stock-location.tsx
|
|
5037
|
-
import { forwardRef as
|
|
5038
|
-
import { jsx as
|
|
5039
|
-
var StockLocation =
|
|
5040
|
-
return /* @__PURE__ */
|
|
5104
|
+
import { forwardRef as forwardRef93 } from "react";
|
|
5105
|
+
import { jsx as jsx99, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
5106
|
+
var StockLocation = forwardRef93((delegated, ref) => {
|
|
5107
|
+
return /* @__PURE__ */ jsxs90("svg", {
|
|
5041
5108
|
ref,
|
|
5042
5109
|
width: "22",
|
|
5043
5110
|
height: "22",
|
|
@@ -5045,70 +5112,70 @@ var StockLocation = forwardRef92((delegated, ref) => {
|
|
|
5045
5112
|
fill: "none",
|
|
5046
5113
|
...delegated,
|
|
5047
5114
|
children: [
|
|
5048
|
-
/* @__PURE__ */
|
|
5115
|
+
/* @__PURE__ */ jsx99("path", {
|
|
5049
5116
|
d: "M10.9679 19.3917L5.40032 17.234C5.31939 17.2027 5.26605 17.1248 5.26605 17.038V14.3176L3.52424 13.6176C3.38452 13.5615 3.3474 13.381 3.45363 13.2742L5.26605 11.4533L3.68162 9.71664C3.58183 9.60727 3.62333 9.43177 3.76154 9.37868L9.01297 7.36131L10.9679 9.16177L12.9228 7.19763C14.7691 7.93418 18.5432 9.48913 18.5432 9.48913C18.5432 9.48913 16.6541 11.5181 16.5883 11.4533C17.3511 12.1629 18.5415 13.2703 18.5415 13.2703C18.6552 13.3761 18.6189 13.5644 18.4741 13.6204L16.6697 14.3176V16.9581C16.6697 17.0439 16.6175 17.1211 16.5379 17.1531L10.9679 19.3917Z",
|
|
5050
5117
|
fill: "#BFF6F8",
|
|
5051
5118
|
className: "c-icon-fill"
|
|
5052
5119
|
}),
|
|
5053
|
-
/* @__PURE__ */
|
|
5120
|
+
/* @__PURE__ */ jsx99("path", {
|
|
5054
5121
|
fillRule: "evenodd",
|
|
5055
5122
|
clipRule: "evenodd",
|
|
5056
5123
|
d: "M16.8238 11.2674C16.6912 11.3923 16.6025 11.4657 16.5885 11.4534L18.5415 13.2703C18.6552 13.3761 18.6189 13.5644 18.4741 13.6204L16.6697 14.3176V16.958C16.6697 17.0439 16.6175 17.1211 16.5379 17.1531L10.9679 19.3916L5.40032 17.234C5.31939 17.2027 5.26605 17.1248 5.26605 17.038V14.3176L3.52424 13.6176C3.38452 13.5615 3.3474 13.3809 3.45363 13.2742L5.26605 11.4532L3.68162 9.71662C3.58183 9.60725 3.62333 9.43175 3.76154 9.37866L9.01297 7.36129L10.9679 9.16175L12.9228 7.19761C14.3178 7.75412 16.8133 8.77782 17.95 9.24504C18.3177 9.3962 18.5432 9.48911 18.5432 9.48911C18.5432 9.48911 18.359 9.68692 18.1037 9.95703C17.7873 10.2918 17.3616 10.7375 17.0416 11.0555C16.9612 11.1355 16.8874 11.2074 16.8238 11.2674ZM18.5432 9.48911L18.9823 9.898L18.9001 9.98607C18.8479 10.0418 18.7734 10.1213 18.6838 10.2164C18.5049 10.4065 18.265 10.6599 18.0227 10.9116C17.8369 11.1046 17.6472 11.2992 17.4813 11.4645L18.9493 12.8302L18.9501 12.831C19.3883 13.2386 19.2486 13.9643 18.6904 14.18L17.2697 14.729V16.958C17.2697 17.2889 17.0686 17.5865 16.7616 17.7099L11.1916 19.9484C11.0504 20.0051 10.893 20.0061 10.7511 19.9511L5.18351 17.7935C4.87161 17.6726 4.66605 17.3725 4.66605 17.038V14.7231L3.3005 14.1743C2.76206 13.9579 2.619 13.2622 3.02836 12.8509L4.43742 11.4352L3.23838 10.121C2.85382 9.69953 3.01376 9.02318 3.54637 8.81857L8.79781 6.8012C9.01075 6.7194 9.25165 6.76542 9.41944 6.91995L10.9498 8.32939L12.4975 6.77435C12.6671 6.60401 12.9219 6.55127 13.1451 6.64032C14.0711 7.00972 15.4785 7.58355 16.6527 8.06431C17.2402 8.30484 17.7699 8.52233 18.1527 8.67969L18.7711 8.93406L18.5432 9.48911ZM18.5432 9.48911L18.7711 8.93406C18.953 9.00903 19.0874 9.16876 19.1294 9.36102C19.1714 9.55329 19.1164 9.75397 18.9823 9.898L18.5432 9.48911Z",
|
|
5057
5124
|
fill: "#528693"
|
|
5058
5125
|
}),
|
|
5059
|
-
/* @__PURE__ */
|
|
5126
|
+
/* @__PURE__ */ jsx99("path", {
|
|
5060
5127
|
d: "M16.79 11.4532L10.968 13.6629L5.07001 11.4532L10.968 9.16174L16.79 11.4532Z",
|
|
5061
5128
|
fill: "#B1DDDF"
|
|
5062
5129
|
}),
|
|
5063
|
-
/* @__PURE__ */
|
|
5130
|
+
/* @__PURE__ */ jsx99("path", {
|
|
5064
5131
|
fillRule: "evenodd",
|
|
5065
5132
|
clipRule: "evenodd",
|
|
5066
5133
|
d: "M10.968 13.6629L16.79 11.4532L10.968 9.16171L5.07001 11.4532L10.968 13.6629ZM11.1809 14.2238C11.0445 14.2756 10.894 14.2759 10.7575 14.2247L4.85951 12.0151C4.62648 11.9278 4.47153 11.7057 4.47002 11.4568C4.46851 11.208 4.62076 10.984 4.85272 10.8939L10.7507 8.60243C10.8913 8.5478 11.0473 8.54814 11.1877 8.60339L17.0098 10.8949C17.2404 10.9857 17.3915 11.209 17.39 11.4569C17.3885 11.7048 17.2347 11.9262 17.0029 12.0142L11.1809 14.2238Z",
|
|
5067
5134
|
fill: "#528693"
|
|
5068
5135
|
}),
|
|
5069
|
-
/* @__PURE__ */
|
|
5136
|
+
/* @__PURE__ */ jsx99("path", {
|
|
5070
5137
|
d: "M2.91127 13.821L4.72369 12L10.4255 14.2097L8.48953 16.3104C8.42933 16.3757 8.33459 16.3962 8.25282 16.3615L4.72369 14.8644L2.98188 14.1644C2.84217 14.1082 2.80505 13.9277 2.91127 13.821Z",
|
|
5071
5138
|
fill: "#BFF6F8",
|
|
5072
5139
|
className: "c-icon-fill"
|
|
5073
5140
|
}),
|
|
5074
|
-
/* @__PURE__ */
|
|
5141
|
+
/* @__PURE__ */ jsx99("path", {
|
|
5075
5142
|
fillRule: "evenodd",
|
|
5076
5143
|
clipRule: "evenodd",
|
|
5077
5144
|
d: "M4.29843 11.5767C4.46645 11.4079 4.71841 11.3545 4.9405 11.4405L10.6423 13.6502C10.8274 13.7219 10.9651 13.8805 11.01 14.0739C11.0549 14.2672 11.0013 14.4703 10.8667 14.6162L8.93074 16.717C8.69877 16.9687 8.33363 17.0475 8.0185 16.9138L4.49464 15.4189L2.75814 14.7211C2.2197 14.5047 2.07664 13.809 2.48601 13.3977L4.29843 11.5767ZM4.72369 14.8643L8.25282 16.3615C8.33459 16.3961 8.42933 16.3757 8.48953 16.3104L10.4255 14.2096L4.72369 12L2.91127 13.8209C2.80505 13.9277 2.84217 14.1082 2.98188 14.1643L4.72369 14.8643Z",
|
|
5078
5145
|
fill: "#528693"
|
|
5079
5146
|
}),
|
|
5080
|
-
/* @__PURE__ */
|
|
5147
|
+
/* @__PURE__ */ jsx99("path", {
|
|
5081
5148
|
d: "M19.1287 13.821L17.3163 12L11.6144 14.2097L13.5505 16.3104C13.6106 16.3757 13.7054 16.3962 13.7872 16.3615L17.3163 14.8644L19.0581 14.1644C19.1978 14.1082 19.2349 13.9277 19.1287 13.821Z",
|
|
5082
5149
|
fill: "#BFF6F8",
|
|
5083
5150
|
className: "c-icon-fill"
|
|
5084
5151
|
}),
|
|
5085
|
-
/* @__PURE__ */
|
|
5152
|
+
/* @__PURE__ */ jsx99("path", {
|
|
5086
5153
|
fillRule: "evenodd",
|
|
5087
5154
|
clipRule: "evenodd",
|
|
5088
5155
|
d: "M17.7416 11.5767C17.5735 11.4079 17.3216 11.3545 17.0995 11.4405L11.3976 13.6502C11.2126 13.7219 11.0749 13.8805 11.03 14.0739C10.9851 14.2672 11.0387 14.4703 11.1732 14.6162L13.1092 16.717C13.3412 16.9687 13.7063 17.0475 14.0215 16.9138L17.5453 15.4189L19.2818 14.7211C19.8203 14.5047 19.9633 13.809 19.554 13.3977L17.7416 11.5767ZM17.3163 14.8643L13.7872 16.3615C13.7054 16.3961 13.6106 16.3757 13.5505 16.3104L11.6144 14.2096L17.3163 12L19.1287 13.8209C19.2349 13.9277 19.1978 14.1082 19.0581 14.1643L17.3163 14.8643Z",
|
|
5089
5156
|
fill: "#528693"
|
|
5090
5157
|
}),
|
|
5091
|
-
/* @__PURE__ */
|
|
5158
|
+
/* @__PURE__ */ jsx99("path", {
|
|
5092
5159
|
fillRule: "evenodd",
|
|
5093
5160
|
clipRule: "evenodd",
|
|
5094
5161
|
d: "M10.7 19.5V9H11.3V19.5H10.7Z",
|
|
5095
5162
|
fill: "#528693"
|
|
5096
5163
|
}),
|
|
5097
|
-
/* @__PURE__ */
|
|
5164
|
+
/* @__PURE__ */ jsx99("path", {
|
|
5098
5165
|
d: "M14.125 6.125C14.125 7.26958 12.7506 9.91972 11.8247 11.5751C11.4584 12.2301 10.5416 12.2301 10.1753 11.5751C9.2494 9.91972 7.875 7.26958 7.875 6.125C7.875 4.39911 9.27411 3 11 3C12.7259 3 14.125 4.39911 14.125 6.125Z",
|
|
5099
5166
|
fill: "white"
|
|
5100
5167
|
}),
|
|
5101
|
-
/* @__PURE__ */
|
|
5168
|
+
/* @__PURE__ */ jsx99("path", {
|
|
5102
5169
|
fillRule: "evenodd",
|
|
5103
5170
|
clipRule: "evenodd",
|
|
5104
5171
|
d: "M13.8685 8.9064C13.3991 9.94112 12.8148 11.0342 12.3484 11.868C11.753 12.9325 10.247 12.9325 9.65159 11.868C9.18523 11.0342 8.60093 9.94112 8.13153 8.9064C7.89698 8.38936 7.68686 7.87762 7.53431 7.41433C7.38586 6.96345 7.275 6.50937 7.275 6.12502C7.275 4.06776 8.94274 2.40002 11 2.40002C13.0573 2.40002 14.725 4.06776 14.725 6.12502C14.725 6.50937 14.6141 6.96345 14.4657 7.41433C14.3131 7.87762 14.103 8.38936 13.8685 8.9064ZM11.8247 11.5751C12.7506 9.91974 14.125 7.2696 14.125 6.12502C14.125 4.39913 12.7259 3.00002 11 3.00002C9.27411 3.00002 7.875 4.39913 7.875 6.12502C7.875 7.2696 9.2494 9.91974 10.1753 11.5751C10.5416 12.2301 11.4584 12.2301 11.8247 11.5751Z",
|
|
5105
5172
|
fill: "#528693"
|
|
5106
5173
|
}),
|
|
5107
|
-
/* @__PURE__ */
|
|
5174
|
+
/* @__PURE__ */ jsx99("path", {
|
|
5108
5175
|
d: "M12.25 6.125C12.25 6.81536 11.6904 7.375 11 7.375C10.3096 7.375 9.75 6.81536 9.75 6.125C9.75 5.43464 10.3096 4.875 11 4.875C11.6904 4.875 12.25 5.43464 12.25 6.125Z",
|
|
5109
5176
|
fill: "white"
|
|
5110
5177
|
}),
|
|
5111
|
-
/* @__PURE__ */
|
|
5178
|
+
/* @__PURE__ */ jsx99("path", {
|
|
5112
5179
|
fillRule: "evenodd",
|
|
5113
5180
|
clipRule: "evenodd",
|
|
5114
5181
|
d: "M12.85 6.12502C12.85 7.14675 12.0217 7.97502 11 7.97502C9.97827 7.97502 9.15 7.14675 9.15 6.12502C9.15 5.1033 9.97827 4.27502 11 4.27502C12.0217 4.27502 12.85 5.1033 12.85 6.12502ZM11 7.37502C11.6904 7.37502 12.25 6.81538 12.25 6.12502C12.25 5.43467 11.6904 4.87502 11 4.87502C10.3096 4.87502 9.75 5.43467 9.75 6.12502C9.75 6.81538 10.3096 7.37502 11 7.37502Z",
|
|
@@ -5120,10 +5187,10 @@ var StockLocation = forwardRef92((delegated, ref) => {
|
|
|
5120
5187
|
StockLocation.displayName = "StockLocationIcon";
|
|
5121
5188
|
|
|
5122
5189
|
// src/iconography/subscription.tsx
|
|
5123
|
-
import { forwardRef as
|
|
5124
|
-
import { jsx as
|
|
5125
|
-
var Subscription =
|
|
5126
|
-
return /* @__PURE__ */
|
|
5190
|
+
import { forwardRef as forwardRef94 } from "react";
|
|
5191
|
+
import { jsx as jsx100, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
5192
|
+
var Subscription = forwardRef94((delegated, ref) => {
|
|
5193
|
+
return /* @__PURE__ */ jsxs91("svg", {
|
|
5127
5194
|
ref,
|
|
5128
5195
|
width: "34",
|
|
5129
5196
|
height: "34",
|
|
@@ -5131,21 +5198,21 @@ var Subscription = forwardRef93((delegated, ref) => {
|
|
|
5131
5198
|
fill: "none",
|
|
5132
5199
|
...delegated,
|
|
5133
5200
|
children: [
|
|
5134
|
-
/* @__PURE__ */
|
|
5201
|
+
/* @__PURE__ */ jsx100("path", {
|
|
5135
5202
|
d: "M6.61561 5.18342H25.0671H27.0366L28.0213 8.13757L29.006 15.0306L6.35752 13.0612L5.3728 7.15285L6.61561 5.18342Z",
|
|
5136
5203
|
fill: "#bff6f8"
|
|
5137
5204
|
}),
|
|
5138
|
-
/* @__PURE__ */
|
|
5205
|
+
/* @__PURE__ */ jsx100("path", {
|
|
5139
5206
|
d: "M6.35752 13.0611H19.1588H28.0213L29.006 17L28.0213 26.8472L27.0366 28.8166H14.2353H7.34224H6.35752L5.3728 26.8472L6.35752 22.9083V17V13.0611Z",
|
|
5140
5207
|
fill: "#fff"
|
|
5141
5208
|
}),
|
|
5142
|
-
/* @__PURE__ */
|
|
5209
|
+
/* @__PURE__ */ jsx100("path", {
|
|
5143
5210
|
fillRule: "evenodd",
|
|
5144
5211
|
clipRule: "evenodd",
|
|
5145
5212
|
d: "M7.69756 4.39563H25.3681C26.716 4.39563 27.8662 5.37006 28.0878 6.69955L28.326 8.12863C29.305 14.0024 29.305 19.9976 28.326 25.8714L28.0878 27.3005C27.8662 28.6299 26.716 29.6044 25.3681 29.6044H7.69756C5.99377 29.6044 4.69776 28.0745 4.97786 26.3939L5.10812 25.6124C6.05849 19.9101 6.05849 14.0899 5.10812 8.38765L4.97786 7.60612C4.69776 5.92551 5.99377 4.39563 7.69756 4.39563ZM7.69756 5.27456C6.48057 5.27456 5.73939 6.14667 5.93946 7.3471L6.06972 8.12863C7.03438 13.9166 7.03438 19.8244 6.06972 25.6124L5.93946 26.3939C5.73939 27.5943 6.48056 28.641 7.69756 28.641H25.3681C26.3309 28.641 27.0227 28.1206 27.181 27.1709L27.4192 25.7419C28.3838 19.9539 28.3838 14.0461 27.4192 8.25814L27.181 6.82906C27.0227 5.87943 26.3309 5.27456 25.3681 5.27456H7.69756Z",
|
|
5146
5213
|
fill: "#528693"
|
|
5147
5214
|
}),
|
|
5148
|
-
/* @__PURE__ */
|
|
5215
|
+
/* @__PURE__ */ jsx100("path", {
|
|
5149
5216
|
fillRule: "evenodd",
|
|
5150
5217
|
clipRule: "evenodd",
|
|
5151
5218
|
d: "M28.4567 13.455L6.24786 13.455L6.24786 12.4094L28.4567 12.4094L28.4567 13.455Z",
|
|
@@ -5157,11 +5224,11 @@ var Subscription = forwardRef93((delegated, ref) => {
|
|
|
5157
5224
|
Subscription.displayName = "SubscriptionIcon";
|
|
5158
5225
|
|
|
5159
5226
|
// src/iconography/subscription-contracts.tsx
|
|
5160
|
-
import { forwardRef as
|
|
5161
|
-
import { jsx as
|
|
5162
|
-
var SubscriptionContracts =
|
|
5227
|
+
import { forwardRef as forwardRef95 } from "react";
|
|
5228
|
+
import { jsx as jsx101, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
5229
|
+
var SubscriptionContracts = forwardRef95(
|
|
5163
5230
|
(delegated, ref) => {
|
|
5164
|
-
return /* @__PURE__ */
|
|
5231
|
+
return /* @__PURE__ */ jsxs92("svg", {
|
|
5165
5232
|
ref,
|
|
5166
5233
|
width: "23",
|
|
5167
5234
|
height: "22",
|
|
@@ -5169,37 +5236,37 @@ var SubscriptionContracts = forwardRef94(
|
|
|
5169
5236
|
fill: "none",
|
|
5170
5237
|
...delegated,
|
|
5171
5238
|
children: [
|
|
5172
|
-
/* @__PURE__ */
|
|
5239
|
+
/* @__PURE__ */ jsx101("path", {
|
|
5173
5240
|
fill: "#BFF6F8",
|
|
5174
5241
|
d: "M6.684 19.1h10.8a.6.6 0 0 0 .6-.6V6.748a.6.6 0 0 0-.176-.424L14.86 3.276a.6.6 0 0 0-.425-.176h-7.75a.6.6 0 0 0-.6.6v14.8a.6.6 0 0 0 .6.6Z"
|
|
5175
5242
|
}),
|
|
5176
|
-
/* @__PURE__ */
|
|
5243
|
+
/* @__PURE__ */ jsx101("path", {
|
|
5177
5244
|
fill: "#528693",
|
|
5178
5245
|
fillRule: "evenodd",
|
|
5179
5246
|
d: "m17.908 6.324.425-.424a1.2 1.2 0 0 1 .351.848V18.5a1.2 1.2 0 0 1-1.2 1.2h-10.8a1.2 1.2 0 0 1-1.2-1.2V3.7a1.2 1.2 0 0 1 1.2-1.2h7.751a1.2 1.2 0 0 1 .85.351L18.332 5.9l-.425.424ZM17.484 19.1h-10.8a.6.6 0 0 1-.6-.6V3.7a.6.6 0 0 1 .6-.6h7.751a.6.6 0 0 1 .425.176l3.048 3.048a.6.6 0 0 1 .176.424V18.5a.6.6 0 0 1-.6.6Z",
|
|
5180
5247
|
clipRule: "evenodd"
|
|
5181
5248
|
}),
|
|
5182
|
-
/* @__PURE__ */
|
|
5249
|
+
/* @__PURE__ */ jsx101("path", {
|
|
5183
5250
|
fill: "#528693",
|
|
5184
5251
|
fillRule: "evenodd",
|
|
5185
5252
|
d: "M14.784 2.9v2.6a.7.7 0 0 0 .7.7h3v.6h-3a1.3 1.3 0 0 1-1.3-1.3V2.9h.6Z",
|
|
5186
5253
|
clipRule: "evenodd"
|
|
5187
5254
|
}),
|
|
5188
|
-
/* @__PURE__ */
|
|
5255
|
+
/* @__PURE__ */ jsx101("path", {
|
|
5189
5256
|
fill: "#fff",
|
|
5190
5257
|
d: "M13.977 8.068c-.12.426-.279.815-.393 1.233l4.498 1.256c1.502.316 1.335-1.12.702-1.857V7.66c1.645 1.392 2.137 2.286 1.828 3.213-.79 2.372-5.264.59-7.586.074l-.387 1.163-2.135-2.94 3.473-1.102Z"
|
|
5191
5258
|
}),
|
|
5192
|
-
/* @__PURE__ */
|
|
5259
|
+
/* @__PURE__ */ jsx101("path", {
|
|
5193
5260
|
fill: "#528693",
|
|
5194
5261
|
fillRule: "evenodd",
|
|
5195
5262
|
d: "M18.784 8.7c.633.738.8 2.173-.702 1.857l-4.498-1.256.02-.068c.044-.157.095-.31.146-.463l.014-.042.022-.065c.066-.195.133-.39.191-.595l-.698.222h-.002l-2.17.689-.603.19a1328.391 1328.391 0 0 1 1.109 1.528l.592.816.434.597.387-1.163c.412.092.893.223 1.408.364 2.386.653 5.528 1.513 6.178-.438.267-.803-.066-1.58-1.228-2.678-.18-.17-.38-.348-.6-.534V8.7Zm-5.363 2.96-.213.64a.6.6 0 0 1-1.055.163 3823.073 3823.073 0 0 1-2.135-2.94.6.6 0 0 1 .304-.925l2.772-.88.702-.222a.6.6 0 0 1 .758.736c-.062.22-.133.429-.198.62l-.01.029-.003.009 3.88 1.084c.287.057.391.01.403.004a.153.153 0 0 0 .015-.05.84.84 0 0 0-.055-.385 1.44 1.44 0 0 0-.257-.453l-.145-.168V6.367l.988.836c.836.707 1.437 1.334 1.78 1.943.364.643.443 1.273.229 1.917-.272.817-.88 1.271-1.6 1.473-.687.192-1.49.162-2.272.05-.791-.111-1.622-.316-2.384-.52-.23-.061-.453-.122-.666-.18-.297-.082-.577-.159-.838-.226Z",
|
|
5196
5263
|
clipRule: "evenodd"
|
|
5197
5264
|
}),
|
|
5198
|
-
/* @__PURE__ */
|
|
5265
|
+
/* @__PURE__ */ jsx101("path", {
|
|
5199
5266
|
fill: "#fff",
|
|
5200
5267
|
d: "M10.492 13.433c-.126.424-.2.837-.327 1.252l-4.473-1.343c-1.053-.393-.848-1.1-.298-1.563v-1.03c-1.248.31-1.827.77-2.009 1.507-.6 2.427 4.133 3.312 6.37 4.118l-.293 1.19 3.376-1.343-2.346-2.788Z"
|
|
5201
5268
|
}),
|
|
5202
|
-
/* @__PURE__ */
|
|
5269
|
+
/* @__PURE__ */ jsx101("path", {
|
|
5203
5270
|
fill: "#528693",
|
|
5204
5271
|
fillRule: "evenodd",
|
|
5205
5272
|
d: "M5.394 11.779c-.55.463-.755 1.17.298 1.563l4.473 1.343.02-.068c.046-.157.085-.313.123-.47l.01-.043.017-.067c.048-.2.096-.4.156-.604l.472.56.003.003c.49.582.975 1.16 1.465 1.74l.407.485-.587.233-1.167.464-.937.373-.685.273.294-1.19c-.397-.143-.873-.288-1.384-.445-2.366-.724-5.48-1.677-4.987-3.673.15-.606.57-1.026 1.409-1.328.18-.064.38-.124.6-.178v1.029Zm3.647 4.987-.162.654a.6.6 0 0 0 .804.701 3603.743 3603.743 0 0 0 3.377-1.343.6.6 0 0 0 .237-.944l-1.872-2.224-.474-.564a.6.6 0 0 0-1.035.216c-.065.22-.116.434-.164.63l-.007.03-.002.01-3.859-1.159c-.195-.075-.285-.146-.322-.185a.133.133 0 0 1-.02-.028v-.003a.335.335 0 0 1 .037-.092.913.913 0 0 1 .201-.227l.214-.18V9.984l-.744.184c-.662.163-1.208.38-1.623.697-.434.33-.7.747-.824 1.247-.207.836.063 1.545.564 2.1.478.53 1.174.934 1.893 1.258.729.328 1.54.6 2.293.835l.66.203c.294.09.572.175.828.258Z",
|
|
@@ -5212,10 +5279,10 @@ var SubscriptionContracts = forwardRef94(
|
|
|
5212
5279
|
SubscriptionContracts.displayName = "SubscriptionContractsIcon";
|
|
5213
5280
|
|
|
5214
5281
|
// src/iconography/subscription-plans.tsx
|
|
5215
|
-
import { forwardRef as
|
|
5216
|
-
import { jsx as
|
|
5217
|
-
var SubscriptionPlans =
|
|
5218
|
-
return /* @__PURE__ */
|
|
5282
|
+
import { forwardRef as forwardRef96 } from "react";
|
|
5283
|
+
import { jsx as jsx102, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
5284
|
+
var SubscriptionPlans = forwardRef96((delegated, ref) => {
|
|
5285
|
+
return /* @__PURE__ */ jsxs93("svg", {
|
|
5219
5286
|
ref,
|
|
5220
5287
|
width: "23",
|
|
5221
5288
|
height: "22",
|
|
@@ -5223,47 +5290,47 @@ var SubscriptionPlans = forwardRef95((delegated, ref) => {
|
|
|
5223
5290
|
fill: "none",
|
|
5224
5291
|
...delegated,
|
|
5225
5292
|
children: [
|
|
5226
|
-
/* @__PURE__ */
|
|
5293
|
+
/* @__PURE__ */ jsx102("path", {
|
|
5227
5294
|
fill: "#BFF6F8",
|
|
5228
5295
|
d: "M5.181 6.227a1 1 0 0 1 1-1h11.307a1 1 0 0 1 1 1v11.225a1 1 0 0 1-1 1H6.18a1 1 0 0 1-1-1V6.227Z"
|
|
5229
5296
|
}),
|
|
5230
|
-
/* @__PURE__ */
|
|
5297
|
+
/* @__PURE__ */ jsx102("path", {
|
|
5231
5298
|
fill: "#528693",
|
|
5232
5299
|
fillRule: "evenodd",
|
|
5233
5300
|
d: "M6.397 4.627h11.09a1.6 1.6 0 0 1 1.6 1.6v11a1.6 1.6 0 0 1-1.6 1.6H6.398a1.6 1.6 0 0 1-1.6-1.6v-11a1.6 1.6 0 0 1 1.6-1.6Zm0 .6h11.09a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H6.398a1 1 0 0 1-1-1v-11a1 1 0 0 1 1-1Z",
|
|
5234
5301
|
clipRule: "evenodd"
|
|
5235
5302
|
}),
|
|
5236
|
-
/* @__PURE__ */
|
|
5303
|
+
/* @__PURE__ */ jsx102("path", {
|
|
5237
5304
|
fill: "#fff",
|
|
5238
5305
|
d: "M5.397 6.227a1 1 0 0 1 1-1h11.09a1 1 0 0 1 1 1v1.455H5.398V6.227Z"
|
|
5239
5306
|
}),
|
|
5240
|
-
/* @__PURE__ */
|
|
5307
|
+
/* @__PURE__ */ jsx102("path", {
|
|
5241
5308
|
fill: "#528693",
|
|
5242
5309
|
fillRule: "evenodd",
|
|
5243
5310
|
d: "M19.088 8.282H4.797V6.227a1.6 1.6 0 0 1 1.6-1.6h11.09a1.6 1.6 0 0 1 1.6 1.6v2.055ZM6.397 5.227a1 1 0 0 0-1 1v1.455h13.09V6.227a1 1 0 0 0-1-1H6.398Z",
|
|
5244
5311
|
clipRule: "evenodd"
|
|
5245
5312
|
}),
|
|
5246
|
-
/* @__PURE__ */
|
|
5313
|
+
/* @__PURE__ */ jsx102("path", {
|
|
5247
5314
|
fill: "#528693",
|
|
5248
5315
|
fillRule: "evenodd",
|
|
5249
5316
|
d: "M8.352 4v1.227h-1V4a.5.5 0 0 1 1 0ZM16.533 4v1.227h-1V4a.5.5 0 1 1 1 0ZM12.443 4v1.227h-1V4a.5.5 0 1 1 1 0Z",
|
|
5250
5317
|
clipRule: "evenodd"
|
|
5251
5318
|
}),
|
|
5252
|
-
/* @__PURE__ */
|
|
5319
|
+
/* @__PURE__ */ jsx102("path", {
|
|
5253
5320
|
fill: "#fff",
|
|
5254
5321
|
d: "M14.27 10.15c-.121.426-.28.815-.394 1.233l4.498 1.256c1.502.316 1.335-1.12.702-1.857v-1.04c1.645 1.392 2.137 2.286 1.828 3.213-.79 2.372-5.264.59-7.585.074l-.388 1.163-2.135-2.94 3.473-1.102Z"
|
|
5255
5322
|
}),
|
|
5256
|
-
/* @__PURE__ */
|
|
5323
|
+
/* @__PURE__ */ jsx102("path", {
|
|
5257
5324
|
fill: "#528693",
|
|
5258
5325
|
fillRule: "evenodd",
|
|
5259
5326
|
d: "M19.076 10.782c.633.738.8 2.173-.702 1.857l-4.498-1.256.02-.068c.044-.157.095-.31.146-.463l.014-.042.023-.065c.066-.194.132-.39.19-.595l-.697.221-.003.001-2.17.689-.603.19a1504.34 1504.34 0 0 1 1.109 1.528l.593.816.433.597.388-1.163c.412.092.892.223 1.407.364 2.387.653 5.528 1.513 6.178-.438.267-.803-.066-1.58-1.228-2.678-.18-.17-.38-.348-.6-.534v1.039Zm-5.363 2.96-.213.64a.6.6 0 0 1-1.054.163l-1.027-1.414-1.109-1.527a.6.6 0 0 1 .305-.924l2.771-.88.702-.222a.6.6 0 0 1 .759.736c-.063.22-.134.429-.199.62l-.01.029-.003.009 3.88 1.084c.287.058.392.01.403.004a.156.156 0 0 0 .015-.05.84.84 0 0 0-.055-.385 1.44 1.44 0 0 0-.257-.453l-.145-.168V8.449l.988.836c.836.707 1.437 1.334 1.781 1.943.363.643.442 1.273.228 1.917-.272.816-.879 1.271-1.6 1.473-.686.192-1.49.162-2.272.05-.791-.111-1.622-.316-2.384-.52-.23-.061-.452-.122-.666-.18a59.482 59.482 0 0 0-.838-.226Z",
|
|
5260
5327
|
clipRule: "evenodd"
|
|
5261
5328
|
}),
|
|
5262
|
-
/* @__PURE__ */
|
|
5329
|
+
/* @__PURE__ */ jsx102("path", {
|
|
5263
5330
|
fill: "#fff",
|
|
5264
5331
|
d: "M9.903 13.26c-.125.425-.2.838-.327 1.252l-4.472-1.343c-1.054-.392-.848-1.1-.298-1.563v-1.029c-1.248.309-1.827.77-2.01 1.507-.6 2.427 4.134 3.312 6.372 4.118l-.295 1.19 3.377-1.344-2.347-2.788Z"
|
|
5265
5332
|
}),
|
|
5266
|
-
/* @__PURE__ */
|
|
5333
|
+
/* @__PURE__ */ jsx102("path", {
|
|
5267
5334
|
fill: "#528693",
|
|
5268
5335
|
fillRule: "evenodd",
|
|
5269
5336
|
d: "M4.806 11.607c-.55.462-.756 1.17.298 1.562l4.472 1.343.02-.068a10.141 10.141 0 0 0 .15-.58c.049-.199.097-.4.157-.604l.472.56.002.003 1.465 1.741.408.484-.588.234-1.166.464-.937.373-.686.272.295-1.19c-.398-.143-.874-.288-1.384-.444-2.367-.724-5.48-1.677-4.987-3.673.15-.607.569-1.027 1.409-1.328.18-.065.38-.124.6-.179v1.03Zm3.647 4.986-.162.654a.6.6 0 0 0 .804.702l1.624-.646 1.753-.698a.6.6 0 0 0 .237-.944l-1.873-2.224-.474-.563a.6.6 0 0 0-1.034.216c-.065.219-.117.434-.164.63l-.007.03-.002.009-3.859-1.158c-.195-.075-.286-.147-.322-.186a.136.136 0 0 1-.021-.027v-.004l.004-.018a.333.333 0 0 1 .033-.073.913.913 0 0 1 .202-.227l.214-.18V9.81l-.744.184c-.662.164-1.208.381-1.624.697-.433.33-.7.748-.824 1.248-.206.835.063 1.544.565 2.1.478.529 1.173.934 1.893 1.258.728.328 1.54.599 2.293.834.227.071.448.139.66.203.294.09.571.175.828.258Z",
|
|
@@ -5275,10 +5342,10 @@ var SubscriptionPlans = forwardRef95((delegated, ref) => {
|
|
|
5275
5342
|
SubscriptionPlans.displayName = "SubscriptionPlansIcon";
|
|
5276
5343
|
|
|
5277
5344
|
// src/iconography/switch.tsx
|
|
5278
|
-
import { forwardRef as
|
|
5279
|
-
import { jsx as
|
|
5280
|
-
var Switch =
|
|
5281
|
-
return /* @__PURE__ */
|
|
5345
|
+
import { forwardRef as forwardRef97 } from "react";
|
|
5346
|
+
import { jsx as jsx103, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
5347
|
+
var Switch = forwardRef97((delegated, ref) => {
|
|
5348
|
+
return /* @__PURE__ */ jsxs94("svg", {
|
|
5282
5349
|
ref,
|
|
5283
5350
|
width: "22",
|
|
5284
5351
|
height: "22",
|
|
@@ -5286,43 +5353,43 @@ var Switch = forwardRef96((delegated, ref) => {
|
|
|
5286
5353
|
fill: "none",
|
|
5287
5354
|
...delegated,
|
|
5288
5355
|
children: [
|
|
5289
|
-
/* @__PURE__ */
|
|
5356
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5290
5357
|
d: "M19 15.2C19 13.6536 17.7464 12.4 16.2 12.4H5.8C4.2536 12.4 3 13.6536 3 15.2V15.2C3 16.7464 4.2536 18 5.8 18H16.2C17.7464 18 19 16.7464 19 15.2V15.2Z",
|
|
5291
5358
|
fill: "white"
|
|
5292
5359
|
}),
|
|
5293
|
-
/* @__PURE__ */
|
|
5360
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5294
5361
|
fillRule: "evenodd",
|
|
5295
5362
|
clipRule: "evenodd",
|
|
5296
5363
|
d: "M16.2 11.8H5.80001C3.92224 11.8 2.40001 13.3223 2.40001 15.2C2.40001 17.0778 3.92224 18.6 5.80001 18.6H16.2C18.0778 18.6 19.6 17.0778 19.6 15.2C19.6 13.3223 18.0778 11.8 16.2 11.8ZM16.2 12.4C17.7464 12.4 19 13.6537 19 15.2C19 16.7464 17.7464 18 16.2 18H5.80001C4.25361 18 3.00001 16.7464 3.00001 15.2C3.00001 13.6537 4.25361 12.4 5.80001 12.4H16.2Z",
|
|
5297
5364
|
fill: "#528693"
|
|
5298
5365
|
}),
|
|
5299
|
-
/* @__PURE__ */
|
|
5366
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5300
5367
|
d: "M5 15.2501C5 15.9404 5.55964 16.5001 6.25 16.5001C6.94036 16.5001 7.5 15.9404 7.5 15.2501C7.5 14.5597 6.94036 14.0001 6.25 14.0001C5.55964 14.0001 5 14.5597 5 15.2501Z",
|
|
5301
5368
|
fill: "#BFF6F8",
|
|
5302
5369
|
className: "c-icon-fill"
|
|
5303
5370
|
}),
|
|
5304
|
-
/* @__PURE__ */
|
|
5371
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5305
5372
|
fillRule: "evenodd",
|
|
5306
5373
|
clipRule: "evenodd",
|
|
5307
5374
|
d: "M4.40001 15.2501C4.40001 16.2718 5.22828 17.1001 6.25001 17.1001C7.27173 17.1001 8.10001 16.2718 8.10001 15.2501C8.10001 14.2284 7.27173 13.4001 6.25001 13.4001C5.22828 13.4001 4.40001 14.2284 4.40001 15.2501ZM6.25001 16.5001C5.55965 16.5001 5.00001 15.9404 5.00001 15.2501C5.00001 14.5597 5.55965 14.0001 6.25001 14.0001C6.94036 14.0001 7.50001 14.5597 7.50001 15.2501C7.50001 15.9404 6.94036 16.5001 6.25001 16.5001Z",
|
|
5308
5375
|
fill: "#528693"
|
|
5309
5376
|
}),
|
|
5310
|
-
/* @__PURE__ */
|
|
5377
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5311
5378
|
d: "M3 6.8C3 5.2536 4.2536 4 5.8 4H16.2C17.7464 4 19 5.2536 19 6.8V6.8C19 8.3464 17.7464 9.6 16.2 9.6H5.8C4.2536 9.6 3 8.3464 3 6.8V6.8Z",
|
|
5312
5379
|
fill: "#BFF6F8",
|
|
5313
5380
|
className: "c-icon-fill"
|
|
5314
5381
|
}),
|
|
5315
|
-
/* @__PURE__ */
|
|
5382
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5316
5383
|
fillRule: "evenodd",
|
|
5317
5384
|
clipRule: "evenodd",
|
|
5318
5385
|
d: "M5.79999 3.40002H16.2C18.0778 3.40002 19.6 4.92226 19.6 6.80002C19.6 8.67779 18.0778 10.2 16.2 10.2H5.79999C3.92223 10.2 2.39999 8.67779 2.39999 6.80002C2.39999 4.92226 3.92223 3.40002 5.79999 3.40002ZM5.79999 4.00002C4.2536 4.00002 2.99999 5.25363 2.99999 6.80002C2.99999 8.34642 4.2536 9.60002 5.79999 9.60002H16.2C17.7464 9.60002 19 8.34642 19 6.80002C19 5.25363 17.7464 4.00002 16.2 4.00002H5.79999Z",
|
|
5319
5386
|
fill: "#528693"
|
|
5320
5387
|
}),
|
|
5321
|
-
/* @__PURE__ */
|
|
5388
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5322
5389
|
d: "M17 6.85004C17 7.54039 16.4404 8.10004 15.75 8.10004C15.0596 8.10004 14.5 7.54039 14.5 6.85004C14.5 6.15968 15.0596 5.60004 15.75 5.60004C16.4404 5.60004 17 6.15968 17 6.85004Z",
|
|
5323
5390
|
fill: "white"
|
|
5324
5391
|
}),
|
|
5325
|
-
/* @__PURE__ */
|
|
5392
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5326
5393
|
fillRule: "evenodd",
|
|
5327
5394
|
clipRule: "evenodd",
|
|
5328
5395
|
d: "M17.6 6.85006C17.6 7.87179 16.7717 8.70006 15.75 8.70006C14.7283 8.70006 13.9 7.87179 13.9 6.85006C13.9 5.82833 14.7283 5.00006 15.75 5.00006C16.7717 5.00006 17.6 5.82833 17.6 6.85006ZM15.75 8.10006C16.4403 8.10006 17 7.54042 17 6.85006C17 6.15971 16.4403 5.60006 15.75 5.60006C15.0596 5.60006 14.5 6.15971 14.5 6.85006C14.5 7.54042 15.0596 8.10006 15.75 8.10006Z",
|
|
@@ -5334,10 +5401,10 @@ var Switch = forwardRef96((delegated, ref) => {
|
|
|
5334
5401
|
Switch.displayName = "Switch";
|
|
5335
5402
|
|
|
5336
5403
|
// src/iconography/target.tsx
|
|
5337
|
-
import { forwardRef as
|
|
5338
|
-
import { jsx as
|
|
5339
|
-
var Target =
|
|
5340
|
-
return /* @__PURE__ */
|
|
5404
|
+
import { forwardRef as forwardRef98 } from "react";
|
|
5405
|
+
import { jsx as jsx104, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
5406
|
+
var Target = forwardRef98((delegated, ref) => {
|
|
5407
|
+
return /* @__PURE__ */ jsxs95("svg", {
|
|
5341
5408
|
ref,
|
|
5342
5409
|
width: "23",
|
|
5343
5410
|
height: "22",
|
|
@@ -5345,67 +5412,67 @@ var Target = forwardRef97((delegated, ref) => {
|
|
|
5345
5412
|
viewBox: "0 0 23 22",
|
|
5346
5413
|
...delegated,
|
|
5347
5414
|
children: [
|
|
5348
|
-
/* @__PURE__ */
|
|
5415
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5349
5416
|
fill: "#BFF6F8",
|
|
5350
5417
|
d: "M20.524 12.018a8.522 8.522 0 1 1-17.044 0 8.522 8.522 0 0 1 17.044 0Z"
|
|
5351
5418
|
}),
|
|
5352
|
-
/* @__PURE__ */
|
|
5419
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5353
5420
|
fill: "#528693",
|
|
5354
5421
|
fillRule: "evenodd",
|
|
5355
5422
|
d: "M12.002 19.964a7.946 7.946 0 1 0 0-15.892 7.946 7.946 0 0 0 0 15.892Zm0 .576a8.522 8.522 0 1 0 0-17.044 8.522 8.522 0 0 0 0 17.044Z",
|
|
5356
5423
|
clipRule: "evenodd"
|
|
5357
5424
|
}),
|
|
5358
|
-
/* @__PURE__ */
|
|
5425
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5359
5426
|
fill: "#fff",
|
|
5360
5427
|
d: "M18.3 12.018a6.299 6.299 0 1 1-12.597 0 6.299 6.299 0 0 1 12.598 0Z"
|
|
5361
5428
|
}),
|
|
5362
|
-
/* @__PURE__ */
|
|
5429
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5363
5430
|
fill: "#528693",
|
|
5364
5431
|
fillRule: "evenodd",
|
|
5365
5432
|
d: "M12.002 17.856a5.838 5.838 0 1 0 0-11.676 5.838 5.838 0 0 0 0 11.676Zm0 .461a6.299 6.299 0 1 0 0-12.598 6.299 6.299 0 0 0 0 12.598Z",
|
|
5366
5433
|
clipRule: "evenodd"
|
|
5367
5434
|
}),
|
|
5368
|
-
/* @__PURE__ */
|
|
5435
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5369
5436
|
fill: "#BFF6F8",
|
|
5370
5437
|
d: "M16.078 12.018a4.076 4.076 0 1 1-8.152 0 4.076 4.076 0 0 1 8.152 0Z"
|
|
5371
5438
|
}),
|
|
5372
|
-
/* @__PURE__ */
|
|
5439
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5373
5440
|
fill: "#528693",
|
|
5374
5441
|
fillRule: "evenodd",
|
|
5375
5442
|
d: "M12.002 15.633a3.615 3.615 0 1 0 0-7.23 3.615 3.615 0 0 0 0 7.23Zm0 .461a4.076 4.076 0 1 0 0-8.151 4.076 4.076 0 0 0 0 8.151Z",
|
|
5376
5443
|
clipRule: "evenodd"
|
|
5377
5444
|
}),
|
|
5378
|
-
/* @__PURE__ */
|
|
5445
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5379
5446
|
fill: "#fff",
|
|
5380
5447
|
d: "M13.854 12.018a1.853 1.853 0 1 1-3.705 0 1.853 1.853 0 0 1 3.705 0Z"
|
|
5381
5448
|
}),
|
|
5382
|
-
/* @__PURE__ */
|
|
5449
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5383
5450
|
fill: "#528693",
|
|
5384
5451
|
fillRule: "evenodd",
|
|
5385
5452
|
d: "M12.002 13.41a1.392 1.392 0 1 0 0-2.783 1.392 1.392 0 0 0 0 2.783Zm0 .46a1.853 1.853 0 1 0 0-3.704 1.853 1.853 0 0 0 0 3.705Z",
|
|
5386
5453
|
clipRule: "evenodd"
|
|
5387
5454
|
}),
|
|
5388
|
-
/* @__PURE__ */
|
|
5455
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5389
5456
|
fill: "#fff",
|
|
5390
5457
|
d: "m15.899.398.906 4.093L14.2 8.688l-1.09-3.916L15.9.398Z"
|
|
5391
5458
|
}),
|
|
5392
|
-
/* @__PURE__ */
|
|
5459
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5393
5460
|
fill: "#fff",
|
|
5394
5461
|
d: "m20.897 3.585-4.092.906L14.2 8.687l3.909-.728 2.788-4.374Z"
|
|
5395
5462
|
}),
|
|
5396
|
-
/* @__PURE__ */
|
|
5463
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5397
5464
|
fill: "#528693",
|
|
5398
5465
|
fillRule: "evenodd",
|
|
5399
5466
|
d: "M15.949.114c.115.02.206.108.231.221l.906 4.093-.562.125-.756-3.414-2.346 3.68 1.055 3.791a.288.288 0 0 1-.555.155l-1.09-3.916a.288.288 0 0 1 .035-.232L15.656.243a.288.288 0 0 1 .293-.129Z",
|
|
5400
5467
|
clipRule: "evenodd"
|
|
5401
5468
|
}),
|
|
5402
|
-
/* @__PURE__ */
|
|
5469
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5403
5470
|
fill: "#528693",
|
|
5404
5471
|
fillRule: "evenodd",
|
|
5405
5472
|
d: "M21.133 3.42a.288.288 0 0 0-.298-.117l-4.093.906.125.563 3.414-.756-2.348 3.682-3.786.706a.288.288 0 1 0 .105.567l3.91-.73a.288.288 0 0 0 .19-.128L21.14 3.74a.288.288 0 0 0-.007-.32Z",
|
|
5406
5473
|
clipRule: "evenodd"
|
|
5407
5474
|
}),
|
|
5408
|
-
/* @__PURE__ */
|
|
5475
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5409
5476
|
fill: "#528693",
|
|
5410
5477
|
fillRule: "evenodd",
|
|
5411
5478
|
d: "M16.96 4.248c.134.086.184.248.11.362l-4.874 7.566c-.073.113-.241.136-.375.05-.134-.086-.183-.248-.11-.361l4.875-7.567c.073-.113.24-.136.375-.05Z",
|
|
@@ -5417,10 +5484,10 @@ var Target = forwardRef97((delegated, ref) => {
|
|
|
5417
5484
|
Target.displayName = "TargetIcon";
|
|
5418
5485
|
|
|
5419
5486
|
// src/iconography/topics.tsx
|
|
5420
|
-
import { forwardRef as
|
|
5421
|
-
import { jsx as
|
|
5422
|
-
var Topics =
|
|
5423
|
-
return /* @__PURE__ */
|
|
5487
|
+
import { forwardRef as forwardRef99 } from "react";
|
|
5488
|
+
import { jsx as jsx105, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
5489
|
+
var Topics = forwardRef99((delegated, ref) => {
|
|
5490
|
+
return /* @__PURE__ */ jsxs96("svg", {
|
|
5424
5491
|
ref,
|
|
5425
5492
|
width: "23",
|
|
5426
5493
|
height: "23",
|
|
@@ -5428,47 +5495,47 @@ var Topics = forwardRef98((delegated, ref) => {
|
|
|
5428
5495
|
fill: "none",
|
|
5429
5496
|
...delegated,
|
|
5430
5497
|
children: [
|
|
5431
|
-
/* @__PURE__ */
|
|
5498
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5432
5499
|
d: "M10.922 11.146H9.274c-.075 0-.075.697 0 .697h.027v-.697H7.395c-.075 0-.075.697 0 .697h1.908c.075 0 .075-.697 0-.697h-.027v.697h1.647c.074 0 .074-.697-.001-.697Z",
|
|
5433
5500
|
fill: "#528693"
|
|
5434
5501
|
}),
|
|
5435
|
-
/* @__PURE__ */
|
|
5502
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5436
5503
|
d: "M15.221 11.146H11.6c-.165 0-.166.697 0 .697h.058v-.697H7.461c-.165 0-.166.697 0 .697h4.196c.165 0 .165-.697 0-.697H11.6v.697h3.622c.165 0 .166-.697 0-.697Z",
|
|
5437
5504
|
fill: "#528693"
|
|
5438
5505
|
}),
|
|
5439
|
-
/* @__PURE__ */
|
|
5506
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5440
5507
|
d: "M6.713 13.669a2.108 2.108 0 0 1-2.243-2.144 2.114 2.114 0 0 1 2.165-2.204 2.209 2.209 0 0 1 2.116 2.094c0 1.38-.825 2.254-2.038 2.254Z",
|
|
5441
5508
|
fill: "#fff"
|
|
5442
5509
|
}),
|
|
5443
|
-
/* @__PURE__ */
|
|
5510
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5444
5511
|
d: "M6.713 13.318a1.813 1.813 0 0 1-1.648-2.751 1.837 1.837 0 0 1 1.191-.854c2.376-.484 2.983 3.478.457 3.607-.446.023-.45.716 0 .698a2.462 2.462 0 0 0 2.373-2.887 2.558 2.558 0 0 0-2.762-2.14 2.528 2.528 0 0 0 .39 5.029.351.351 0 0 0 0-.702ZM15.01 17.67h-3.684v-5.477a.351.351 0 0 0-.696 0v.152h.696V5.32h3.685a.35.35 0 0 0 0-.696h-3.746a.652.652 0 0 0-.329.056.554.554 0 0 0-.307.541v7.124a.351.351 0 0 0 .697 0v-.156h-.697v5.519a.596.596 0 0 0 .187.522.694.694 0 0 0 .53.136h3.664a.351.351 0 0 0 0-.697Z",
|
|
5445
5512
|
fill: "#528693"
|
|
5446
5513
|
}),
|
|
5447
|
-
/* @__PURE__ */
|
|
5514
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5448
5515
|
d: "M15.439 13.208a1.705 1.705 0 0 1-1.55-2.584 1.727 1.727 0 0 1 1.117-.803c2.236-.462 2.808 3.27.43 3.389-.335.017-.338.537 0 .523a2.183 2.183 0 0 0 2.101-2.562 2.27 2.27 0 0 0-2.457-1.895 2.24 2.24 0 0 0 .351 4.461.264.264 0 1 0 .008-.529Z",
|
|
5449
5516
|
fill: "#528693"
|
|
5450
5517
|
}),
|
|
5451
|
-
/* @__PURE__ */
|
|
5518
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5452
5519
|
d: "M15.448 13.669a2.106 2.106 0 0 1-2.243-2.144 2.115 2.115 0 0 1 2.166-2.204 2.209 2.209 0 0 1 2.115 2.094 2.023 2.023 0 0 1-2.038 2.254Z",
|
|
5453
5520
|
fill: "#BFF6F8"
|
|
5454
5521
|
}),
|
|
5455
|
-
/* @__PURE__ */
|
|
5522
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5456
5523
|
d: "M15.448 13.318a1.813 1.813 0 0 1-1.649-2.751 1.834 1.834 0 0 1 1.192-.854c2.376-.484 2.984 3.479.457 3.607-.447.023-.45.716 0 .698a2.463 2.463 0 0 0 2.372-2.887 2.558 2.558 0 0 0-2.761-2.14 2.527 2.527 0 0 0 .389 5.029c.452.01.451-.692 0-.702ZM15.439 19.73a1.703 1.703 0 0 1-1.78-1.92 1.724 1.724 0 0 1 1.346-1.466c2.237-.461 2.809 3.27.43 3.389-.334.016-.337.537 0 .523a2.185 2.185 0 0 0 2.105-2.561 2.27 2.27 0 0 0-2.457-1.896 2.24 2.24 0 0 0 .35 4.46c.344.008.344-.518.006-.528Z",
|
|
5457
5524
|
fill: "#528693"
|
|
5458
5525
|
}),
|
|
5459
|
-
/* @__PURE__ */
|
|
5526
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5460
5527
|
d: "M15.448 20.192a2.107 2.107 0 0 1-2.243-2.144 2.116 2.116 0 0 1 2.166-2.205 2.21 2.21 0 0 1 2.115 2.095 2.025 2.025 0 0 1-2.038 2.254Z",
|
|
5461
5528
|
fill: "#BFF6F8"
|
|
5462
5529
|
}),
|
|
5463
|
-
/* @__PURE__ */
|
|
5530
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5464
5531
|
d: "M15.448 19.841a1.814 1.814 0 0 1-1.649-2.751 1.836 1.836 0 0 1 1.192-.854c2.376-.484 2.984 3.479.457 3.607-.447.023-.45.716 0 .698a2.463 2.463 0 0 0 2.372-2.887 2.558 2.558 0 0 0-2.761-2.14 2.528 2.528 0 0 0 .389 5.03c.452.012.451-.69 0-.703ZM15.439 6.685a1.704 1.704 0 0 1-1.55-2.584 1.725 1.725 0 0 1 1.117-.803c2.236-.461 2.808 3.27.43 3.388-.335.017-.338.538 0 .524a2.185 2.185 0 0 0 2.101-2.562 2.27 2.27 0 0 0-2.457-1.895 2.24 2.24 0 0 0 .351 4.46c.346.007.346-.517.008-.528Z",
|
|
5465
5532
|
fill: "#528693"
|
|
5466
5533
|
}),
|
|
5467
|
-
/* @__PURE__ */
|
|
5534
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5468
5535
|
d: "M15.448 7.146a2.177 2.177 0 1 1-.077-4.348 2.209 2.209 0 0 1 2.115 2.094 2.026 2.026 0 0 1-2.038 2.254Z",
|
|
5469
5536
|
fill: "#BFF6F8"
|
|
5470
5537
|
}),
|
|
5471
|
-
/* @__PURE__ */
|
|
5538
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5472
5539
|
d: "M15.448 6.795a1.814 1.814 0 0 1-1.649-2.751 1.834 1.834 0 0 1 1.192-.853c2.376-.485 2.984 3.478.457 3.606-.447.023-.45.716 0 .698a2.463 2.463 0 0 0 2.372-2.887 2.558 2.558 0 0 0-2.761-2.14 2.527 2.527 0 0 0 .389 5.03.351.351 0 0 0 0-.703Z",
|
|
5473
5540
|
fill: "#528693"
|
|
5474
5541
|
})
|
|
@@ -5478,10 +5545,10 @@ var Topics = forwardRef98((delegated, ref) => {
|
|
|
5478
5545
|
Topics.displayName = "TopicsIcon";
|
|
5479
5546
|
|
|
5480
5547
|
// src/iconography/unpublish.tsx
|
|
5481
|
-
import { forwardRef as
|
|
5482
|
-
import { jsx as
|
|
5483
|
-
var Unpublish =
|
|
5484
|
-
return /* @__PURE__ */
|
|
5548
|
+
import { forwardRef as forwardRef100 } from "react";
|
|
5549
|
+
import { jsx as jsx106, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
5550
|
+
var Unpublish = forwardRef100((delegated, ref) => {
|
|
5551
|
+
return /* @__PURE__ */ jsxs97("svg", {
|
|
5485
5552
|
ref,
|
|
5486
5553
|
width: "22",
|
|
5487
5554
|
height: "22",
|
|
@@ -5489,33 +5556,33 @@ var Unpublish = forwardRef99((delegated, ref) => {
|
|
|
5489
5556
|
fill: "none",
|
|
5490
5557
|
...delegated,
|
|
5491
5558
|
children: [
|
|
5492
|
-
/* @__PURE__ */
|
|
5559
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5493
5560
|
fill: "#fff",
|
|
5494
5561
|
d: "M19.055 13.054c-.595 1.263-1.441 1.553-3.22 1.553-3.734 0-5.845-.123-9.562-.123-1.725 0-3.546-.242-4.082-1.92-.34-1.064-.153-2.123.496-2.817.473-.493 1.014-.699 1.76-.763.563-.048 1.429.226 1.429.226s-.324-2.173.61-2.764c.37-.234.64-.306 1.078-.308.343-.003.86.18.86.18l.911.642s1.164-2.957 3.686-2.957c.217 0 .434.022.647.067 1.136.242 2.228.971 2.757 2.259.405.986.05 2.729.05 2.729s1.887.405 2.454 1.338c.54.888.57 1.718.126 2.658Z"
|
|
5495
5562
|
}),
|
|
5496
|
-
/* @__PURE__ */
|
|
5563
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5497
5564
|
fill: "#528693",
|
|
5498
5565
|
fillRule: "evenodd",
|
|
5499
5566
|
d: "M2.254 9.331c.6-.625 1.294-.872 2.143-.944.27-.023.568.008.825.052a6.314 6.314 0 0 1 .01-.424c.02-.339.072-.727.199-1.087.125-.357.344-.742.734-.989.219-.138.432-.244.671-.311a2.67 2.67 0 0 1 .724-.09c.255-.002.534.061.715.109a5.195 5.195 0 0 1 .317.094l.022.008.006.002h.002l.001.001-.2.566s-.516-.183-.86-.18c-.437.002-.707.074-1.077.308-.607.384-.683 1.436-.662 2.125.012.372.052.639.052.639s-.279-.088-.622-.156c-.263-.05-.563-.09-.806-.07-.747.064-1.288.27-1.76.763-.65.694-.837 1.753-.497 2.817.536 1.678 2.357 1.92 4.082 1.92 1.856 0 3.312.03 4.77.062 1.46.03 2.923.061 4.793.061 1.778 0 2.624-.29 3.22-1.553.442-.94.412-1.77-.127-2.658-.567-.933-2.455-1.338-2.455-1.338s.357-1.743-.049-2.73c-.529-1.287-1.621-2.016-2.757-2.258a3.144 3.144 0 0 0-.647-.067c-1.83 0-2.945 1.557-3.419 2.411-.18.324-.267.546-.267.546l-.911-.642.2-.566a.602.602 0 0 1 .146.075l.34.24c.158-.28.376-.622.658-.966.66-.805 1.735-1.698 3.252-1.698.26 0 .517.026.77.08h.003C15.09 3.759 16.364 4.6 16.98 6.1c.26.63.26 1.432.22 2.003-.013.19-.031.365-.05.517.166.051.36.118.562.2.552.22 1.336.615 1.73 1.263.311.513.493 1.04.518 1.594.025.554-.109 1.094-.362 1.632-.342.725-.792 1.237-1.461 1.54-.632.287-1.399.357-2.301.357-1.875 0-3.342-.03-4.801-.061h-.004c-1.458-.031-2.908-.062-4.758-.062-.876 0-1.851-.059-2.693-.367-.87-.319-1.624-.916-1.96-1.97-.393-1.228-.197-2.527.629-3.41l.005-.006Z",
|
|
5500
5567
|
clipRule: "evenodd"
|
|
5501
5568
|
}),
|
|
5502
|
-
/* @__PURE__ */
|
|
5569
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5503
5570
|
fill: "#BFF6F8",
|
|
5504
5571
|
d: "M14.8 14.25a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z"
|
|
5505
5572
|
}),
|
|
5506
|
-
/* @__PURE__ */
|
|
5573
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5507
5574
|
fill: "#528693",
|
|
5508
5575
|
fillRule: "evenodd",
|
|
5509
5576
|
d: "M15.4 14.25a4.35 4.35 0 1 1-8.7 0 4.35 4.35 0 0 1 8.7 0ZM11.05 18a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Z",
|
|
5510
5577
|
clipRule: "evenodd"
|
|
5511
5578
|
}),
|
|
5512
|
-
/* @__PURE__ */
|
|
5579
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5513
5580
|
fill: "#528693",
|
|
5514
5581
|
fillRule: "evenodd",
|
|
5515
5582
|
d: "M9.088 12.288a.3.3 0 0 1 .424 0l3.5 3.5a.3.3 0 1 1-.424.424l-3.5-3.5a.3.3 0 0 1 0-.424Z",
|
|
5516
5583
|
clipRule: "evenodd"
|
|
5517
5584
|
}),
|
|
5518
|
-
/* @__PURE__ */
|
|
5585
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5519
5586
|
fill: "#528693",
|
|
5520
5587
|
fillRule: "evenodd",
|
|
5521
5588
|
d: "M9.088 16.212a.3.3 0 0 1 0-.424l3.5-3.5a.3.3 0 1 1 .424.424l-3.5 3.5a.3.3 0 0 1-.424 0Z",
|
|
@@ -5527,10 +5594,10 @@ var Unpublish = forwardRef99((delegated, ref) => {
|
|
|
5527
5594
|
Unpublish.displayName = "UnpublishIcon";
|
|
5528
5595
|
|
|
5529
5596
|
// src/iconography/usage.tsx
|
|
5530
|
-
import { forwardRef as
|
|
5531
|
-
import { jsx as
|
|
5532
|
-
var Usage =
|
|
5533
|
-
return /* @__PURE__ */
|
|
5597
|
+
import { forwardRef as forwardRef101 } from "react";
|
|
5598
|
+
import { jsx as jsx107, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
5599
|
+
var Usage = forwardRef101((delegated, ref) => {
|
|
5600
|
+
return /* @__PURE__ */ jsxs98("svg", {
|
|
5534
5601
|
ref,
|
|
5535
5602
|
width: "23",
|
|
5536
5603
|
height: "23",
|
|
@@ -5538,21 +5605,21 @@ var Usage = forwardRef100((delegated, ref) => {
|
|
|
5538
5605
|
fill: "none",
|
|
5539
5606
|
...delegated,
|
|
5540
5607
|
children: [
|
|
5541
|
-
/* @__PURE__ */
|
|
5608
|
+
/* @__PURE__ */ jsx107("path", {
|
|
5542
5609
|
d: "M20.44 11.968c.222 0 .402.18.392.4a8.952 8.952 0 1 1-9.343-9.343c.22-.01.4.17.4.39v5.02c0 .22-.18.397-.4.425a3.133 3.133 0 1 0 3.507 3.507c.029-.22.205-.399.426-.399h5.019Z",
|
|
5543
5610
|
fill: "#BFF6F8"
|
|
5544
5611
|
}),
|
|
5545
|
-
/* @__PURE__ */
|
|
5612
|
+
/* @__PURE__ */ jsx107("path", {
|
|
5546
5613
|
fillRule: "evenodd",
|
|
5547
5614
|
clipRule: "evenodd",
|
|
5548
5615
|
d: "M20.22 12.568a8.35 8.35 0 1 1-8.931-8.93v4.645a3.733 3.733 0 1 0 4.284 4.285h4.646Zm.612-.2c.01-.22-.17-.4-.391-.4h-5.019c-.221 0-.397.18-.426.399A3.134 3.134 0 1 1 11.49 8.86c.219-.028.399-.204.399-.425v-5.02c0-.22-.18-.4-.4-.39a8.952 8.952 0 1 0 9.343 9.343Z",
|
|
5549
5616
|
fill: "#528693"
|
|
5550
5617
|
}),
|
|
5551
|
-
/* @__PURE__ */
|
|
5618
|
+
/* @__PURE__ */ jsx107("path", {
|
|
5552
5619
|
d: "M12.877 2.471c0-.22.18-.4.4-.39a8.952 8.952 0 0 1 8.543 8.543c.01.22-.17.4-.391.4H16.41c-.22 0-.397-.18-.425-.4a3.133 3.133 0 0 0-2.71-2.708c-.218-.028-.398-.205-.398-.426V2.471Z",
|
|
5553
5620
|
fill: "#fff"
|
|
5554
5621
|
}),
|
|
5555
|
-
/* @__PURE__ */
|
|
5622
|
+
/* @__PURE__ */ jsx107("path", {
|
|
5556
5623
|
fillRule: "evenodd",
|
|
5557
5624
|
clipRule: "evenodd",
|
|
5558
5625
|
d: "M13.477 2.693a8.352 8.352 0 0 1 7.73 7.73h-4.645a3.733 3.733 0 0 0-3.085-3.084V2.693Zm-.2-.613c-.22-.01-.4.17-.4.391v5.02c0 .22.18.397.399.425a3.132 3.132 0 0 1 2.709 2.709c.028.219.204.399.425.399h5.019c.22 0 .4-.18.391-.4a8.948 8.948 0 0 0-5.517-7.871 8.952 8.952 0 0 0-3.026-.673Z",
|
|
@@ -5564,10 +5631,10 @@ var Usage = forwardRef100((delegated, ref) => {
|
|
|
5564
5631
|
Usage.displayName = "UsageIcon";
|
|
5565
5632
|
|
|
5566
5633
|
// src/iconography/usage-meter.tsx
|
|
5567
|
-
import { forwardRef as
|
|
5568
|
-
import { jsx as
|
|
5569
|
-
var UsageMeter =
|
|
5570
|
-
return /* @__PURE__ */
|
|
5634
|
+
import { forwardRef as forwardRef102 } from "react";
|
|
5635
|
+
import { jsx as jsx108, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
5636
|
+
var UsageMeter = forwardRef102((delegated, ref) => {
|
|
5637
|
+
return /* @__PURE__ */ jsxs99("svg", {
|
|
5571
5638
|
ref,
|
|
5572
5639
|
width: "17",
|
|
5573
5640
|
height: "16",
|
|
@@ -5575,24 +5642,24 @@ var UsageMeter = forwardRef101((delegated, ref) => {
|
|
|
5575
5642
|
fill: "none",
|
|
5576
5643
|
...delegated,
|
|
5577
5644
|
children: [
|
|
5578
|
-
/* @__PURE__ */
|
|
5645
|
+
/* @__PURE__ */ jsxs99("g", {
|
|
5579
5646
|
clipPath: "url(#a)",
|
|
5580
5647
|
children: [
|
|
5581
|
-
/* @__PURE__ */
|
|
5648
|
+
/* @__PURE__ */ jsx108("path", {
|
|
5582
5649
|
d: "M15.836 9.0665a1.7036 1.7036 0 0 0 .0053-.3334 6.6839 6.6839 0 0 0-1.1166-3.0268c-.0423-.0635-.0846-.1217-.1217-.18-.0582-.074-.1111-.1534-.1693-.2275a5.5278 5.5278 0 0 0-.3175-.381c-.0053-.0053-.0106-.0158-.0212-.0211a7.2427 7.2427 0 0 0-.6403-.635c-.0741-.0635-.1534-.1165-.2275-.1747a.0053.0053 0 0 0-.0016-.0037.0052.0052 0 0 0-.0037-.0015c-.1535-.1165-.3069-.2329-.471-.3387a.2946.2946 0 0 0-.0423-.0265c-.1376-.09-.2857-.1746-.4286-.2593-.0582-.0317-.1217-.0582-.1799-.09-.1059-.0528-.2117-.1058-.3175-.1534-.1059-.0476-.217-.09-.3228-.1323-.0741-.0264-.1429-.0582-.217-.0846a4.7983 4.7983 0 0 0-.3651-.1112 4.3458 4.3458 0 0 0-.2487-.0688 3.9942 3.9942 0 0 0-.2434-.0529 6.621 6.621 0 0 0-1.5134-.1534 6.9257 6.9257 0 0 0-6.768 6.1224c0 .0476.0053.0846.0053.1323a6.6487 6.6487 0 0 0 .09 2.0478 6.838 6.838 0 0 0 .3439 1.1695c.0794.1958.164.3863.2593.5768a7.523 7.523 0 0 0 .1534.2857l.037.0688.0795.1217.1534.2593c1.7568 0 3.5613-.0053 5.5615-.0106.0741 0 .1482.0053.2223.0053 1.434.0106 2.5664.0212 4.1327-.0106.5133 0 1.0372-.0053 1.5822-.0053.0688-.1111.1482-.2381.2329-.381.0423-.0846.0952-.1799.1481-.2804a6.1283 6.1283 0 0 0 .3122-.7091 6.9592 6.9592 0 0 0 .4181-1.8785c0-.0371-.0053-.0635-.0053-.1006a7.2363 7.2363 0 0 0 .0053-.9577Zm-.7885 1.6986a5.9413 5.9413 0 0 1-.3175 1.0477 5.3569 5.3569 0 0 1-.2275.508c-.0477.0847-.09.1693-.1376.254l-.0476.0741-5.3763.0159H7.1154c-1.1536-.0106-2.309-.0141-3.466-.0106a.0399.0399 0 0 0-.0212.0106c-.0053-.0053-.0053-.0106-.0159-.0265-.0423-.0741-.0952-.1534-.1376-.2434a5.1632 5.1632 0 0 1-.2963-.635 6.1699 6.1699 0 0 1-.4075-1.688v-.0265a6.5296 6.5296 0 0 1-.0053-.9102c.03-.1036.0494-.21.0583-.3174a6.203 6.203 0 0 1 2.323-4.1434c.0317-.0265.0635-.0476.0952-.074.0847-.0636.1747-.127.2646-.1906a6.2837 6.2837 0 0 1 3.5771-1.0583 6.1823 6.1823 0 0 1 3.8365 1.4234c.0688.0583.1376.1165.2063.18a6.244 6.244 0 0 1 1.7675 2.7569c.0052.0159.0052.0265.0105.0423.0477.1482.0847.3017.1165.4498.0154.0593.0277.1194.037.18.0212.127.0423.254.0582.3862a6.1523 6.1523 0 0 1-.0688 1.995Z",
|
|
5583
5650
|
fill: "#528693"
|
|
5584
5651
|
}),
|
|
5585
|
-
/* @__PURE__ */
|
|
5652
|
+
/* @__PURE__ */ jsx108("path", {
|
|
5586
5653
|
d: "m3.6286 12.8043.053-.0505a227.043 227.043 0 0 1 3.4347.0107h1.827l5.3763-.0159.0544-.0001.0294-.0458.0477-.0741.0001.0001.0029-.0051a6.0478 6.0478 0 0 0 .0697-.1286l.0003-.0005a5.6307 5.6307 0 0 1 .0676-.1249h.0001l.0017-.0035a5.4268 5.4268 0 0 0 .2315-.5166c.14-.3442.248-.7006.3225-1.0646l.0001-.0005a6.25 6.25 0 0 0 .07-2.0269c-.0161-.1343-.0376-.263-.0586-.3893l-.0001-.0005a1.8922 1.8922 0 0 0-.0385-.187c-.0319-.1491-.0697-.3054-.1185-.4574l-.0003-.001a.0624.0624 0 0 1-.0021-.0092c-.0013-.0065-.0036-.0182-.0082-.0322a6.3444 6.3444 0 0 0-1.7951-2.8001c-.0703-.0648-.1404-.1241-.2086-.1819l-.0007-.0005-.0007-.0007a6.2822 6.2822 0 0 0-3.8985-1.4464h-.0004a6.3839 6.3839 0 0 0-3.634 1.0751h-.0001l-.0021.0015-.0006.0004a11.5065 11.5065 0 0 0-.2663.1918V4.52l-.004.0033a1.08 1.08 0 0 1-.0436.0338l-.0008.0006a1.262 1.262 0 0 0-.0498.0387 6.3029 6.3029 0 0 0-2.3594 4.2093l-.0004.0036a1.5248 1.5248 0 0 1-.0546.298l-.003.0104-.0007.011a6.632 6.632 0 0 0 .005.9202v.0227h-.0004l.001.0096a6.269 6.269 0 0 0 .4138 1.7149c.0855.2212.1859.4364.3004.6441.0315.0664.07.1305.1031.1855.0134.0223.026.0431.0367.062l-.0002.0001.0039.0057a.0477.0477 0 0 1 .0035.0061l.0001.0004a.004.004 0 0 1 .0003.0006c.0019.0038.0096.0198.0244.0346l.0691.0691Zm11.3945-4.6006c-.0317-.1482-.0688-.3016-.1164-.4498a.1685.1685 0 0 1-.0053-.0212c-.0013-.0066-.0026-.0132-.0053-.0212a6.2446 6.2446 0 0 0-1.7674-2.7569l1.8944 3.249Zm-3.5976-.2364c-.2292.2923-.4509.5746-.6671.8498-.3278.4174-.6429.8187-.9522 1.2141l-.0004-.0003-.0053.0083a1.1904 1.1904 0 0 1-.5644.4679.9274.9274 0 0 1-.2989.0519.8843.8843 0 0 1-.1615-.0143l.0001-.0008-.0127-.0006a.091.091 0 0 1-.0247-.005l-.007-.0025-.0073-.0014a.9062.9062 0 0 1-.162-.0477c-.018-.0072-.0355-.0123-.048-.0161a.438.438 0 0 1-.0285-.0092.9676.9676 0 0 1-.5434-.8134.9805.9805 0 0 1 .389-.8353l.0001-.0001c.1959-.1482.3915-.2962.603-.4548l.0021-.0017c.2218-.176.4384-.345.6496-.507l.002-.0016a81.951 81.951 0 0 1 1.0093-.8032l.0002-.0001.2378-.185.1894-.1474c.0308-.0226.0614-.0472.0899-.07a3.3156 3.3156 0 0 1 .0284-.0227 1.0318 1.0318 0 0 1 .1041-.075.542.542 0 0 1 .253-.066h.001a.5094.5094 0 0 1 .3945.168h-.0001l.0019.002a.519.519 0 0 1 .036.6738c-.119.1497-.2408.305-.3652.4636l-.1427.1818Z",
|
|
5587
5654
|
fill: "#BFF6F8",
|
|
5588
5655
|
stroke: "#BFF6F8",
|
|
5589
5656
|
strokeWidth: ".2"
|
|
5590
5657
|
}),
|
|
5591
|
-
/* @__PURE__ */
|
|
5658
|
+
/* @__PURE__ */ jsx108("path", {
|
|
5592
5659
|
d: "M15.3469 12.7007c0-.0529 0-.0572-.0025-.0471v.7234c0 .0095 0-.0053.0025.0111s0 .0291 0-.0418v-.662c.0015-.0482.0005.0741 0 .0164ZM2.6208 12.7007v-.0471.7345c0 .0164 0 .0291.0025-.0418v-.662c-.001-.0482-.0015.0741-.0025.0164ZM11.968 6.5791a.6088.6088 0 0 0-.4709-.201.6414.6414 0 0 0-.3016.0793c-.0794.0476-.1535.1164-.2329.1746l-.1905.1482-.2381.1852a82.141 82.141 0 0 0-1.0107.8043c-.2117.164-.4286.3334-.6509.508-.2116.1588-.4074.307-.6032.455a1.0805 1.0805 0 0 0-.4286.9208 1.0673 1.0673 0 0 0 .6032.8996c.0265.0106.053.0159.0794.0265.0582.0232.1184.0409.1799.0529a.1912.1912 0 0 0 .053.0106.9957.9957 0 0 0 .1798.0158 1.0262 1.0262 0 0 0 .3334-.0582 1.29 1.29 0 0 0 .6138-.508c.5133-.6561 1.0425-1.3282 1.6193-2.0637.1746-.2222.3439-.4392.508-.6456a.619.619 0 0 0-.0424-.8043Zm-.6667.7144-.291.3492c-.5451.6615-1.0795 1.3282-1.614 1.995-.0582.074-.1482.1905-.18.2328a.4232.4232 0 0 1-.1428.0952.4035.4035 0 0 1-.471-.1221.4032.4032 0 0 1-.0105-.4864c.0159-.0106.0106-.0423.0053-.0794.0106-.0105.0211-.0264.0317-.037a.7572.7572 0 0 1 .0794-.0582.1058.1058 0 0 0 .0688-.0212c.3916-.291.7673-.582 1.1377-.8784.2064-.1534.418-.307.6244-.4604l.6297-.492.1482-.1112a.064.064 0 0 1-.0159.074Z",
|
|
5593
5660
|
fill: "#528693"
|
|
5594
5661
|
}),
|
|
5595
|
-
/* @__PURE__ */
|
|
5662
|
+
/* @__PURE__ */ jsx108("path", {
|
|
5596
5663
|
d: "m11.3564 7.065.0516.113a.1638.1638 0 0 1-.0339.1842l-.2869.3442-.0001.0002c-.5444.6606-1.0783 1.3267-1.6127 1.9933-.058.0739-.1472.1893-.1782.2307l-.0082.0108-.0006-.0006a.5222.5222 0 0 1-.1766.1177l-.0375-.0927m2.2831-2.9009L8.524 9.9057m2.8324-2.8408-.0994.0746-.1482.111-.0016.0013-.6287.4914a61.544 61.544 0 0 1-.3108.229l-.0001.0002c-.1044.0766-.2092.1535-.3126.2304l-.0028.0022c-.3696.2957-.7443.586-1.1349.8762l-.0005.0004a.0058.0058 0 0 1-.0037.0012l-.0318-.0016-.0269.0171a.8582.8582 0 0 0-.0898.066l-.0003-.0004-.0062.0062a.3105.3105 0 0 0-.0223.0257l-.001.0011-.0063.0078-.0021.0025-.0354.0353.007.0495.0008.0049.0022.0158a.5032.5032 0 0 0 .023.593m2.8324-2.8408L8.524 9.9057m.5493.0601.0384.0924a.5037.5037 0 0 1-.5877-.1525m.5493.0601a.4234.4234 0 0 0 .1429-.0952l-.6138-.027a.4033.4033 0 0 0 .471.1222Z",
|
|
5597
5664
|
fill: "#fff",
|
|
5598
5665
|
stroke: "#fff",
|
|
@@ -5600,10 +5667,10 @@ var UsageMeter = forwardRef101((delegated, ref) => {
|
|
|
5600
5667
|
})
|
|
5601
5668
|
]
|
|
5602
5669
|
}),
|
|
5603
|
-
/* @__PURE__ */
|
|
5604
|
-
children: /* @__PURE__ */
|
|
5670
|
+
/* @__PURE__ */ jsx108("defs", {
|
|
5671
|
+
children: /* @__PURE__ */ jsx108("clipPath", {
|
|
5605
5672
|
id: "a",
|
|
5606
|
-
children: /* @__PURE__ */
|
|
5673
|
+
children: /* @__PURE__ */ jsx108("path", {
|
|
5607
5674
|
fill: "#fff",
|
|
5608
5675
|
transform: "translate(.984)",
|
|
5609
5676
|
d: "M0 0h16v16H0z"
|
|
@@ -5616,10 +5683,10 @@ var UsageMeter = forwardRef101((delegated, ref) => {
|
|
|
5616
5683
|
UsageMeter.displayName = "UsageMeterIcon";
|
|
5617
5684
|
|
|
5618
5685
|
// src/iconography/user-card.tsx
|
|
5619
|
-
import { forwardRef as
|
|
5620
|
-
import { jsx as
|
|
5621
|
-
var UserCard =
|
|
5622
|
-
return /* @__PURE__ */
|
|
5686
|
+
import { forwardRef as forwardRef103 } from "react";
|
|
5687
|
+
import { jsx as jsx109, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
5688
|
+
var UserCard = forwardRef103((delegated, ref) => {
|
|
5689
|
+
return /* @__PURE__ */ jsxs100("svg", {
|
|
5623
5690
|
ref,
|
|
5624
5691
|
width: "17",
|
|
5625
5692
|
height: "16",
|
|
@@ -5627,7 +5694,7 @@ var UserCard = forwardRef102((delegated, ref) => {
|
|
|
5627
5694
|
fill: "none",
|
|
5628
5695
|
...delegated,
|
|
5629
5696
|
children: [
|
|
5630
|
-
/* @__PURE__ */
|
|
5697
|
+
/* @__PURE__ */ jsx109("rect", {
|
|
5631
5698
|
x: "2.184",
|
|
5632
5699
|
y: "4.2",
|
|
5633
5700
|
width: "13.6",
|
|
@@ -5637,7 +5704,7 @@ var UserCard = forwardRef102((delegated, ref) => {
|
|
|
5637
5704
|
stroke: "#528693",
|
|
5638
5705
|
strokeWidth: ".4"
|
|
5639
5706
|
}),
|
|
5640
|
-
/* @__PURE__ */
|
|
5707
|
+
/* @__PURE__ */ jsx109("circle", {
|
|
5641
5708
|
cx: "5.984",
|
|
5642
5709
|
cy: "8.5",
|
|
5643
5710
|
r: "2.2",
|
|
@@ -5645,7 +5712,7 @@ var UserCard = forwardRef102((delegated, ref) => {
|
|
|
5645
5712
|
stroke: "#528693",
|
|
5646
5713
|
strokeWidth: ".4"
|
|
5647
5714
|
}),
|
|
5648
|
-
/* @__PURE__ */
|
|
5715
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5649
5716
|
d: "M13.484 8.2a.7.7 0 1 0 0-1.4h-3.5a.7.7 0 1 0 0 1.4h3.5ZM10.484 10.2a.7.7 0 1 0 0-1.4h-.5a.7.7 0 1 0 0 1.4h.5Z",
|
|
5650
5717
|
fill: "#fff",
|
|
5651
5718
|
stroke: "#528693",
|
|
@@ -5657,10 +5724,10 @@ var UserCard = forwardRef102((delegated, ref) => {
|
|
|
5657
5724
|
UserCard.displayName = "UserCardIcon";
|
|
5658
5725
|
|
|
5659
5726
|
// src/iconography/users.tsx
|
|
5660
|
-
import { forwardRef as
|
|
5661
|
-
import { jsx as
|
|
5662
|
-
var Users =
|
|
5663
|
-
return /* @__PURE__ */
|
|
5727
|
+
import { forwardRef as forwardRef104 } from "react";
|
|
5728
|
+
import { jsx as jsx110, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
5729
|
+
var Users = forwardRef104((delegated, ref) => {
|
|
5730
|
+
return /* @__PURE__ */ jsxs101("svg", {
|
|
5664
5731
|
ref,
|
|
5665
5732
|
width: "24",
|
|
5666
5733
|
height: "24",
|
|
@@ -5668,33 +5735,33 @@ var Users = forwardRef103((delegated, ref) => {
|
|
|
5668
5735
|
fill: "none",
|
|
5669
5736
|
...delegated,
|
|
5670
5737
|
children: [
|
|
5671
|
-
/* @__PURE__ */
|
|
5738
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5672
5739
|
d: "M20.713 15.436a2.465 2.465 0 0 0-1.746-.594c-.23 0-.466.016-.703.032l-.15.008c.027-.159.043-.32.05-.48 1.222-1.07 1.257-3.224 1.211-4.1a2.867 2.867 0 0 0-.702-1.78c-.48-.516-1.117-.81-1.782-.821-.038-.004-.08-.004-.122-.004a2.408 2.408 0 0 0-1.396.503 2.877 2.877 0 0 0-.933 1.273 4.077 4.077 0 0 0-.178 1.569c.06 1.108.164 2.17.79 2.912.14.165.3.307.475.42.01.17.028.337.055.504l-.097-.004c-.238-.016-.469-.032-.696-.032a2.454 2.454 0 0 0-1.74.594 2.46 2.46 0 0 0-.712 1.494 6.447 6.447 0 0 0-.105 1.104c.003.424.5.534.863.617l.157.035c1.148.266 2.319.382 3.49.346.168 0 .332 0 .505-.004 1.399.012 2.793-.19 4.143-.597a.148.148 0 0 0 .09-.063.182.182 0 0 0 .03-.114.173.173 0 0 0 .013-.087c-.027-1.002-.11-2.122-.81-2.731Zm-5.67-2.13c-.388-.72-.419-1.67-.443-2.437a3.114 3.114 0 0 1 .363-1.679 2.386 2.386 0 0 1 1.195-.978c.23-.106.474-.165.723-.175.08 0 .159.007.238.02.263.05.518.143.758.275.458.242.822.666 1.02 1.19.097.275.151.566.16.862.068 2.191-.538 3.554-1.795 4.054a1.074 1.074 0 0 1-.423.078 2.11 2.11 0 0 1-1.028-.36 2.442 2.442 0 0 1-.768-.85Zm2.746 1.367a1.724 1.724 0 0 1-.175.709c-.108.217-.26.403-.443.541a.875.875 0 0 1-.409.118c-.594 0-.793-.924-.854-1.395.303.186.64.292.985.31a.963.963 0 0 0 .213-.023c.238-.047.469-.135.683-.26Zm-.543 3.966c-.182 0-.364.004-.549.004a11.426 11.426 0 0 1-4.132-.585c.045-.971.15-1.958.856-2.437a2.46 2.46 0 0 1 1.512-.386l.356.004c.12 0 .241-.004.367-.008.2.779.58 1.191 1.1 1.191a1.28 1.28 0 0 0 .315-.043c.24-.075.456-.222.626-.424.17-.203.289-.455.341-.727a8.5 8.5 0 0 0 .44.011l.367-.004a2.438 2.438 0 0 1 1.496.386c.761.514.817 1.639.854 2.468-1.29.376-2.618.56-3.95.55Z",
|
|
5673
5740
|
fill: "#528693"
|
|
5674
5741
|
}),
|
|
5675
|
-
/* @__PURE__ */
|
|
5742
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5676
5743
|
fillRule: "evenodd",
|
|
5677
5744
|
clipRule: "evenodd",
|
|
5678
5745
|
d: "M20.93 15.187c.422.368.642.875.762 1.393.119.513.147 1.07.161 1.569a.502.502 0 0 1-.015.162.51.51 0 0 1-.084.24.479.479 0 0 1-.276.198c-1.378.416-2.8.62-4.229.61-.173.003-.338.003-.502.003a13.965 13.965 0 0 1-3.57-.354h-.001a6.66 6.66 0 0 0-.15-.034l-.004-.001a2.345 2.345 0 0 0-.021-.005c-.17-.038-.42-.095-.628-.206-.232-.124-.468-.349-.471-.725v-.006a6.77 6.77 0 0 1 .108-1.15c.075-.646.36-1.246.81-1.682l.016-.016a2.786 2.786 0 0 1 1.963-.67c.123 0 .247.004.369.01a2.537 2.537 0 0 1-.368-.355c-.707-.84-.809-2.014-.868-3.104a4.412 4.412 0 0 1 .194-1.691l.005-.017a3.208 3.208 0 0 1 1.041-1.418 2.738 2.738 0 0 1 1.588-.571h.015c.034 0 .084 0 .135.004.756.017 1.47.352 2.005.926l.005.006c.476.534.752 1.242.785 1.983.024.453.027 1.24-.136 2.058-.152.76-.454 1.586-1.057 2.183.147-.008.296-.014.444-.015a2.796 2.796 0 0 1 1.97.671l.005.004Zm-1.963-.345c.626-.039 1.245.171 1.747.594.555.485.722 1.293.78 2.107.014.178.021.356.027.532l.002.092a.173.173 0 0 1-.014.087.185.185 0 0 1-.03.114.148.148 0 0 1-.088.063 13.928 13.928 0 0 1-4.144.597c-.173.004-.337.004-.505.004a13.635 13.635 0 0 1-3.647-.381l-.007-.002c-.256-.058-.576-.13-.743-.317a.433.433 0 0 1-.113-.298 6.45 6.45 0 0 1 .105-1.104 2.46 2.46 0 0 1 .713-1.494 2.454 2.454 0 0 1 1.74-.594c.15 0 .301.007.455.016l.219.014.02.002.098.004a4.673 4.673 0 0 1-.055-.503 2.186 2.186 0 0 1-.476-.42c-.625-.744-.73-1.805-.79-2.913a4.079 4.079 0 0 1 .179-1.569c.196-.516.52-.958.933-1.273.413-.315.897-.49 1.396-.503.042 0 .084 0 .122.004.665.011 1.302.305 1.782.821.112.126.212.263.299.409a2.825 2.825 0 0 1 .229.484 2.989 2.989 0 0 1 .178.958 8.385 8.385 0 0 1-.107 1.762c-.145.826-.46 1.699-1.109 2.266a3.643 3.643 0 0 1-.049.48l.15-.007h.004l.184-.012c.173-.011.345-.02.515-.02Zm-3.924-1.536c.192.348.455.64.768.85.312.21.665.334 1.028.36.144.003.288-.024.423-.078.878-.349 1.438-1.118 1.673-2.296a7.797 7.797 0 0 0 .12-1.823v-.003a2.854 2.854 0 0 0-.158-.793 2.409 2.409 0 0 0-.208-.423 2.14 2.14 0 0 0-.812-.768 2.582 2.582 0 0 0-.758-.275 1.653 1.653 0 0 0-.238-.02c-.248.01-.493.069-.723.175-.482.173-.9.516-1.195.979-.274.503-.4 1.09-.363 1.678.024.766.055 1.717.443 2.437Zm.205-3.948c-.24.445-.352.966-.319 1.49v.01c.026.786.06 1.652.404 2.29.168.304.396.555.662.734.264.178.558.281.859.304a.746.746 0 0 0 .285-.054l.001-.001c1.056-.42 1.654-1.587 1.588-3.737a2.533 2.533 0 0 0-.141-.758 1.887 1.887 0 0 0-.864-1.012l-.005-.003a2.252 2.252 0 0 0-.656-.239 1.324 1.324 0 0 0-.176-.015 1.575 1.575 0 0 0-.59.145l-.013.006-.014.004a2.054 2.054 0 0 0-1.021.836Zm1.823 7.02a1.28 1.28 0 0 1-.314.044c-.52 0-.902-.412-1.1-1.19h-.011c-.122.004-.241.007-.357.007l-.356-.004a2.46 2.46 0 0 0-1.512.386c-.706.48-.81 1.466-.856 2.437 1.34.448 2.736.646 4.132.585.093 0 .186 0 .277-.002l.269-.002h.003c1.33.01 2.657-.174 3.945-.549l.004-.001a15.237 15.237 0 0 0-.03-.518c-.056-.731-.213-1.537-.824-1.95a2.436 2.436 0 0 0-1.495-.386l-.367.004c-.143 0-.29-.004-.44-.011-.053.272-.171.524-.342.727-.17.202-.387.35-.626.424Zm1.217-.81a1.9 1.9 0 0 1-.338.599 1.675 1.675 0 0 1-.78.527l-.013.004c-.13.035-.262.053-.396.055h-.004c-.36 0-.67-.147-.914-.41a2.133 2.133 0 0 1-.431-.775l-.123.002h-.003l-.378-.005a2.13 2.13 0 0 0-1.306.332c-.263.18-.431.465-.539.847-.09.32-.13.687-.155 1.077 1.229.382 2.502.548 3.775.492h.014c.09 0 .18 0 .272-.002h.002l.273-.002.002.133v-.133c1.215.01 2.426-.147 3.607-.467a5.42 5.42 0 0 0-.133-1.024c-.104-.408-.276-.728-.56-.922a2.107 2.107 0 0 0-1.29-.331l-.02.001-.371.004c-.063 0-.127-.001-.19-.003Zm-.55-.525a1.742 1.742 0 0 0 .051-.37 2.261 2.261 0 0 1-.683.26.952.952 0 0 1-.213.023 2.063 2.063 0 0 1-.985-.31c.015.117.039.263.075.415.11.459.333.98.78.98a.874.874 0 0 0 .408-.118c.184-.138.335-.324.443-.54a1.688 1.688 0 0 0 .124-.34Zm-.749.604a1.194 1.194 0 0 0 .336-.426c-.05.013-.1.025-.15.035-.093.02-.187.03-.282.03h-.017a2.382 2.382 0 0 1-.51-.084c.02.063.044.124.07.182.116.257.23.325.322.327a.543.543 0 0 0 .231-.064Z",
|
|
5679
5746
|
fill: "#528693"
|
|
5680
5747
|
}),
|
|
5681
|
-
/* @__PURE__ */
|
|
5748
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5682
5749
|
d: "M21.192 18.089c-1.29.375-2.617.56-3.948.55-.182 0-.363.004-.549.004a11.426 11.426 0 0 1-4.13-.586c.045-.97.15-1.957.856-2.436a2.46 2.46 0 0 1 1.511-.386l.357.004c.119 0 .241-.004.367-.008.199.779.58 1.191 1.1 1.191a1.28 1.28 0 0 0 .315-.043c.239-.075.455-.222.626-.425.17-.202.288-.454.341-.727.15.008.297.012.44.012l.367-.004a2.438 2.438 0 0 1 1.495.386c.76.514.817 1.638.852 2.468Z",
|
|
5683
5750
|
fill: "#BFF6F8"
|
|
5684
5751
|
}),
|
|
5685
|
-
/* @__PURE__ */
|
|
5752
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5686
5753
|
d: "M17.79 14.673a1.725 1.725 0 0 1-.176.709 1.52 1.52 0 0 1-.443.541.874.874 0 0 1-.409.118c-.593 0-.793-.924-.854-1.395.304.186.64.292.986.31a.952.952 0 0 0 .213-.023c.238-.048.468-.135.683-.26ZM19.057 10.385c.068 2.19-.538 3.553-1.795 4.052a1.074 1.074 0 0 1-.423.079 2.11 2.11 0 0 1-1.028-.36 2.44 2.44 0 0 1-.768-.85c-.388-.72-.42-1.671-.444-2.438a3.113 3.113 0 0 1 .364-1.678 2.386 2.386 0 0 1 1.195-.979c.23-.105.474-.165.723-.174.08 0 .159.007.237.02.264.05.519.143.759.275.458.242.822.666 1.02 1.19.097.276.15.567.16.863Z",
|
|
5687
5754
|
fill: "#fff"
|
|
5688
5755
|
}),
|
|
5689
|
-
/* @__PURE__ */
|
|
5756
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5690
5757
|
d: "M16.988 14.936a4.666 4.666 0 0 0-3.056-.923c-.404 0-.816.024-1.23.049l-.262.012c.047-.246.075-.496.085-.747 2.14-1.663 2.201-5.014 2.122-6.377a4.201 4.201 0 0 0-1.23-2.768A4.615 4.615 0 0 0 10.3 2.904c-.068-.006-.14-.006-.214-.006A4.552 4.552 0 0 0 6.01 5.66a5.683 5.683 0 0 0-.312 2.44c.104 1.724.287 3.375 1.382 4.53.244.257.524.477.831.655.017.262.05.523.098.782l-.171-.006c-.416-.024-.82-.049-1.217-.049a4.644 4.644 0 0 0-3.045.923A3.673 3.673 0 0 0 2.33 17.26a8.948 8.948 0 0 0-.183 1.718c.006.66.874.831 1.51.96.098.018.19.036.275.055 2.009.413 4.058.593 6.108.538.293 0 .58 0 .883-.007a27.22 27.22 0 0 0 7.251-.929.26.26 0 0 0 .208-.275.242.242 0 0 0 .025-.136c-.048-1.558-.195-3.3-1.418-4.248Zm-9.923-3.313c-.679-1.12-.733-2.599-.776-3.791a4.401 4.401 0 0 1 .636-2.61 4.11 4.11 0 0 1 2.09-1.523 3.678 3.678 0 0 1 1.266-.272c.14.001.278.011.416.03.46.08.907.223 1.327.429a3.6 3.6 0 0 1 1.785 1.852c.17.427.265.88.281 1.339.12 3.409-.941 5.53-3.142 6.306a2.09 2.09 0 0 1-.74.123 4 4 0 0 1-3.143-1.883Zm4.806 2.127a2.447 2.447 0 0 1-1.082 1.944 1.677 1.677 0 0 1-.715.184c-1.04 0-1.388-1.437-1.495-2.17.53.288 1.12.454 1.724.482.125 0 .25-.012.373-.036.416-.074.82-.21 1.195-.404Zm-.951 6.17c-.318 0-.636.005-.96.005a22.32 22.32 0 0 1-7.231-.91c.08-1.51.263-3.046 1.498-3.791a4.729 4.729 0 0 1 2.646-.6l.623.006c.208 0 .422-.006.642-.012.349 1.21 1.015 1.853 1.926 1.853.185-.002.37-.025.55-.068a2.386 2.386 0 0 0 1.693-1.79c.263.011.52.018.77.018l.643-.007a4.682 4.682 0 0 1 2.616.6c1.333.8 1.431 2.55 1.495 3.84a26.835 26.835 0 0 1-6.914.855h.003Z",
|
|
5691
5758
|
fill: "#528693"
|
|
5692
5759
|
}),
|
|
5693
|
-
/* @__PURE__ */
|
|
5760
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5694
5761
|
d: "M17.825 19.063a26.834 26.834 0 0 1-6.909.856c-.318 0-.635.006-.96.006a22.32 22.32 0 0 1-7.228-.91c.08-1.511.263-3.046 1.498-3.792a4.729 4.729 0 0 1 2.646-.599l.623.006c.208 0 .422-.006.642-.012.349 1.21 1.015 1.853 1.926 1.853.186-.003.37-.025.55-.068a2.385 2.385 0 0 0 1.693-1.79c.264.011.52.017.77.017l.643-.006a4.682 4.682 0 0 1 2.617.6c1.33.8 1.428 2.549 1.49 3.84Z",
|
|
5695
5762
|
fill: "#BFF6F8"
|
|
5696
5763
|
}),
|
|
5697
|
-
/* @__PURE__ */
|
|
5764
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5698
5765
|
d: "M11.872 13.75a2.446 2.446 0 0 1-1.082 1.944 1.676 1.676 0 0 1-.716.184c-1.04 0-1.388-1.437-1.494-2.17.53.288 1.12.453 1.724.482.125 0 .25-.012.373-.037a4.2 4.2 0 0 0 1.195-.403ZM14.09 7.08c.119 3.405-.942 5.526-3.142 6.303a2.088 2.088 0 0 1-.74.122 3.998 3.998 0 0 1-3.143-1.883c-.679-1.119-.733-2.598-.776-3.79a4.401 4.401 0 0 1 .636-2.611 4.11 4.11 0 0 1 2.09-1.523 3.678 3.678 0 0 1 1.266-.271c.14 0 .278.011.416.03.46.079.907.223 1.327.428a3.6 3.6 0 0 1 1.785 1.853c.17.427.265.881.28 1.341Z",
|
|
5699
5766
|
fill: "#fff"
|
|
5700
5767
|
})
|
|
@@ -5704,10 +5771,10 @@ var Users = forwardRef103((delegated, ref) => {
|
|
|
5704
5771
|
Users.displayName = "UsersIcon";
|
|
5705
5772
|
|
|
5706
5773
|
// src/iconography/video.tsx
|
|
5707
|
-
import { forwardRef as
|
|
5708
|
-
import { jsx as
|
|
5709
|
-
var Video =
|
|
5710
|
-
return /* @__PURE__ */
|
|
5774
|
+
import { forwardRef as forwardRef105 } from "react";
|
|
5775
|
+
import { jsx as jsx111, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
5776
|
+
var Video = forwardRef105((delegated, ref) => {
|
|
5777
|
+
return /* @__PURE__ */ jsxs102("svg", {
|
|
5711
5778
|
ref,
|
|
5712
5779
|
width: "22",
|
|
5713
5780
|
height: "22",
|
|
@@ -5715,33 +5782,33 @@ var Video = forwardRef104((delegated, ref) => {
|
|
|
5715
5782
|
fill: "none",
|
|
5716
5783
|
...delegated,
|
|
5717
5784
|
children: [
|
|
5718
|
-
/* @__PURE__ */
|
|
5785
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5719
5786
|
d: "M2 5C2 4.44772 2.44772 4 3 4H19C19.5523 4 20 4.44772 20 5V17C20 17.5523 19.5523 18 19 18H3C2.44772 18 2 17.5523 2 17V5Z",
|
|
5720
5787
|
fill: "white"
|
|
5721
5788
|
}),
|
|
5722
|
-
/* @__PURE__ */
|
|
5789
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5723
5790
|
fillRule: "evenodd",
|
|
5724
5791
|
clipRule: "evenodd",
|
|
5725
5792
|
d: "M2.99999 3.40002H19C19.8836 3.40002 20.6 4.11637 20.6 5.00002V17C20.6 17.8837 19.8836 18.6 19 18.6H2.99999C2.11634 18.6 1.39999 17.8837 1.39999 17V5.00002C1.39999 4.11637 2.11634 3.40002 2.99999 3.40002ZM2.99999 4.00002C2.44771 4.00002 1.99999 4.44774 1.99999 5.00002V17C1.99999 17.5523 2.44771 18 2.99999 18H19C19.5523 18 20 17.5523 20 17V5.00002C20 4.44774 19.5523 4.00002 19 4.00002H2.99999Z",
|
|
5726
5793
|
fill: "#528693"
|
|
5727
5794
|
}),
|
|
5728
|
-
/* @__PURE__ */
|
|
5795
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5729
5796
|
d: "M2 5C2 4.44772 2.44772 4 3 4H19C19.5523 4 20 4.44772 20 5V7H2V5Z",
|
|
5730
5797
|
fill: "#BFF6F8",
|
|
5731
5798
|
className: "c-icon-fill"
|
|
5732
5799
|
}),
|
|
5733
|
-
/* @__PURE__ */
|
|
5800
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5734
5801
|
fillRule: "evenodd",
|
|
5735
5802
|
clipRule: "evenodd",
|
|
5736
5803
|
d: "M20.6 7.60002H1.39999V5.00002C1.39999 4.11637 2.11634 3.40002 2.99999 3.40002H19C19.8836 3.40002 20.6 4.11637 20.6 5.00002V7.60002ZM2.99999 4.00002C2.44771 4.00002 1.99999 4.44774 1.99999 5.00002V7.00002H20V5.00002C20 4.44774 19.5523 4.00002 19 4.00002H2.99999Z",
|
|
5737
5804
|
fill: "#528693"
|
|
5738
5805
|
}),
|
|
5739
|
-
/* @__PURE__ */
|
|
5806
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5740
5807
|
d: "M13.0176 12.312C13.2176 12.4275 13.2176 12.7162 13.0176 12.8316L9.41763 14.9101C9.21763 15.0256 8.96763 14.8812 8.96763 14.6503L8.96763 10.4934C8.96763 10.2624 9.21763 10.1181 9.41763 10.2336L13.0176 12.312Z",
|
|
5741
5808
|
fill: "#BFF6F8",
|
|
5742
5809
|
className: "c-icon-fill"
|
|
5743
5810
|
}),
|
|
5744
|
-
/* @__PURE__ */
|
|
5811
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5745
5812
|
fillRule: "evenodd",
|
|
5746
5813
|
clipRule: "evenodd",
|
|
5747
5814
|
d: "M13.3176 13.3513L9.71764 15.4297C9.11764 15.7761 8.36764 15.3431 8.36764 14.6503L8.36764 10.4934C8.36764 9.80056 9.11764 9.36755 9.71764 9.71396L13.3176 11.7924C13.9176 12.1388 13.9176 13.0049 13.3176 13.3513ZM13.0176 12.8317C13.2176 12.7162 13.2176 12.4275 13.0176 12.312L9.41764 10.2336C9.21764 10.1181 8.96764 10.2624 8.96764 10.4934L8.96764 14.6503C8.96764 14.8812 9.21764 15.0256 9.41764 14.9101L13.0176 12.8317Z",
|
|
@@ -5753,10 +5820,10 @@ var Video = forwardRef104((delegated, ref) => {
|
|
|
5753
5820
|
Video.displayName = "Video";
|
|
5754
5821
|
|
|
5755
5822
|
// src/iconography/wand.tsx
|
|
5756
|
-
import { forwardRef as
|
|
5757
|
-
import { jsx as
|
|
5758
|
-
var Wand =
|
|
5759
|
-
return /* @__PURE__ */
|
|
5823
|
+
import { forwardRef as forwardRef106 } from "react";
|
|
5824
|
+
import { jsx as jsx112, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
5825
|
+
var Wand = forwardRef106((delegated, ref) => {
|
|
5826
|
+
return /* @__PURE__ */ jsxs103("svg", {
|
|
5760
5827
|
ref,
|
|
5761
5828
|
width: "19",
|
|
5762
5829
|
height: "19",
|
|
@@ -5764,39 +5831,39 @@ var Wand = forwardRef105((delegated, ref) => {
|
|
|
5764
5831
|
fill: "none",
|
|
5765
5832
|
...delegated,
|
|
5766
5833
|
children: [
|
|
5767
|
-
/* @__PURE__ */
|
|
5834
|
+
/* @__PURE__ */ jsxs103("g", {
|
|
5768
5835
|
clipPath: "url(#wand-clip-path)",
|
|
5769
5836
|
children: [
|
|
5770
|
-
/* @__PURE__ */
|
|
5837
|
+
/* @__PURE__ */ jsx112("path", {
|
|
5771
5838
|
fill: "#fff",
|
|
5772
5839
|
d: "M2.261 17.145c.54.54 1.416.54 1.957 0l7.6-7.6-1.956-1.957-7.6 7.6c-.541.541-.541 1.417 0 1.957Z"
|
|
5773
5840
|
}),
|
|
5774
|
-
/* @__PURE__ */
|
|
5841
|
+
/* @__PURE__ */ jsx112("path", {
|
|
5775
5842
|
fill: "#528693",
|
|
5776
5843
|
fillRule: "evenodd",
|
|
5777
5844
|
d: "M11.023 9.545 3.82 16.748a.82.82 0 0 1-1.161-1.161l7.203-7.203 1.161 1.16Zm-6.805 7.6A1.384 1.384 0 0 1 2.26 15.19l7.601-7.6 1.957 1.956-7.601 7.6Z",
|
|
5778
5845
|
clipRule: "evenodd"
|
|
5779
5846
|
}),
|
|
5780
|
-
/* @__PURE__ */
|
|
5847
|
+
/* @__PURE__ */ jsx112("path", {
|
|
5781
5848
|
fill: "#BFF6F8",
|
|
5782
5849
|
d: "M9.695 2.72c0-.47.542-.732.91-.441l1.93 1.52a.562.562 0 0 0 .521.094l2.336-.758a.562.562 0 0 1 .701.73l-.85 2.304a.562.562 0 0 0 .073.525l1.442 1.988a.563.563 0 0 1-.477.892l-2.454-.097a.563.563 0 0 0-.477.232l-1.445 1.986a.562.562 0 0 1-.996-.178l-.667-2.364a.563.563 0 0 0-.367-.383L7.54 8.01A.562.562 0 0 1 7.4 7.008l2.043-1.365a.562.562 0 0 0 .25-.467V2.72Z"
|
|
5783
5850
|
}),
|
|
5784
|
-
/* @__PURE__ */
|
|
5851
|
+
/* @__PURE__ */ jsx112("path", {
|
|
5785
5852
|
fill: "#528693",
|
|
5786
5853
|
fillRule: "evenodd",
|
|
5787
5854
|
d: "m10.953 1.837 1.929 1.52 2.336-.757a1.125 1.125 0 0 1 1.402 1.46l-.85 2.304 1.443 1.987a1.125 1.125 0 0 1-.955 1.785l-2.454-.096-1.445 1.986a1.125 1.125 0 0 1-1.992-.357L9.7 9.305l-2.335-.76a1.125 1.125 0 0 1-.277-2.005L9.13 5.176l.002-2.456c0-.94 1.084-1.465 1.821-.883Zm-.348.442a.562.562 0 0 0-.91.441l-.002 2.456a.562.562 0 0 1-.25.467L7.4 7.008a.563.563 0 0 0 .138 1.002l2.335.76a.563.563 0 0 1 .368.383l.666 2.364c.128.452.72.558.997.178l1.444-1.986a.563.563 0 0 1 .477-.232l2.454.097a.563.563 0 0 0 .478-.892l-1.443-1.988a.563.563 0 0 1-.072-.525l.85-2.304a.562.562 0 0 0-.701-.73l-2.337.758a.563.563 0 0 1-.521-.094l-1.929-1.52Z",
|
|
5788
5855
|
clipRule: "evenodd"
|
|
5789
5856
|
}),
|
|
5790
|
-
/* @__PURE__ */
|
|
5857
|
+
/* @__PURE__ */ jsx112("path", {
|
|
5791
5858
|
fill: "#528693",
|
|
5792
5859
|
d: "M15.967 10.93a.704.704 0 1 1-1.408 0 .704.704 0 0 1 1.408 0ZM17.668 5.933a.505.505 0 1 1-1.01 0 .505.505 0 0 1 1.01 0ZM18.067 1.985a.704.704 0 1 1-1.409 0 .704.704 0 0 1 1.41 0ZM13.49 1.77a.49.49 0 1 1-.98 0 .49.49 0 0 1 .98 0ZM8.525 3.792a.49.49 0 1 1-.98 0 .49.49 0 0 1 .98 0Z"
|
|
5793
5860
|
})
|
|
5794
5861
|
]
|
|
5795
5862
|
}),
|
|
5796
|
-
/* @__PURE__ */
|
|
5797
|
-
children: /* @__PURE__ */
|
|
5863
|
+
/* @__PURE__ */ jsx112("defs", {
|
|
5864
|
+
children: /* @__PURE__ */ jsx112("clipPath", {
|
|
5798
5865
|
id: "wand-clip-path",
|
|
5799
|
-
children: /* @__PURE__ */
|
|
5866
|
+
children: /* @__PURE__ */ jsx112("path", {
|
|
5800
5867
|
fill: "#fff",
|
|
5801
5868
|
d: "M0 0h18v18H0z",
|
|
5802
5869
|
transform: "translate(.572 .576)"
|
|
@@ -5809,10 +5876,10 @@ var Wand = forwardRef105((delegated, ref) => {
|
|
|
5809
5876
|
Wand.displayName = "Wand";
|
|
5810
5877
|
|
|
5811
5878
|
// src/iconography/warning.tsx
|
|
5812
|
-
import { forwardRef as
|
|
5813
|
-
import { jsx as
|
|
5814
|
-
var Warning =
|
|
5815
|
-
return /* @__PURE__ */
|
|
5879
|
+
import { forwardRef as forwardRef107 } from "react";
|
|
5880
|
+
import { jsx as jsx113, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
5881
|
+
var Warning = forwardRef107((delegated, ref) => {
|
|
5882
|
+
return /* @__PURE__ */ jsxs104("svg", {
|
|
5816
5883
|
ref,
|
|
5817
5884
|
width: "22",
|
|
5818
5885
|
height: "22",
|
|
@@ -5820,31 +5887,31 @@ var Warning = forwardRef106((delegated, ref) => {
|
|
|
5820
5887
|
viewBox: "0 0 22 22",
|
|
5821
5888
|
...delegated,
|
|
5822
5889
|
children: [
|
|
5823
|
-
/* @__PURE__ */
|
|
5890
|
+
/* @__PURE__ */ jsx113("path", {
|
|
5824
5891
|
d: "M9.67541 3.72993C10.2804 2.68198 11.793 2.68198 12.398 3.72993L19.8853 16.6982C20.4903 17.7462 19.734 19.0561 18.524 19.0561H3.54948C2.33942 19.0561 1.58313 17.7462 2.18816 16.6982L9.67541 3.72993Z",
|
|
5825
5892
|
fill: "#FFDE99"
|
|
5826
5893
|
}),
|
|
5827
|
-
/* @__PURE__ */
|
|
5894
|
+
/* @__PURE__ */ jsx113("path", {
|
|
5828
5895
|
fillRule: "evenodd",
|
|
5829
5896
|
clipRule: "evenodd",
|
|
5830
5897
|
d: "M19.3657 16.9982L11.8784 4.02993C11.5043 3.38198 10.5691 3.38198 10.195 4.02993L2.70778 16.9982C2.33369 17.6462 2.8013 18.4561 3.54948 18.4561H18.524C19.2722 18.4561 19.7398 17.6462 19.3657 16.9982ZM12.398 3.72993C11.793 2.68198 10.2804 2.68198 9.67541 3.72993L2.18816 16.6982C1.58313 17.7462 2.33942 19.0561 3.54948 19.0561H18.524C19.734 19.0561 20.4903 17.7462 19.8853 16.6982L12.398 3.72993Z",
|
|
5831
5898
|
fill: "#528693"
|
|
5832
5899
|
}),
|
|
5833
|
-
/* @__PURE__ */
|
|
5900
|
+
/* @__PURE__ */ jsx113("path", {
|
|
5834
5901
|
d: "M10.4293 8.73822C10.4293 8.33098 10.7595 8.00085 11.1667 8.00085V8.00085C11.5739 8.00085 11.9041 8.33098 11.9041 8.73822V12.3883C11.9041 12.7956 11.5739 13.1257 11.1667 13.1257V13.1257C10.7595 13.1257 10.4293 12.7956 10.4293 12.3883V8.73822Z",
|
|
5835
5902
|
fill: "white"
|
|
5836
5903
|
}),
|
|
5837
|
-
/* @__PURE__ */
|
|
5904
|
+
/* @__PURE__ */ jsx113("path", {
|
|
5838
5905
|
fillRule: "evenodd",
|
|
5839
5906
|
clipRule: "evenodd",
|
|
5840
5907
|
d: "M12.504 8.73824V12.3883C12.504 13.127 11.9053 13.7257 11.1667 13.7257C10.4281 13.7257 9.82932 13.127 9.82932 12.3883V8.73825C9.82932 7.99964 10.4281 7.40088 11.1667 7.40088C11.9053 7.40088 12.504 7.99964 12.504 8.73824ZM11.1667 8.00088C10.7594 8.00088 10.4293 8.33101 10.4293 8.73825V12.3883C10.4293 12.7956 10.7594 13.1257 11.1667 13.1257C11.5739 13.1257 11.904 12.7956 11.904 12.3883V8.73824C11.904 8.33101 11.5739 8.00088 11.1667 8.00088Z",
|
|
5841
5908
|
fill: "#528693"
|
|
5842
5909
|
}),
|
|
5843
|
-
/* @__PURE__ */
|
|
5910
|
+
/* @__PURE__ */ jsx113("path", {
|
|
5844
5911
|
d: "M11.9041 15.7807C11.9041 16.1879 11.5739 16.5181 11.1667 16.5181C10.7595 16.5181 10.4293 16.1879 10.4293 15.7807C10.4293 15.3735 10.7595 15.0433 11.1667 15.0433C11.5739 15.0433 11.9041 15.3735 11.9041 15.7807Z",
|
|
5845
5912
|
fill: "white"
|
|
5846
5913
|
}),
|
|
5847
|
-
/* @__PURE__ */
|
|
5914
|
+
/* @__PURE__ */ jsx113("path", {
|
|
5848
5915
|
fillRule: "evenodd",
|
|
5849
5916
|
clipRule: "evenodd",
|
|
5850
5917
|
d: "M12.504 15.7807C12.504 16.5193 11.9053 17.1181 11.1667 17.1181C10.4281 17.1181 9.82932 16.5193 9.82932 15.7807C9.82932 15.0421 10.4281 14.4434 11.1667 14.4434C11.9053 14.4434 12.504 15.0421 12.504 15.7807ZM11.1667 16.5181C11.5739 16.5181 11.904 16.188 11.904 15.7807C11.904 15.3735 11.5739 15.0434 11.1667 15.0434C10.7594 15.0434 10.4293 15.3735 10.4293 15.7807C10.4293 16.188 10.7594 16.5181 11.1667 16.5181Z",
|
|
@@ -5900,6 +5967,7 @@ var Icon = {
|
|
|
5900
5967
|
LockClosed,
|
|
5901
5968
|
LockOpen,
|
|
5902
5969
|
Multilingual,
|
|
5970
|
+
MultipleChoice,
|
|
5903
5971
|
Magnifier,
|
|
5904
5972
|
Mushroom,
|
|
5905
5973
|
NailPolish,
|
|
@@ -5969,7 +6037,7 @@ import { unmountComponentAtNode, render as DOMRender } from "react-dom";
|
|
|
5969
6037
|
// src/dialog/dialog.tsx
|
|
5970
6038
|
import { cva as cva3, cx as cx5 } from "class-variance-authority";
|
|
5971
6039
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
5972
|
-
import { jsx as
|
|
6040
|
+
import { jsx as jsx114, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
5973
6041
|
var IconMap = {
|
|
5974
6042
|
error: Icon.Error,
|
|
5975
6043
|
info: Icon.Info,
|
|
@@ -5985,29 +6053,29 @@ var dialogContentStyles = cva3("c-dialog", {
|
|
|
5985
6053
|
function DialogContent({ children, closable = true, type, className, container, ...delegated }) {
|
|
5986
6054
|
const withIcon = typeof type !== "undefined";
|
|
5987
6055
|
const IconComponent = type && IconMap[type];
|
|
5988
|
-
return /* @__PURE__ */
|
|
6056
|
+
return /* @__PURE__ */ jsxs105(DialogPrimitive.Portal, {
|
|
5989
6057
|
container,
|
|
5990
6058
|
children: [
|
|
5991
|
-
/* @__PURE__ */
|
|
6059
|
+
/* @__PURE__ */ jsx114(DialogPrimitive.Overlay, {
|
|
5992
6060
|
className: "c-dialog-overlay"
|
|
5993
6061
|
}),
|
|
5994
|
-
/* @__PURE__ */
|
|
6062
|
+
/* @__PURE__ */ jsxs105(DialogPrimitive.Content, {
|
|
5995
6063
|
className: dialogContentStyles({ withIcon, class: className }),
|
|
5996
6064
|
...delegated,
|
|
5997
6065
|
children: [
|
|
5998
|
-
IconComponent && /* @__PURE__ */
|
|
6066
|
+
IconComponent && /* @__PURE__ */ jsx114("div", {
|
|
5999
6067
|
className: "c-dialog-icon-wrapper",
|
|
6000
|
-
children: /* @__PURE__ */
|
|
6068
|
+
children: /* @__PURE__ */ jsx114(IconComponent, {
|
|
6001
6069
|
className: "c-dialog-icon",
|
|
6002
6070
|
width: 34,
|
|
6003
6071
|
height: 34
|
|
6004
6072
|
})
|
|
6005
6073
|
}),
|
|
6006
|
-
closable && /* @__PURE__ */
|
|
6074
|
+
closable && /* @__PURE__ */ jsx114(DialogClose, {
|
|
6007
6075
|
asChild: true,
|
|
6008
|
-
children: /* @__PURE__ */
|
|
6076
|
+
children: /* @__PURE__ */ jsx114(Button, {
|
|
6009
6077
|
className: "c-dialog-close-button",
|
|
6010
|
-
children: /* @__PURE__ */
|
|
6078
|
+
children: /* @__PURE__ */ jsx114(Icon.Cancel, {
|
|
6011
6079
|
color: "density",
|
|
6012
6080
|
"aria-label": "Close",
|
|
6013
6081
|
height: 16,
|
|
@@ -6015,7 +6083,7 @@ function DialogContent({ children, closable = true, type, className, container,
|
|
|
6015
6083
|
})
|
|
6016
6084
|
})
|
|
6017
6085
|
}),
|
|
6018
|
-
/* @__PURE__ */
|
|
6086
|
+
/* @__PURE__ */ jsx114("div", {
|
|
6019
6087
|
children
|
|
6020
6088
|
})
|
|
6021
6089
|
]
|
|
@@ -6024,13 +6092,13 @@ function DialogContent({ children, closable = true, type, className, container,
|
|
|
6024
6092
|
});
|
|
6025
6093
|
}
|
|
6026
6094
|
function DialogTitle({ className, ...delegated }) {
|
|
6027
|
-
return /* @__PURE__ */
|
|
6095
|
+
return /* @__PURE__ */ jsx114(DialogPrimitive.Title, {
|
|
6028
6096
|
className: cx5("c-dialog-title", className),
|
|
6029
6097
|
...delegated
|
|
6030
6098
|
});
|
|
6031
6099
|
}
|
|
6032
6100
|
function DialogDescription(delegated) {
|
|
6033
|
-
return /* @__PURE__ */
|
|
6101
|
+
return /* @__PURE__ */ jsx114(DialogPrimitive.Description, {
|
|
6034
6102
|
className: "c-dialog-description",
|
|
6035
6103
|
...delegated
|
|
6036
6104
|
});
|
|
@@ -6039,7 +6107,7 @@ var DialogTrigger = DialogPrimitive.Trigger;
|
|
|
6039
6107
|
var DialogClose = DialogPrimitive.Close;
|
|
6040
6108
|
var DialogRoot = DialogPrimitive.Root;
|
|
6041
6109
|
function DialogBase({ children, ...delegated }) {
|
|
6042
|
-
return /* @__PURE__ */
|
|
6110
|
+
return /* @__PURE__ */ jsx114(DialogRoot, {
|
|
6043
6111
|
...delegated,
|
|
6044
6112
|
children
|
|
6045
6113
|
});
|
|
@@ -6052,7 +6120,7 @@ DialogBase.Overlay = DialogPrimitive.Overlay;
|
|
|
6052
6120
|
DialogBase.Close = DialogPrimitive.Close;
|
|
6053
6121
|
|
|
6054
6122
|
// src/dialog/confirm-dialog.tsx
|
|
6055
|
-
import { jsx as
|
|
6123
|
+
import { jsx as jsx115, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
6056
6124
|
function ConfirmDialog({
|
|
6057
6125
|
open,
|
|
6058
6126
|
close,
|
|
@@ -6073,14 +6141,14 @@ function ConfirmDialog({
|
|
|
6073
6141
|
type,
|
|
6074
6142
|
closable
|
|
6075
6143
|
}) {
|
|
6076
|
-
const cancelButton = (okCancel || displayCancel) && /* @__PURE__ */
|
|
6144
|
+
const cancelButton = (okCancel || displayCancel) && /* @__PURE__ */ jsx115(Button, {
|
|
6077
6145
|
onClick: () => {
|
|
6078
6146
|
onCancel?.();
|
|
6079
6147
|
close();
|
|
6080
6148
|
},
|
|
6081
6149
|
children: cancelText
|
|
6082
6150
|
});
|
|
6083
|
-
const okButton = displayOk && /* @__PURE__ */
|
|
6151
|
+
const okButton = displayOk && /* @__PURE__ */ jsx115(Button, {
|
|
6084
6152
|
intent: okButtonIntent,
|
|
6085
6153
|
onClick: () => {
|
|
6086
6154
|
onOk?.();
|
|
@@ -6088,24 +6156,24 @@ function ConfirmDialog({
|
|
|
6088
6156
|
},
|
|
6089
6157
|
children: okText
|
|
6090
6158
|
});
|
|
6091
|
-
return /* @__PURE__ */
|
|
6159
|
+
return /* @__PURE__ */ jsx115(DialogRoot, {
|
|
6092
6160
|
open,
|
|
6093
6161
|
onOpenChange: () => close(),
|
|
6094
|
-
children: /* @__PURE__ */
|
|
6162
|
+
children: /* @__PURE__ */ jsxs106(Dialog.Content, {
|
|
6095
6163
|
onEscapeKeyDown,
|
|
6096
6164
|
onInteractOutside,
|
|
6097
6165
|
onPointerDownOutside,
|
|
6098
6166
|
type,
|
|
6099
6167
|
closable,
|
|
6100
6168
|
children: [
|
|
6101
|
-
title && /* @__PURE__ */
|
|
6169
|
+
title && /* @__PURE__ */ jsx115(Dialog.Title, {
|
|
6102
6170
|
children: title
|
|
6103
6171
|
}),
|
|
6104
|
-
description && /* @__PURE__ */
|
|
6172
|
+
description && /* @__PURE__ */ jsx115(Dialog.Description, {
|
|
6105
6173
|
children: description
|
|
6106
6174
|
}),
|
|
6107
6175
|
content,
|
|
6108
|
-
(displayOk || okCancel || displayCancel) && /* @__PURE__ */
|
|
6176
|
+
(displayOk || okCancel || displayCancel) && /* @__PURE__ */ jsxs106("div", {
|
|
6109
6177
|
className: "c-dialog-content__buttons",
|
|
6110
6178
|
children: [
|
|
6111
6179
|
cancelButton,
|
|
@@ -6121,7 +6189,7 @@ function ConfirmDialog({
|
|
|
6121
6189
|
var destroyFns = [];
|
|
6122
6190
|
|
|
6123
6191
|
// src/dialog/config.tsx
|
|
6124
|
-
import { jsx as
|
|
6192
|
+
import { jsx as jsx116 } from "react/jsx-runtime";
|
|
6125
6193
|
function confirm(config) {
|
|
6126
6194
|
const container = document.createDocumentFragment();
|
|
6127
6195
|
let currentConfig = { ...config, close, open: true };
|
|
@@ -6153,7 +6221,7 @@ function confirm(config) {
|
|
|
6153
6221
|
function render({ okText, cancelText, ...delegated }) {
|
|
6154
6222
|
clearTimeout(timeoutId);
|
|
6155
6223
|
timeoutId = setTimeout(() => {
|
|
6156
|
-
DOMRender(/* @__PURE__ */
|
|
6224
|
+
DOMRender(/* @__PURE__ */ jsx116(ConfirmDialog, {
|
|
6157
6225
|
...delegated,
|
|
6158
6226
|
okText,
|
|
6159
6227
|
cancelText
|
|
@@ -6261,9 +6329,9 @@ function destroyAll() {
|
|
|
6261
6329
|
}
|
|
6262
6330
|
|
|
6263
6331
|
// src/icon-button/icon-button.tsx
|
|
6264
|
-
import { forwardRef as
|
|
6332
|
+
import { forwardRef as forwardRef108 } from "react";
|
|
6265
6333
|
import { cva as cva4 } from "class-variance-authority";
|
|
6266
|
-
import { jsx as
|
|
6334
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
6267
6335
|
var buttonStyles3 = cva4(["c-icon-button"], {
|
|
6268
6336
|
variants: {
|
|
6269
6337
|
variant: {
|
|
@@ -6283,9 +6351,9 @@ var buttonStyles3 = cva4(["c-icon-button"], {
|
|
|
6283
6351
|
variant: "default"
|
|
6284
6352
|
}
|
|
6285
6353
|
});
|
|
6286
|
-
var IconButton =
|
|
6354
|
+
var IconButton = forwardRef108(
|
|
6287
6355
|
({ children, className, type = "button", size, variant, ...delegated }, ref) => {
|
|
6288
|
-
return /* @__PURE__ */
|
|
6356
|
+
return /* @__PURE__ */ jsx117("button", {
|
|
6289
6357
|
ref,
|
|
6290
6358
|
type,
|
|
6291
6359
|
className: buttonStyles3({ size, variant, className }),
|
|
@@ -6297,15 +6365,15 @@ var IconButton = forwardRef107(
|
|
|
6297
6365
|
IconButton.displayName = "Button";
|
|
6298
6366
|
|
|
6299
6367
|
// src/input/input.tsx
|
|
6300
|
-
import { forwardRef as
|
|
6368
|
+
import { forwardRef as forwardRef109 } from "react";
|
|
6301
6369
|
import { cva as cva5 } from "class-variance-authority";
|
|
6302
|
-
import { jsx as
|
|
6370
|
+
import { jsx as jsx118 } from "react/jsx-runtime";
|
|
6303
6371
|
var inputStyles = cva5(["c-input"], {
|
|
6304
6372
|
variants: {},
|
|
6305
6373
|
defaultVariants: {}
|
|
6306
6374
|
});
|
|
6307
|
-
var Input =
|
|
6308
|
-
return /* @__PURE__ */
|
|
6375
|
+
var Input = forwardRef109(({ className, ...delegated }, ref) => {
|
|
6376
|
+
return /* @__PURE__ */ jsx118("input", {
|
|
6309
6377
|
ref,
|
|
6310
6378
|
className: inputStyles({ className }),
|
|
6311
6379
|
type: "text",
|
|
@@ -6315,11 +6383,11 @@ var Input = forwardRef108(({ className, ...delegated }, ref) => {
|
|
|
6315
6383
|
Input.displayName = "Input";
|
|
6316
6384
|
|
|
6317
6385
|
// src/label/label.tsx
|
|
6318
|
-
import { forwardRef as
|
|
6386
|
+
import { forwardRef as forwardRef110 } from "react";
|
|
6319
6387
|
import { cx as cx6 } from "class-variance-authority";
|
|
6320
|
-
import { jsx as
|
|
6321
|
-
var Label2 =
|
|
6322
|
-
return /* @__PURE__ */
|
|
6388
|
+
import { jsx as jsx119 } from "react/jsx-runtime";
|
|
6389
|
+
var Label2 = forwardRef110(({ className, ...delegated }, ref) => {
|
|
6390
|
+
return /* @__PURE__ */ jsx119("label", {
|
|
6323
6391
|
ref,
|
|
6324
6392
|
className: cx6("c-label", className),
|
|
6325
6393
|
...delegated
|
|
@@ -6330,7 +6398,7 @@ Label2.displayName = "Label";
|
|
|
6330
6398
|
// src/tooltip/tooltip.tsx
|
|
6331
6399
|
import { cva as cva6 } from "class-variance-authority";
|
|
6332
6400
|
import * as RadixTooltip from "@radix-ui/react-tooltip";
|
|
6333
|
-
import { jsx as
|
|
6401
|
+
import { jsx as jsx120, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
6334
6402
|
var tooltipStyles = cva6(
|
|
6335
6403
|
"c-tooltip-content data-[state=delayed-open]:data-[side=top]:animate-slideDownAndFade data-[state=delayed-open]:data-[side=right]:animate-slideLeftAndFade data-[state=delayed-open]:data-[side=left]:animate-slideRightAndFade data-[state=delayed-open]:data-[side=bottom]:animate-slideUpAndFade",
|
|
6336
6404
|
{
|
|
@@ -6356,23 +6424,23 @@ function Tooltip({
|
|
|
6356
6424
|
defaultOpen = false,
|
|
6357
6425
|
delayDuration = 800
|
|
6358
6426
|
}) {
|
|
6359
|
-
return /* @__PURE__ */
|
|
6427
|
+
return /* @__PURE__ */ jsx120(RadixTooltip.Provider, {
|
|
6360
6428
|
delayDuration,
|
|
6361
|
-
children: /* @__PURE__ */
|
|
6429
|
+
children: /* @__PURE__ */ jsxs107(RadixTooltip.Root, {
|
|
6362
6430
|
defaultOpen,
|
|
6363
6431
|
children: [
|
|
6364
|
-
/* @__PURE__ */
|
|
6432
|
+
/* @__PURE__ */ jsx120(RadixTooltip.Trigger, {
|
|
6365
6433
|
asChild: true,
|
|
6366
6434
|
children
|
|
6367
6435
|
}),
|
|
6368
|
-
/* @__PURE__ */
|
|
6369
|
-
children: /* @__PURE__ */
|
|
6436
|
+
/* @__PURE__ */ jsx120(RadixTooltip.Portal, {
|
|
6437
|
+
children: /* @__PURE__ */ jsxs107(RadixTooltip.Content, {
|
|
6370
6438
|
align,
|
|
6371
6439
|
sideOffset: 5,
|
|
6372
6440
|
side,
|
|
6373
6441
|
className: tooltipStyles({ variant }),
|
|
6374
6442
|
children: [
|
|
6375
|
-
/* @__PURE__ */
|
|
6443
|
+
/* @__PURE__ */ jsx120(RadixTooltip.Arrow, {
|
|
6376
6444
|
className: "c-tooltip-arrow"
|
|
6377
6445
|
}),
|
|
6378
6446
|
content
|
|
@@ -6385,9 +6453,9 @@ function Tooltip({
|
|
|
6385
6453
|
}
|
|
6386
6454
|
|
|
6387
6455
|
// src/input-with-label/input-with-label.tsx
|
|
6388
|
-
import { forwardRef as
|
|
6456
|
+
import { forwardRef as forwardRef111 } from "react";
|
|
6389
6457
|
import { cva as cva7, cx as cx7 } from "class-variance-authority";
|
|
6390
|
-
import { Fragment, jsx as
|
|
6458
|
+
import { Fragment, jsx as jsx121, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
6391
6459
|
var inputWithLabelStyles = cva7(["c-input-with-label"], {
|
|
6392
6460
|
variants: {
|
|
6393
6461
|
variant: {
|
|
@@ -6402,40 +6470,40 @@ var inputWithLabelStyles = cva7(["c-input-with-label"], {
|
|
|
6402
6470
|
},
|
|
6403
6471
|
defaultVariants: {}
|
|
6404
6472
|
});
|
|
6405
|
-
var InputWithLabel =
|
|
6473
|
+
var InputWithLabel = forwardRef111(
|
|
6406
6474
|
({ className, label, append, errorMessage, status, statusMessage, variant, id, labelProps, ...delegated }, ref) => {
|
|
6407
6475
|
const { className: labelClassName, ...labelPropsRest } = labelProps ?? {};
|
|
6408
|
-
return /* @__PURE__ */
|
|
6409
|
-
children: /* @__PURE__ */
|
|
6476
|
+
return /* @__PURE__ */ jsx121(Fragment, {
|
|
6477
|
+
children: /* @__PURE__ */ jsxs108(Label2, {
|
|
6410
6478
|
className: inputWithLabelStyles({ status, variant, className: labelClassName }),
|
|
6411
6479
|
htmlFor: id,
|
|
6412
6480
|
...labelPropsRest,
|
|
6413
6481
|
children: [
|
|
6414
6482
|
label,
|
|
6415
|
-
/* @__PURE__ */
|
|
6483
|
+
/* @__PURE__ */ jsxs108("span", {
|
|
6416
6484
|
className: "c-input-with-label-input-wrap",
|
|
6417
6485
|
children: [
|
|
6418
|
-
/* @__PURE__ */
|
|
6486
|
+
/* @__PURE__ */ jsx121(Input, {
|
|
6419
6487
|
className: cx7("c-input-with-label-input", className),
|
|
6420
6488
|
ref,
|
|
6421
6489
|
id,
|
|
6422
6490
|
...delegated
|
|
6423
6491
|
}),
|
|
6424
|
-
!!(errorMessage ?? statusMessage) ? /* @__PURE__ */
|
|
6492
|
+
!!(errorMessage ?? statusMessage) ? /* @__PURE__ */ jsx121(Tooltip, {
|
|
6425
6493
|
content: errorMessage ?? statusMessage,
|
|
6426
6494
|
variant: status,
|
|
6427
|
-
children: /* @__PURE__ */
|
|
6495
|
+
children: /* @__PURE__ */ jsx121("div", {
|
|
6428
6496
|
"data-testid": "input-with-label-status-message",
|
|
6429
6497
|
className: "c-input-with-label-append",
|
|
6430
|
-
children: status === "error" ? /* @__PURE__ */
|
|
6498
|
+
children: status === "error" ? /* @__PURE__ */ jsx121(Icon.Error, {
|
|
6431
6499
|
width: 20,
|
|
6432
6500
|
height: 20
|
|
6433
|
-
}) : /* @__PURE__ */
|
|
6501
|
+
}) : /* @__PURE__ */ jsx121(Icon.Warning, {
|
|
6434
6502
|
width: 20,
|
|
6435
6503
|
height: 20
|
|
6436
6504
|
})
|
|
6437
6505
|
})
|
|
6438
|
-
}) : !!append && /* @__PURE__ */
|
|
6506
|
+
}) : !!append && /* @__PURE__ */ jsx121("div", {
|
|
6439
6507
|
className: "c-input-with-label-append",
|
|
6440
6508
|
children: append
|
|
6441
6509
|
})
|