@crystallize/design-system 1.2.1 → 1.2.2
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 +7 -0
- package/dist/index.d.ts +18 -2
- package/dist/index.js +964 -260
- package/dist/index.mjs +964 -260
- package/package.json +9 -3
- package/src/checkbox/checkbox.test.tsx +16 -0
- package/src/dialog/Dialog.test.tsx +25 -0
- package/src/dropdown-menu/dropdown-menu-root.tsx +11 -2
- package/src/iconography/catalogue.tsx +26 -0
- package/src/iconography/customers.tsx +38 -0
- package/src/iconography/fulfilment.tsx +58 -0
- package/src/iconography/grid.tsx +84 -0
- package/src/iconography/hooks.tsx +26 -0
- package/src/iconography/index.ts +30 -0
- package/src/iconography/key.tsx +19 -0
- package/src/iconography/language.tsx +38 -0
- package/src/iconography/order.tsx +38 -0
- package/src/iconography/percentage.tsx +44 -0
- package/src/iconography/price-tag.tsx +40 -0
- package/src/iconography/shapes.tsx +48 -0
- package/src/iconography/subscription.tsx +34 -0
- package/src/iconography/topics.tsx +58 -0
- package/src/iconography/usage.tsx +34 -0
- package/src/iconography/users.tsx +44 -0
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
// src/dropdown-menu/dropdown-menu-root.tsx
|
|
2
2
|
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
3
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
-
function DropdownMenuRoot({
|
|
4
|
+
function DropdownMenuRoot({
|
|
5
|
+
children,
|
|
6
|
+
content,
|
|
7
|
+
alignContent = "start",
|
|
8
|
+
disabled,
|
|
9
|
+
...delegated
|
|
10
|
+
}) {
|
|
5
11
|
return /* @__PURE__ */ jsxs(DropdownMenuPrimitive.Root, {
|
|
6
12
|
children: [
|
|
7
13
|
/* @__PURE__ */ jsx(DropdownMenuPrimitive.Trigger, {
|
|
14
|
+
disabled,
|
|
8
15
|
asChild: true,
|
|
9
16
|
children
|
|
10
17
|
}),
|
|
@@ -453,11 +460,40 @@ var Cancel = forwardRef7((delegated, ref) => {
|
|
|
453
460
|
});
|
|
454
461
|
Cancel.displayName = "CancelIcon";
|
|
455
462
|
|
|
456
|
-
// src/iconography/
|
|
463
|
+
// src/iconography/catalogue.tsx
|
|
457
464
|
import { forwardRef as forwardRef8 } from "react";
|
|
458
465
|
import { jsx as jsx14, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
459
|
-
var
|
|
466
|
+
var Catalogue = forwardRef8((delegated, ref) => {
|
|
460
467
|
return /* @__PURE__ */ jsxs7("svg", {
|
|
468
|
+
ref,
|
|
469
|
+
width: "22",
|
|
470
|
+
height: "23",
|
|
471
|
+
viewBox: "0 0 22 23",
|
|
472
|
+
fill: "none",
|
|
473
|
+
...delegated,
|
|
474
|
+
children: [
|
|
475
|
+
/* @__PURE__ */ jsx14("path", {
|
|
476
|
+
d: "m20.558 16.922-.006-1.83c-.007-2.697-.007-4.838-.007-7.845l-.013-3.893a.226.226 0 0 0-.213-.22l-7.088-.013c-1.184.032-1.928.498-2.212 1.423-.343-.932-1.067-1.384-2.277-1.423l-7.095-.007a.221.221 0 0 0-.213.22l.02 13.647-.014.77c-.006.497-.006.995-.006 1.493a.29.29 0 0 0 .29.291h.544c.647 0 1.294 0 1.934-.006.64-.007 1.287-.007 1.927-.007h.55c.595 0 1.19.007 1.779.007.588 0 1.19.013 1.785.013s1.183-.007 1.778-.02c.356-.006.718-.006 1.08-.006l2.717.006c.653 0 1.3.007 1.953.007s1.306.006 1.953.006h.556a.294.294 0 0 0 .291-.29l-.013-2.323ZM1.997 5.274c-.026-.543-.046-1.112-.026-1.571l.743-.02c.854 0 1.714 0 2.568-.006.298 0 .647-.013 1.015-.032.42-.02.867-.04 1.307-.04 1.067 0 2.341.104 2.736.88.284.592.413 1.246.375 1.902l-.007 2.73v2.897c0 .304-.006.582-.013.912-.006.607-.019 1.131-.032 1.649-.026.97-.045 1.888.039 3.356-.931-.944-2.613-1.093-3.531-1.1l-2.794-.006c-.557 0-1.158.033-1.727.059l-.653.064c0-1.313.006-2.25.012-3.24 0-.757.007-1.546.013-2.561v-5.07c0-.246-.013-.518-.025-.803Zm7.23 13.615c-1.222.013-2.845.052-3.654.065-.278.006-.46.013-.491.013H3.71c-.582 0-1.164-.007-1.681-.007-.013-.045-.007-.407 0-.698.015-.259.017-.518.006-.776.104 0 .208-.007.31-.02.078-.006.15-.019.22-.019.583-.013 1.094-.02 1.624-.02.317-.006 1.242-.019 1.242-.019.233 0 .504-.006.795-.006 2.723 0 4.198.472 4.508 1.442l.007.084a12.369 12.369 0 0 0-1.514-.039Zm2.005.071a.333.333 0 0 0 .007-.11c.452-1.293 2.354-1.442 3.744-1.442.408 0 .796.02 1.139.026.2.013.381.02.543.02l3.285-.007.046 1.494-8.764.02Zm8.072-2.108c-.156 0-.298 0-.427-.006h-.09c-.46 0-.926-.007-1.385-.02-.563-.006-1.125-.013-1.694-.013h-.492c-.161 0-.336.007-.563.02a9.1 9.1 0 0 0-2.095.362c-.176.058-.35.127-.517.207-.283.119-.545.283-.777.485a.172.172 0 0 0-.032.039c.045-1.462.071-2.807.071-4.237v-.039c.007-.55.007-1.099.007-1.662l-.039-5.6c0-.266-.013-.524-.032-.77.006-.104.013-.214.025-.317.26-1.475 1.475-1.675 2.633-1.675.284 0 .575.013.847.032.252.007.485.02.699.02l2.496.006 1.397-.006c.233 0 .453 0 .627-.013v1.377c-.006 1.61-.006 3.215-.006 4.825 0 1.19.006 2.147.013 3.066.006 1.209.013 2.354.039 3.887-.235.023-.47.033-.705.031Z",
|
|
477
|
+
fill: "#528693"
|
|
478
|
+
}),
|
|
479
|
+
/* @__PURE__ */ jsx14("path", {
|
|
480
|
+
d: "m19.996 18.94-8.764.02a.333.333 0 0 0 .007-.11c.452-1.294 2.354-1.443 3.744-1.443.408 0 .796.02 1.139.026.2.013.381.02.543.02l3.285-.007.046 1.494ZM10.74 18.927a12.37 12.37 0 0 0-1.513-.038c-1.222.012-2.845.051-3.654.064l-.491.013H3.71c-.582 0-1.165-.006-1.682-.006-.013-.046-.006-.408 0-.699.015-.258.018-.517.007-.776.103 0 .207-.006.31-.02.078-.006.149-.019.22-.019a71.5 71.5 0 0 1 1.623-.02c.317-.006 1.242-.018 1.242-.018.233 0 .504-.007.796-.007 2.722 0 4.197.472 4.507 1.442l.007.084Z",
|
|
481
|
+
fill: "#fff"
|
|
482
|
+
}),
|
|
483
|
+
/* @__PURE__ */ jsx14("path", {
|
|
484
|
+
d: "m10.715 6.387-.007 2.73v2.897c0 .304-.006.582-.013.912-.006.607-.02 1.131-.032 1.649-.026.97-.045 1.888.039 3.356-.932-.944-2.613-1.093-3.532-1.1l-2.794-.006c-.556 0-1.157.033-1.726.059l-.654.064c0-1.313.007-2.25.013-3.24 0-.757.007-1.546.013-2.561v-5.07c0-.246-.013-.518-.026-.803a18.746 18.746 0 0 1-.025-1.571l.743-.02c.854 0 1.714 0 2.568-.006.297 0 .647-.013 1.015-.032.42-.02.867-.04 1.307-.04 1.067 0 2.341.104 2.735.88.285.592.414 1.246.376 1.902ZM20.009 16.82c-.235.023-.47.034-.705.032-.156 0-.298 0-.427-.006h-.09c-.46 0-.926-.007-1.385-.02-.563-.006-1.125-.013-1.694-.013h-.492c-.162 0-.336.007-.563.02a9.1 9.1 0 0 0-2.095.362c-.177.058-.35.127-.518.207a2.88 2.88 0 0 0-.776.485.174.174 0 0 0-.032.038c.045-1.461.071-2.806.071-4.236v-.039c.007-.55.007-1.099.007-1.662l-.04-5.6c0-.266-.012-.524-.031-.77.006-.104.012-.214.025-.317.26-1.475 1.475-1.675 2.633-1.675.284 0 .575.013.847.032.252.007.485.02.698.02l2.497.006 1.397-.006c.233 0 .453 0 .627-.013v1.377c-.006 1.61-.006 3.215-.006 4.825 0 1.19.006 2.147.013 3.066.006 1.208.015 2.353.039 3.887Z",
|
|
485
|
+
fill: "#BFF6F8"
|
|
486
|
+
})
|
|
487
|
+
]
|
|
488
|
+
});
|
|
489
|
+
});
|
|
490
|
+
Catalogue.displayName = "CatalogueIcon";
|
|
491
|
+
|
|
492
|
+
// src/iconography/copy.tsx
|
|
493
|
+
import { forwardRef as forwardRef9 } from "react";
|
|
494
|
+
import { jsx as jsx15, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
495
|
+
var Copy = forwardRef9((delegated, ref) => {
|
|
496
|
+
return /* @__PURE__ */ jsxs8("svg", {
|
|
461
497
|
ref,
|
|
462
498
|
width: "14",
|
|
463
499
|
height: "16",
|
|
@@ -466,7 +502,7 @@ var Copy = forwardRef8((delegated, ref) => {
|
|
|
466
502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
467
503
|
...delegated,
|
|
468
504
|
children: [
|
|
469
|
-
/* @__PURE__ */
|
|
505
|
+
/* @__PURE__ */ jsx15("rect", {
|
|
470
506
|
x: ".5",
|
|
471
507
|
y: "3.5",
|
|
472
508
|
width: "9",
|
|
@@ -476,7 +512,7 @@ var Copy = forwardRef8((delegated, ref) => {
|
|
|
476
512
|
stroke: "#80878D",
|
|
477
513
|
strokeDasharray: "3 2"
|
|
478
514
|
}),
|
|
479
|
-
/* @__PURE__ */
|
|
515
|
+
/* @__PURE__ */ jsx15("rect", {
|
|
480
516
|
x: "4.5",
|
|
481
517
|
y: ".5",
|
|
482
518
|
width: "9",
|
|
@@ -491,10 +527,10 @@ var Copy = forwardRef8((delegated, ref) => {
|
|
|
491
527
|
Copy.displayName = "CopyIcon";
|
|
492
528
|
|
|
493
529
|
// src/iconography/crystal.tsx
|
|
494
|
-
import { forwardRef as
|
|
495
|
-
import { jsx as
|
|
496
|
-
var Crystal =
|
|
497
|
-
return /* @__PURE__ */
|
|
530
|
+
import { forwardRef as forwardRef10 } from "react";
|
|
531
|
+
import { jsx as jsx16, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
532
|
+
var Crystal = forwardRef10((delegated, ref) => {
|
|
533
|
+
return /* @__PURE__ */ jsxs9("svg", {
|
|
498
534
|
ref,
|
|
499
535
|
width: "27",
|
|
500
536
|
height: "27",
|
|
@@ -503,98 +539,98 @@ var Crystal = forwardRef9((delegated, ref) => {
|
|
|
503
539
|
xmlns: "http://www.w3.org/2000/svg",
|
|
504
540
|
...delegated,
|
|
505
541
|
children: [
|
|
506
|
-
/* @__PURE__ */
|
|
542
|
+
/* @__PURE__ */ jsx16("path", {
|
|
507
543
|
fill: "#528693",
|
|
508
544
|
d: "M13.945 26.805c3.479 0 6.299-.386 6.299-.861 0-.476-2.82-.861-6.299-.861-3.478 0-6.298.385-6.298.86 0 .476 2.82.862 6.298.862ZM25.356 5.894l-2.998-2.938-1.98 4.77 4.978-1.832ZM26.995 14.579l-.341-3.357-3.644 1.896 3.985 1.46ZM.896 14.579l.341-3.357 3.643 1.896-3.984 1.46ZM2.563 5.894l2.999-2.938 1.98 4.77-4.979-1.832Z",
|
|
509
545
|
opacity: ".15"
|
|
510
546
|
}),
|
|
511
|
-
/* @__PURE__ */
|
|
547
|
+
/* @__PURE__ */ jsx16("path", {
|
|
512
548
|
fill: "#AEF9F6",
|
|
513
549
|
d: "m23.267 13.32-1.348-.562-1.444-6.409 2.792 6.971Z"
|
|
514
550
|
}),
|
|
515
|
-
/* @__PURE__ */
|
|
551
|
+
/* @__PURE__ */ jsx16("path", {
|
|
516
552
|
fill: "#fff",
|
|
517
553
|
d: "M20.475 6.35 15.51 10.6l-1.412-.367 6.378-3.884Z"
|
|
518
554
|
}),
|
|
519
|
-
/* @__PURE__ */
|
|
555
|
+
/* @__PURE__ */ jsx16("path", {
|
|
520
556
|
fill: "#fff",
|
|
521
557
|
d: "m14.732 23.732-.635-13.5 1.412.368.217.181-.994 12.951Z"
|
|
522
558
|
}),
|
|
523
|
-
/* @__PURE__ */
|
|
559
|
+
/* @__PURE__ */ jsx16("path", {
|
|
524
560
|
fill: "#AEF9F6",
|
|
525
561
|
d: "m23.267 13.32-8.535 10.412 6.63-10.123.557-.85 1.348.56ZM21.92 12.758 15.51 10.6l4.965-4.25 1.444 6.408Z"
|
|
526
562
|
}),
|
|
527
|
-
/* @__PURE__ */
|
|
563
|
+
/* @__PURE__ */ jsx16("path", {
|
|
528
564
|
fill: "#AEF9F6",
|
|
529
565
|
d: "m15.51 10.6 6.41 2.158-.558.85-6.63 10.124.777-13.132Z"
|
|
530
566
|
}),
|
|
531
|
-
/* @__PURE__ */
|
|
567
|
+
/* @__PURE__ */ jsx16("path", {
|
|
532
568
|
fill: "#528693",
|
|
533
569
|
d: "m20.358 6.113-5.596 3.406-.782.476a.263.263 0 0 0-.145.223l.216 4.584.34 7.25.079 1.666a.27.27 0 0 0 .18.259.262.262 0 0 0 .3-.098l2.898-3.535 4.584-5.592 1.054-1.285a.267.267 0 0 0 .017-.266l-2.45-6.114-.343-.855c-.127-.316-.596-.078-.47.237l2.45 6.115.343.854.017-.266-2.898 3.535-4.584 5.592-1.054 1.285.48.162-.216-4.584-.341-7.25-.078-1.666-.145.223 5.596-3.406.782-.477c.288-.174.056-.65-.234-.473Z"
|
|
534
570
|
}),
|
|
535
|
-
/* @__PURE__ */
|
|
571
|
+
/* @__PURE__ */ jsx16("path", {
|
|
536
572
|
fill: "#528693",
|
|
537
573
|
d: "M23.309 13.194c-.47-.196-.935-.417-1.416-.584-.556-.193-1.117-.376-1.675-.564l-4.498-1.514c-.517-.174-1.055-.288-1.582-.426-.162-.042-.246.209-.083.251.492.129.997.234 1.48.392.56.183 1.116.375 1.675.564l4.499 1.514c.516.174 1.014.409 1.517.618.156.065.239-.186.083-.251Z"
|
|
538
574
|
}),
|
|
539
|
-
/* @__PURE__ */
|
|
575
|
+
/* @__PURE__ */ jsx16("path", {
|
|
540
576
|
fill: "#528693",
|
|
541
577
|
d: "m14.863 23.739.16-2.712.327-5.509.258-4.366.027-.449c0-.013.014-.078.005-.089.043.052-.1.109-.006.054.164-.119.319-.25.462-.395l.857-.735 3.537-3.027.073-.062-.216-.072.905 4.012.48 2.13c.01.076.026.15.05.222.042.093-.023-.039.025-.05-.04.01-.128.196-.15.228l-2.166 3.307-3.055 4.663-1.18 1.8c-.2.308-.42.61-.606.928l-.027.041a.134.134 0 0 0 .038.18.13.13 0 0 0 .18-.032l1.504-2.297 3.03-4.626 2.375-3.626c.1-.151.316-.37.29-.562-.08-.56-.254-1.124-.378-1.676l-1.037-4.603-.021-.093a.135.135 0 0 0-.088-.098.131.131 0 0 0-.128.025l-3.14 2.689-1.64 1.403c-.084.072-.203.141-.23.254a1.507 1.507 0 0 0-.014.245l-.232 3.907-.333 5.624-.13 2.194c-.022.368-.062.74-.065 1.11l-.003.049a.13.13 0 0 0 .262.014Z"
|
|
542
578
|
}),
|
|
543
|
-
/* @__PURE__ */
|
|
579
|
+
/* @__PURE__ */ jsx16("path", {
|
|
544
580
|
fill: "#fff",
|
|
545
581
|
d: "M20.692 13.37c-.28.417-.553.837-.83 1.257-.456.693-.91 1.387-1.36 2.083-.497.767-.99 1.537-1.485 2.306-.409.635-.815 1.27-1.22 1.908-.194.303-.4.602-.583.912l-.008.013a.145.145 0 0 0 .041.195.14.14 0 0 0 .195-.035l.474-.746 1.162-1.83a928.57 928.57 0 0 0 2.815-4.46c.296-.47.59-.942.894-1.407l.06-.091a.095.095 0 0 0-.027-.128.093.093 0 0 0-.128.023ZM20.92 13.108l.005.006c.08.104.22-.012.178-.12l-.002-.006c-.041-.105-.196-.068-.215.03a.117.117 0 0 0 .057.12.114.114 0 0 0 .13-.011l.005-.003c.102-.081-.012-.222-.12-.18l-.005.003a.105.105 0 0 0-.054.073.108.108 0 0 0 .022.088ZM21.084 11.8l-.002-.028c.003.036-.003-.016-.005-.032l-.008-.05a56.027 56.027 0 0 0-.237-1.25c-.147-.724-.297-1.448-.449-2.17l-.107-.496a.123.123 0 0 0-.223-.041.126.126 0 0 0-.018.092c.093.45.182.903.275 1.354.148.724.296 1.448.461 2.168.028.12.055.239.085.358l.025.098c.014.052-.006-.01.01.027l.002.01a.097.097 0 0 0 .175.032.1.1 0 0 0 .016-.073Z"
|
|
546
582
|
}),
|
|
547
|
-
/* @__PURE__ */
|
|
583
|
+
/* @__PURE__ */ jsx16("path", {
|
|
548
584
|
fill: "#fff",
|
|
549
585
|
d: "m22.606 13.365-1.138 1.425a4396.042 4396.042 0 0 0-2.227 2.793c-.031.04.034.083.065.044l1.133-1.429 1.803-2.277.413-.522c.025-.03-.026-.064-.05-.034h.001ZM22.54 12.58c-.21-.569-.417-1.138-.638-1.703-.018-.047-.088-.011-.07.035.219.565.436 1.13.653 1.695.014.037.068.009.054-.028Z",
|
|
550
586
|
opacity: ".25"
|
|
551
587
|
}),
|
|
552
|
-
/* @__PURE__ */
|
|
588
|
+
/* @__PURE__ */ jsx16("path", {
|
|
553
589
|
fill: "#fff",
|
|
554
590
|
d: "M16.367 11.99a.23.23 0 0 0 .286-.152.237.237 0 0 0-.139-.294.23.23 0 0 0-.173.017.235.235 0 0 0-.102.31.233.233 0 0 0 .128.118ZM16.051 12.237l-.007.01a.16.16 0 0 0-.01.16l.022.033a.154.154 0 0 0 .069.046.156.156 0 0 0 .181-.063.162.162 0 0 0 .026-.08v-.012l-.003-.04a.114.114 0 0 0-.024-.054.077.077 0 0 0-.026-.03.117.117 0 0 0-.052-.031l-.04-.008-.04.003a.172.172 0 0 0-.095.066h-.001ZM16.749 10.5a.084.084 0 0 0 .107-.053.085.085 0 0 0-.118-.104.085.085 0 0 0-.038.115c.01.02.027.035.049.043ZM16.417 10.402a.085.085 0 0 0 .104-.055.087.087 0 0 0-.05-.108.084.084 0 0 0-.105.056.086.086 0 0 0 .05.107ZM16.69 10.169a.075.075 0 0 0 .092-.05.076.076 0 0 0-.045-.096.075.075 0 0 0-.092.05.077.077 0 0 0 .044.096ZM16.043 13.249l.011.004a.087.087 0 0 0 .108-.055l.004-.022a.088.088 0 0 0-.008-.043l-.013-.019a.085.085 0 0 0-.037-.025l-.012-.004a.061.061 0 0 0-.033-.003.061.061 0 0 0-.031.008.096.096 0 0 0-.043.05l-.004.022c0 .015.002.03.009.043l.012.018c.01.011.023.02.037.025v.001Z"
|
|
555
591
|
}),
|
|
556
|
-
/* @__PURE__ */
|
|
592
|
+
/* @__PURE__ */ jsx16("path", {
|
|
557
593
|
fill: "#AEF9F6",
|
|
558
594
|
d: "m18.609 12.145-1.93.258L9.838 1.35l8.771 10.795Z"
|
|
559
595
|
}),
|
|
560
|
-
/* @__PURE__ */
|
|
596
|
+
/* @__PURE__ */ jsx16("path", {
|
|
561
597
|
fill: "#fff",
|
|
562
598
|
d: "M9.837 1.35 7.842 14.228l-1.875.527L9.837 1.35Z"
|
|
563
599
|
}),
|
|
564
|
-
/* @__PURE__ */
|
|
600
|
+
/* @__PURE__ */ jsx16("path", {
|
|
565
601
|
fill: "#fff",
|
|
566
602
|
d: "m14.69 25.314-8.723-10.56 1.875-.527.37.063 6.479 11.024Z"
|
|
567
603
|
}),
|
|
568
|
-
/* @__PURE__ */
|
|
604
|
+
/* @__PURE__ */ jsx16("path", {
|
|
569
605
|
fill: "#AEF9F6",
|
|
570
606
|
d: "m18.609 12.144-3.918 13.17 1.906-11.552.082-1.359 1.93-.259ZM16.679 12.403l-8.837 1.824L9.837 1.35l6.842 11.053Z"
|
|
571
607
|
}),
|
|
572
|
-
/* @__PURE__ */
|
|
608
|
+
/* @__PURE__ */ jsx16("path", {
|
|
573
609
|
fill: "#AEF9F6",
|
|
574
610
|
d: "m7.842 14.227 8.837-1.824-.082 1.36-1.906 11.551-6.849-11.087Z"
|
|
575
611
|
}),
|
|
576
|
-
/* @__PURE__ */
|
|
612
|
+
/* @__PURE__ */ jsx16("path", {
|
|
577
613
|
fill: "#528693",
|
|
578
614
|
d: "M9.506 1.238 8.196 5.77l-2.085 7.22c-.156.54-.33 1.078-.469 1.623-.097.385.45.842.669 1.107l4.482 5.424c1.191 1.443 2.35 2.922 3.578 4.333l.06.072a.352.352 0 0 0 .592-.122l1.357-4.561 2.123-7.138c.144-.483.333-.973.437-1.467.05-.24-.08-.367-.213-.531l-.551-.678-4.5-5.536c-1.172-1.442-2.31-2.92-3.52-4.33-.02-.023-.038-.047-.057-.071-.286-.352-.808.12-.522.472l2.967 3.65 4.725 5.814 1.08 1.327-.072-.35-1.324 4.454-2.11 7.094-.483 1.624.592-.122-2.95-3.571-4.7-5.69-1.075-1.301.071.35 1.31-4.535 2.085-7.22.476-1.647c.126-.437-.537-.665-.663-.227Z"
|
|
579
615
|
}),
|
|
580
|
-
/* @__PURE__ */
|
|
616
|
+
/* @__PURE__ */ jsx16("path", {
|
|
581
617
|
fill: "#528693",
|
|
582
618
|
d: "M18.574 11.97c-.673.091-1.357.148-2.023.28-.77.152-1.539.317-2.31.476l-6.2 1.28c-.713.147-1.41.377-2.11.573-.215.06-.147.407.07.347.654-.184 1.306-.402 1.97-.545.767-.165 1.539-.318 2.309-.477l6.202-1.28c.712-.146 1.442-.21 2.163-.308.223-.03.152-.376-.07-.346h-.001Z"
|
|
583
619
|
}),
|
|
584
|
-
/* @__PURE__ */
|
|
620
|
+
/* @__PURE__ */ jsx16("path", {
|
|
585
621
|
fill: "#528693",
|
|
586
622
|
d: "m14.847 25.234-2.316-3.75-3.669-5.938-.571-.925c-.063-.102-.172-.388-.278-.45-.048-.028-.015.075.007.047.023-.03.022-.141.028-.178l.125-.81 1.025-6.616.516-3.326.183-1.18a5.54 5.54 0 0 0 .102-.658.661.661 0 0 1 .013-.087l-.33.068 2.325 3.757 3.67 5.928.566.915c.053.085.174.39.269.434.037.017.024-.093-.012-.045-.026.035-.022.146-.029.188l-.126.823-1.021 6.632c-.265 1.714-.59 3.431-.794 5.154l-.014.087c-.034.225.316.247.35.024l.672-4.367 1.075-6.974.162-1.056c.037-.163.063-.328.076-.494a.473.473 0 0 0-.11-.264l-.415-.671-3.527-5.699c-.92-1.485-1.83-2.978-2.76-4.457l-.045-.074a.178.178 0 0 0-.19-.089.177.177 0 0 0-.141.157l-.678 4.375-1.08 6.966-.161 1.043a3.035 3.035 0 0 0-.074.477c.012.1.053.195.118.271l.423.685 3.529 5.713c.916 1.483 1.822 2.974 2.749 4.45l.046.075c.118.192.431.033.312-.16v-.001Z"
|
|
587
623
|
}),
|
|
588
|
-
/* @__PURE__ */
|
|
624
|
+
/* @__PURE__ */ jsx16("path", {
|
|
589
625
|
fill: "#fff",
|
|
590
626
|
d: "M15.423 13.982c-.141 1.096-.303 2.19-.45 3.284-.181 1.338-.356 2.677-.524 4.016l-.203 1.605c-.03.245.348.27.378.026.137-1.095.271-2.19.402-3.287.16-1.34.32-2.679.465-4.02.058-.536.117-1.071.18-1.606.02-.161-.228-.176-.248-.017ZM15.594 13.639l.008.004c.128.06.26-.14.154-.235l-.004-.004a.153.153 0 0 0-.264.134.155.155 0 0 0 .14.124.152.152 0 0 0 .155-.105l.002-.005c.061-.13-.139-.262-.232-.155l-.007.007a.142.142 0 0 0 .048.234ZM15.557 11.79c-.302-.557-.644-1.096-.975-1.636L13.55 8.473a133.094 133.094 0 0 1-2.044-3.407A79.116 79.116 0 0 1 10.46 3.19a.165.165 0 0 0-.219-.067.168.168 0 0 0-.075.218c1.215 2.33 2.615 4.56 4.013 6.78.383.609.756 1.227 1.165 1.817.085.123.282-.018.213-.147Z"
|
|
591
627
|
}),
|
|
592
|
-
/* @__PURE__ */
|
|
628
|
+
/* @__PURE__ */ jsx16("path", {
|
|
593
629
|
fill: "#fff",
|
|
594
630
|
d: "M17.647 12.679c-.275.877-.552 1.753-.82 2.633-.02.064.078.098.098.034.272-.879.534-1.76.8-2.641.014-.051-.062-.076-.077-.026ZM17.583 11.942c-.563-.726-1.121-1.452-1.688-2.173-.042-.053-.119.017-.078.07.565.722 1.136 1.439 1.705 2.158.033.041.093-.014.06-.055Z",
|
|
595
631
|
opacity: ".25"
|
|
596
632
|
}),
|
|
597
|
-
/* @__PURE__ */
|
|
633
|
+
/* @__PURE__ */ jsx16("path", {
|
|
598
634
|
fill: "#fff",
|
|
599
635
|
d: "M9.753 15.255a.311.311 0 0 0 .23-.368.314.314 0 0 0-.354-.246.312.312 0 0 0-.23.367.314.314 0 0 0 .354.247ZM9.55 15.754l-.001.016a.214.214 0 0 0 .094.191l.048.024a.206.206 0 0 0 .11.007.232.232 0 0 0 .134-.09.212.212 0 0 0 .011-.215l-.008-.014-.03-.044a.152.152 0 0 0-.063-.046.104.104 0 0 0-.05-.017.155.155 0 0 0-.08-.002l-.053.019-.043.03a.232.232 0 0 0-.067.14H9.55ZM9.129 13.173a.113.113 0 0 0 .088-.135.112.112 0 0 0-.205-.04.115.115 0 0 0 .032.158.112.112 0 0 0 .085.017ZM8.68 13.283a.116.116 0 0 0 .037-.206.114.114 0 0 0-.083-.018.114.114 0 0 0-.084.134.115.115 0 0 0 .047.071.113.113 0 0 0 .082.02ZM8.84 12.83a.103.103 0 0 0 .033-.183.1.1 0 0 0-.073-.018.102.102 0 0 0-.074.12.102.102 0 0 0 .114.08ZM10.21 16.93l.016-.004a.116.116 0 0 0 .071-.05.119.119 0 0 0 .018-.085l-.01-.03a.115.115 0 0 0-.04-.043l-.026-.013a.111.111 0 0 0-.06-.004l-.015.003a.082.082 0 0 0-.041.019.084.084 0 0 0-.031.03.13.13 0 0 0-.017.086l.01.029a.115.115 0 0 0 .039.043l.026.013c.02.006.04.008.06.004v.002ZM10.731 17.922a.108.108 0 0 0 .084-.128.11.11 0 0 0-.046-.07.107.107 0 0 0-.15.031.11.11 0 0 0 .03.152.107.107 0 0 0 .082.015Z"
|
|
600
636
|
})
|
|
@@ -603,11 +639,52 @@ var Crystal = forwardRef9((delegated, ref) => {
|
|
|
603
639
|
});
|
|
604
640
|
Crystal.displayName = "CrystalIcon";
|
|
605
641
|
|
|
642
|
+
// src/iconography/customers.tsx
|
|
643
|
+
import { forwardRef as forwardRef11 } from "react";
|
|
644
|
+
import { jsx as jsx17, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
645
|
+
var Customers = forwardRef11((delegated, ref) => {
|
|
646
|
+
return /* @__PURE__ */ jsxs10("svg", {
|
|
647
|
+
ref,
|
|
648
|
+
width: "16",
|
|
649
|
+
height: "16",
|
|
650
|
+
viewBox: "0 0 16 16",
|
|
651
|
+
fill: "none",
|
|
652
|
+
...delegated,
|
|
653
|
+
children: [
|
|
654
|
+
/* @__PURE__ */ jsx17("path", {
|
|
655
|
+
d: "M8.404 9.6176a.505.505 0 0 1-.3293.174.5165.5165 0 0 1-.395-.1129.5736.5736 0 0 1-.1411-.174.6699.6699 0 0 1-.0377-.1036 1.2879 1.2879 0 0 1-.0188-.141.0354.0354 0 0 0-.0047-.0236.299.299 0 0 1 .0094-.0423c.0141.0094-.0141 0 .0282.0188.1414.0742.297.1175.4562.127.1982.0035.394-.0434.5692-.1364a.6085.6085 0 0 1-.1364.414Z",
|
|
656
|
+
fill: "#fff"
|
|
657
|
+
}),
|
|
658
|
+
/* @__PURE__ */ jsx17("path", {
|
|
659
|
+
d: "M8.8367 10.8219a10.8362 10.8362 0 0 1-.682.0189 8.6454 8.6454 0 0 1-1.4065-.0753 11.1623 11.1623 0 0 1-1.3781-.3104.3187.3187 0 0 0-.0894-.0141c0-.0141.0094-.0188.0094-.0329.042-.2007.1235-.391.24-.5598a.9674.9674 0 0 1 .4515-.3057.9234.9234 0 0 1 .2774-.0424l.334-.0047h.2634l.207.0047h.0188v.0095c.0123.0511.028.1014.047.1505.0048.0094.0142.0188.0189.0282.0047.0094.0047.0235.0093.033a.7647.7647 0 0 0 .0518.0799c.0046.0104.011.02.0188.0282a.914.914 0 0 0 .1035.1317l.0094.0094a.77.77 0 0 0 .1364.1082c0 .0047.0047.0047.0094.0094.0508.0328.1043.0611.16.0847a.9932.9932 0 0 0 .3857.0799.8826.8826 0 0 0 .3621-.0799.9532.9532 0 0 0 .2352-.1506l.0659-.0517a.9361.9361 0 0 0 .2116-.3057c.0236-.047.0518-.1411.0565-.1506h.522c.2128-.0233.428.0008.6304.0706a.9474.9474 0 0 1 .254.1552.6675.6675 0 0 1 .174.2164c.0527.0907.0953.1869.127.2869l.0423.1552.0047.0329v.0048l-.1599.0611a.4584.4584 0 0 1-.0752.0235 11.626 11.626 0 0 1-1.1995.254c-.1364.0141-.268.033-.3998.0424a.1434.1434 0 0 1-.047.0046Zm-.6725-1.9475c-.0094.0047-.0141.0094-.0188.0047a.5169.5169 0 0 1-.1693.0141 1.9402 1.9402 0 0 1-.9596-.6162 1.3368 1.3368 0 0 1-.2822-.4704 2.0513 2.0513 0 0 1-.0988-.5738c-.0141-.2117-.047-.4515-.047-.6444a1.3454 1.3454 0 0 1 .0893-.4422.4875.4875 0 0 1 .0659-.141 1.223 1.223 0 0 1 .08-.1318.9871.9871 0 0 1 .0893-.1081.3608.3608 0 0 1 .0847-.0847.8524.8524 0 0 1 .094-.0894h.0048a1.4632 1.4632 0 0 1 .9266-.3057c.3404.0053.669.1264.9313.3434.0997.0819.1897.175.2681.2774.0351.0543.0665.1109.094.1694.0308.0603.056.1233.0753.1881.0191.0584.0333.1181.0424.1788a3.325 3.325 0 0 1-.0188.6397 3.2264 3.2264 0 0 1-.0753.635 1.417 1.417 0 0 1-.2963.5315 3.523 3.523 0 0 1-.5221.4562 1.2068 1.2068 0 0 1-.3434.1647c-.0047.0094-.0094.0094-.0141.0047Z",
|
|
660
|
+
fill: "#fff"
|
|
661
|
+
}),
|
|
662
|
+
/* @__PURE__ */ jsx17("path", {
|
|
663
|
+
d: "M8.0842 2.4303a5.5547 5.5547 0 0 1 5.4656 4.8964c.0038.0666.0133.1327.0282.1977.0048.0893.0048.1787.0048.268l-.9125-.014a.1684.1684 0 0 0-.1694.1693v.1034a.1665.1665 0 0 0 .1646.1646c.1553 0 .3105 0 .4845.0048.1457.0094.2918.0094.4375 0a5.578 5.578 0 0 1-1.4356 3.5148 5.5779 5.5779 0 0 1-3.3528 1.7815c-.24.0338-.482.051-.7243.0517l.0141-.9078a.1682.1682 0 0 0-.0495-.1198.168.168 0 0 0-.1199-.0495l-.0093-1.2088c.1975.0047.3997 0 .6067-.0095a7.9564 7.9564 0 0 0 1.0442-.0893 8.7682 8.7682 0 0 0 .7432-.16l.381-.1128c.1129-.0471.3058-.1223.4233-.1694a.134.134 0 0 0 .0847-.1505c-.0376-.1599-.0988-.4327-.1082-.4704a1.4315 1.4315 0 0 0-.428-.7243 1.321 1.321 0 0 0-.3293-.2023.0807.0807 0 0 0-.0235-.0094c-.0094-.0047-.0141-.0047-.0235-.0094a1.1368 1.1368 0 0 0-.1646-.0564.2995.2995 0 0 1-.033-.0095 1.4732 1.4732 0 0 0-.3998-.047c-.2304 0-.4703 0-.7102-.0047l-.047-.1223a3.8915 3.8915 0 0 0 .3856-.3386 1.8455 1.8455 0 0 0 .4186-.6727 2.7539 2.7539 0 0 0 .1224-.7479 4.7543 4.7543 0 0 0 .0235-.7431 1.7253 1.7253 0 0 0-.2681-.7526A1.855 1.855 0 0 0 7.99 4.881L7.9148 3.512a.1667.1667 0 0 0 .1647-.1646c0-.1553 0-.3105.0047-.4845a3.3168 3.3168 0 0 0 0-.4328Z",
|
|
664
|
+
fill: "#BFF6F8"
|
|
665
|
+
}),
|
|
666
|
+
/* @__PURE__ */ jsx17("path", {
|
|
667
|
+
d: "M7.0495 8.8602v.2023H6.739c-.6537.0047-1.411.0847-1.7074.7808a2.038 2.038 0 0 0-.127.334 1.7783 1.7783 0 0 0-.047.1975c-.0141.0753-.0235.1458-.0377.2211a.1333.1333 0 0 0 .08.1505l.3622.1412c.1028.0422.208.0784.3152.1081.2022.0565.4091.1082.6208.1552a7.578 7.578 0 0 0 1.3217.1364c.127 0 .2588 0 .3905-.0047l.0093 1.2089h-.1034a.1673.1673 0 0 0-.1694.1646c0 .1552.0047.3057 0 .4845a3.0925 3.0925 0 0 0-.0046.4186 5.564 5.564 0 0 1-2.8081-.9642 5.6563 5.6563 0 0 1-2.4083-4.0734l-.0142-.3104.9455.014a.1675.1675 0 0 0 .1646-.1693v-.1034A.164.164 0 0 0 3.4202 7.8a.1639.1639 0 0 0-.0631-.0123l-.9407-.0047c-.0094-.0188-.0141-.0188-.0235-.0376a1.7458 1.7458 0 0 0 .0705-.4186 5.65 5.65 0 0 1 .207-.9784c.0188-.047.033-.094.047-.1411a6.2069 6.2069 0 0 1 .1176-.3152c.033-.0752.0659-.1505.1035-.2257.0376-.0753.0705-.1505.1082-.2258.047-.094.0987-.1834.1505-.2728.033-.0565.0658-.113.1034-.1646a4.4284 4.4284 0 0 1 .2117-.3057 1.4975 1.4975 0 0 1 .0753-.1083 4.6344 4.6344 0 0 1 .3151-.3668v-.0048c.1176-.1223.2352-.2445.3622-.3575.0094-.0046.0141-.014.0236-.0188a5.6011 5.6011 0 0 1 3.3678-1.4017l-.0141.9032a.1684.1684 0 0 0 .1044.1565.1693.1693 0 0 0 .0649.0128h.1035l.0752 1.3687a1.8924 1.8924 0 0 0-1.6604.936 1.8814 1.8814 0 0 0-.1787 1.0255c.0195.3332.0699.6638.1505.9877.0718.2497.197.4808.367.6774.1128.1319.2407.2503.3809.3527Z",
|
|
668
|
+
fill: "#BFF6F8"
|
|
669
|
+
}),
|
|
670
|
+
/* @__PURE__ */ jsx17("path", {
|
|
671
|
+
d: "M8.5169 11.2734a8.7996 8.7996 0 0 1-.6068.0095c-.1317.0046-.2634.0046-.3904.0046a7.5785 7.5785 0 0 1-1.3218-.1364 11.9326 11.9326 0 0 1-.6208-.1552 2.802 2.802 0 0 1-.3152-.1082l-.3621-.1411a.1329.1329 0 0 1-.08-.1505c.014-.0753.0235-.1458.0376-.2211a1.776 1.776 0 0 1 .047-.1975 2.0357 2.0357 0 0 1 .127-.334c.2964-.6961 1.0537-.776 1.7075-.7808h.3104v-.2022a2.2478 2.2478 0 0 1-.381-.3529 1.7947 1.7947 0 0 1-.3669-.6773 5.3925 5.3925 0 0 1-.1505-.9877 1.882 1.882 0 0 1 .1788-1.0255 1.8925 1.8925 0 0 1 1.6604-.936 1.8552 1.8552 0 0 1 1.618.7996c.147.2265.2389.4843.2681.7527.0116.248.0038.4964-.0235.7431a2.7542 2.7542 0 0 1-.1223.7479 1.8455 1.8455 0 0 1-.4186.6726 3.8915 3.8915 0 0 1-.3857.3387l.047.1223c.24.0047.4798.0047.7103.0047a1.4738 1.4738 0 0 1 .3998.047.3066.3066 0 0 0 .0329.0094c.0562.0146.1113.0335.1646.0565.0095.0047.0142.0047.0236.0094a.0807.0807 0 0 1 .0235.0094c.1191.051.23.119.3292.2023.2121.193.3612.4454.4281.7243.0094.0376.0706.3105.1082.4704a.1343.1343 0 0 1-.0847.1505c-.1176.0471-.3104.1223-.4233.1693l-.381.1129a8.7293 8.7293 0 0 1-.7432.1599 7.9394 7.9394 0 0 1-1.0442.0894Zm-.3622-.4327c.2305 0 .4563-.0047.682-.0188a.1434.1434 0 0 0 .047-.0048c.1318-.0093.2635-.0281.3999-.0422a11.673 11.673 0 0 0 1.1994-.254.463.463 0 0 0 .0753-.0236l.1599-.0611v-.0047l-.0047-.033-.0424-.1552a1.433 1.433 0 0 0-.1269-.287.6666.6666 0 0 0-.1741-.2163.9459.9459 0 0 0-.254-.1552 1.4498 1.4498 0 0 0-.6303-.0706h-.522c-.0048.0094-.033.1035-.0565.1505a.9362.9362 0 0 1-.2117.3058l-.0658.0517a.9494.9494 0 0 1-.2352.1505.8794.8794 0 0 1-.3622.08.9915.9915 0 0 1-.3857-.08 1.0392 1.0392 0 0 1-.16-.0846c-.0046-.0047-.0093-.0047-.0093-.0094a.7693.7693 0 0 1-.1364-.1082l-.0095-.0094a.9109.9109 0 0 1-.1034-.1317.0982.0982 0 0 1-.0188-.0282.7612.7612 0 0 1-.0518-.08c-.0047-.0094-.0047-.0235-.0094-.033-.0047-.0093-.0141-.0187-.0188-.0282a1.1857 1.1857 0 0 1-.047-.1505v-.008h-.0189l-.207-.0046h-.2633l-.334.0046a.9235.9235 0 0 0-.2775.0424.9675.9675 0 0 0-.4515.3057 1.5423 1.5423 0 0 0-.24.5598c0 .0141-.0093.0188-.0093.0329a.3188.3188 0 0 1 .0893.0141c.4524.1325.9127.2362 1.3782.3104.466.0629.9364.0876 1.4064.0739Zm.0094-1.9661c.0047.0047.0094.0047.0141-.0048a1.2082 1.2082 0 0 0 .3434-.1646 3.5214 3.5214 0 0 0 .522-.4562 1.4162 1.4162 0 0 0 .2964-.5316 3.2173 3.2173 0 0 0 .0753-.635 3.325 3.325 0 0 0 .0188-.6397 1.1087 1.1087 0 0 0-.0423-.1787 1.1236 1.1236 0 0 0-.0753-.1881 1.4405 1.4405 0 0 0-.0941-.1694 1.6808 1.6808 0 0 0-.268-.2775 1.4978 1.4978 0 0 0-.9314-.3434 1.4634 1.4634 0 0 0-.9266.3058h-.0047a.8462.8462 0 0 0-.0941.0893.3613.3613 0 0 0-.0847.0847.9924.9924 0 0 0-.0893.1082 1.2285 1.2285 0 0 0-.08.1317.4859.4859 0 0 0-.0659.141 1.3482 1.3482 0 0 0-.0893.4423c0 .1928.033.4327.047.6444.0055.195.0388.3882.0988.5738a1.337 1.337 0 0 0 .2822.4704c.251.2969.5852.5115.9596.6162a.518.518 0 0 0 .1693-.0141c.0047.0046.0094 0 .0188-.0047Zm.3763.3292a1.171 1.171 0 0 1-.5691.1364 1.1262 1.1262 0 0 1-.4563-.127c-.0423-.0188-.0141-.0094-.0282-.0188a.3052.3052 0 0 0-.0094.0423.0348.0348 0 0 1 .0047.0235c.0036.0474.0099.0945.0188.1412a.6723.6723 0 0 0 .0376.1034.5742.5742 0 0 0 .1411.174.5181.5181 0 0 0 .3952.113.5052.5052 0 0 0 .3292-.174.6086.6086 0 0 0 .1364-.414Z",
|
|
672
|
+
fill: "#528693"
|
|
673
|
+
}),
|
|
674
|
+
/* @__PURE__ */ jsx17("path", {
|
|
675
|
+
d: "M8.0841 2.4302c.0094.144.0094.2886 0 .4327-.0047.174-.0047.3293-.0047.4845a.1664.1664 0 0 1-.1647.1646h-.1034a.169.169 0 0 1-.1694-.1693l.0141-.9031a5.6012 5.6012 0 0 0-3.3678 1.4017c-.0093.0047-.0141.014-.0235.0188-.127.1129-.2445.2351-.3622.3574v.0048a4.6344 4.6344 0 0 0-.3151.3668 1.5008 1.5008 0 0 0-.0753.1082 4.4277 4.4277 0 0 0-.2117.3057c-.0375.0518-.0705.1082-.1034.1647-.0518.0894-.1035.1787-.1505.2728-.0377.0753-.0753.1505-.1082.2258-.033.0752-.0706.1505-.1035.2258-.0423.1034-.08.207-.1176.3151a1.653 1.653 0 0 1-.047.1411 5.6503 5.6503 0 0 0-.207.9784 1.7462 1.7462 0 0 1-.0705.4186c.0093.0188.014.0188.0235.0377l.9407.0046a.164.164 0 0 1 .1646.1647v.1035a.1674.1674 0 0 1-.1646.1693l-.9454-.0141.014.3104a5.6565 5.6565 0 0 0 2.4084 4.0734 5.5628 5.5628 0 0 0 2.808.9642 3.0992 3.0992 0 0 1 .0048-.4185c.0047-.1788 0-.3293 0-.4846a.1676.1676 0 0 1 .1693-.1646h.1035a.168.168 0 0 1 .1199.0495.1683.1683 0 0 1 .0494.1198l-.0141.9079a5.3045 5.3045 0 0 0 .7244-.0518 5.5775 5.5775 0 0 0 4.7883-5.2963 3.4081 3.4081 0 0 1-.4375 0c-.174-.0047-.3292-.0047-.4844-.0047a.1668.1668 0 0 1-.1647-.1646V7.949a.1698.1698 0 0 1 .1045-.1565.1695.1695 0 0 1 .0649-.0129l.9125.0142c0-.0894 0-.1788-.0047-.2682a1.165 1.165 0 0 1-.0282-.1975 5.5545 5.5545 0 0 0-5.4657-4.8966v-.0013Zm-3.9182.922a5.9953 5.9953 0 0 1 6.7465-.621c.0423.0235.0847.0423.127.0706a4.117 4.117 0 0 1 .2822.1787c.0706.0423.1411.0894.207.1364.0753.0565.1505.1129.2258.174.0517.0423.1082.08.1599.1223a.7765.7765 0 0 0 .0659.0612c.047.047.094.0894.141.1364a4.829 4.829 0 0 1 .3105.3105c.0047 0 .0047.0046.0094.0046s.0047.0095.0094.0141c.1254.1345.2431.2758.3528.4234a.0049.0049 0 0 1 .0033.0013.0046.0046 0 0 1 .0014.0034 5.923 5.923 0 0 1 1.1759 2.9069c.0047.0658.0047.1128.0047.1693.0197.2142.0275.4293.0235.6444 0 .141-.0141.2822-.0235.4233v.0376c0 .0142-.0047.0283-.0047.0376a5.5345 5.5345 0 0 1-.0847.5598 5.9788 5.9788 0 0 1-6.737 4.8227 6.0162 6.0162 0 0 1-5.174-5.8796 6.404 6.404 0 0 1 .0376-.7385c.0047-.0282 0-.047.0047-.0753a5.9916 5.9916 0 0 1 2.1354-3.9242Z",
|
|
676
|
+
fill: "#528693"
|
|
677
|
+
})
|
|
678
|
+
]
|
|
679
|
+
});
|
|
680
|
+
});
|
|
681
|
+
Customers.displayName = "CustomersIcon";
|
|
682
|
+
|
|
606
683
|
// src/iconography/edit.tsx
|
|
607
|
-
import { forwardRef as
|
|
608
|
-
import { jsx as
|
|
609
|
-
var Edit =
|
|
610
|
-
return /* @__PURE__ */
|
|
684
|
+
import { forwardRef as forwardRef12 } from "react";
|
|
685
|
+
import { jsx as jsx18, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
686
|
+
var Edit = forwardRef12((delegated, ref) => {
|
|
687
|
+
return /* @__PURE__ */ jsxs11("svg", {
|
|
611
688
|
ref,
|
|
612
689
|
width: "34",
|
|
613
690
|
height: "34",
|
|
@@ -616,11 +693,11 @@ var Edit = forwardRef10((delegated, ref) => {
|
|
|
616
693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
617
694
|
...delegated,
|
|
618
695
|
children: [
|
|
619
|
-
/* @__PURE__ */
|
|
696
|
+
/* @__PURE__ */ jsx18("path", {
|
|
620
697
|
d: "m27.2751 9.9953-4.3639-4.367a.5799.5799 0 0 0-.8067.007c-3.9421 4.0122-4.6858 4.447-8.5799 8.509-1.3464 1.4174-2.7077 2.8197-4.0611 4.2301l-1.6672 1.6982a2.3308 2.3308 0 0 0-.8766 1.5362c-.3718 2.237-1.0105 3.9282-1.3824 6.1801-.07.4628-.007.8346.4568.7227 1.3884-.3089 2.6088-.7437 3.9911-1.0595.7227-.1619 2.199-.6597 3.0446-.9546a3.9637 3.9637 0 0 0 1.3194-.9535c.8996-.7787.9995-.9546 1.8581-1.7612a285.1786 285.1786 0 0 0 3.0096-2.8826 9.4842 9.4842 0 0 1 .9755-.9196s.084-.084.9536-.9675l3.2555-3.2555c1.0525-1.0525 2.6587-2.7987 3.7672-3.7982a1.0384 1.0384 0 0 0 .2998-.3998.5995.5995 0 0 0-.1269-.5328 8.0111 8.0111 0 0 0-1.0665-1.0315Zm.1 1.4733c-.014.014-.035.007-.042.028-3.9642 3.8982-4.4689 4.4689-8.439 8.3411l-5.7673 5.5414c-1.6323.5087-3.2495 1.1084-4.9197 1.5472l-.6097.147a2.7125 2.7125 0 0 1-.7647.1329l1.3324-6.0751L22.5183 6.6239c1.8522 1.8801 2.9956 2.9716 4.8548 4.8407l.002.004Z",
|
|
621
698
|
fill: "#528693"
|
|
622
699
|
}),
|
|
623
|
-
/* @__PURE__ */
|
|
700
|
+
/* @__PURE__ */ jsx18("path", {
|
|
624
701
|
d: "M27.3731 11.4646c-.014.014-.035.007-.042.028-3.9641 3.8982-4.4689 4.4689-8.439 8.3411l-5.7673 5.5414c-1.6302.5127-3.2475 1.1124-4.9177 1.5512l-.6097.147a2.7125 2.7125 0 0 1-.7646.1329l1.3323-6.0751L22.5184 6.6239c1.8521 1.8801 2.9956 2.9716 4.8547 4.8407Z",
|
|
625
702
|
fill: "none"
|
|
626
703
|
})
|
|
@@ -630,10 +707,10 @@ var Edit = forwardRef10((delegated, ref) => {
|
|
|
630
707
|
Edit.displayName = "EditIcon";
|
|
631
708
|
|
|
632
709
|
// src/iconography/error.tsx
|
|
633
|
-
import { forwardRef as
|
|
634
|
-
import { jsx as
|
|
635
|
-
var Error =
|
|
636
|
-
return /* @__PURE__ */
|
|
710
|
+
import { forwardRef as forwardRef13 } from "react";
|
|
711
|
+
import { jsx as jsx19, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
712
|
+
var Error = forwardRef13((delegated, ref) => {
|
|
713
|
+
return /* @__PURE__ */ jsxs12("svg", {
|
|
637
714
|
ref,
|
|
638
715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
639
716
|
width: "22",
|
|
@@ -642,16 +719,16 @@ var Error = forwardRef11((delegated, ref) => {
|
|
|
642
719
|
viewBox: "0 0 22 22",
|
|
643
720
|
...delegated,
|
|
644
721
|
children: [
|
|
645
|
-
/* @__PURE__ */
|
|
722
|
+
/* @__PURE__ */ jsxs12("g", {
|
|
646
723
|
"clip-path": "url(#clip0_1679_677)",
|
|
647
724
|
children: [
|
|
648
|
-
/* @__PURE__ */
|
|
725
|
+
/* @__PURE__ */ jsx19("path", {
|
|
649
726
|
"fill-rule": "evenodd",
|
|
650
727
|
"clip-rule": "evenodd",
|
|
651
728
|
d: "M9.63864 18.2702C10.2437 19.3181 11.7562 19.3181 12.3613 18.2702L19.8485 5.3019C20.4536 4.25396 19.6973 2.94403 18.4872 2.94403L3.51271 2.94403C2.30265 2.94403 1.54636 4.25396 2.15139 5.3019L9.63864 18.2702ZM10.4355 12.9854C10.6864 13.4199 11.3135 13.4199 11.5643 12.9854L14.6686 7.60866C14.9195 7.17417 14.6059 6.63107 14.1042 6.63107L7.89566 6.63107C7.39396 6.63107 7.08039 7.17417 7.33124 7.60866L10.4355 12.9854Z",
|
|
652
729
|
fill: "#EB1782"
|
|
653
730
|
}),
|
|
654
|
-
/* @__PURE__ */
|
|
731
|
+
/* @__PURE__ */ jsx19("path", {
|
|
655
732
|
"fill-rule": "evenodd",
|
|
656
733
|
"clip-rule": "evenodd",
|
|
657
734
|
d: "M10.1583 17.9702C10.5323 18.6181 11.4676 18.6181 11.8417 17.9702L19.3289 5.0019C19.703 4.35396 19.2354 3.54403 18.4872 3.54403L3.51271 3.54403C2.76453 3.54403 2.29692 4.35396 2.67101 5.0019L10.1583 17.9702ZM12.084 13.2854C11.6022 14.1199 10.3977 14.1199 9.9159 13.2854L6.81163 7.90866C6.32984 7.07417 6.93207 6.03107 7.89566 6.03107L14.1042 6.03107C15.0678 6.03107 15.67 7.07418 15.1882 7.90866L12.084 13.2854ZM12.3613 18.2702C11.7562 19.3181 10.2437 19.3181 9.63864 18.2702L2.15139 5.3019C1.54636 4.25396 2.30265 2.94403 3.51271 2.94403L18.4872 2.94403C19.6973 2.94403 20.4536 4.25396 19.8485 5.3019L12.3613 18.2702ZM11.5643 12.9854C11.3135 13.4199 10.6864 13.4199 10.4355 12.9854L7.33124 7.60866C7.08039 7.17417 7.39396 6.63107 7.89566 6.63107L14.1042 6.63107C14.6059 6.63107 14.9195 7.17417 14.6686 7.60866L11.5643 12.9854Z",
|
|
@@ -659,10 +736,10 @@ var Error = forwardRef11((delegated, ref) => {
|
|
|
659
736
|
})
|
|
660
737
|
]
|
|
661
738
|
}),
|
|
662
|
-
/* @__PURE__ */
|
|
663
|
-
children: /* @__PURE__ */
|
|
739
|
+
/* @__PURE__ */ jsx19("defs", {
|
|
740
|
+
children: /* @__PURE__ */ jsx19("clipPath", {
|
|
664
741
|
id: "clip0_1679_677",
|
|
665
|
-
children: /* @__PURE__ */
|
|
742
|
+
children: /* @__PURE__ */ jsx19("rect", {
|
|
666
743
|
width: "22",
|
|
667
744
|
height: "22",
|
|
668
745
|
fill: "white"
|
|
@@ -674,11 +751,72 @@ var Error = forwardRef11((delegated, ref) => {
|
|
|
674
751
|
});
|
|
675
752
|
Error.displayName = "ErrorIcon";
|
|
676
753
|
|
|
754
|
+
// src/iconography/fulfilment.tsx
|
|
755
|
+
import { forwardRef as forwardRef14 } from "react";
|
|
756
|
+
import { jsx as jsx20, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
757
|
+
var Fulfilment = forwardRef14((delegated, ref) => {
|
|
758
|
+
return /* @__PURE__ */ jsxs13("svg", {
|
|
759
|
+
ref,
|
|
760
|
+
width: "22",
|
|
761
|
+
height: "23",
|
|
762
|
+
viewBox: "0 0 22 23",
|
|
763
|
+
fill: "none",
|
|
764
|
+
...delegated,
|
|
765
|
+
children: [
|
|
766
|
+
/* @__PURE__ */ jsx20("path", {
|
|
767
|
+
d: "M1.232 5.397c0-.591.426-1.097 1.009-1.198l8.621-1.487c.12-.021.244-.024.365-.008l8.484 1.115c.605.08 1.057.595 1.057 1.205v11.699c0 .563-.387 1.052-.934 1.183l-8.51 2.022a1.214 1.214 0 0 1-.56 0L2.17 17.904a1.216 1.216 0 0 1-.937-1.183V5.397Z",
|
|
768
|
+
fill: "#BFF6F8"
|
|
769
|
+
}),
|
|
770
|
+
/* @__PURE__ */ jsx20("path", {
|
|
771
|
+
d: "M1.232 5.397c0-.591.426-1.097 1.009-1.198l8.621-1.487c.12-.021.244-.024.365-.008l8.484 1.115c.605.08 1.057.595 1.057 1.205v11.699c0 .563-.387 1.052-.934 1.183l-8.51 2.022a1.214 1.214 0 0 1-.56 0L2.17 17.904a1.216 1.216 0 0 1-.937-1.183V5.397Z",
|
|
772
|
+
fill: "#BFF6F8"
|
|
773
|
+
}),
|
|
774
|
+
/* @__PURE__ */ jsx20("path", {
|
|
775
|
+
fillRule: "evenodd",
|
|
776
|
+
clipRule: "evenodd",
|
|
777
|
+
d: "M20.147 16.723V5.024a.595.595 0 0 0-.517-.59L11.146 3.32a.595.595 0 0 0-.178.003L2.346 4.811a.595.595 0 0 0-.493.586v11.324c0 .276.19.516.458.579l8.596 2.024c.09.021.183.021.273 0l8.51-2.022a.595.595 0 0 0 .457-.58ZM2.241 4.199c-.583.1-1.01.607-1.01 1.198v11.324c0 .564.389 1.054.938 1.183l8.595 2.024c.184.044.376.044.56 0l8.51-2.023c.547-.13.934-.62.934-1.182V5.024c0-.61-.452-1.126-1.057-1.205l-8.484-1.115a1.216 1.216 0 0 0-.365.008L2.241 4.199Z",
|
|
778
|
+
fill: "#528693"
|
|
779
|
+
}),
|
|
780
|
+
/* @__PURE__ */ jsx20("path", {
|
|
781
|
+
d: "M14.643 8.787a.608.608 0 0 1-.748-.591v-2.85l3.941-.872v3.074a.608.608 0 0 1-.467.591l-2.726.648Z",
|
|
782
|
+
fill: "#BFF6F8"
|
|
783
|
+
}),
|
|
784
|
+
/* @__PURE__ */ jsx20("path", {
|
|
785
|
+
d: "M14.643 8.787a.608.608 0 0 1-.748-.591v-2.85l3.941-.872v3.074a.608.608 0 0 1-.467.591l-2.726.648Z",
|
|
786
|
+
fill: "#fff"
|
|
787
|
+
}),
|
|
788
|
+
/* @__PURE__ */ jsx20("path", {
|
|
789
|
+
fillRule: "evenodd",
|
|
790
|
+
clipRule: "evenodd",
|
|
791
|
+
d: "m17.836 4.474-3.941.871v2.85c0 .393.366.683.748.592l2.726-.648a.608.608 0 0 0 .467-.591V4.474Zm-.62.773-2.7.597v2.335l2.7-.642v-2.29Z",
|
|
792
|
+
fill: "#528693"
|
|
793
|
+
}),
|
|
794
|
+
/* @__PURE__ */ jsx20("path", {
|
|
795
|
+
fillRule: "evenodd",
|
|
796
|
+
clipRule: "evenodd",
|
|
797
|
+
d: "m11.268 6.38 9.045-1.785-.12-.61-9.243 1.826L1.793 4.43l-.093.614 8.947 1.349v13.232h.62V6.381Z",
|
|
798
|
+
fill: "#528693"
|
|
799
|
+
}),
|
|
800
|
+
/* @__PURE__ */ jsx20("path", {
|
|
801
|
+
d: "M4.531 10.81c0-.074.066-.13.14-.12l1.276.193V9.384c0-.118.15-.167.22-.071l2.046 2.822a.122.122 0 0 1-.018.163l-2.047 1.795A.122.122 0 0 1 5.947 14v-1.317l-1.313-.198a.122.122 0 0 1-.103-.12V10.81Z",
|
|
802
|
+
fill: "#fff"
|
|
803
|
+
}),
|
|
804
|
+
/* @__PURE__ */ jsx20("path", {
|
|
805
|
+
fillRule: "evenodd",
|
|
806
|
+
clipRule: "evenodd",
|
|
807
|
+
d: "m5.947 12.684-1.312-.198a.122.122 0 0 1-.104-.12V10.81c0-.074.066-.13.14-.12l1.276.193V9.384c0-.118.15-.167.22-.071l2.046 2.822a.122.122 0 0 1-.018.163l-2.047 1.795A.122.122 0 0 1 5.947 14v-1.317Zm-.621-2.522v-.778c0-.72.92-1.018 1.343-.436l2.047 2.823a.742.742 0 0 1-.112.994l-2.046 1.794a.742.742 0 0 1-1.232-.558v-.783l-.784-.118a.742.742 0 0 1-.632-.734V10.81c0-.454.405-.801.854-.733l.562.085Z",
|
|
808
|
+
fill: "#528693"
|
|
809
|
+
})
|
|
810
|
+
]
|
|
811
|
+
});
|
|
812
|
+
});
|
|
813
|
+
Fulfilment.displayName = "FulfilmentIcon";
|
|
814
|
+
|
|
677
815
|
// src/iconography/glasses.tsx
|
|
678
|
-
import { forwardRef as
|
|
679
|
-
import { jsx as
|
|
680
|
-
var Glasses =
|
|
681
|
-
return /* @__PURE__ */
|
|
816
|
+
import { forwardRef as forwardRef15 } from "react";
|
|
817
|
+
import { jsx as jsx21, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
818
|
+
var Glasses = forwardRef15((delegated, ref) => {
|
|
819
|
+
return /* @__PURE__ */ jsxs14("svg", {
|
|
682
820
|
ref,
|
|
683
821
|
width: "20",
|
|
684
822
|
height: "15",
|
|
@@ -687,45 +825,45 @@ var Glasses = forwardRef12((delegated, ref) => {
|
|
|
687
825
|
xmlns: "http://www.w3.org/2000/svg",
|
|
688
826
|
...delegated,
|
|
689
827
|
children: [
|
|
690
|
-
/* @__PURE__ */
|
|
828
|
+
/* @__PURE__ */ jsx21("path", {
|
|
691
829
|
fillRule: "evenodd",
|
|
692
830
|
clipRule: "evenodd",
|
|
693
831
|
d: "M7.4856 2.0673c-.3158-.7572-1.2453-1.0361-1.9258-.578l-3.42 2.3025c-.8613.5798-.7287 1.8856.2315 2.2806l.1216.05.2282-.5549-.1216-.05c-.517-.2127-.5884-.9158-.1246-1.228l3.42-2.3025c.3664-.2467.8669-.0965 1.037.3112l.0748.1795a.3.3 0 0 0 .5537-.231l-.0748-.1795Z",
|
|
694
832
|
fill: "#528693"
|
|
695
833
|
}),
|
|
696
|
-
/* @__PURE__ */
|
|
834
|
+
/* @__PURE__ */ jsx21("path", {
|
|
697
835
|
d: "m9.7363 8.289-.2116.453-.906-.4233.2116-.453.906.4234Z",
|
|
698
836
|
fill: "#528793"
|
|
699
837
|
}),
|
|
700
|
-
/* @__PURE__ */
|
|
838
|
+
/* @__PURE__ */ jsx21("path", {
|
|
701
839
|
d: "M4.391 9.9236c1.5958.7593 3.5051.0811 4.2644-1.5148.7593-1.596.081-3.5052-1.5148-4.2644-1.5959-.7593-3.5051-.0811-4.2644 1.5148-.7593 1.5958-.0811 3.505 1.5148 4.2644Z",
|
|
702
840
|
fill: "#BFF6F8"
|
|
703
841
|
}),
|
|
704
|
-
/* @__PURE__ */
|
|
842
|
+
/* @__PURE__ */ jsx21("path", {
|
|
705
843
|
d: "M3.1883 8.7645a3.2004 3.2004 0 0 1-.3446-.514l5.955-2.1168c.0388.203.0579.4094.0568.6162L3.1883 8.7644Zm4.8102-4.212L2.468 6.517a3.2001 3.2001 0 0 0 .1588 1.2118l6.0129-2.136a3.2002 3.2002 0 0 0-.6412-1.0403Z",
|
|
706
844
|
fill: "#fff"
|
|
707
845
|
}),
|
|
708
|
-
/* @__PURE__ */
|
|
846
|
+
/* @__PURE__ */ jsx21("path", {
|
|
709
847
|
fillRule: "evenodd",
|
|
710
848
|
clipRule: "evenodd",
|
|
711
849
|
d: "M4.4255 9.3845c1.4463.6881 3.1766.0735 3.8647-1.3728.688-1.4463.0735-3.1765-1.3728-3.8646-1.4463-.6881-3.1765-.0735-3.8646 1.3728-.6882 1.4462-.0735 3.1765 1.3727 3.8646Zm-.2577.5418c1.7455.8305 3.8337.0887 4.6642-1.6568.8304-1.7455.0887-3.8338-1.6568-4.6642-1.7455-.8305-3.8338-.0887-4.6643 1.6568-.8304 1.7455-.0886 3.8337 1.6569 4.6642Z",
|
|
712
850
|
fill: "#528793"
|
|
713
851
|
}),
|
|
714
|
-
/* @__PURE__ */
|
|
852
|
+
/* @__PURE__ */ jsx21("path", {
|
|
715
853
|
d: "M11.3275 12.7751c1.5959.7593 3.5051.0811 4.2644-1.5148.7593-1.5959.0811-3.5051-1.5148-4.2644-1.5959-.7593-3.5051-.081-4.2644 1.5148-.7593 1.5959-.0811 3.5052 1.5148 4.2644Z",
|
|
716
854
|
fill: "#BFF6F8"
|
|
717
855
|
}),
|
|
718
|
-
/* @__PURE__ */
|
|
856
|
+
/* @__PURE__ */ jsx21("path", {
|
|
719
857
|
d: "M10.1248 11.616a3.2048 3.2048 0 0 1-.3446-.5139l5.9551-2.1168c.0388.203.0578.4094.0568.6161l-5.6673 2.0146Zm4.8102-4.212L9.4045 9.3687a3.1998 3.1998 0 0 0 .1588 1.2117l6.0129-2.1358a3.1995 3.1995 0 0 0-.6412-1.0404Z",
|
|
720
858
|
fill: "#fff"
|
|
721
859
|
}),
|
|
722
|
-
/* @__PURE__ */
|
|
860
|
+
/* @__PURE__ */ jsx21("path", {
|
|
723
861
|
fillRule: "evenodd",
|
|
724
862
|
clipRule: "evenodd",
|
|
725
863
|
d: "M11.3621 12.2361c1.4462.6881 3.1765.0734 3.8646-1.3728.6881-1.4463.0735-3.1766-1.3728-3.8647-1.4463-.688-3.1765-.0735-3.8646 1.3728-.6881 1.4463-.0735 3.1766 1.3728 3.8647Zm-.2578.5418c1.7455.8304 3.8337.0887 4.6642-1.6568.8305-1.7455.0887-3.8338-1.6568-4.6643-1.7455-.8304-3.8338-.0887-4.6642 1.6568-.8305 1.7455-.0887 3.8338 1.6568 4.6643Z",
|
|
726
864
|
fill: "#528793"
|
|
727
865
|
}),
|
|
728
|
-
/* @__PURE__ */
|
|
866
|
+
/* @__PURE__ */ jsx21("path", {
|
|
729
867
|
fillRule: "evenodd",
|
|
730
868
|
clipRule: "evenodd",
|
|
731
869
|
d: "M14.7461 5.0551c.7572-.3158 1.614.14 1.7751.9444l.81 4.0424c.204 1.0181-.809 1.8527-1.7692 1.4577l-.1216-.05.2283-.5549.1216.05c.517.2127 1.0625-.2367.9526-.7849l-.81-4.0424c-.0868-.4331-.5481-.6786-.9558-.5085l-.1794.0748a.3.3 0 0 1-.231-.5538l.1794-.0748Z",
|
|
@@ -737,10 +875,10 @@ var Glasses = forwardRef12((delegated, ref) => {
|
|
|
737
875
|
Glasses.displayName = "GlassesIcon";
|
|
738
876
|
|
|
739
877
|
// src/iconography/graphQL.tsx
|
|
740
|
-
import { forwardRef as
|
|
741
|
-
import { jsx as
|
|
742
|
-
var GraphQL =
|
|
743
|
-
return /* @__PURE__ */
|
|
878
|
+
import { forwardRef as forwardRef16 } from "react";
|
|
879
|
+
import { jsx as jsx22, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
880
|
+
var GraphQL = forwardRef16((delegated, ref) => {
|
|
881
|
+
return /* @__PURE__ */ jsxs15("svg", {
|
|
744
882
|
ref,
|
|
745
883
|
width: "23",
|
|
746
884
|
height: "22",
|
|
@@ -749,97 +887,97 @@ var GraphQL = forwardRef13((delegated, ref) => {
|
|
|
749
887
|
xmlns: "http://www.w3.org/2000/svg",
|
|
750
888
|
...delegated,
|
|
751
889
|
children: [
|
|
752
|
-
/* @__PURE__ */
|
|
890
|
+
/* @__PURE__ */ jsx22("path", {
|
|
753
891
|
d: "M10.479 3.4a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
754
892
|
fill: "#BFF6F8"
|
|
755
893
|
}),
|
|
756
|
-
/* @__PURE__ */
|
|
894
|
+
/* @__PURE__ */ jsx22("path", {
|
|
757
895
|
fillRule: "evenodd",
|
|
758
896
|
clipRule: "evenodd",
|
|
759
897
|
d: "M11.879 5.4a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
760
898
|
fill: "#528693"
|
|
761
899
|
}),
|
|
762
|
-
/* @__PURE__ */
|
|
900
|
+
/* @__PURE__ */ jsx22("path", {
|
|
763
901
|
d: "M10.479 3.4a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
764
902
|
fill: "#BFF6F8"
|
|
765
903
|
}),
|
|
766
|
-
/* @__PURE__ */
|
|
904
|
+
/* @__PURE__ */ jsx22("path", {
|
|
767
905
|
fillRule: "evenodd",
|
|
768
906
|
clipRule: "evenodd",
|
|
769
907
|
d: "M11.879 5.4a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
770
908
|
fill: "#528693"
|
|
771
909
|
}),
|
|
772
|
-
/* @__PURE__ */
|
|
910
|
+
/* @__PURE__ */ jsx22("path", {
|
|
773
911
|
d: "M3.679 7.2a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
774
912
|
fill: "#BFF6F8"
|
|
775
913
|
}),
|
|
776
|
-
/* @__PURE__ */
|
|
914
|
+
/* @__PURE__ */ jsx22("path", {
|
|
777
915
|
fillRule: "evenodd",
|
|
778
916
|
clipRule: "evenodd",
|
|
779
917
|
d: "M5.079 9.2a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
780
918
|
fill: "#528693"
|
|
781
919
|
}),
|
|
782
|
-
/* @__PURE__ */
|
|
920
|
+
/* @__PURE__ */ jsx22("path", {
|
|
783
921
|
d: "M17.279 7.2a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
784
922
|
fill: "#BFF6F8"
|
|
785
923
|
}),
|
|
786
|
-
/* @__PURE__ */
|
|
924
|
+
/* @__PURE__ */ jsx22("path", {
|
|
787
925
|
fillRule: "evenodd",
|
|
788
926
|
clipRule: "evenodd",
|
|
789
927
|
d: "M18.679 9.2a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
790
928
|
fill: "#528693"
|
|
791
929
|
}),
|
|
792
|
-
/* @__PURE__ */
|
|
930
|
+
/* @__PURE__ */ jsx22("path", {
|
|
793
931
|
d: "M3.679 7.2a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
794
932
|
fill: "#BFF6F8"
|
|
795
933
|
}),
|
|
796
|
-
/* @__PURE__ */
|
|
934
|
+
/* @__PURE__ */ jsx22("path", {
|
|
797
935
|
fillRule: "evenodd",
|
|
798
936
|
clipRule: "evenodd",
|
|
799
937
|
d: "M5.079 9.2a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
800
938
|
fill: "#528693"
|
|
801
939
|
}),
|
|
802
|
-
/* @__PURE__ */
|
|
940
|
+
/* @__PURE__ */ jsx22("path", {
|
|
803
941
|
d: "M17.279 7.2a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
804
942
|
fill: "#BFF6F8"
|
|
805
943
|
}),
|
|
806
|
-
/* @__PURE__ */
|
|
944
|
+
/* @__PURE__ */ jsx22("path", {
|
|
807
945
|
fillRule: "evenodd",
|
|
808
946
|
clipRule: "evenodd",
|
|
809
947
|
d: "M18.679 9.2a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
810
948
|
fill: "#528693"
|
|
811
949
|
}),
|
|
812
|
-
/* @__PURE__ */
|
|
950
|
+
/* @__PURE__ */ jsx22("path", {
|
|
813
951
|
d: "M3.679 14.8a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
814
952
|
fill: "#BFF6F8"
|
|
815
953
|
}),
|
|
816
|
-
/* @__PURE__ */
|
|
954
|
+
/* @__PURE__ */ jsx22("path", {
|
|
817
955
|
fillRule: "evenodd",
|
|
818
956
|
clipRule: "evenodd",
|
|
819
957
|
d: "M5.079 16.8a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
820
958
|
fill: "#528693"
|
|
821
959
|
}),
|
|
822
|
-
/* @__PURE__ */
|
|
960
|
+
/* @__PURE__ */ jsx22("path", {
|
|
823
961
|
d: "M17.279 14.8a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
824
962
|
fill: "#fff"
|
|
825
963
|
}),
|
|
826
|
-
/* @__PURE__ */
|
|
964
|
+
/* @__PURE__ */ jsx22("path", {
|
|
827
965
|
fillRule: "evenodd",
|
|
828
966
|
clipRule: "evenodd",
|
|
829
967
|
d: "M18.679 16.8a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
830
968
|
fill: "#528693"
|
|
831
969
|
}),
|
|
832
|
-
/* @__PURE__ */
|
|
970
|
+
/* @__PURE__ */ jsx22("path", {
|
|
833
971
|
d: "M10.479 18.75a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
834
972
|
fill: "#BFF6F8"
|
|
835
973
|
}),
|
|
836
|
-
/* @__PURE__ */
|
|
974
|
+
/* @__PURE__ */ jsx22("path", {
|
|
837
975
|
fillRule: "evenodd",
|
|
838
976
|
clipRule: "evenodd",
|
|
839
977
|
d: "M11.879 20.75a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8ZM10.44 3.851a.3.3 0 0 1-.112.41l-3.5 2a.3.3 0 0 1-.298-.521l3.5-2a.3.3 0 0 1 .41.111ZM13.419 3.851a.3.3 0 0 0 .111.41l3.5 2a.3.3 0 0 0 .298-.521l-3.5-2a.3.3 0 0 0-.41.111Z",
|
|
840
978
|
fill: "#528693"
|
|
841
979
|
}),
|
|
842
|
-
/* @__PURE__ */
|
|
980
|
+
/* @__PURE__ */ jsx22("path", {
|
|
843
981
|
fillRule: "evenodd",
|
|
844
982
|
clipRule: "evenodd",
|
|
845
983
|
d: "M10.44 18.149a.3.3 0 0 0-.112-.41l-3.5-2a.3.3 0 0 0-.298.521l3.5 2a.3.3 0 0 0 .41-.111ZM13.419 18.149a.3.3 0 0 1 .111-.41l3.5-2a.3.3 0 0 1 .298.521l-3.5 2a.3.3 0 0 1-.41-.111ZM5.079 8.7a.3.3 0 0 1 .3.3v4a.3.3 0 1 1-.6 0V9a.3.3 0 0 1 .3-.3ZM18.679 8.7a.3.3 0 0 1 .3.3v4a.3.3 0 1 1-.6 0V9a.3.3 0 0 1 .3-.3ZM11.033 4.743a.3.3 0 0 1 .103.411l-4.8 8a.3.3 0 1 1-.514-.308l4.8-8a.3.3 0 0 1 .411-.103ZM12.725 4.743a.3.3 0 0 0-.103.411l4.8 8a.3.3 0 1 0 .514-.308l-4.8-8a.3.3 0 0 0-.411-.103ZM6.579 14.9a.3.3 0 0 1 .3-.3h10a.3.3 0 0 1 0 .6h-10a.3.3 0 0 1-.3-.3Z",
|
|
@@ -850,118 +988,293 @@ var GraphQL = forwardRef13((delegated, ref) => {
|
|
|
850
988
|
});
|
|
851
989
|
GraphQL.displayName = "GraphQLIcon";
|
|
852
990
|
|
|
853
|
-
// src/iconography/
|
|
854
|
-
import { forwardRef as
|
|
855
|
-
import { jsx as
|
|
856
|
-
var
|
|
857
|
-
return /* @__PURE__ */
|
|
991
|
+
// src/iconography/grid.tsx
|
|
992
|
+
import { forwardRef as forwardRef17 } from "react";
|
|
993
|
+
import { jsx as jsx23, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
994
|
+
var Grid = forwardRef17((delegated, ref) => {
|
|
995
|
+
return /* @__PURE__ */ jsxs16("svg", {
|
|
858
996
|
ref,
|
|
859
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
860
997
|
width: "22",
|
|
861
|
-
height: "
|
|
998
|
+
height: "23",
|
|
999
|
+
viewBox: "0 0 22 23",
|
|
862
1000
|
fill: "none",
|
|
863
|
-
viewBox: "0 0 22 22",
|
|
864
1001
|
...delegated,
|
|
865
1002
|
children: [
|
|
866
|
-
/* @__PURE__ */
|
|
867
|
-
d: "
|
|
1003
|
+
/* @__PURE__ */ jsx23("path", {
|
|
1004
|
+
d: "M2.86 4.197c0-.353.286-.639.64-.639h2.453c.352 0 .639.286.639.64V6.65a.639.639 0 0 1-.64.64H3.5a.639.639 0 0 1-.639-.64V4.197Z",
|
|
868
1005
|
fill: "#BFF6F8"
|
|
869
1006
|
}),
|
|
870
|
-
/* @__PURE__ */
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
d: "
|
|
1007
|
+
/* @__PURE__ */ jsx23("path", {
|
|
1008
|
+
fillRule: "evenodd",
|
|
1009
|
+
clipRule: "evenodd",
|
|
1010
|
+
d: "M3.5 2.92h2.452c.706 0 1.279.571 1.279 1.277V6.65c0 .706-.573 1.279-1.279 1.279H3.5A1.278 1.278 0 0 1 2.221 6.65V4.197c0-.706.572-1.278 1.278-1.278Zm0 .638a.639.639 0 0 0-.64.64V6.65c0 .353.286.64.64.64h2.452a.639.639 0 0 0 .64-.64V4.197a.639.639 0 0 0-.64-.639H3.5Z",
|
|
874
1011
|
fill: "#528693"
|
|
875
1012
|
}),
|
|
876
|
-
/* @__PURE__ */
|
|
877
|
-
d: "
|
|
1013
|
+
/* @__PURE__ */ jsx23("path", {
|
|
1014
|
+
d: "M9.134 4.197c0-.353.286-.639.64-.639h2.453c.352 0 .639.286.639.64V6.65a.639.639 0 0 1-.64.64H9.774a.639.639 0 0 1-.639-.64V4.197Z",
|
|
878
1015
|
fill: "#BFF6F8"
|
|
879
1016
|
}),
|
|
880
|
-
/* @__PURE__ */
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
d: "
|
|
1017
|
+
/* @__PURE__ */ jsx23("path", {
|
|
1018
|
+
fillRule: "evenodd",
|
|
1019
|
+
clipRule: "evenodd",
|
|
1020
|
+
d: "M9.773 2.92h2.454c.705 0 1.278.571 1.278 1.277V6.65c0 .706-.573 1.279-1.278 1.279H9.773A1.278 1.278 0 0 1 8.495 6.65V4.197c0-.706.573-1.278 1.278-1.278Zm0 .638a.639.639 0 0 0-.639.64V6.65c0 .353.287.64.64.64h2.453a.639.639 0 0 0 .639-.64V4.197a.639.639 0 0 0-.64-.639H9.774Z",
|
|
884
1021
|
fill: "#528693"
|
|
885
|
-
})
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
});
|
|
889
|
-
Info.displayName = "InfoIcon";
|
|
890
|
-
|
|
891
|
-
// src/iconography/nail-polish.tsx
|
|
892
|
-
import { forwardRef as forwardRef15 } from "react";
|
|
893
|
-
import { jsx as jsx21, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
894
|
-
var NailPolish = forwardRef15((delegated, ref) => {
|
|
895
|
-
return /* @__PURE__ */ jsxs14("svg", {
|
|
896
|
-
ref,
|
|
897
|
-
width: "12",
|
|
898
|
-
height: "16",
|
|
899
|
-
viewBox: "0 0 12 16",
|
|
900
|
-
fill: "none",
|
|
901
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
902
|
-
...delegated,
|
|
903
|
-
children: [
|
|
904
|
-
/* @__PURE__ */ jsx21("path", {
|
|
905
|
-
d: "M.8573 9.7059H.4287v-.8824c0-.4873.3838-.8823.8571-.8823h4.2858c.4734 0 .8571.395.8571.8823v.8824h-.4286V15H.8573V9.7059Z",
|
|
1022
|
+
}),
|
|
1023
|
+
/* @__PURE__ */ jsx23("path", {
|
|
1024
|
+
d: "M15.408 4.197a.64.64 0 0 1 .64-.639H18.5c.353 0 .639.286.639.64V6.65a.639.639 0 0 1-.64.64h-2.453a.64.64 0 0 1-.639-.64V4.197Z",
|
|
906
1025
|
fill: "#BFF6F8"
|
|
907
1026
|
}),
|
|
908
|
-
/* @__PURE__ */
|
|
1027
|
+
/* @__PURE__ */ jsx23("path", {
|
|
909
1028
|
fillRule: "evenodd",
|
|
910
1029
|
clipRule: "evenodd",
|
|
911
|
-
d: "
|
|
1030
|
+
d: "M16.048 2.92H18.5c.706 0 1.278.571 1.278 1.277V6.65c0 .706-.572 1.279-1.278 1.279h-2.453A1.278 1.278 0 0 1 14.77 6.65V4.197c0-.706.572-1.278 1.278-1.278Zm0 .638a.639.639 0 0 0-.64.64V6.65c0 .353.287.64.64.64H18.5a.639.639 0 0 0 .639-.64V4.197a.639.639 0 0 0-.64-.639h-2.452Z",
|
|
912
1031
|
fill: "#528693"
|
|
913
1032
|
}),
|
|
914
|
-
/* @__PURE__ */
|
|
915
|
-
d: "
|
|
1033
|
+
/* @__PURE__ */ jsx23("path", {
|
|
1034
|
+
d: "M2.86 10.492a.64.64 0 0 1 .64-.639h8.727a.64.64 0 0 1 .639.64v2.453a.64.64 0 0 1-.64.639H3.5a.639.639 0 0 1-.639-.64v-2.453Z",
|
|
916
1035
|
fill: "#BFF6F8"
|
|
917
1036
|
}),
|
|
918
|
-
/* @__PURE__ */
|
|
1037
|
+
/* @__PURE__ */ jsx23("path", {
|
|
919
1038
|
fillRule: "evenodd",
|
|
920
1039
|
clipRule: "evenodd",
|
|
921
|
-
d: "
|
|
1040
|
+
d: "M3.5 9.214h8.726c.706 0 1.279.573 1.279 1.278v2.454c0 .706-.573 1.278-1.279 1.278H3.5a1.278 1.278 0 0 1-1.278-1.278v-2.454c0-.705.572-1.278 1.278-1.278Zm0 .64a.64.64 0 0 0-.64.639v2.453c0 .353.286.639.64.639h8.726a.64.64 0 0 0 .64-.64v-2.453a.64.64 0 0 0-.64-.639H3.5Z",
|
|
922
1041
|
fill: "#528693"
|
|
923
1042
|
}),
|
|
924
|
-
/* @__PURE__ */
|
|
925
|
-
d: "
|
|
926
|
-
fill: "#
|
|
1043
|
+
/* @__PURE__ */ jsx23("path", {
|
|
1044
|
+
d: "M2.86 16.788c0-.353.286-.64.64-.64h2.453c.352 0 .639.287.639.64v2.453a.639.639 0 0 1-.64.639H3.5a.639.639 0 0 1-.639-.64v-2.452Z",
|
|
1045
|
+
fill: "#BFF6F8"
|
|
927
1046
|
}),
|
|
928
|
-
/* @__PURE__ */
|
|
1047
|
+
/* @__PURE__ */ jsx23("path", {
|
|
929
1048
|
fillRule: "evenodd",
|
|
930
1049
|
clipRule: "evenodd",
|
|
931
|
-
d: "
|
|
1050
|
+
d: "M3.5 15.51h2.452c.706 0 1.279.572 1.279 1.278v2.453c0 .706-.573 1.278-1.279 1.278H3.5a1.278 1.278 0 0 1-1.278-1.278v-2.453c0-.706.572-1.279 1.278-1.279Zm0 .639a.639.639 0 0 0-.64.639v2.453c0 .353.286.639.64.639h2.452a.639.639 0 0 0 .64-.64v-2.452a.639.639 0 0 0-.64-.64H3.5Z",
|
|
932
1051
|
fill: "#528693"
|
|
933
1052
|
}),
|
|
934
|
-
/* @__PURE__ */
|
|
1053
|
+
/* @__PURE__ */ jsx23("path", {
|
|
1054
|
+
d: "M9.134 16.788c0-.353.286-.64.64-.64h2.453c.352 0 .639.287.639.64v2.453a.639.639 0 0 1-.64.639H9.774a.639.639 0 0 1-.639-.64v-2.452Z",
|
|
1055
|
+
fill: "#BFF6F8"
|
|
1056
|
+
}),
|
|
1057
|
+
/* @__PURE__ */ jsx23("path", {
|
|
1058
|
+
fillRule: "evenodd",
|
|
1059
|
+
clipRule: "evenodd",
|
|
1060
|
+
d: "M9.773 15.51h2.454c.705 0 1.278.572 1.278 1.278v2.453c0 .706-.573 1.278-1.278 1.278H9.773a1.278 1.278 0 0 1-1.278-1.278v-2.453c0-.706.573-1.279 1.278-1.279Zm0 .639a.639.639 0 0 0-.639.639v2.453c0 .353.287.639.64.639h2.453a.639.639 0 0 0 .639-.64v-2.452a.639.639 0 0 0-.64-.64H9.774Z",
|
|
1061
|
+
fill: "#528693"
|
|
1062
|
+
}),
|
|
1063
|
+
/* @__PURE__ */ jsx23("path", {
|
|
1064
|
+
d: "M15.408 10.492a.64.64 0 0 1 .64-.639H18.5a.64.64 0 0 1 .639.64v8.748a.639.639 0 0 1-.64.639h-2.453a.64.64 0 0 1-.639-.64v-8.747Z",
|
|
1065
|
+
fill: "#fff"
|
|
1066
|
+
}),
|
|
1067
|
+
/* @__PURE__ */ jsx23("path", {
|
|
1068
|
+
fillRule: "evenodd",
|
|
1069
|
+
clipRule: "evenodd",
|
|
1070
|
+
d: "M16.048 9.214H18.5c.706 0 1.278.573 1.278 1.278v8.749c0 .706-.572 1.278-1.278 1.278h-2.453a1.278 1.278 0 0 1-1.278-1.278v-8.748c0-.706.572-1.279 1.278-1.279Zm0 .64a.639.639 0 0 0-.64.639v8.748c0 .353.287.639.64.639H18.5a.639.639 0 0 0 .639-.64v-8.747a.639.639 0 0 0-.64-.64h-2.452Z",
|
|
1071
|
+
fill: "#528693"
|
|
1072
|
+
})
|
|
1073
|
+
]
|
|
1074
|
+
});
|
|
1075
|
+
});
|
|
1076
|
+
Grid.displayName = "GridIcon";
|
|
1077
|
+
|
|
1078
|
+
// src/iconography/hooks.tsx
|
|
1079
|
+
import { forwardRef as forwardRef18 } from "react";
|
|
1080
|
+
import { jsx as jsx24, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
1081
|
+
var Hooks = forwardRef18((delegated, ref) => {
|
|
1082
|
+
return /* @__PURE__ */ jsxs17("svg", {
|
|
1083
|
+
ref,
|
|
1084
|
+
width: "34",
|
|
1085
|
+
height: "34",
|
|
1086
|
+
viewBox: "0 0 34 34",
|
|
1087
|
+
...delegated,
|
|
1088
|
+
children: [
|
|
1089
|
+
/* @__PURE__ */ jsx24("path", {
|
|
1090
|
+
d: "M13.3225 23.6578C13.0084 22.0351 13.5197 20.5568 12.6857 18.9973C12.4168 18.4953 11.6734 17.7783 11.2432 17.1868C11.2253 17.1594 10.0781 17.3302 9.94314 17.3387C9.47021 17.3644 8.99589 17.3404 8.52798 17.267C7.59689 17.1111 6.69399 16.8183 5.84862 16.3981C4.74695 15.8041 3.7796 14.9893 3.00698 14.0046C2.37959 13.2696 2.28997 12.947 2.36167 12.4951C2.43991 12.0661 2.60457 11.6575 2.84565 11.2941C3.0628 10.9126 3.3155 10.5525 3.6004 10.2186C4.20467 9.40329 4.90114 8.66059 5.67597 8.00526C7.1812 6.66607 8.94036 5.64323 10.8488 4.99758C10.945 4.9677 11.0462 4.9578 11.1463 4.96851C11.2464 4.97922 11.3433 5.0103 11.4309 5.05985C13.7169 6.42218 15.8764 10.6346 14.9264 14.2376C15.5967 14.9032 16.2002 15.6328 16.7283 16.416C17.3604 17.5667 17.7305 18.8427 17.8124 20.153C17.8172 21.2619 18.114 22.35 18.6728 23.3078C18.8458 23.5565 19.0677 23.7672 19.3249 23.9272C19.5821 24.0872 19.8692 24.1931 20.1687 24.2384C20.4682 24.2837 20.7738 24.2675 21.0668 24.1907C21.3598 24.1139 21.6341 23.9782 21.8729 23.7918C22.5136 23.3928 22.9879 22.775 23.2079 22.0531C23.5986 20.4193 23.5429 18.7105 23.0466 17.1057C22.8008 16.081 22.4987 15.0706 22.1418 14.0791C22.1141 13.9989 22.1138 13.9117 22.141 13.8313C22.1681 13.7508 22.2211 13.6817 22.2917 13.6346C22.3623 13.5874 22.4466 13.5651 22.5312 13.5709C22.6159 13.5767 22.6963 13.6105 22.7598 13.6668C27.5817 16.8038 29.5893 22.3785 25.1712 26.7259C22.3748 29.4685 17.5614 29.71 14.8641 26.69C14.0858 25.8371 13.5531 24.7893 13.3225 23.6578ZM3.66927 11.8092C3.6155 11.9035 3.25699 12.4092 3.27492 12.6158C3.28435 12.7857 3.49946 13.0187 3.65229 13.1979C5.40898 15.3584 7.9723 17.0075 10.7602 16.4339C10.0158 15.3584 9.59501 13.664 10.4639 12.6781C11.4677 11.5403 12.9291 11.9705 14.2018 13.4583C14.4443 12.3703 14.3885 11.237 14.0405 10.178C13.6783 8.96125 13.0611 7.8356 12.23 6.87597C12.0055 6.62502 11.3875 6.08726 11.1272 5.86272C11.0935 5.82993 11.0507 5.80813 11.0043 5.80021C10.958 5.79229 10.9104 5.79863 10.8677 5.81838C10.6073 5.93442 10.0431 6.18537 9.73558 6.32878C9.00471 6.69136 8.2959 7.0968 7.61285 7.54298C6.77126 8.12514 6.0017 8.80508 5.32029 9.56854C4.9037 10.0182 4.52028 10.4974 4.17307 11.0026C3.99193 11.2714 3.8306 11.5403 3.66927 11.8092ZM12.1659 13.1178C11.2073 13.0281 10.947 13.9329 11.2696 14.9461C11.6254 15.8488 12.1118 16.6943 12.7131 17.4557C13.1759 18.0368 13.5615 18.6755 13.8603 19.3558C14.0978 20.4137 14.1792 21.5008 14.1018 22.5823C14.152 23.5687 14.4576 24.5251 14.9886 25.3579C15.5197 26.1906 16.258 26.871 17.1312 27.3325C20.2238 28.9817 24.0419 27.4127 25.7627 24.5447C27.9939 20.8077 26.0759 17.2849 23.1211 14.8386C24.3853 17.9755 25.774 24.0428 21.0455 25.1004C20.4748 25.2583 19.8697 25.2411 19.3089 25.051C18.748 24.8609 18.2572 24.5067 17.9001 24.0343C17.2459 22.9093 16.917 21.6247 16.9501 20.3237C16.9237 18.7904 16.4227 17.3029 15.516 16.066C14.8905 15.3131 13.3131 13.23 12.1659 13.1178Z",
|
|
1091
|
+
fill: "#528693"
|
|
1092
|
+
}),
|
|
1093
|
+
/* @__PURE__ */ jsx24("path", {
|
|
1094
|
+
d: "M11.2701 14.9461C10.9475 13.9328 11.2079 13.0281 12.1664 13.1177C13.3136 13.2337 14.891 15.3131 15.5099 16.0659C16.4166 17.3028 16.9176 18.7903 16.944 20.3237C16.9109 21.6246 17.2398 22.9092 17.894 24.0342C18.2511 24.5066 18.7419 24.8609 19.3028 25.051C19.8636 25.2411 20.4687 25.2583 21.0394 25.1003C25.7717 24.0427 24.383 17.9754 23.115 14.8385C26.0727 17.2848 27.9907 20.8076 25.7566 24.5446C24.0358 27.4127 20.2177 28.9788 17.1251 27.3325C16.2519 26.871 15.5136 26.1905 14.9825 25.3578C14.4515 24.5251 14.1459 23.5686 14.0957 22.5823C14.1731 21.5007 14.0917 20.4137 13.8542 19.3557C13.5555 18.6755 13.1698 18.0368 12.707 17.4556C12.108 16.6938 11.6239 15.8483 11.2701 14.9461Z",
|
|
1095
|
+
fill: "white"
|
|
1096
|
+
}),
|
|
1097
|
+
/* @__PURE__ */ jsx24("path", {
|
|
1098
|
+
d: "M14.0388 10.178C14.3868 11.237 14.4426 12.3703 14.2001 13.4583C12.9274 11.9705 11.4642 11.5403 10.4622 12.6781C9.59333 13.664 10.0141 15.3584 10.7585 16.4339C7.97061 17.0075 5.40729 15.3584 3.65061 13.1979C3.49871 13.0187 3.28361 12.7856 3.27323 12.6158C3.25531 12.4092 3.61381 11.9073 3.66759 11.8092C3.82892 11.5403 3.99025 11.2714 4.1695 11.0025C4.51762 10.4973 4.90198 10.018 5.31955 9.56851C6.00096 8.80504 6.77052 8.12511 7.61211 7.54294C8.29586 7.09798 9.00531 6.6938 9.73673 6.33251C10.0415 6.18911 10.6056 5.93815 10.8689 5.82211C10.9115 5.80236 10.9591 5.79603 11.0055 5.80395C11.0518 5.81186 11.0946 5.83366 11.1283 5.86645C11.3887 6.09099 12.0066 6.62875 12.2312 6.87971C13.0608 7.83849 13.677 8.96279 14.0388 10.178Z",
|
|
1099
|
+
fill: "#bff6f8"
|
|
1100
|
+
})
|
|
1101
|
+
]
|
|
1102
|
+
});
|
|
1103
|
+
});
|
|
1104
|
+
Hooks.displayName = "HooksIcon";
|
|
1105
|
+
|
|
1106
|
+
// src/iconography/info.tsx
|
|
1107
|
+
import { forwardRef as forwardRef19 } from "react";
|
|
1108
|
+
import { jsx as jsx25, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
1109
|
+
var Info = forwardRef19((delegated, ref) => {
|
|
1110
|
+
return /* @__PURE__ */ jsxs18("svg", {
|
|
1111
|
+
ref,
|
|
1112
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1113
|
+
width: "22",
|
|
1114
|
+
height: "22",
|
|
1115
|
+
fill: "none",
|
|
1116
|
+
viewBox: "0 0 22 22",
|
|
1117
|
+
...delegated,
|
|
1118
|
+
children: [
|
|
1119
|
+
/* @__PURE__ */ jsx25("path", {
|
|
1120
|
+
d: "M17.593 3.85212C17.593 4.67937 16.9224 5.34999 16.0952 5.34999C15.2679 5.34999 14.5973 4.67937 14.5973 3.85212C14.5973 3.02487 15.2679 2.35425 16.0952 2.35425C16.9224 2.35425 17.593 3.02487 17.593 3.85212Z",
|
|
1121
|
+
fill: "#BFF6F8"
|
|
1122
|
+
}),
|
|
1123
|
+
/* @__PURE__ */ jsx25("path", {
|
|
1124
|
+
"fill-rule": "evenodd",
|
|
1125
|
+
"clip-rule": "evenodd",
|
|
1126
|
+
d: "M18.253 3.85212C18.253 5.04383 17.2869 6.00991 16.0952 6.00991C14.9035 6.00991 13.9374 5.04383 13.9374 3.85212C13.9374 2.66041 14.9035 1.69434 16.0952 1.69434C17.2869 1.69434 18.253 2.66041 18.253 3.85212ZM16.0952 5.34999C16.9224 5.34999 17.5931 4.67937 17.5931 3.85212C17.5931 3.02487 16.9224 2.35425 16.0952 2.35425C15.2679 2.35425 14.5973 3.02487 14.5973 3.85212C14.5973 4.67937 15.2679 5.34999 16.0952 5.34999Z",
|
|
1127
|
+
fill: "#528693"
|
|
1128
|
+
}),
|
|
1129
|
+
/* @__PURE__ */ jsx25("path", {
|
|
1130
|
+
d: "M11.2267 19.6338C10.1339 19.5731 9.0685 19.2687 8.1091 18.743C6.45171 17.8422 5.90412 16.3181 6.67909 14.7659C7.26511 13.7065 7.9836 12.7256 8.81732 11.8468L8.91693 11.7313C9.29243 11.2963 9.68044 10.8467 10.0199 10.3976C10.4486 9.83253 10.8215 9.28929 10.6797 8.86312C10.5968 8.6196 10.3605 8.44373 9.9584 8.32457C9.83715 8.29874 9.71404 8.28256 9.59022 8.27617L9.50938 8.26941C9.26232 8.2834 9.01575 8.23452 8.79281 8.12735C8.54248 7.93066 8.64731 7.36817 8.77404 7.12204C8.87835 6.92966 9.02762 6.76522 9.2092 6.64266C9.39077 6.5201 9.59929 6.44304 9.81707 6.41802C10.0235 6.38077 10.2331 6.36335 10.4429 6.36598C11.4176 6.41652 12.3773 6.6275 13.2831 6.9904C14.9259 7.62106 15.7097 8.86885 15.3801 10.3284C15.1357 11.2718 14.6733 12.1451 14.0299 12.8781C13.8385 13.118 13.6419 13.3464 13.4458 13.5795L13.3415 13.7024C12.9232 14.1775 12.5323 14.6759 12.1707 15.1952L11.9564 15.5012C11.7156 15.8119 11.5223 16.1565 11.3827 16.5237C11.303 16.7335 11.308 16.966 11.3968 17.1721C11.4855 17.3783 11.651 17.5421 11.8583 17.6289C12.0086 17.6973 12.1701 17.7377 12.335 17.748C12.5957 17.7793 12.8648 17.8126 12.9712 18.0603C13.0139 18.1752 13.0313 18.298 13.0223 18.4203C13.0133 18.5425 12.9781 18.6615 12.9191 18.769C12.7552 19.0647 12.5066 19.305 12.2052 19.459C11.9037 19.6131 11.563 19.6739 11.2267 19.6338Z",
|
|
1131
|
+
fill: "#BFF6F8"
|
|
1132
|
+
}),
|
|
1133
|
+
/* @__PURE__ */ jsx25("path", {
|
|
1134
|
+
"fill-rule": "evenodd",
|
|
1135
|
+
"clip-rule": "evenodd",
|
|
1136
|
+
d: "M11.2842 18.976L11.3049 18.9785C11.5112 19.0031 11.7201 18.9658 11.9049 18.8714C12.0891 18.7772 12.2409 18.6306 12.3411 18.4504C12.3471 18.4394 12.352 18.4277 12.3558 18.4158C12.3317 18.4124 12.3048 18.4091 12.2731 18.4053C12.0384 18.3881 11.8084 18.33 11.5936 18.2335C11.2334 18.0797 10.9456 17.7933 10.7906 17.433C10.6341 17.0694 10.6252 16.6594 10.7658 16.2894C10.9266 15.8663 11.1487 15.4689 11.4246 15.1101L11.6291 14.8181C11.6293 14.8178 11.629 14.8184 11.6291 14.8181C12.0038 14.2802 12.4092 13.763 12.8423 13.2707L12.9418 13.1535C12.9894 13.097 13.0361 13.0418 13.0821 12.9874C13.2314 12.8108 13.3734 12.6428 13.5141 12.4665L13.5237 12.4544L13.5339 12.4428C14.107 11.7899 14.5194 11.0128 14.7386 10.1733C14.8642 9.60674 14.7724 9.1134 14.5125 8.69961C14.2452 8.27422 13.7678 7.88337 13.0466 7.60647L13.0376 7.60304C12.2034 7.26882 11.3198 7.07373 10.4221 7.02572C10.2586 7.02444 10.0952 7.03841 9.93422 7.06745L9.91342 7.0712L9.89242 7.07362C9.77981 7.08656 9.67209 7.12639 9.57839 7.18964C9.48729 7.25113 9.41209 7.33296 9.35867 7.42842C9.35249 7.44171 9.33941 7.47402 9.32659 7.52286C9.31959 7.54951 9.31383 7.57671 9.30949 7.60325C9.36308 7.61115 9.41754 7.61364 9.47206 7.61055L9.51828 7.60793L9.63538 7.61773C9.79024 7.6263 9.94419 7.64682 10.0959 7.67913L10.1211 7.68451L10.1459 7.69185C10.6213 7.83272 11.1176 8.10198 11.3044 8.65041L11.3058 8.6547C11.4603 9.11879 11.309 9.5616 11.1547 9.87197C10.9947 10.194 10.7584 10.5161 10.546 10.7961C10.1932 11.2626 9.79323 11.726 9.4222 12.1559L9.4167 12.1622L9.30686 12.2896L9.29607 12.301C8.50411 13.1358 7.82119 14.0671 7.26353 15.0728C6.95101 15.7053 6.92585 16.2828 7.10297 16.7755C7.28379 17.2785 7.70442 17.772 8.42421 18.1631L8.42623 18.1642C9.29923 18.6426 10.2687 18.9197 11.2633 18.9749L11.2842 18.976ZM6.67909 14.7659C7.26511 13.7065 7.9836 12.7256 8.81732 11.8468L8.91693 11.7313C9.29243 11.2963 9.68044 10.8467 10.0199 10.3976C10.4486 9.83253 10.8215 9.28929 10.6797 8.86312C10.5968 8.6196 10.3605 8.44373 9.9584 8.32457C9.83715 8.29874 9.71404 8.28256 9.59022 8.27617L9.50938 8.26941C9.26232 8.2834 9.01575 8.23452 8.79281 8.12735C8.54248 7.93066 8.64731 7.36817 8.77404 7.12204C8.87835 6.92966 9.02762 6.76522 9.2092 6.64266C9.39077 6.5201 9.59929 6.44304 9.81707 6.41802C10.0235 6.38077 10.2331 6.36335 10.4429 6.36598C11.4176 6.41652 12.3773 6.6275 13.2831 6.9904C14.9259 7.62106 15.7097 8.86885 15.3801 10.3284C15.1357 11.2718 14.6733 12.1451 14.0299 12.8781C13.8828 13.0625 13.7326 13.2401 13.582 13.4182C13.5366 13.4719 13.4912 13.5256 13.4458 13.5795L13.3415 13.7024C12.9232 14.1775 12.5323 14.6759 12.1707 15.1952L11.9564 15.5012C11.7156 15.8119 11.5223 16.1565 11.3827 16.5237C11.303 16.7335 11.308 16.966 11.3968 17.1721C11.4855 17.3783 11.651 17.5421 11.8583 17.6289C12.0086 17.6973 12.1701 17.7377 12.335 17.748C12.5957 17.7793 12.8648 17.8126 12.9712 18.0603C13.0139 18.1752 13.0313 18.298 13.0223 18.4203C13.0133 18.5425 12.9781 18.6615 12.9191 18.769C12.7552 19.0647 12.5066 19.305 12.2052 19.459C11.9037 19.6131 11.563 19.6739 11.2267 19.6338C10.1339 19.5731 9.0685 19.2687 8.1091 18.743C6.45171 17.8422 5.90412 16.3181 6.67909 14.7659Z",
|
|
1137
|
+
fill: "#528693"
|
|
1138
|
+
})
|
|
1139
|
+
]
|
|
1140
|
+
});
|
|
1141
|
+
});
|
|
1142
|
+
Info.displayName = "InfoIcon";
|
|
1143
|
+
|
|
1144
|
+
// src/iconography/key.tsx
|
|
1145
|
+
import { forwardRef as forwardRef20 } from "react";
|
|
1146
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
1147
|
+
var Key = forwardRef20((delegated, ref) => {
|
|
1148
|
+
return /* @__PURE__ */ jsx26("svg", {
|
|
1149
|
+
ref,
|
|
1150
|
+
viewBox: "0 0 24 25",
|
|
1151
|
+
width: "24",
|
|
1152
|
+
height: "25",
|
|
1153
|
+
fill: "none",
|
|
1154
|
+
...delegated,
|
|
1155
|
+
children: /* @__PURE__ */ jsx26("path", {
|
|
1156
|
+
fill: "#BFF6F8",
|
|
1157
|
+
stroke: "#528693",
|
|
1158
|
+
d: "M23.486 5.617a6.308 6.308 0 0 0-2.738-4.03 6.314 6.314 0 0 0-2.335-.942 6.251 6.251 0 0 0-2.51.051c-.928.212-1.799.637-2.545 1.243a6.435 6.435 0 0 0-1.762 2.257 6.617 6.617 0 0 0-.11 5.42 3308.703 3308.703 0 0 1-3.087 3.164l-.042-.043c-.335-.34-1.163-1.187-1.495-1.537-.315-.333-.644-.403-.868-.403-.323 0-.616.138-.868.41-.273.291-.633.671-1.007 1.039-.326.32-.395.657-.396.884 0 .33.135.633.402.9.353.35 1.191 1.208 1.535 1.56l-.545.556-.048-.05c-.331-.337-1.155-1.18-1.484-1.526-.256-.269-.549-.405-.868-.405h-.007c-.222 0-.552.073-.864.409-.312.336-.65.686-1.025 1.058-.319.317-.385.653-.385.878 0 .328.13.625.39.883.355.355 1.195 1.216 1.543 1.573l-.048.05c-.218.221-.443.45-.663.685-.419.449-.65 1.048-.643 1.67a2.41 2.41 0 0 0 1.436 2.181c.284.123.588.187.896.189a2.286 2.286 0 0 0 1.592-.661c.067-.065.127-.127.186-.187l.057-.06 9.604-9.845c.899.388 1.72.562 2.504.528h.017c1.04 0 2.003-.232 2.864-.692a6.458 6.458 0 0 0 2.862-3.016c.595-1.293.75-2.743.455-4.19ZM14.437 7.04c-.016-.738.295-1.487.851-2.056.567-.578 1.312-.9 2.043-.88.755.014 1.475.331 2.003.884.529.553.823 1.298.82 2.072 0 1.631-1.26 2.904-2.866 2.904h-.002c-1.563-.001-2.815-1.283-2.849-2.924Z"
|
|
1159
|
+
})
|
|
1160
|
+
});
|
|
1161
|
+
});
|
|
1162
|
+
Key.displayName = "KeyIcon";
|
|
1163
|
+
|
|
1164
|
+
// src/iconography/language.tsx
|
|
1165
|
+
import { forwardRef as forwardRef21 } from "react";
|
|
1166
|
+
import { jsx as jsx27, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
1167
|
+
var Language = forwardRef21((delegated, ref) => {
|
|
1168
|
+
return /* @__PURE__ */ jsxs19("svg", {
|
|
1169
|
+
ref,
|
|
1170
|
+
width: "34",
|
|
1171
|
+
height: "34",
|
|
1172
|
+
viewBox: "0 0 34 34",
|
|
1173
|
+
...delegated,
|
|
1174
|
+
children: [
|
|
1175
|
+
/* @__PURE__ */ jsx27("path", {
|
|
1176
|
+
d: "M30.5976 16.5063C30.5976 22.7593 24.5125 27.8369 16.992 27.8369C15.3044 27.8426 13.6268 27.577 12.0234 27.0503C11.952 27.0265 11.8752 27.0241 11.8025 27.0433L5.1736 28.8175C5.10596 28.8354 5.03481 28.8352 4.96726 28.817C4.8997 28.7988 4.83811 28.7631 4.78864 28.7137C4.73916 28.6642 4.70354 28.6026 4.68532 28.535C4.66711 28.4675 4.66694 28.3963 4.68483 28.3287L5.99721 23.423C6.01325 23.3614 6.01408 23.2968 5.99962 23.2348C5.98517 23.1729 5.95587 23.1153 5.91425 23.0672C4.31448 21.2536 3.42138 18.9245 3.39844 16.5063C3.39844 10.2452 9.48757 5.16759 16.992 5.16759C24.4965 5.16759 30.5976 10.2452 30.5976 16.5063Z",
|
|
1177
|
+
fill: "#bff6f8"
|
|
1178
|
+
}),
|
|
1179
|
+
/* @__PURE__ */ jsx27("path", {
|
|
1180
|
+
d: "M30.0788 17.6827C29.8355 19.1578 29.2847 20.5653 28.4623 21.8139C27.64 23.0625 26.5643 24.1242 25.3051 24.9303C22.823 26.5558 19.918 27.4163 16.951 27.4051C15.4873 27.4097 14.0304 27.2061 12.6241 26.8004L12.3622 26.7214C12.2516 26.6814 12.1388 26.6481 12.0243 26.6215C11.7823 26.6191 11.5418 26.6608 11.3147 26.7444L10.2312 27.0373L8.06421 27.623L5.89723 28.2097L5.35448 28.3556L5.18756 28.4006C5.17204 28.4061 5.1551 28.4061 5.13958 28.4006C5.12437 28.394 5.11195 28.3823 5.10446 28.3676C5.09698 28.3528 5.0949 28.3358 5.0986 28.3197L5.21055 27.8999C5.6017 26.4452 5.99218 24.9889 6.382 23.5309C6.42538 23.3713 6.41769 23.2021 6.36001 23.0471C6.30518 22.92 6.22875 22.8034 6.13411 22.7023C6.02317 22.5674 5.91222 22.4314 5.80927 22.2895C5.59537 22.0116 5.40346 21.7158 5.21755 21.4169C4.85289 20.8119 4.55336 20.1699 4.32397 19.5018C3.81661 17.9497 3.71914 16.2928 4.04104 14.6919C4.36294 13.091 5.09325 11.6005 6.1611 10.3651C8.35449 7.87289 11.3774 6.2609 14.6691 5.82825C17.9548 5.31937 21.3168 5.89444 24.2466 7.46648C25.7034 8.20649 26.9747 9.26526 27.9661 10.5641C28.9574 11.863 29.6434 13.3686 29.9729 14.9689C30.1418 15.9755 30.3287 16.5032 30.5856 16.5062C30.7925 16.5162 31.0754 15.9415 30.8855 14.807C30.5415 13.0999 29.8235 11.4902 28.7831 10.0937C27.7427 8.69729 26.4057 7.54878 24.8683 6.73083C21.8707 5.07959 18.4283 4.41705 15.0319 4.83772C11.5245 5.19209 8.26109 6.79471 5.83626 9.35359C4.58424 10.7071 3.68694 12.3495 3.22448 14.1343C2.77278 16.0065 2.86396 17.9685 3.48736 19.7907C3.73717 20.5071 4.05971 21.196 4.44991 21.8467C4.64981 22.1686 4.85772 22.4874 5.09061 22.7923C5.20355 22.9472 5.3245 23.0981 5.44844 23.2471L5.5244 23.339V23.347L4.43991 27.3871L4.30498 27.8869C4.20395 28.1439 4.17897 28.4246 4.23301 28.6955C4.28122 28.8484 4.37045 28.9852 4.49099 29.0909C4.61154 29.1967 4.75878 29.2673 4.91669 29.2952C5.08104 29.3221 5.24952 29.3069 5.40646 29.2512L5.67133 29.1813L7.6614 28.6505L11.6595 27.582L11.9034 27.516L12.4032 27.673C12.7503 27.7743 13.1015 27.8635 13.4567 27.9408C17.2734 28.7656 21.2591 28.2062 24.7014 26.3626C26.2418 25.5246 27.598 24.3856 28.6895 23.0132C29.8845 21.5018 30.6559 19.6996 30.9244 17.7916C31.0374 16.0524 30.1918 16.1404 30.0788 17.6827Z",
|
|
1181
|
+
fill: "#528693"
|
|
1182
|
+
}),
|
|
1183
|
+
/* @__PURE__ */ jsx27("path", {
|
|
1184
|
+
d: "M5.13861 21.225C4.15137 19.5211 3.71269 17.5546 3.8822 15.5926C4.06884 13.6633 4.84617 11.8384 6.10815 10.3671C7.40438 8.89436 9.00803 7.72403 10.8059 6.93871C12.6149 6.1618 14.5535 5.73122 16.5212 5.66931C16.5838 5.66976 16.6459 5.65759 16.7036 5.63353C16.7614 5.60947 16.8137 5.57402 16.8575 5.52928C16.9013 5.48455 16.9356 5.43145 16.9584 5.37317C16.9812 5.31488 16.992 5.2526 16.9902 5.19004C16.9883 5.12748 16.9739 5.06593 16.9478 5.00906C16.9217 4.9522 16.8844 4.90118 16.8381 4.85906C16.7918 4.81693 16.7375 4.78457 16.6784 4.7639C16.6193 4.74323 16.5567 4.73468 16.4943 4.73875C14.4542 4.78872 12.4422 5.22559 10.5651 6.02614C8.57963 6.8682 6.81807 8.1619 5.42047 9.80437C4.14315 11.3274 3.31281 13.1746 3.0216 15.1409C2.7108 17.4061 3.19737 19.7089 4.39795 21.6548C4.67682 22.0896 5.3725 21.6258 5.13861 21.225Z",
|
|
1185
|
+
fill: "#528693"
|
|
1186
|
+
}),
|
|
1187
|
+
/* @__PURE__ */ jsx27("path", {
|
|
1188
|
+
d: "M29.6101 21.6668C30.7315 19.8193 31.2043 17.6504 30.9535 15.5037C30.6896 13.4243 29.8493 11.4602 28.5276 9.83341C27.1919 8.20648 25.4945 6.91407 23.5709 6.05918C21.6514 5.21908 19.5865 4.76109 17.4918 4.71082C17.4294 4.70673 17.3668 4.71526 17.3077 4.7359C17.2487 4.75653 17.1944 4.78885 17.1481 4.83092C17.1018 4.87299 17.0645 4.92395 17.0383 4.98077C17.0122 5.03758 16.9977 5.09908 16.9958 5.1616C16.9939 5.22412 17.0047 5.28638 17.0274 5.34467C17.0501 5.40295 17.0843 5.45606 17.128 5.50084C17.1716 5.54561 17.2239 5.58113 17.2816 5.60528C17.3393 5.62943 17.4013 5.6417 17.4638 5.64138C19.3885 5.69804 21.2859 6.11223 23.0592 6.8628C24.9123 7.6435 26.5528 8.85436 27.8449 10.3951C28.9933 11.7947 29.7429 13.478 30.0149 15.2678C30.3079 17.3291 29.9063 19.4293 28.8734 21.237C28.6405 21.6389 29.3362 22.1066 29.6101 21.6668Z",
|
|
1189
|
+
fill: "#528693"
|
|
1190
|
+
}),
|
|
1191
|
+
/* @__PURE__ */ jsx27("path", {
|
|
1192
|
+
d: "M15.0649 20.3634C15.2051 20.3177 15.3218 20.2188 15.3899 20.0879C15.4579 19.9571 15.4719 19.8048 15.4287 19.6637C15.1968 18.9411 14.913 18.2374 14.6781 17.5127C14.5241 17.037 14.3782 16.5592 14.2273 16.0814C14.0034 15.3587 13.7825 14.736 13.5536 14.0184C13.4357 13.6505 13.315 13.2841 13.1918 12.9189C13.0618 12.5361 13.0328 12.1822 12.609 12.0033C12.4383 11.9148 12.2407 11.8931 12.0549 11.9427C11.8691 11.9922 11.7085 12.1094 11.6045 12.2712C11.3876 12.771 11.2477 13.3217 11.0718 13.8385C10.4001 15.8155 9.79137 17.4368 9.04372 19.5927C9.01923 19.6636 9.00901 19.7386 9.01367 19.8135C9.01832 19.8883 9.03775 19.9615 9.07083 20.0287C9.10392 20.096 9.15 20.1561 9.20642 20.2055C9.26284 20.2548 9.32848 20.2925 9.39956 20.3164L9.49951 20.3494C9.57019 20.373 9.64484 20.3825 9.71918 20.3773C9.79353 20.372 9.86611 20.3522 9.93277 20.3188C9.99943 20.2855 10.0589 20.2394 10.1077 20.183C10.1565 20.1267 10.1937 20.0613 10.2172 19.9906C10.3581 19.5748 10.494 19.165 10.631 18.7521L13.8115 18.7282C13.9554 19.133 14.1113 19.5608 14.3052 20.0445C14.3585 20.1798 14.4614 20.2896 14.593 20.3513C14.7247 20.413 14.8749 20.422 15.0129 20.3764L15.0649 20.3634ZM11.0468 17.5117C11.1657 17.1619 11.2887 16.8021 11.4216 16.4272C11.7275 15.5586 11.9843 14.837 12.2512 13.9664C12.5171 14.76 12.787 15.5656 13.0708 16.4652C13.1918 16.851 13.3037 17.2089 13.4177 17.5647L11.0468 17.5117Z",
|
|
1193
|
+
fill: "#528693"
|
|
1194
|
+
}),
|
|
1195
|
+
/* @__PURE__ */ jsx27("path", {
|
|
1196
|
+
d: "M24.7824 12.9239C23.8978 12.9239 23.0382 12.9239 22.0886 12.9139L22.1086 12.1842C22.1112 12.1028 22.0973 12.0216 22.0677 11.9457C22.0382 11.8697 21.9936 11.8005 21.9367 11.7422C21.8798 11.6838 21.8116 11.6376 21.7364 11.6062C21.6612 11.5748 21.5804 11.559 21.4989 11.5595H21.4789C21.3213 11.56 21.17 11.6218 21.0571 11.7319C20.9442 11.842 20.8786 11.9917 20.8742 12.1493L20.8542 12.8939C19.9247 12.8739 19.3249 12.8489 18.3004 12.8639C18.1405 12.8666 17.9879 12.9319 17.8757 13.046C17.7635 13.1601 17.7007 13.3137 17.7007 13.4736V13.5136C17.7 13.5932 17.7152 13.6722 17.7454 13.7458C17.7755 13.8195 17.8201 13.8864 17.8763 13.9427C17.9326 13.999 17.9996 14.0435 18.0732 14.0737C18.1469 14.1038 18.2258 14.119 18.3054 14.1183L23.0032 14.1483C22.6715 15.3649 22.0008 16.4621 21.0691 17.3118H21.0591C20.7793 17.002 20.5094 16.6871 20.2645 16.3573C20.1745 16.2423 20.0846 16.1224 20.0046 15.9975C19.9846 15.9675 19.9646 15.9425 19.9446 15.9125C19.8602 15.7881 19.7318 15.7004 19.5853 15.667C19.4387 15.6336 19.285 15.6571 19.155 15.7326L19.105 15.7626C19.0343 15.8035 18.9727 15.8585 18.924 15.9241C18.8752 15.9898 18.8405 16.0647 18.8217 16.1442C18.803 16.2238 18.8008 16.3063 18.8151 16.3868C18.8294 16.4673 18.8601 16.544 18.9051 16.6122C18.9651 16.6971 19.0201 16.7871 19.0851 16.872C19.1139 16.9174 19.1456 16.9608 19.18 17.002C19.27 17.1269 19.3649 17.2519 19.4649 17.3718C19.6648 17.6167 19.8747 17.8516 20.1046 18.0865C19.5192 18.5204 18.8912 18.8938 18.2305 19.201C18.0989 19.2641 17.9948 19.373 17.9378 19.5073C17.8807 19.6416 17.8746 19.7921 17.9206 19.9306L17.9506 20.0206C18.0129 20.1654 18.1291 20.2803 18.2746 20.3409C18.4201 20.4016 18.5835 20.4032 18.7302 20.3454C19.3476 20.0762 19.934 19.7411 20.4794 19.3459C20.5744 19.2809 20.6643 19.2159 20.7493 19.146C20.8342 19.076 20.9292 19.011 21.0191 18.9361C21.2041 19.086 21.379 19.2309 21.5589 19.3609C21.6488 19.4308 21.7388 19.4958 21.8338 19.5608C21.8937 19.6008 21.9537 19.6457 22.0187 19.6807C22.1136 19.7457 22.2186 19.8057 22.3185 19.8606C22.3885 19.9006 22.4635 19.9406 22.5384 19.9806C22.6484 20.0356 22.7633 20.0905 22.8783 20.1455C23.0628 20.2308 23.2628 20.3108 23.478 20.3854C23.6245 20.4331 23.7838 20.4216 23.922 20.3534C24.0602 20.2853 24.1663 20.1658 24.2176 20.0206C24.2692 19.8795 24.266 19.7242 24.2087 19.5854C24.1513 19.4466 24.0439 19.3344 23.9078 19.2709C23.1936 18.9883 22.5211 18.6101 21.9087 18.1464C21.9687 18.0865 22.0337 18.0365 22.0886 17.9765C22.6101 17.4487 23.068 16.8617 23.453 16.2273C23.833 15.5983 24.0907 14.9031 24.2126 14.1783C24.2126 14.1783 24.2126 14.1783 24.2226 14.1783C24.4075 14.1783 24.5925 14.1783 24.7774 14.1783C24.9389 14.1778 25.0937 14.1134 25.2079 13.9991C25.3222 13.8849 25.3866 13.7301 25.3871 13.5686V13.5336C25.3884 13.4536 25.3737 13.3741 25.3439 13.2999C25.314 13.2256 25.2696 13.1581 25.2133 13.1013C25.1569 13.0445 25.0897 12.9995 25.0157 12.969C24.9417 12.9386 24.8624 12.9232 24.7824 12.9239Z",
|
|
1197
|
+
fill: "#528693"
|
|
1198
|
+
})
|
|
1199
|
+
]
|
|
1200
|
+
});
|
|
1201
|
+
});
|
|
1202
|
+
Language.displayName = "LanguageProps";
|
|
1203
|
+
|
|
1204
|
+
// src/iconography/nail-polish.tsx
|
|
1205
|
+
import { forwardRef as forwardRef22 } from "react";
|
|
1206
|
+
import { jsx as jsx28, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
1207
|
+
var NailPolish = forwardRef22((delegated, ref) => {
|
|
1208
|
+
return /* @__PURE__ */ jsxs20("svg", {
|
|
1209
|
+
ref,
|
|
1210
|
+
width: "12",
|
|
1211
|
+
height: "16",
|
|
1212
|
+
viewBox: "0 0 12 16",
|
|
1213
|
+
fill: "none",
|
|
1214
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1215
|
+
...delegated,
|
|
1216
|
+
children: [
|
|
1217
|
+
/* @__PURE__ */ jsx28("path", {
|
|
1218
|
+
d: "M.8573 9.7059H.4287v-.8824c0-.4873.3838-.8823.8571-.8823h4.2858c.4734 0 .8571.395.8571.8823v.8824h-.4286V15H.8573V9.7059Z",
|
|
1219
|
+
fill: "#BFF6F8"
|
|
1220
|
+
}),
|
|
1221
|
+
/* @__PURE__ */ jsx28("path", {
|
|
1222
|
+
fillRule: "evenodd",
|
|
1223
|
+
clipRule: "evenodd",
|
|
1224
|
+
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",
|
|
1225
|
+
fill: "#528693"
|
|
1226
|
+
}),
|
|
1227
|
+
/* @__PURE__ */ jsx28("path", {
|
|
1228
|
+
d: "M1.2856 6.6176c0-.4873.3838-.8823.8572-.8823h2.5714c.4734 0 .8572.395.8572.8823v1.7648H1.2856V6.6176Z",
|
|
1229
|
+
fill: "#BFF6F8"
|
|
1230
|
+
}),
|
|
1231
|
+
/* @__PURE__ */ jsx28("path", {
|
|
1232
|
+
fillRule: "evenodd",
|
|
1233
|
+
clipRule: "evenodd",
|
|
1234
|
+
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",
|
|
1235
|
+
fill: "#528693"
|
|
1236
|
+
}),
|
|
1237
|
+
/* @__PURE__ */ jsx28("path", {
|
|
1238
|
+
d: "M1.7144.6228c0-.344.2708-.6228.605-.6228 1.5594 0 2.8235 1.3013 2.8235 2.9066v3.2699H1.7144V.6228Z",
|
|
1239
|
+
fill: "#FFCCEC"
|
|
1240
|
+
}),
|
|
1241
|
+
/* @__PURE__ */ jsx28("path", {
|
|
1242
|
+
fillRule: "evenodd",
|
|
1243
|
+
clipRule: "evenodd",
|
|
1244
|
+
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",
|
|
1245
|
+
fill: "#528693"
|
|
1246
|
+
}),
|
|
1247
|
+
/* @__PURE__ */ jsx28("path", {
|
|
935
1248
|
fillRule: "evenodd",
|
|
936
1249
|
clipRule: "evenodd",
|
|
937
1250
|
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",
|
|
938
1251
|
fill: "#528693"
|
|
939
1252
|
}),
|
|
940
|
-
/* @__PURE__ */
|
|
1253
|
+
/* @__PURE__ */ jsx28("path", {
|
|
941
1254
|
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",
|
|
942
1255
|
fill: "#FFCCEC"
|
|
943
1256
|
}),
|
|
944
|
-
/* @__PURE__ */
|
|
1257
|
+
/* @__PURE__ */ jsx28("path", {
|
|
945
1258
|
fillRule: "evenodd",
|
|
946
1259
|
clipRule: "evenodd",
|
|
947
1260
|
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",
|
|
948
1261
|
fill: "#528693"
|
|
949
1262
|
}),
|
|
950
|
-
/* @__PURE__ */
|
|
1263
|
+
/* @__PURE__ */ jsx28("path", {
|
|
951
1264
|
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",
|
|
952
1265
|
fill: "#BFF6F8"
|
|
953
1266
|
}),
|
|
954
|
-
/* @__PURE__ */
|
|
1267
|
+
/* @__PURE__ */ jsx28("path", {
|
|
955
1268
|
fillRule: "evenodd",
|
|
956
1269
|
clipRule: "evenodd",
|
|
957
1270
|
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",
|
|
958
1271
|
fill: "#528693"
|
|
959
1272
|
}),
|
|
960
|
-
/* @__PURE__ */
|
|
1273
|
+
/* @__PURE__ */ jsx28("path", {
|
|
961
1274
|
d: "m5.8906 9.8713 3.3118.9135-.4437 1.7046-3.3118-.9135.4437-1.7046Z",
|
|
962
1275
|
fill: "#fff"
|
|
963
1276
|
}),
|
|
964
|
-
/* @__PURE__ */
|
|
1277
|
+
/* @__PURE__ */ jsx28("path", {
|
|
965
1278
|
fillRule: "evenodd",
|
|
966
1279
|
clipRule: "evenodd",
|
|
967
1280
|
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",
|
|
@@ -972,11 +1285,52 @@ var NailPolish = forwardRef15((delegated, ref) => {
|
|
|
972
1285
|
});
|
|
973
1286
|
NailPolish.displayName = "NailPolishIcon";
|
|
974
1287
|
|
|
1288
|
+
// src/iconography/order.tsx
|
|
1289
|
+
import { forwardRef as forwardRef23 } from "react";
|
|
1290
|
+
import { jsx as jsx29, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
1291
|
+
var Order = forwardRef23((delegated, ref) => {
|
|
1292
|
+
return /* @__PURE__ */ jsxs21("svg", {
|
|
1293
|
+
ref,
|
|
1294
|
+
width: "22",
|
|
1295
|
+
height: "23",
|
|
1296
|
+
viewBox: "0 0 22 23",
|
|
1297
|
+
fill: "none",
|
|
1298
|
+
...delegated,
|
|
1299
|
+
children: [
|
|
1300
|
+
/* @__PURE__ */ jsx29("path", {
|
|
1301
|
+
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",
|
|
1302
|
+
fill: "#fff"
|
|
1303
|
+
}),
|
|
1304
|
+
/* @__PURE__ */ jsx29("path", {
|
|
1305
|
+
fillRule: "evenodd",
|
|
1306
|
+
clipRule: "evenodd",
|
|
1307
|
+
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",
|
|
1308
|
+
fill: "#528693"
|
|
1309
|
+
}),
|
|
1310
|
+
/* @__PURE__ */ jsx29("path", {
|
|
1311
|
+
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",
|
|
1312
|
+
fill: "#BFF6F8"
|
|
1313
|
+
}),
|
|
1314
|
+
/* @__PURE__ */ jsx29("path", {
|
|
1315
|
+
fillRule: "evenodd",
|
|
1316
|
+
clipRule: "evenodd",
|
|
1317
|
+
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",
|
|
1318
|
+
fill: "#528693"
|
|
1319
|
+
}),
|
|
1320
|
+
/* @__PURE__ */ jsx29("path", {
|
|
1321
|
+
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",
|
|
1322
|
+
fill: "#528693"
|
|
1323
|
+
})
|
|
1324
|
+
]
|
|
1325
|
+
});
|
|
1326
|
+
});
|
|
1327
|
+
Order.displayName = "OrderIcon";
|
|
1328
|
+
|
|
975
1329
|
// src/iconography/particle.tsx
|
|
976
|
-
import { forwardRef as
|
|
977
|
-
import { jsx as
|
|
978
|
-
var Particle =
|
|
979
|
-
return /* @__PURE__ */
|
|
1330
|
+
import { forwardRef as forwardRef24 } from "react";
|
|
1331
|
+
import { jsx as jsx30, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
1332
|
+
var Particle = forwardRef24((delegated, ref) => {
|
|
1333
|
+
return /* @__PURE__ */ jsxs22("svg", {
|
|
980
1334
|
ref,
|
|
981
1335
|
width: "22",
|
|
982
1336
|
height: "20",
|
|
@@ -985,68 +1339,68 @@ var Particle = forwardRef16((delegated, ref) => {
|
|
|
985
1339
|
xmlns: "http://www.w3.org/2000/svg",
|
|
986
1340
|
...delegated,
|
|
987
1341
|
children: [
|
|
988
|
-
/* @__PURE__ */
|
|
1342
|
+
/* @__PURE__ */ jsx30("path", {
|
|
989
1343
|
fill: "#528693",
|
|
990
1344
|
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",
|
|
991
1345
|
opacity: ".05"
|
|
992
1346
|
}),
|
|
993
|
-
/* @__PURE__ */
|
|
1347
|
+
/* @__PURE__ */ jsx30("path", {
|
|
994
1348
|
fill: "#528693",
|
|
995
1349
|
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"
|
|
996
1350
|
}),
|
|
997
|
-
/* @__PURE__ */
|
|
1351
|
+
/* @__PURE__ */ jsx30("path", {
|
|
998
1352
|
fill: "#FFBD54",
|
|
999
1353
|
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"
|
|
1000
1354
|
}),
|
|
1001
|
-
/* @__PURE__ */
|
|
1355
|
+
/* @__PURE__ */ jsx30("path", {
|
|
1002
1356
|
fill: "#528693",
|
|
1003
1357
|
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"
|
|
1004
1358
|
}),
|
|
1005
|
-
/* @__PURE__ */
|
|
1359
|
+
/* @__PURE__ */ jsx30("path", {
|
|
1006
1360
|
fill: "#528693",
|
|
1007
1361
|
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"
|
|
1008
1362
|
}),
|
|
1009
|
-
/* @__PURE__ */
|
|
1363
|
+
/* @__PURE__ */ jsx30("path", {
|
|
1010
1364
|
fill: "#FFBD54",
|
|
1011
1365
|
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"
|
|
1012
1366
|
}),
|
|
1013
|
-
/* @__PURE__ */
|
|
1367
|
+
/* @__PURE__ */ jsx30("path", {
|
|
1014
1368
|
fill: "#528693",
|
|
1015
1369
|
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"
|
|
1016
1370
|
}),
|
|
1017
|
-
/* @__PURE__ */
|
|
1371
|
+
/* @__PURE__ */ jsx30("path", {
|
|
1018
1372
|
fill: "#FFBD54",
|
|
1019
1373
|
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"
|
|
1020
1374
|
}),
|
|
1021
|
-
/* @__PURE__ */
|
|
1375
|
+
/* @__PURE__ */ jsx30("path", {
|
|
1022
1376
|
fill: "#528693",
|
|
1023
1377
|
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"
|
|
1024
1378
|
}),
|
|
1025
|
-
/* @__PURE__ */
|
|
1379
|
+
/* @__PURE__ */ jsx30("path", {
|
|
1026
1380
|
fill: "#FFBD54",
|
|
1027
1381
|
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"
|
|
1028
1382
|
}),
|
|
1029
|
-
/* @__PURE__ */
|
|
1383
|
+
/* @__PURE__ */ jsx30("path", {
|
|
1030
1384
|
fill: "#528693",
|
|
1031
1385
|
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"
|
|
1032
1386
|
}),
|
|
1033
|
-
/* @__PURE__ */
|
|
1387
|
+
/* @__PURE__ */ jsx30("path", {
|
|
1034
1388
|
fill: "#528693",
|
|
1035
1389
|
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"
|
|
1036
1390
|
}),
|
|
1037
|
-
/* @__PURE__ */
|
|
1391
|
+
/* @__PURE__ */ jsx30("path", {
|
|
1038
1392
|
fill: "#FFBD54",
|
|
1039
1393
|
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"
|
|
1040
1394
|
}),
|
|
1041
|
-
/* @__PURE__ */
|
|
1395
|
+
/* @__PURE__ */ jsx30("path", {
|
|
1042
1396
|
fill: "#528693",
|
|
1043
1397
|
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"
|
|
1044
1398
|
}),
|
|
1045
|
-
/* @__PURE__ */
|
|
1399
|
+
/* @__PURE__ */ jsx30("path", {
|
|
1046
1400
|
fill: "#528693",
|
|
1047
1401
|
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"
|
|
1048
1402
|
}),
|
|
1049
|
-
/* @__PURE__ */
|
|
1403
|
+
/* @__PURE__ */ jsx30("path", {
|
|
1050
1404
|
fill: "#528693",
|
|
1051
1405
|
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",
|
|
1052
1406
|
opacity: ".05"
|
|
@@ -1056,11 +1410,346 @@ var Particle = forwardRef16((delegated, ref) => {
|
|
|
1056
1410
|
});
|
|
1057
1411
|
Particle.displayName = "ParticleIcon";
|
|
1058
1412
|
|
|
1413
|
+
// src/iconography/percentage.tsx
|
|
1414
|
+
import { forwardRef as forwardRef25 } from "react";
|
|
1415
|
+
import { jsx as jsx31, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
1416
|
+
var Percentage = forwardRef25((delegated, ref) => {
|
|
1417
|
+
return /* @__PURE__ */ jsxs23("svg", {
|
|
1418
|
+
ref,
|
|
1419
|
+
width: "17",
|
|
1420
|
+
height: "16",
|
|
1421
|
+
viewBox: "0 0 17 16",
|
|
1422
|
+
fill: "none",
|
|
1423
|
+
...delegated,
|
|
1424
|
+
children: [
|
|
1425
|
+
/* @__PURE__ */ jsx31("path", {
|
|
1426
|
+
d: "M2.5603 14.0231c-.5858-.5858-.5858-1.5356 0-2.1213L12.886 1.5761c.5858-.5858 1.5355-.5858 2.1213 0 .5858.5857.5858 1.5355 0 2.1213L4.6816 14.023c-.5858.5858-1.5356.5858-2.1213 0Z",
|
|
1427
|
+
fill: "#BFF6F8"
|
|
1428
|
+
}),
|
|
1429
|
+
/* @__PURE__ */ jsx31("path", {
|
|
1430
|
+
fillRule: "evenodd",
|
|
1431
|
+
clipRule: "evenodd",
|
|
1432
|
+
d: "M13.2395 1.9296 2.9138 12.2553c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0L14.6537 3.3438c.3906-.3905.3906-1.0237 0-1.4142-.3905-.3905-1.0236-.3905-1.4142 0ZM2.5603 11.9018c-.5858.5857-.5858 1.5355 0 2.1213.5857.5858 1.5355.5858 2.1213 0L15.0073 3.6974c.5858-.5858.5858-1.5356 0-2.1214-.5858-.5857-1.5355-.5857-2.1213 0L2.5603 11.9018Z",
|
|
1433
|
+
fill: "#528693"
|
|
1434
|
+
}),
|
|
1435
|
+
/* @__PURE__ */ jsx31("path", {
|
|
1436
|
+
d: "M6.984 3.4998c0 1.3807-1.1193 2.5-2.5 2.5s-2.5-1.1193-2.5-2.5 1.1193-2.5 2.5-2.5 2.5 1.1193 2.5 2.5Z",
|
|
1437
|
+
fill: "#fff"
|
|
1438
|
+
}),
|
|
1439
|
+
/* @__PURE__ */ jsx31("path", {
|
|
1440
|
+
fillRule: "evenodd",
|
|
1441
|
+
clipRule: "evenodd",
|
|
1442
|
+
d: "M4.484 5.4998c1.1045 0 2-.8955 2-2 0-1.1046-.8955-2-2-2-1.1046 0-2 .8954-2 2 0 1.1045.8954 2 2 2Zm0 .5c1.3807 0 2.5-1.1193 2.5-2.5s-1.1193-2.5-2.5-2.5-2.5 1.1193-2.5 2.5 1.1193 2.5 2.5 2.5Z",
|
|
1443
|
+
fill: "#528693"
|
|
1444
|
+
}),
|
|
1445
|
+
/* @__PURE__ */ jsx31("path", {
|
|
1446
|
+
d: "M15.984 12.4998c0 1.3807-1.1193 2.5-2.5 2.5s-2.5-1.1193-2.5-2.5 1.1193-2.5 2.5-2.5 2.5 1.1193 2.5 2.5Z",
|
|
1447
|
+
fill: "#fff"
|
|
1448
|
+
}),
|
|
1449
|
+
/* @__PURE__ */ jsx31("path", {
|
|
1450
|
+
fillRule: "evenodd",
|
|
1451
|
+
clipRule: "evenodd",
|
|
1452
|
+
d: "M13.484 14.4998c1.1045 0 2-.8955 2-2 0-1.1046-.8955-2-2-2-1.1046 0-2 .8954-2 2 0 1.1045.8954 2 2 2Zm0 .5c1.3807 0 2.5-1.1193 2.5-2.5s-1.1193-2.5-2.5-2.5-2.5 1.1193-2.5 2.5 1.1193 2.5 2.5 2.5Z",
|
|
1453
|
+
fill: "#528693"
|
|
1454
|
+
})
|
|
1455
|
+
]
|
|
1456
|
+
});
|
|
1457
|
+
});
|
|
1458
|
+
Percentage.displayName = "PercentageIcon";
|
|
1459
|
+
|
|
1460
|
+
// src/iconography/price-tag.tsx
|
|
1461
|
+
import { forwardRef as forwardRef26 } from "react";
|
|
1462
|
+
import { jsx as jsx32, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
1463
|
+
var PriceTag = forwardRef26((delegated, ref) => {
|
|
1464
|
+
return /* @__PURE__ */ jsxs24("svg", {
|
|
1465
|
+
ref,
|
|
1466
|
+
width: "17",
|
|
1467
|
+
height: "16",
|
|
1468
|
+
viewBox: "0 0 17 16",
|
|
1469
|
+
fill: "none",
|
|
1470
|
+
...delegated,
|
|
1471
|
+
children: [
|
|
1472
|
+
/* @__PURE__ */ jsx32("path", {
|
|
1473
|
+
d: "m9.2016 14.5299-5.3736-3.853 5.793-8.0797 4.7251-.9167.6485 4.7692-5.793 8.0802Z",
|
|
1474
|
+
fill: "#fff"
|
|
1475
|
+
}),
|
|
1476
|
+
/* @__PURE__ */ jsx32("path", {
|
|
1477
|
+
d: "m8.8128 13.9276-4.5965-3.3019a.0133.0133 0 0 1-.0055-.0032.014.014 0 0 1-.002-.0178l.1163-.1641.3672-.5163.7297-1.027 1.4482-2.0394C7.8328 5.5134 8.79 4.1755 9.7544 2.8277c.0069-.0108.014-.013.0314-.0153l.1965-.0375.3929-.0744.7955-.1488 2.1305-.402.5326-.0999.2613-.0492c.0064-.001.0133-.0022.0184.001.0051.0033.0016.0094.0034.0208l.0352.2687.0714.5403.2851 2.1503.1452 1.0746.0362.2686.0081.0493-.3143.4373-5.059 7.0545a1.7584 1.7584 0 0 0-.1567.2598 1.2226 1.2226 0 0 0-.0467.1131l-.0088.0263-.004.0128-.0015.0063c.027.0194-.06-.0408.0603.0433-.004.0006.007-.0129-.0102.03a.9797.9797 0 0 1-.0686.0787.0912.0912 0 0 0 .0044.1157.216.216 0 0 0 .2575.0442.3054.3054 0 0 0 .0912-.0611l.0448-.0358a1.1938 1.1938 0 0 0 .092-.0805 1.7974 1.7974 0 0 0 .1962-.2324l4.9402-6.8749.3088-.4313.18-.2535c.1009-.1407.0376-.3684.0327-.4162l-.1446-1.0616a3719.7822 3719.7822 0 0 1-.4494-3.319.424.424 0 0 0-.2845-.3766.4551.4551 0 0 0-.2507-.0093l-.1964.038-.5549.1087-2.2858.4401-.7855.1508-.3928.0754-.1998.0385a.4623.4623 0 0 0-.3335.1831L6.5894 6.3278 5.1243 8.373 4.339 9.472l-.4118.5743-.2538.3564a.4262.4262 0 0 0 .104.5907l4.737 3.3491c.5716.4042.8656-.0029.2983-.4149Z",
|
|
1478
|
+
fill: "#528693"
|
|
1479
|
+
}),
|
|
1480
|
+
/* @__PURE__ */ jsx32("path", {
|
|
1481
|
+
d: "m4.2171 11.2794 3.6044 2.5937.888.6332.1194.0851a.8012.8012 0 0 0 .2158.1291.4078.4078 0 0 0 .4288-.1178l.3711-.514 1.2481-1.7573 2.483-3.4894 1.2492-1.7412.3257-.4518a.39.39 0 0 0 .0815-.2246.7585.7585 0 0 0-.0109-.1213l-.011-.0666-.0349-.2673-.139-1.07-.4028-3.1009a.4107.4107 0 0 0-.3439-.3566.8.8 0 0 0-.2811.028l-.1572.0296-.6002.1136-1.2003.2283-2.4284.4662c-.1993.0197-.3265.259-.356.2978l-.172.2385-.3432.4775-.6868.9555L6.693 6.1885l-2.7413 3.8248a1.7602 1.7602 0 0 0-.1567.2599 1.1378 1.1378 0 0 0-.0467.113l-.019.0538a.3149.3149 0 0 0-.0325.1102.2297.2297 0 0 0 .1267.243.0914.0914 0 0 0 .1147-.0295c.0202-.0282.0286-.066.0494-.0933a.0703.0703 0 0 1 .0376-.0274c-.0104-.0075.0924.0658.0492.0344l.006-.001.0108-.0079.022-.0168a1.131 1.131 0 0 0 .0916-.0804 1.7693 1.7693 0 0 0 .1967-.2325l5.3837-7.4935 2.2612-.4386 1.2325-.2387.6331-.1226.192-.0367c.006-.001.0099.0044.0092.0096.1114.829.2523 1.874.3971 2.9524l.1411 1.0556c.0201.1526.0576.423.0457.351l-.2695.3742-1.1748 1.6332c-.7724 1.0755-1.5297 2.1323-2.3164 3.2285L9.733 13.2977l-.5927.8321s-.0027.005-.0059.0045c-.003-.0005.0266.0199-.0813-.057l-.4595-.3294-4.0784-2.8844c-.5719-.4031-.8654.0039-.2981.4159Z",
|
|
1482
|
+
fill: "#528693"
|
|
1483
|
+
}),
|
|
1484
|
+
/* @__PURE__ */ jsx32("path", {
|
|
1485
|
+
d: "M12.7352 4.6305a.559.559 0 0 0-.3575-.4881.5496.5496 0 0 0-.7468.6068.5279.5279 0 0 0 .1813.3014c.0103.01.0178.0214.0289.0307a.5425.5425 0 0 0 .0557.0308.507.507 0 0 0 .3297.0915.4996.4996 0 0 0 .2349-.0802c.0083-.005.0138-.012.022-.0173a.583.583 0 0 0 .1228-.1033.5614.5614 0 0 0 .0826-.1408c.0042-.0113.0135-.02.0172-.0312a.523.523 0 0 0 .0292-.2003Zm-.5592.0122c-.0034.0005-.0098.0016 0 0l.0109-.0018c.0029-.0005.0044-.0008.0093.0015-.0106.0027-.0196.0037-.0198.0022l-.0004-.002ZM9.6696 9.7357c.1039-.1448.1402-.3035.109-.476-.0297-.1714-.1362-.3836-.3195-.6365-.2619-.3427-.4113-.6512-.4482-.9255-.0342-.2748.0396-.5389.2213-.7923.185-.2581.4116-.4162.6796-.4743.2697-.057.5472-.007.8326.15l.3708-.517.3518.2522-.3725.5194c.2385.2258.3644.484.3776.7748.0148.2918-.0935.599-.3248.9218l-.4345-.3115c.1592-.222.2328-.436.221-.6423-.0118-.2063-.1074-.3738-.2868-.5024-.1874-.1343-.3656-.1882-.5347-.1617-.168.025-.3141.124-.4382.2971-.1151.1606-.1552.326-.1201.4966.0377.17.148.3802.3309.6304.1855.2498.3113.47.3774.6603.0688.19.0901.3696.0639.5391-.0246.1707-.0967.3394-.2164.5062-.1907.2661-.4245.4226-.7012.4696-.2753.0482-.5676-.0161-.8771-.1927l-.3234.451-.3494-.2505.3233-.451c-.2736-.2367-.429-.5053-.466-.806-.0344-.301.0602-.6075.2836-.9191l.4368.3131c-.1568.2188-.2201.4285-.1899.6289.0303.2004.151.3763.3618.5275.2063.1478.404.2145.593.2.1892-.0146.3453-.1076.4683-.2792Z",
|
|
1486
|
+
fill: "#528693"
|
|
1487
|
+
}),
|
|
1488
|
+
/* @__PURE__ */ jsx32("path", {
|
|
1489
|
+
d: "M7.0697 13.5895 2.3944 8.9137 9.4246 1.884l4.8112-.136-.1359 4.8113-7.0302 7.0302Z",
|
|
1490
|
+
fill: "#BFF6F8"
|
|
1491
|
+
}),
|
|
1492
|
+
/* @__PURE__ */ jsx32("path", {
|
|
1493
|
+
d: "M6.784 12.932 2.7859 8.9264a.014.014 0 0 1-.004-.022l.1414-.1429.4463-.4498.887-.8946 1.7608-1.7766c1.1684-1.17 2.3304-2.3344 3.5013-3.5074.0085-.0095.016-.0105.0335-.01l.1999-.005.3998-.0095.8091-.0175 2.1675-.05.5418-.012.2658-.006c.0065 0 .0135 0 .018.004.0045.004 0 .0096 0 .021l-.009.271-.0175.5447-.0684 2.168-.0315 1.084-.008.2708v.05l-.3813.3803-6.1391 6.1376a1.7614 1.7614 0 0 0-.197.2309 1.2262 1.2262 0 0 0-.0644.104l-.013.0245-.006.012-.0025.0059c.0235.0235-.0525-.0499.0525.0525-.004 0 .009-.0115-.015.028a.9673.9673 0 0 1-.0805.0665.0913.0913 0 0 0-.0145.1149.2155.2155 0 0 0 .2469.0855.305.305 0 0 0 .1-.0455l.05-.028a1.2113 1.2113 0 0 0 .1039-.0644c.0825-.0592.16-.1252.2314-.1975l5.9926-5.9796.3749-.3754.2189-.2209c.1224-.1224.0969-.3573.0999-.4053l.03-1.071a3270.5647 3270.5647 0 0 1 .0965-3.3479.4234.4234 0 0 0-.2194-.4178.4554.4554 0 0 0-.2459-.05l-.1999.0055-.5653.017-2.3269.0625-.7996.021-.3998.0105-.2034.0055a.4623.4623 0 0 0-.3588.1264L5.8264 5.0717 4.0483 6.8514l-.9536.9566-.4997.4997-.3084.3104a.4262.4262 0 0 0 .0065.5997l4.129 4.0751c.4983.4917.8547.1379.3619-.3609Z",
|
|
1494
|
+
fill: "#528693"
|
|
1495
|
+
}),
|
|
1496
|
+
/* @__PURE__ */ jsx32("path", {
|
|
1497
|
+
d: "m2.6802 9.5715 3.1346 3.1455.7731.7692.104.1034a.7985.7985 0 0 0 .1919.1625.4073.4073 0 0 0 .4423-.0465l.4497-.4468 1.5173-1.5308 3.0176-3.039 1.5158-1.5149.3948-.3928a.3894.3894 0 0 0 .117-.2084.7594.7594 0 0 0 .0089-.1214V6.384l.009-.2694.037-1.0784.107-3.125a.4105.4105 0 0 0-.2814-.4079.7995.7995 0 0 0-.2819-.018l-.1599.0035-.6107.0145-1.2214.03-2.4719.065c-.1999-.013-.3643.2024-.3998.2359l-.2084.2074-.4163.4153-.833.831-1.6643 1.6633-3.327 3.328a1.7572 1.7572 0 0 0-.1968.2308 1.139 1.139 0 0 0-.0645.104l-.0275.05a.315.315 0 0 0-.05.1034.2299.2299 0 0 0 .0855.2604.0914.0914 0 0 0 .118-.0105c.0244-.0245.039-.0605.0639-.084a.0704.0704 0 0 1 .0415-.021c-.009-.009.0804.08.043.042h.006l.012-.006.0244-.013a1.1354 1.1354 0 0 0 .1035-.0644c.0828-.059.1604-.1251.2319-.1975l6.531-6.5179 2.3023-.065 1.2549-.035.6447-.018.1954-.005c.006 0 .009.006.0075.011-.025.8362-.0559 1.8902-.0884 2.9777L13.83 6.0857c-.005.1539-.012.4268-.012.3538l-.3269.3253-1.4248 1.4204c-.937.9355-1.8561 1.8551-2.8107 2.8087l-1.4613 1.4663-.7201.7246s-.0035.0045-.0065.0035c-.003-.001.023.024-.071-.0694l-.3998-.3999L3.042 9.2097c-.4988-.4908-.8546-.137-.3619.3618Z",
|
|
1498
|
+
fill: "#528693"
|
|
1499
|
+
}),
|
|
1500
|
+
/* @__PURE__ */ jsx32("path", {
|
|
1501
|
+
d: "M12.1665 4.3968a.5599.5599 0 0 0-.2734-.5397.5498.5498 0 0 0-.8356.4772.5286.5286 0 0 0 .1299.3269c.0085.0115.014.024.0235.035a.5401.5401 0 0 0 .05.0395.5065.5065 0 0 0 .3103.1439.4995.4995 0 0 0 .2449-.041c.009-.0035.0155-.0095.0245-.0135a.5816.5816 0 0 0 .138-.082.5613.5613 0 0 0 .1044-.1254c.006-.0105.0165-.0175.022-.028a.5237.5237 0 0 0 .0615-.1929Zm-.5538-.079c-.0035 0-.01 0 0 0h.011c.003 0 .0045 0 .009.003-.011.001-.02.0006-.02-.001v-.002ZM8.3114 8.9353c.126-.126.1876-.2767.1849-.452-.0014-.174-.072-.4006-.2116-.68-.2027-.3807-.3-.7094-.2917-.986.011-.2767.1266-.5253.3471-.7458.2247-.2246.474-.3437.7478-.3574.2753-.0124.541.0821.7971.2835l.4499-.45.3061.3062-.452.452c.1986.2615.2808.5368.2466.8258-.0329.2903-.1897.5759-.4705.8566l-.378-.378c.1931-.193.3006-.3923.3225-.5978.022-.2054-.0451-.3862-.2013-.5423-.163-.163-.33-.2452-.5012-.2465-.1699-.0028-.33.0712-.4808.2218-.1396.1397-.206.2965-.1992.4705.0096.1739.0842.3992.224.6759.1423.2766.2307.5142.265.7128.0369.1986.0287.3794-.0247.5423-.052.1644-.1507.3192-.2959.4643-.2314.2315-.4875.3479-.7683.3493-.2794.0027-.5574-.1082-.834-.3328l-.3924.3923-.304-.304.3923-.3924c-.2314-.278-.341-.5684-.3287-.871.015-.3027.1582-.5896.4294-.8608l.38.38c-.1903.1904-.2869.387-.2896.5897-.0028.2027.0876.3958.2711.5793.1795.1794.3637.2773.5527.2938.189.0164.3581-.05.5074-.1993Z",
|
|
1502
|
+
fill: "#528693"
|
|
1503
|
+
})
|
|
1504
|
+
]
|
|
1505
|
+
});
|
|
1506
|
+
});
|
|
1507
|
+
PriceTag.displayName = "PriceTagIcon";
|
|
1508
|
+
|
|
1509
|
+
// src/iconography/subscription.tsx
|
|
1510
|
+
import { forwardRef as forwardRef27 } from "react";
|
|
1511
|
+
import { jsx as jsx33, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
1512
|
+
var Subscription = forwardRef27((delegated, ref) => {
|
|
1513
|
+
return /* @__PURE__ */ jsxs25("svg", {
|
|
1514
|
+
ref,
|
|
1515
|
+
width: "34",
|
|
1516
|
+
height: "34",
|
|
1517
|
+
viewBox: "0 0 34 34",
|
|
1518
|
+
fill: "none",
|
|
1519
|
+
...delegated,
|
|
1520
|
+
children: [
|
|
1521
|
+
/* @__PURE__ */ jsx33("path", {
|
|
1522
|
+
d: "M6.61561 5.18342H25.0671H27.0366L28.0213 8.13757L29.006 15.0306L6.35752 13.0612L5.3728 7.15285L6.61561 5.18342Z",
|
|
1523
|
+
fill: "#bff6f8"
|
|
1524
|
+
}),
|
|
1525
|
+
/* @__PURE__ */ jsx33("path", {
|
|
1526
|
+
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",
|
|
1527
|
+
fill: "#fff"
|
|
1528
|
+
}),
|
|
1529
|
+
/* @__PURE__ */ jsx33("path", {
|
|
1530
|
+
fillRule: "evenodd",
|
|
1531
|
+
clipRule: "evenodd",
|
|
1532
|
+
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",
|
|
1533
|
+
fill: "#528693"
|
|
1534
|
+
}),
|
|
1535
|
+
/* @__PURE__ */ jsx33("path", {
|
|
1536
|
+
fillRule: "evenodd",
|
|
1537
|
+
clipRule: "evenodd",
|
|
1538
|
+
d: "M28.4567 13.455L6.24786 13.455L6.24786 12.4094L28.4567 12.4094L28.4567 13.455Z",
|
|
1539
|
+
fill: "#528693"
|
|
1540
|
+
})
|
|
1541
|
+
]
|
|
1542
|
+
});
|
|
1543
|
+
});
|
|
1544
|
+
Subscription.displayName = "SubscriptionIcon";
|
|
1545
|
+
|
|
1546
|
+
// src/iconography/shapes.tsx
|
|
1547
|
+
import { forwardRef as forwardRef28 } from "react";
|
|
1548
|
+
import { jsx as jsx34, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
1549
|
+
var Shapes = forwardRef28((delegated, ref) => {
|
|
1550
|
+
return /* @__PURE__ */ jsxs26("svg", {
|
|
1551
|
+
ref,
|
|
1552
|
+
width: "23",
|
|
1553
|
+
height: "22",
|
|
1554
|
+
viewBox: "0 0 23 22",
|
|
1555
|
+
fill: "none",
|
|
1556
|
+
...delegated,
|
|
1557
|
+
children: [
|
|
1558
|
+
/* @__PURE__ */ jsx34("path", {
|
|
1559
|
+
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",
|
|
1560
|
+
fill: "#BFF6F8"
|
|
1561
|
+
}),
|
|
1562
|
+
/* @__PURE__ */ jsx34("path", {
|
|
1563
|
+
fillRule: "evenodd",
|
|
1564
|
+
clipRule: "evenodd",
|
|
1565
|
+
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",
|
|
1566
|
+
fill: "#528693"
|
|
1567
|
+
}),
|
|
1568
|
+
/* @__PURE__ */ jsx34("path", {
|
|
1569
|
+
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",
|
|
1570
|
+
fill: "#fff"
|
|
1571
|
+
}),
|
|
1572
|
+
/* @__PURE__ */ jsx34("path", {
|
|
1573
|
+
fillRule: "evenodd",
|
|
1574
|
+
clipRule: "evenodd",
|
|
1575
|
+
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",
|
|
1576
|
+
fill: "#528693"
|
|
1577
|
+
}),
|
|
1578
|
+
/* @__PURE__ */ jsx34("path", {
|
|
1579
|
+
d: "m17.069 2.8 3.51 7h-7.097l3.587-7Z",
|
|
1580
|
+
fill: "#BFF6F8"
|
|
1581
|
+
}),
|
|
1582
|
+
/* @__PURE__ */ jsx34("path", {
|
|
1583
|
+
fillRule: "evenodd",
|
|
1584
|
+
clipRule: "evenodd",
|
|
1585
|
+
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",
|
|
1586
|
+
fill: "#528693"
|
|
1587
|
+
}),
|
|
1588
|
+
/* @__PURE__ */ jsx34("path", {
|
|
1589
|
+
d: "M10.679 16.3a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z",
|
|
1590
|
+
fill: "#BFF6F8"
|
|
1591
|
+
}),
|
|
1592
|
+
/* @__PURE__ */ jsx34("path", {
|
|
1593
|
+
fillRule: "evenodd",
|
|
1594
|
+
clipRule: "evenodd",
|
|
1595
|
+
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",
|
|
1596
|
+
fill: "#528693"
|
|
1597
|
+
})
|
|
1598
|
+
]
|
|
1599
|
+
});
|
|
1600
|
+
});
|
|
1601
|
+
Shapes.displayName = "ShapesIcon";
|
|
1602
|
+
|
|
1603
|
+
// src/iconography/topics.tsx
|
|
1604
|
+
import { forwardRef as forwardRef29 } from "react";
|
|
1605
|
+
import { jsx as jsx35, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
1606
|
+
var Topics = forwardRef29((delegated, ref) => {
|
|
1607
|
+
return /* @__PURE__ */ jsxs27("svg", {
|
|
1608
|
+
ref,
|
|
1609
|
+
width: "23",
|
|
1610
|
+
height: "23",
|
|
1611
|
+
viewBox: "0 0 23 23",
|
|
1612
|
+
fill: "none",
|
|
1613
|
+
...delegated,
|
|
1614
|
+
children: [
|
|
1615
|
+
/* @__PURE__ */ jsx35("path", {
|
|
1616
|
+
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",
|
|
1617
|
+
fill: "#528693"
|
|
1618
|
+
}),
|
|
1619
|
+
/* @__PURE__ */ jsx35("path", {
|
|
1620
|
+
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",
|
|
1621
|
+
fill: "#528693"
|
|
1622
|
+
}),
|
|
1623
|
+
/* @__PURE__ */ jsx35("path", {
|
|
1624
|
+
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",
|
|
1625
|
+
fill: "#fff"
|
|
1626
|
+
}),
|
|
1627
|
+
/* @__PURE__ */ jsx35("path", {
|
|
1628
|
+
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",
|
|
1629
|
+
fill: "#528693"
|
|
1630
|
+
}),
|
|
1631
|
+
/* @__PURE__ */ jsx35("path", {
|
|
1632
|
+
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",
|
|
1633
|
+
fill: "#528693"
|
|
1634
|
+
}),
|
|
1635
|
+
/* @__PURE__ */ jsx35("path", {
|
|
1636
|
+
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",
|
|
1637
|
+
fill: "#BFF6F8"
|
|
1638
|
+
}),
|
|
1639
|
+
/* @__PURE__ */ jsx35("path", {
|
|
1640
|
+
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",
|
|
1641
|
+
fill: "#528693"
|
|
1642
|
+
}),
|
|
1643
|
+
/* @__PURE__ */ jsx35("path", {
|
|
1644
|
+
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",
|
|
1645
|
+
fill: "#BFF6F8"
|
|
1646
|
+
}),
|
|
1647
|
+
/* @__PURE__ */ jsx35("path", {
|
|
1648
|
+
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",
|
|
1649
|
+
fill: "#528693"
|
|
1650
|
+
}),
|
|
1651
|
+
/* @__PURE__ */ jsx35("path", {
|
|
1652
|
+
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",
|
|
1653
|
+
fill: "#BFF6F8"
|
|
1654
|
+
}),
|
|
1655
|
+
/* @__PURE__ */ jsx35("path", {
|
|
1656
|
+
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",
|
|
1657
|
+
fill: "#528693"
|
|
1658
|
+
})
|
|
1659
|
+
]
|
|
1660
|
+
});
|
|
1661
|
+
});
|
|
1662
|
+
Topics.displayName = "TopicsIcon";
|
|
1663
|
+
|
|
1664
|
+
// src/iconography/usage.tsx
|
|
1665
|
+
import { forwardRef as forwardRef30 } from "react";
|
|
1666
|
+
import { jsx as jsx36, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
1667
|
+
var Usage = forwardRef30((delegated, ref) => {
|
|
1668
|
+
return /* @__PURE__ */ jsxs28("svg", {
|
|
1669
|
+
ref,
|
|
1670
|
+
width: "23",
|
|
1671
|
+
height: "23",
|
|
1672
|
+
viewBox: "0 0 23 23",
|
|
1673
|
+
fill: "none",
|
|
1674
|
+
...delegated,
|
|
1675
|
+
children: [
|
|
1676
|
+
/* @__PURE__ */ jsx36("path", {
|
|
1677
|
+
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",
|
|
1678
|
+
fill: "#BFF6F8"
|
|
1679
|
+
}),
|
|
1680
|
+
/* @__PURE__ */ jsx36("path", {
|
|
1681
|
+
fillRule: "evenodd",
|
|
1682
|
+
clipRule: "evenodd",
|
|
1683
|
+
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",
|
|
1684
|
+
fill: "#528693"
|
|
1685
|
+
}),
|
|
1686
|
+
/* @__PURE__ */ jsx36("path", {
|
|
1687
|
+
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",
|
|
1688
|
+
fill: "#fff"
|
|
1689
|
+
}),
|
|
1690
|
+
/* @__PURE__ */ jsx36("path", {
|
|
1691
|
+
fillRule: "evenodd",
|
|
1692
|
+
clipRule: "evenodd",
|
|
1693
|
+
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",
|
|
1694
|
+
fill: "#528693"
|
|
1695
|
+
})
|
|
1696
|
+
]
|
|
1697
|
+
});
|
|
1698
|
+
});
|
|
1699
|
+
Usage.displayName = "UsageIcon";
|
|
1700
|
+
|
|
1701
|
+
// src/iconography/users.tsx
|
|
1702
|
+
import { forwardRef as forwardRef31 } from "react";
|
|
1703
|
+
import { jsx as jsx37, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
1704
|
+
var Users = forwardRef31((delegated, ref) => {
|
|
1705
|
+
return /* @__PURE__ */ jsxs29("svg", {
|
|
1706
|
+
ref,
|
|
1707
|
+
width: "24",
|
|
1708
|
+
height: "24",
|
|
1709
|
+
viewBox: "0 0 24 24",
|
|
1710
|
+
fill: "none",
|
|
1711
|
+
...delegated,
|
|
1712
|
+
children: [
|
|
1713
|
+
/* @__PURE__ */ jsx37("path", {
|
|
1714
|
+
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",
|
|
1715
|
+
fill: "#528693"
|
|
1716
|
+
}),
|
|
1717
|
+
/* @__PURE__ */ jsx37("path", {
|
|
1718
|
+
fillRule: "evenodd",
|
|
1719
|
+
clipRule: "evenodd",
|
|
1720
|
+
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",
|
|
1721
|
+
fill: "#528693"
|
|
1722
|
+
}),
|
|
1723
|
+
/* @__PURE__ */ jsx37("path", {
|
|
1724
|
+
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",
|
|
1725
|
+
fill: "#BFF6F8"
|
|
1726
|
+
}),
|
|
1727
|
+
/* @__PURE__ */ jsx37("path", {
|
|
1728
|
+
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",
|
|
1729
|
+
fill: "#fff"
|
|
1730
|
+
}),
|
|
1731
|
+
/* @__PURE__ */ jsx37("path", {
|
|
1732
|
+
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",
|
|
1733
|
+
fill: "#528693"
|
|
1734
|
+
}),
|
|
1735
|
+
/* @__PURE__ */ jsx37("path", {
|
|
1736
|
+
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",
|
|
1737
|
+
fill: "#BFF6F8"
|
|
1738
|
+
}),
|
|
1739
|
+
/* @__PURE__ */ jsx37("path", {
|
|
1740
|
+
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",
|
|
1741
|
+
fill: "#fff"
|
|
1742
|
+
})
|
|
1743
|
+
]
|
|
1744
|
+
});
|
|
1745
|
+
});
|
|
1746
|
+
Users.displayName = "UsersIcon";
|
|
1747
|
+
|
|
1059
1748
|
// src/iconography/warning.tsx
|
|
1060
|
-
import { forwardRef as
|
|
1061
|
-
import { jsx as
|
|
1062
|
-
var Warning =
|
|
1063
|
-
return /* @__PURE__ */
|
|
1749
|
+
import { forwardRef as forwardRef32 } from "react";
|
|
1750
|
+
import { jsx as jsx38, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1751
|
+
var Warning = forwardRef32((delegated, ref) => {
|
|
1752
|
+
return /* @__PURE__ */ jsxs30("svg", {
|
|
1064
1753
|
ref,
|
|
1065
1754
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1066
1755
|
width: "22",
|
|
@@ -1069,31 +1758,31 @@ var Warning = forwardRef17((delegated, ref) => {
|
|
|
1069
1758
|
viewBox: "0 0 22 22",
|
|
1070
1759
|
...delegated,
|
|
1071
1760
|
children: [
|
|
1072
|
-
/* @__PURE__ */
|
|
1761
|
+
/* @__PURE__ */ jsx38("path", {
|
|
1073
1762
|
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",
|
|
1074
1763
|
fill: "#FFDE99"
|
|
1075
1764
|
}),
|
|
1076
|
-
/* @__PURE__ */
|
|
1765
|
+
/* @__PURE__ */ jsx38("path", {
|
|
1077
1766
|
"fill-rule": "evenodd",
|
|
1078
1767
|
"clip-rule": "evenodd",
|
|
1079
1768
|
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",
|
|
1080
1769
|
fill: "#528693"
|
|
1081
1770
|
}),
|
|
1082
|
-
/* @__PURE__ */
|
|
1771
|
+
/* @__PURE__ */ jsx38("path", {
|
|
1083
1772
|
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",
|
|
1084
1773
|
fill: "white"
|
|
1085
1774
|
}),
|
|
1086
|
-
/* @__PURE__ */
|
|
1775
|
+
/* @__PURE__ */ jsx38("path", {
|
|
1087
1776
|
"fill-rule": "evenodd",
|
|
1088
1777
|
"clip-rule": "evenodd",
|
|
1089
1778
|
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",
|
|
1090
1779
|
fill: "#528693"
|
|
1091
1780
|
}),
|
|
1092
|
-
/* @__PURE__ */
|
|
1781
|
+
/* @__PURE__ */ jsx38("path", {
|
|
1093
1782
|
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",
|
|
1094
1783
|
fill: "white"
|
|
1095
1784
|
}),
|
|
1096
|
-
/* @__PURE__ */
|
|
1785
|
+
/* @__PURE__ */ jsx38("path", {
|
|
1097
1786
|
"fill-rule": "evenodd",
|
|
1098
1787
|
"clip-rule": "evenodd",
|
|
1099
1788
|
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",
|
|
@@ -1109,20 +1798,35 @@ var Icon = {
|
|
|
1109
1798
|
Arrow,
|
|
1110
1799
|
Atom,
|
|
1111
1800
|
Cancel,
|
|
1801
|
+
Catalogue,
|
|
1112
1802
|
Copy,
|
|
1113
1803
|
Crystal,
|
|
1804
|
+
Customers,
|
|
1114
1805
|
Edit,
|
|
1115
1806
|
Error,
|
|
1807
|
+
Fulfilment,
|
|
1116
1808
|
Glasses,
|
|
1117
1809
|
GraphQL,
|
|
1810
|
+
Grid,
|
|
1811
|
+
Hooks,
|
|
1118
1812
|
Info,
|
|
1813
|
+
Key,
|
|
1814
|
+
Language,
|
|
1119
1815
|
NailPolish,
|
|
1816
|
+
Order,
|
|
1120
1817
|
Particle,
|
|
1818
|
+
Percentage,
|
|
1819
|
+
PriceTag,
|
|
1820
|
+
Subscription,
|
|
1821
|
+
Shapes,
|
|
1822
|
+
Topics,
|
|
1823
|
+
Usage,
|
|
1824
|
+
Users,
|
|
1121
1825
|
Warning
|
|
1122
1826
|
};
|
|
1123
1827
|
|
|
1124
1828
|
// src/dialog/dialog.tsx
|
|
1125
|
-
import { jsx as
|
|
1829
|
+
import { jsx as jsx39, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1126
1830
|
var IconMap = {
|
|
1127
1831
|
error: Icon.Error,
|
|
1128
1832
|
info: Icon.Info,
|
|
@@ -1138,29 +1842,29 @@ var dialogContentStyles = cva4("c-dialog", {
|
|
|
1138
1842
|
function DialogContent({ children, closable = true, type, className, container, ...delegated }) {
|
|
1139
1843
|
const withIcon = typeof type !== "undefined";
|
|
1140
1844
|
const IconComponent = type && IconMap[type];
|
|
1141
|
-
return /* @__PURE__ */
|
|
1845
|
+
return /* @__PURE__ */ jsxs31(DialogPrimitive.Portal, {
|
|
1142
1846
|
container,
|
|
1143
1847
|
children: [
|
|
1144
|
-
/* @__PURE__ */
|
|
1848
|
+
/* @__PURE__ */ jsx39(DialogPrimitive.Overlay, {
|
|
1145
1849
|
className: "c-dialog-overlay"
|
|
1146
1850
|
}),
|
|
1147
|
-
/* @__PURE__ */
|
|
1851
|
+
/* @__PURE__ */ jsxs31(DialogPrimitive.Content, {
|
|
1148
1852
|
className: dialogContentStyles({ withIcon, class: className }),
|
|
1149
1853
|
...delegated,
|
|
1150
1854
|
children: [
|
|
1151
|
-
IconComponent && /* @__PURE__ */
|
|
1855
|
+
IconComponent && /* @__PURE__ */ jsx39("div", {
|
|
1152
1856
|
className: "flex h-[44px] w-[44px] min-w-[44px] items-center justify-center rounded-lg bg-gray-50-900 p-[5px]",
|
|
1153
|
-
children: /* @__PURE__ */
|
|
1857
|
+
children: /* @__PURE__ */ jsx39(IconComponent, {
|
|
1154
1858
|
className: "c-dialog-icon",
|
|
1155
1859
|
width: 34,
|
|
1156
1860
|
height: 34
|
|
1157
1861
|
})
|
|
1158
1862
|
}),
|
|
1159
|
-
closable && /* @__PURE__ */
|
|
1863
|
+
closable && /* @__PURE__ */ jsx39(DialogClose, {
|
|
1160
1864
|
asChild: true,
|
|
1161
|
-
children: /* @__PURE__ */
|
|
1865
|
+
children: /* @__PURE__ */ jsx39(Button, {
|
|
1162
1866
|
className: "c-dialog-close-button",
|
|
1163
|
-
children: /* @__PURE__ */
|
|
1867
|
+
children: /* @__PURE__ */ jsx39(Icon.Cancel, {
|
|
1164
1868
|
color: "density",
|
|
1165
1869
|
"aria-label": "Close",
|
|
1166
1870
|
height: 16,
|
|
@@ -1168,7 +1872,7 @@ function DialogContent({ children, closable = true, type, className, container,
|
|
|
1168
1872
|
})
|
|
1169
1873
|
})
|
|
1170
1874
|
}),
|
|
1171
|
-
/* @__PURE__ */
|
|
1875
|
+
/* @__PURE__ */ jsx39("div", {
|
|
1172
1876
|
children
|
|
1173
1877
|
})
|
|
1174
1878
|
]
|
|
@@ -1177,13 +1881,13 @@ function DialogContent({ children, closable = true, type, className, container,
|
|
|
1177
1881
|
});
|
|
1178
1882
|
}
|
|
1179
1883
|
function DialogTitle({ className, ...delegated }) {
|
|
1180
|
-
return /* @__PURE__ */
|
|
1884
|
+
return /* @__PURE__ */ jsx39(DialogPrimitive.Title, {
|
|
1181
1885
|
className: cx4("c-dialog-title", className),
|
|
1182
1886
|
...delegated
|
|
1183
1887
|
});
|
|
1184
1888
|
}
|
|
1185
1889
|
function DialogDescription(delegated) {
|
|
1186
|
-
return /* @__PURE__ */
|
|
1890
|
+
return /* @__PURE__ */ jsx39(DialogPrimitive.Description, {
|
|
1187
1891
|
className: "c-dialog-description",
|
|
1188
1892
|
...delegated
|
|
1189
1893
|
});
|
|
@@ -1192,7 +1896,7 @@ var DialogTrigger = DialogPrimitive.Trigger;
|
|
|
1192
1896
|
var DialogClose = DialogPrimitive.Close;
|
|
1193
1897
|
var DialogRoot = DialogPrimitive.Root;
|
|
1194
1898
|
function DialogBase({ children, ...delegated }) {
|
|
1195
|
-
return /* @__PURE__ */
|
|
1899
|
+
return /* @__PURE__ */ jsx39(DialogRoot, {
|
|
1196
1900
|
...delegated,
|
|
1197
1901
|
children
|
|
1198
1902
|
});
|
|
@@ -1207,7 +1911,7 @@ DialogBase.Overlay = DialogPrimitive.Overlay;
|
|
|
1207
1911
|
import { unmountComponentAtNode, render as DOMRender } from "react-dom";
|
|
1208
1912
|
|
|
1209
1913
|
// src/dialog/confirm-dialog.tsx
|
|
1210
|
-
import { jsx as
|
|
1914
|
+
import { jsx as jsx40, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1211
1915
|
function ConfirmDialog({
|
|
1212
1916
|
open,
|
|
1213
1917
|
close,
|
|
@@ -1226,35 +1930,35 @@ function ConfirmDialog({
|
|
|
1226
1930
|
type,
|
|
1227
1931
|
closable
|
|
1228
1932
|
}) {
|
|
1229
|
-
const cancelButton = okCancel && /* @__PURE__ */
|
|
1933
|
+
const cancelButton = okCancel && /* @__PURE__ */ jsx40(Button, {
|
|
1230
1934
|
onClick: () => {
|
|
1231
1935
|
onCancel?.();
|
|
1232
1936
|
close();
|
|
1233
1937
|
},
|
|
1234
1938
|
children: cancelText
|
|
1235
1939
|
});
|
|
1236
|
-
return /* @__PURE__ */
|
|
1940
|
+
return /* @__PURE__ */ jsx40(DialogRoot, {
|
|
1237
1941
|
open,
|
|
1238
1942
|
onOpenChange: () => close(),
|
|
1239
|
-
children: /* @__PURE__ */
|
|
1943
|
+
children: /* @__PURE__ */ jsxs32(Dialog.Content, {
|
|
1240
1944
|
onEscapeKeyDown,
|
|
1241
1945
|
onInteractOutside,
|
|
1242
1946
|
onPointerDownOutside,
|
|
1243
1947
|
type,
|
|
1244
1948
|
closable,
|
|
1245
1949
|
children: [
|
|
1246
|
-
title && /* @__PURE__ */
|
|
1950
|
+
title && /* @__PURE__ */ jsx40(Dialog.Title, {
|
|
1247
1951
|
children: title
|
|
1248
1952
|
}),
|
|
1249
|
-
description && /* @__PURE__ */
|
|
1953
|
+
description && /* @__PURE__ */ jsx40(Dialog.Description, {
|
|
1250
1954
|
children: description
|
|
1251
1955
|
}),
|
|
1252
1956
|
content,
|
|
1253
|
-
/* @__PURE__ */
|
|
1957
|
+
/* @__PURE__ */ jsxs32("div", {
|
|
1254
1958
|
className: "mt-4 flex items-center justify-end gap-4",
|
|
1255
1959
|
children: [
|
|
1256
1960
|
cancelButton,
|
|
1257
|
-
/* @__PURE__ */
|
|
1961
|
+
/* @__PURE__ */ jsx40(Button, {
|
|
1258
1962
|
intent: okButtonIntent,
|
|
1259
1963
|
onClick: () => {
|
|
1260
1964
|
onOk?.();
|
|
@@ -1270,7 +1974,7 @@ function ConfirmDialog({
|
|
|
1270
1974
|
}
|
|
1271
1975
|
|
|
1272
1976
|
// src/dialog/config.tsx
|
|
1273
|
-
import { jsx as
|
|
1977
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
1274
1978
|
function confirm(config) {
|
|
1275
1979
|
const container = document.createDocumentFragment();
|
|
1276
1980
|
let currentConfig = { ...config, close, open: true };
|
|
@@ -1306,7 +2010,7 @@ function confirm(config) {
|
|
|
1306
2010
|
function render({ okText, cancelText, ...delegated }) {
|
|
1307
2011
|
clearTimeout(timeoutId);
|
|
1308
2012
|
timeoutId = setTimeout(() => {
|
|
1309
|
-
DOMRender(/* @__PURE__ */
|
|
2013
|
+
DOMRender(/* @__PURE__ */ jsx41(ConfirmDialog, {
|
|
1310
2014
|
...delegated,
|
|
1311
2015
|
okText,
|
|
1312
2016
|
cancelText
|
|
@@ -1409,9 +2113,9 @@ function destroyAll() {
|
|
|
1409
2113
|
}
|
|
1410
2114
|
|
|
1411
2115
|
// src/icon-button/icon-button.tsx
|
|
1412
|
-
import { forwardRef as
|
|
2116
|
+
import { forwardRef as forwardRef33 } from "react";
|
|
1413
2117
|
import { cva as cva5 } from "class-variance-authority";
|
|
1414
|
-
import { jsx as
|
|
2118
|
+
import { jsx as jsx42 } from "react/jsx-runtime";
|
|
1415
2119
|
var buttonStyles2 = cva5(["c-icon-button"], {
|
|
1416
2120
|
variants: {
|
|
1417
2121
|
size: {
|
|
@@ -1426,9 +2130,9 @@ var buttonStyles2 = cva5(["c-icon-button"], {
|
|
|
1426
2130
|
size: "sm"
|
|
1427
2131
|
}
|
|
1428
2132
|
});
|
|
1429
|
-
var IconButton =
|
|
2133
|
+
var IconButton = forwardRef33(
|
|
1430
2134
|
({ children, className, type = "button", size, ...delegated }, ref) => {
|
|
1431
|
-
return /* @__PURE__ */
|
|
2135
|
+
return /* @__PURE__ */ jsx42("button", {
|
|
1432
2136
|
ref,
|
|
1433
2137
|
type,
|
|
1434
2138
|
className: buttonStyles2({ size, className }),
|
|
@@ -1442,18 +2146,18 @@ IconButton.displayName = "Button";
|
|
|
1442
2146
|
// src/inline-radio/inline-radio.tsx
|
|
1443
2147
|
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
|
1444
2148
|
import { cx as cx5 } from "class-variance-authority";
|
|
1445
|
-
import { jsx as
|
|
2149
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
1446
2150
|
function InlineRadioGroup(delegated) {
|
|
1447
|
-
return /* @__PURE__ */
|
|
2151
|
+
return /* @__PURE__ */ jsx43(RadioGroupPrimitive.Root, {
|
|
1448
2152
|
...delegated,
|
|
1449
2153
|
className: "c-inline-radio-root"
|
|
1450
2154
|
});
|
|
1451
2155
|
}
|
|
1452
2156
|
function InlineRadioItem({ children, className, ...delegated }) {
|
|
1453
|
-
return /* @__PURE__ */
|
|
2157
|
+
return /* @__PURE__ */ jsx43(RadioGroupPrimitive.Item, {
|
|
1454
2158
|
...delegated,
|
|
1455
2159
|
className: cx5("c-inline-radio", className),
|
|
1456
|
-
children: /* @__PURE__ */
|
|
2160
|
+
children: /* @__PURE__ */ jsx43(RadioGroupPrimitive.Indicator, {
|
|
1457
2161
|
forceMount: true,
|
|
1458
2162
|
children
|
|
1459
2163
|
})
|
|
@@ -1465,19 +2169,19 @@ var InlineRadio = {
|
|
|
1465
2169
|
};
|
|
1466
2170
|
|
|
1467
2171
|
// src/input-with-label/input-with-label.tsx
|
|
1468
|
-
import { forwardRef as
|
|
2172
|
+
import { forwardRef as forwardRef37 } from "react";
|
|
1469
2173
|
import { cva as cva7, cx as cx7 } from "class-variance-authority";
|
|
1470
2174
|
|
|
1471
2175
|
// src/input/input.tsx
|
|
1472
2176
|
import { cva as cva6 } from "class-variance-authority";
|
|
1473
|
-
import { forwardRef as
|
|
1474
|
-
import { jsx as
|
|
2177
|
+
import { forwardRef as forwardRef34 } from "react";
|
|
2178
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
1475
2179
|
var inputStyles = cva6(["c-input"], {
|
|
1476
2180
|
variants: {},
|
|
1477
2181
|
defaultVariants: {}
|
|
1478
2182
|
});
|
|
1479
|
-
var Input =
|
|
1480
|
-
return /* @__PURE__ */
|
|
2183
|
+
var Input = forwardRef34(({ className, ...delegated }, ref) => {
|
|
2184
|
+
return /* @__PURE__ */ jsx44("input", {
|
|
1481
2185
|
ref,
|
|
1482
2186
|
className: inputStyles({ className }),
|
|
1483
2187
|
type: "text",
|
|
@@ -1487,11 +2191,11 @@ var Input = forwardRef19(({ className, ...delegated }, ref) => {
|
|
|
1487
2191
|
Input.displayName = "Input";
|
|
1488
2192
|
|
|
1489
2193
|
// src/label/label.tsx
|
|
1490
|
-
import { forwardRef as
|
|
2194
|
+
import { forwardRef as forwardRef35 } from "react";
|
|
1491
2195
|
import { cx as cx6 } from "class-variance-authority";
|
|
1492
|
-
import { jsx as
|
|
1493
|
-
var Label2 =
|
|
1494
|
-
return /* @__PURE__ */
|
|
2196
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
2197
|
+
var Label2 = forwardRef35(({ className, ...delegated }, ref) => {
|
|
2198
|
+
return /* @__PURE__ */ jsx45("label", {
|
|
1495
2199
|
ref,
|
|
1496
2200
|
className: cx6("c-label", className),
|
|
1497
2201
|
...delegated
|
|
@@ -1500,11 +2204,11 @@ var Label2 = forwardRef20(({ className, ...delegated }, ref) => {
|
|
|
1500
2204
|
Label2.displayName = "Label";
|
|
1501
2205
|
|
|
1502
2206
|
// src/iconography/triangle.tsx
|
|
1503
|
-
import { forwardRef as
|
|
1504
|
-
import { jsx as
|
|
1505
|
-
var Triangle =
|
|
2207
|
+
import { forwardRef as forwardRef36 } from "react";
|
|
2208
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
2209
|
+
var Triangle = forwardRef36((delegated, ref) => {
|
|
1506
2210
|
const { width = 20, height = 20, ...rest } = delegated;
|
|
1507
|
-
return /* @__PURE__ */
|
|
2211
|
+
return /* @__PURE__ */ jsx46("svg", {
|
|
1508
2212
|
viewBox: "0 0 17 15",
|
|
1509
2213
|
width,
|
|
1510
2214
|
height,
|
|
@@ -1512,7 +2216,7 @@ var Triangle = forwardRef21((delegated, ref) => {
|
|
|
1512
2216
|
fill: "none",
|
|
1513
2217
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1514
2218
|
...rest,
|
|
1515
|
-
children: /* @__PURE__ */
|
|
2219
|
+
children: /* @__PURE__ */ jsx46("path", {
|
|
1516
2220
|
d: "M15.463 1.2L8.5 12.685 1.537 1.2h13.925zM1.353.896s0 0 0 0h0z",
|
|
1517
2221
|
stroke: "currentColor",
|
|
1518
2222
|
strokeWidth: 2.4
|
|
@@ -1521,7 +2225,7 @@ var Triangle = forwardRef21((delegated, ref) => {
|
|
|
1521
2225
|
});
|
|
1522
2226
|
|
|
1523
2227
|
// src/input-with-label/input-with-label.tsx
|
|
1524
|
-
import { Fragment, jsx as
|
|
2228
|
+
import { Fragment, jsx as jsx47, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1525
2229
|
var inputWithLabelStyles = cva7(["c-input-with-label"], {
|
|
1526
2230
|
variants: {
|
|
1527
2231
|
variant: {
|
|
@@ -1535,29 +2239,29 @@ var inputWithLabelStyles = cva7(["c-input-with-label"], {
|
|
|
1535
2239
|
},
|
|
1536
2240
|
defaultVariants: {}
|
|
1537
2241
|
});
|
|
1538
|
-
var InputWithLabel =
|
|
2242
|
+
var InputWithLabel = forwardRef37(
|
|
1539
2243
|
({ className, label, append, errorMessage, status, variant, id, labelProps, ...delegated }, ref) => {
|
|
1540
2244
|
const { className: labelClassName, ...labelPropsRest } = labelProps ?? {};
|
|
1541
|
-
return /* @__PURE__ */
|
|
1542
|
-
children: /* @__PURE__ */
|
|
2245
|
+
return /* @__PURE__ */ jsx47(Fragment, {
|
|
2246
|
+
children: /* @__PURE__ */ jsxs33(Label2, {
|
|
1543
2247
|
className: inputWithLabelStyles({ status, variant, className: labelClassName }),
|
|
1544
2248
|
htmlFor: id,
|
|
1545
2249
|
...labelPropsRest,
|
|
1546
2250
|
children: [
|
|
1547
2251
|
label,
|
|
1548
|
-
/* @__PURE__ */
|
|
2252
|
+
/* @__PURE__ */ jsxs33("span", {
|
|
1549
2253
|
className: "c-input-with-label-input-wrap",
|
|
1550
2254
|
children: [
|
|
1551
|
-
/* @__PURE__ */
|
|
2255
|
+
/* @__PURE__ */ jsx47(Input, {
|
|
1552
2256
|
className: cx7("c-input-with-label-input", className),
|
|
1553
2257
|
ref,
|
|
1554
2258
|
id,
|
|
1555
2259
|
...delegated
|
|
1556
2260
|
}),
|
|
1557
|
-
!append && !errorMessage ? null : /* @__PURE__ */
|
|
2261
|
+
!append && !errorMessage ? null : /* @__PURE__ */ jsx47("div", {
|
|
1558
2262
|
className: "c-input-with-label-append",
|
|
1559
2263
|
title: errorMessage,
|
|
1560
|
-
children: errorMessage ? /* @__PURE__ */
|
|
2264
|
+
children: errorMessage ? /* @__PURE__ */ jsx47(Triangle, {}) : append
|
|
1561
2265
|
})
|
|
1562
2266
|
]
|
|
1563
2267
|
})
|
|
@@ -1571,12 +2275,12 @@ InputWithLabel.displayName = "InputWithLabel";
|
|
|
1571
2275
|
// src/progress/progress.tsx
|
|
1572
2276
|
import * as ProgressPrimitives from "@radix-ui/react-progress";
|
|
1573
2277
|
import { cx as cx8 } from "class-variance-authority";
|
|
1574
|
-
import { jsx as
|
|
2278
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
1575
2279
|
function Progress({ className, value }) {
|
|
1576
|
-
return /* @__PURE__ */
|
|
2280
|
+
return /* @__PURE__ */ jsx48(ProgressPrimitives.Root, {
|
|
1577
2281
|
className: cx8(className, "c-progress-root"),
|
|
1578
2282
|
value,
|
|
1579
|
-
children: /* @__PURE__ */
|
|
2283
|
+
children: /* @__PURE__ */ jsx48(ProgressPrimitives.Indicator, {
|
|
1580
2284
|
className: "c-progress-indicator",
|
|
1581
2285
|
style: { transform: `translateX(-${100 - (value ?? 0)}%)` }
|
|
1582
2286
|
})
|
|
@@ -1585,12 +2289,12 @@ function Progress({ className, value }) {
|
|
|
1585
2289
|
|
|
1586
2290
|
// src/radio/radio.tsx
|
|
1587
2291
|
import * as RadioGroupPrimitive2 from "@radix-ui/react-radio-group";
|
|
1588
|
-
import { jsx as
|
|
2292
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
1589
2293
|
function RadioGroupItem(props) {
|
|
1590
|
-
return /* @__PURE__ */
|
|
2294
|
+
return /* @__PURE__ */ jsx49(RadioGroupPrimitive2.Item, {
|
|
1591
2295
|
...props,
|
|
1592
2296
|
className: "c-radio-item",
|
|
1593
|
-
children: /* @__PURE__ */
|
|
2297
|
+
children: /* @__PURE__ */ jsx49(RadioGroupPrimitive2.Indicator, {
|
|
1594
2298
|
className: "c-radio-indicator"
|
|
1595
2299
|
})
|
|
1596
2300
|
});
|
|
@@ -1601,59 +2305,59 @@ var Radio = {
|
|
|
1601
2305
|
};
|
|
1602
2306
|
|
|
1603
2307
|
// src/select/select-item.tsx
|
|
1604
|
-
import { forwardRef as
|
|
2308
|
+
import { forwardRef as forwardRef38 } from "react";
|
|
1605
2309
|
import * as SelectPrimitives from "@radix-ui/react-select";
|
|
1606
|
-
import { jsx as
|
|
1607
|
-
var SelectItem =
|
|
2310
|
+
import { jsx as jsx50, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
2311
|
+
var SelectItem = forwardRef38((props, ref) => {
|
|
1608
2312
|
const { children, ...delegated } = props;
|
|
1609
|
-
return /* @__PURE__ */
|
|
2313
|
+
return /* @__PURE__ */ jsxs34(SelectPrimitives.Item, {
|
|
1610
2314
|
className: "c-select-item",
|
|
1611
2315
|
ref,
|
|
1612
2316
|
...delegated,
|
|
1613
2317
|
children: [
|
|
1614
|
-
/* @__PURE__ */
|
|
2318
|
+
/* @__PURE__ */ jsx50(SelectPrimitives.ItemText, {
|
|
1615
2319
|
children
|
|
1616
2320
|
}),
|
|
1617
|
-
/* @__PURE__ */
|
|
2321
|
+
/* @__PURE__ */ jsx50(SelectPrimitives.ItemIndicator, {})
|
|
1618
2322
|
]
|
|
1619
2323
|
});
|
|
1620
2324
|
});
|
|
1621
2325
|
SelectItem.displayName = "SelectItem";
|
|
1622
2326
|
|
|
1623
2327
|
// src/select/select-root.tsx
|
|
1624
|
-
import { forwardRef as
|
|
2328
|
+
import { forwardRef as forwardRef39 } from "react";
|
|
1625
2329
|
import * as SelectPrimitives2 from "@radix-ui/react-select";
|
|
1626
|
-
import { jsx as
|
|
1627
|
-
var SelectContainer =
|
|
2330
|
+
import { jsx as jsx51, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
2331
|
+
var SelectContainer = forwardRef39(
|
|
1628
2332
|
({ children, id, placeholder, disabled, ...delegated }, ref) => {
|
|
1629
|
-
return /* @__PURE__ */
|
|
2333
|
+
return /* @__PURE__ */ jsxs35(SelectPrimitives2.Root, {
|
|
1630
2334
|
...delegated,
|
|
1631
2335
|
children: [
|
|
1632
|
-
/* @__PURE__ */
|
|
2336
|
+
/* @__PURE__ */ jsxs35(SelectPrimitives2.Trigger, {
|
|
1633
2337
|
ref,
|
|
1634
2338
|
className: "c-select-trigger",
|
|
1635
2339
|
disabled,
|
|
1636
2340
|
id,
|
|
1637
2341
|
children: [
|
|
1638
|
-
/* @__PURE__ */
|
|
1639
|
-
placeholder: /* @__PURE__ */
|
|
2342
|
+
/* @__PURE__ */ jsx51(SelectPrimitives2.Value, {
|
|
2343
|
+
placeholder: /* @__PURE__ */ jsx51("span", {
|
|
1640
2344
|
className: "c-select-value",
|
|
1641
2345
|
children: placeholder ?? "Select..."
|
|
1642
2346
|
})
|
|
1643
2347
|
}),
|
|
1644
|
-
/* @__PURE__ */
|
|
2348
|
+
/* @__PURE__ */ jsx51(Icon.Arrow, {})
|
|
1645
2349
|
]
|
|
1646
2350
|
}),
|
|
1647
|
-
/* @__PURE__ */
|
|
1648
|
-
children: /* @__PURE__ */
|
|
2351
|
+
/* @__PURE__ */ jsx51(SelectPrimitives2.Portal, {
|
|
2352
|
+
children: /* @__PURE__ */ jsxs35(SelectPrimitives2.Content, {
|
|
1649
2353
|
className: "c-select-content",
|
|
1650
2354
|
children: [
|
|
1651
|
-
/* @__PURE__ */
|
|
1652
|
-
/* @__PURE__ */
|
|
2355
|
+
/* @__PURE__ */ jsx51(SelectPrimitives2.ScrollUpButton, {}),
|
|
2356
|
+
/* @__PURE__ */ jsx51(SelectPrimitives2.Viewport, {
|
|
1653
2357
|
className: "c-select-viewport",
|
|
1654
2358
|
children
|
|
1655
2359
|
}),
|
|
1656
|
-
/* @__PURE__ */
|
|
2360
|
+
/* @__PURE__ */ jsx51(SelectPrimitives2.ScrollDownButton, {})
|
|
1657
2361
|
]
|
|
1658
2362
|
})
|
|
1659
2363
|
})
|
|
@@ -1671,21 +2375,21 @@ var Select = {
|
|
|
1671
2375
|
|
|
1672
2376
|
// src/slider/slider.tsx
|
|
1673
2377
|
import * as SliderPrimitive from "@radix-ui/react-slider";
|
|
1674
|
-
import { forwardRef as
|
|
1675
|
-
import { jsx as
|
|
1676
|
-
var Slider =
|
|
1677
|
-
return /* @__PURE__ */
|
|
2378
|
+
import { forwardRef as forwardRef40 } from "react";
|
|
2379
|
+
import { jsx as jsx52, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
2380
|
+
var Slider = forwardRef40(({ transparentRange, ...delegated }, ref) => {
|
|
2381
|
+
return /* @__PURE__ */ jsxs36(SliderPrimitive.Root, {
|
|
1678
2382
|
className: "c-slider-root",
|
|
1679
2383
|
ref,
|
|
1680
2384
|
...delegated,
|
|
1681
2385
|
children: [
|
|
1682
|
-
/* @__PURE__ */
|
|
2386
|
+
/* @__PURE__ */ jsx52(SliderPrimitive.Track, {
|
|
1683
2387
|
className: "c-slider-track",
|
|
1684
|
-
children: /* @__PURE__ */
|
|
2388
|
+
children: /* @__PURE__ */ jsx52(SliderPrimitive.Range, {
|
|
1685
2389
|
className: `c-slider-range ${transparentRange ? "c-slider-range-transparent" : ""}`
|
|
1686
2390
|
})
|
|
1687
2391
|
}),
|
|
1688
|
-
/* @__PURE__ */
|
|
2392
|
+
/* @__PURE__ */ jsx52(SliderPrimitive.Thumb, {
|
|
1689
2393
|
className: "c-slider-thumb"
|
|
1690
2394
|
})
|
|
1691
2395
|
]
|
|
@@ -1694,7 +2398,7 @@ var Slider = forwardRef25(({ transparentRange, ...delegated }, ref) => {
|
|
|
1694
2398
|
|
|
1695
2399
|
// src/tag/tag.tsx
|
|
1696
2400
|
import { cva as cva8 } from "class-variance-authority";
|
|
1697
|
-
import { jsx as
|
|
2401
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
1698
2402
|
var tagStyles = cva8("c-tag", {
|
|
1699
2403
|
variants: {
|
|
1700
2404
|
variant: {
|
|
@@ -1707,7 +2411,7 @@ var tagStyles = cva8("c-tag", {
|
|
|
1707
2411
|
}
|
|
1708
2412
|
});
|
|
1709
2413
|
function Tag({ children, className, variant, ...delegated }) {
|
|
1710
|
-
return /* @__PURE__ */
|
|
2414
|
+
return /* @__PURE__ */ jsx53("span", {
|
|
1711
2415
|
className: tagStyles({ className, variant }),
|
|
1712
2416
|
...delegated,
|
|
1713
2417
|
children
|