@yuno-payments/dashboard-design-system 0.0.136 → 0.0.138-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/dist/components/atoms/filter/filter-date-range.js +185 -161
  2. package/dist/components/atoms/filter/filter.d.ts +4 -0
  3. package/dist/components/atoms/filter/filter.js +82 -70
  4. package/dist/components/atoms/filter-dropdown/filter-dropdown.js +84 -87
  5. package/dist/components/atoms/icon/icon-list.d.ts +0 -3
  6. package/dist/components/atoms/icon/icon-list.js +392 -398
  7. package/dist/components/atoms/multi-values-field/multi-values-field.js +28 -28
  8. package/dist/components/atoms/radio-group/radio-group-option.js +7 -7
  9. package/dist/components/atoms/search-field/search-field.js +9 -9
  10. package/dist/components/atoms/switch/switch.js +13 -13
  11. package/dist/components/atoms/time-picker/time-picker.d.ts +5 -0
  12. package/dist/components/atoms/time-picker/time-picker.js +123 -115
  13. package/dist/components/molecules/empty/empty-icon.js +6 -6
  14. package/dist/components/organisms/data-table/data-table.d.ts +1 -24
  15. package/dist/components/organisms/data-table/data-table.js +93 -104
  16. package/dist/components/organisms/data-table/data-table.types.d.ts +0 -20
  17. package/dist/components/organisms/data-table/hooks/use-data-table-state.d.ts +2 -7
  18. package/dist/components/organisms/data-table/hooks/use-data-table-state.js +46 -80
  19. package/dist/components/organisms/data-table/utils/data-table-constants.d.ts +2 -2
  20. package/dist/components/organisms/data-table/utils/data-table-constants.js +11 -11
  21. package/dist/index.css +1 -1
  22. package/dist/vendor/shadcn/badge.js +17 -17
  23. package/dist/vendor/shadcn/card.js +7 -7
  24. package/dist/vendor/shadcn/input.js +7 -7
  25. package/dist/vendor/shadcn/select.js +1 -1
  26. package/dist/vendor/shadcn/table.js +18 -18
  27. package/package.json +1 -1
  28. package/dist/components/atoms/icon/aida-logo.d.ts +0 -3
  29. package/dist/components/atoms/icon/aida-logo.js +0 -64
  30. package/dist/node_modules/@phosphor-icons/react/dist/csr/File.es.js +0 -8
  31. package/dist/node_modules/@phosphor-icons/react/dist/csr/Table.es.js +0 -8
  32. package/dist/node_modules/@phosphor-icons/react/dist/defs/File.es.js +0 -30
  33. package/dist/node_modules/@phosphor-icons/react/dist/defs/Table.es.js +0 -30
@@ -1,408 +1,402 @@
1
- import r from "./aida-logo.js";
2
- import { MagnifyingGlassIcon as i } from "../../../node_modules/@phosphor-icons/react/dist/csr/MagnifyingGlass.es.js";
3
- import { CaretDownIcon as e } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDown.es.js";
4
- import { CaretUpDownIcon as m } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUpDown.es.js";
5
- import { InfoIcon as a } from "../../../node_modules/@phosphor-icons/react/dist/csr/Info.es.js";
6
- import { BellSimpleIcon as t } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellSimple.es.js";
7
- import { MonitorIcon as n } from "../../../node_modules/@phosphor-icons/react/dist/csr/Monitor.es.js";
8
- import { ChartLineIcon as s } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartLine.es.js";
9
- import { ArrowsLeftRightIcon as c } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsLeftRight.es.js";
10
- import { PhoneIcon as p } from "../../../node_modules/@phosphor-icons/react/dist/csr/Phone.es.js";
11
- import { LinkSimpleIcon as l } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkSimple.es.js";
12
- import { SwapIcon as f } from "../../../node_modules/@phosphor-icons/react/dist/csr/Swap.es.js";
13
- import { FileArchiveIcon as I } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileArchive.es.js";
14
- import { FilePdfIcon as $ } from "../../../node_modules/@phosphor-icons/react/dist/csr/FilePdf.es.js";
15
- import { BoundingBoxIcon as C } from "../../../node_modules/@phosphor-icons/react/dist/csr/BoundingBox.es.js";
16
- import { TreeStructureIcon as u } from "../../../node_modules/@phosphor-icons/react/dist/csr/TreeStructure.es.js";
17
- import { ShoppingCartIcon as h } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShoppingCart.es.js";
18
- import { CodeIcon as w } from "../../../node_modules/@phosphor-icons/react/dist/csr/Code.es.js";
19
- import { FileTxtIcon as S } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileTxt.es.js";
20
- import { FileZipIcon as g } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileZip.es.js";
21
- import { TerminalWindowIcon as d } from "../../../node_modules/@phosphor-icons/react/dist/csr/TerminalWindow.es.js";
1
+ import { MagnifyingGlassIcon as r } from "../../../node_modules/@phosphor-icons/react/dist/csr/MagnifyingGlass.es.js";
2
+ import { CaretDownIcon as i } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDown.es.js";
3
+ import { CaretUpDownIcon as e } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUpDown.es.js";
4
+ import { InfoIcon as m } from "../../../node_modules/@phosphor-icons/react/dist/csr/Info.es.js";
5
+ import { BellSimpleIcon as a } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellSimple.es.js";
6
+ import { MonitorIcon as t } from "../../../node_modules/@phosphor-icons/react/dist/csr/Monitor.es.js";
7
+ import { ChartLineIcon as n } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartLine.es.js";
8
+ import { ArrowsLeftRightIcon as s } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsLeftRight.es.js";
9
+ import { PhoneIcon as c } from "../../../node_modules/@phosphor-icons/react/dist/csr/Phone.es.js";
10
+ import { LinkSimpleIcon as p } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkSimple.es.js";
11
+ import { SwapIcon as l } from "../../../node_modules/@phosphor-icons/react/dist/csr/Swap.es.js";
12
+ import { FileArchiveIcon as f } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileArchive.es.js";
13
+ import { FilePdfIcon as I } from "../../../node_modules/@phosphor-icons/react/dist/csr/FilePdf.es.js";
14
+ import { BoundingBoxIcon as $ } from "../../../node_modules/@phosphor-icons/react/dist/csr/BoundingBox.es.js";
15
+ import { TreeStructureIcon as C } from "../../../node_modules/@phosphor-icons/react/dist/csr/TreeStructure.es.js";
16
+ import { ShoppingCartIcon as u } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShoppingCart.es.js";
17
+ import { CodeIcon as h } from "../../../node_modules/@phosphor-icons/react/dist/csr/Code.es.js";
18
+ import { FileTxtIcon as w } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileTxt.es.js";
19
+ import { FileZipIcon as S } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileZip.es.js";
20
+ import { TerminalWindowIcon as g } from "../../../node_modules/@phosphor-icons/react/dist/csr/TerminalWindow.es.js";
22
21
  import { UserIcon as k } from "../../../node_modules/@phosphor-icons/react/dist/csr/User.es.js";
23
- import { LockIcon as P } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lock.es.js";
24
- import { FileDocIcon as A } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileDoc.es.js";
25
- import { QuestionIcon as D } from "../../../node_modules/@phosphor-icons/react/dist/csr/Question.es.js";
26
- import { SignOutIcon as B } from "../../../node_modules/@phosphor-icons/react/dist/csr/SignOut.es.js";
22
+ import { LockIcon as d } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lock.es.js";
23
+ import { FileDocIcon as P } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileDoc.es.js";
24
+ import { QuestionIcon as A } from "../../../node_modules/@phosphor-icons/react/dist/csr/Question.es.js";
25
+ import { SignOutIcon as D } from "../../../node_modules/@phosphor-icons/react/dist/csr/SignOut.es.js";
27
26
  import { XIcon as o } from "../../../node_modules/@phosphor-icons/react/dist/csr/X.es.js";
28
- import { FunnelSimpleIcon as L } from "../../../node_modules/@phosphor-icons/react/dist/csr/FunnelSimple.es.js";
29
- import { PlusIcon as T } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plus.es.js";
30
- import { WarningCircleIcon as U } from "../../../node_modules/@phosphor-icons/react/dist/csr/WarningCircle.es.js";
31
- import { XCircleIcon as b } from "../../../node_modules/@phosphor-icons/react/dist/csr/XCircle.es.js";
27
+ import { FunnelSimpleIcon as B } from "../../../node_modules/@phosphor-icons/react/dist/csr/FunnelSimple.es.js";
28
+ import { PlusIcon as L } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plus.es.js";
29
+ import { WarningCircleIcon as T } from "../../../node_modules/@phosphor-icons/react/dist/csr/WarningCircle.es.js";
30
+ import { XCircleIcon as U } from "../../../node_modules/@phosphor-icons/react/dist/csr/XCircle.es.js";
32
31
  import { CheckCircleIcon as y } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckCircle.es.js";
33
- import { PlugsIcon as F } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plugs.es.js";
34
- import { PlugIcon as R } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plug.es.js";
35
- import { ListIcon as M } from "../../../node_modules/@phosphor-icons/react/dist/csr/List.es.js";
36
- import { ArrowCircleLeftIcon as x } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleLeft.es.js";
37
- import { ArrowCircleRightIcon as v } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleRight.es.js";
38
- import { RadioButtonIcon as N } from "../../../node_modules/@phosphor-icons/react/dist/csr/RadioButton.es.js";
39
- import { GearIcon as q } from "../../../node_modules/@phosphor-icons/react/dist/csr/Gear.es.js";
40
- import { UserPlusIcon as E } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserPlus.es.js";
41
- import { ArrowLeftIcon as G } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowLeft.es.js";
42
- import { CircleIcon as W } from "../../../node_modules/@phosphor-icons/react/dist/csr/Circle.es.js";
43
- import { StarIcon as O } from "../../../node_modules/@phosphor-icons/react/dist/csr/Star.es.js";
44
- import { NotepadIcon as V } from "../../../node_modules/@phosphor-icons/react/dist/csr/Notepad.es.js";
45
- import { ExportIcon as H } from "../../../node_modules/@phosphor-icons/react/dist/csr/Export.es.js";
46
- import { StopIcon as K } from "../../../node_modules/@phosphor-icons/react/dist/csr/Stop.es.js";
47
- import { MicrophoneIcon as Q } from "../../../node_modules/@phosphor-icons/react/dist/csr/Microphone.es.js";
48
- import { FileIcon as X } from "../../../node_modules/@phosphor-icons/react/dist/csr/File.es.js";
49
- import { TableIcon as z } from "../../../node_modules/@phosphor-icons/react/dist/csr/Table.es.js";
50
- import { BinocularsIcon as j } from "../../../node_modules/@phosphor-icons/react/dist/csr/Binoculars.es.js";
51
- import { GitBranchIcon as Z } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitBranch.es.js";
52
- import { PencilIcon as J } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pencil.es.js";
53
- import { LinkBreakIcon as Y } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkBreak.es.js";
54
- import { PauseIcon as _ } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pause.es.js";
55
- import { DotsThreeVerticalIcon as oo } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeVertical.es.js";
56
- import { PencilSimpleIcon as ro } from "../../../node_modules/@phosphor-icons/react/dist/csr/PencilSimple.es.js";
57
- import { TrashIcon as io } from "../../../node_modules/@phosphor-icons/react/dist/csr/Trash.es.js";
58
- import { EqualsIcon as eo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Equals.es.js";
59
- import { BracketsAngleIcon as mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsAngle.es.js";
60
- import { BracketsSquareIcon as ao } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsSquare.es.js";
61
- import { SelectionInverseIcon as to } from "../../../node_modules/@phosphor-icons/react/dist/csr/SelectionInverse.es.js";
62
- import { BracketsCurlyIcon as no } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsCurly.es.js";
63
- import { CaretRightIcon as so } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretRight.es.js";
64
- import { ArrowsDownUpIcon as co } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsDownUp.es.js";
65
- import { DotsThreeIcon as po } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThree.es.js";
66
- import { ClockIcon as lo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Clock.es.js";
67
- import { ProhibitIcon as fo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Prohibit.es.js";
68
- import { ListPlusIcon as Io } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListPlus.es.js";
69
- import { SquareIcon as $o } from "../../../node_modules/@phosphor-icons/react/dist/csr/Square.es.js";
70
- import { CaretLeftIcon as Co } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretLeft.es.js";
71
- import { UploadIcon as uo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Upload.es.js";
72
- import { CloudSlashIcon as ho } from "../../../node_modules/@phosphor-icons/react/dist/csr/CloudSlash.es.js";
73
- import { GitForkIcon as wo } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitFork.es.js";
74
- import { TextboxIcon as So } from "../../../node_modules/@phosphor-icons/react/dist/csr/Textbox.es.js";
75
- import { DeviceMobileCameraIcon as go } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileCamera.es.js";
76
- import { CaretUpIcon as ko } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUp.es.js";
77
- import { SwatchesIcon as Po } from "../../../node_modules/@phosphor-icons/react/dist/csr/Swatches.es.js";
78
- import { CreditCardIcon as Ao } from "../../../node_modules/@phosphor-icons/react/dist/csr/CreditCard.es.js";
79
- import { PaletteIcon as Do } from "../../../node_modules/@phosphor-icons/react/dist/csr/Palette.es.js";
80
- import { CircleNotchIcon as Bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CircleNotch.es.js";
81
- import { PencilSimpleLineIcon as Lo } from "../../../node_modules/@phosphor-icons/react/dist/csr/PencilSimpleLine.es.js";
82
- import { CopyIcon as To } from "../../../node_modules/@phosphor-icons/react/dist/csr/Copy.es.js";
83
- import { LightbulbIcon as Uo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightbulb.es.js";
84
- import { ArrowBendUpLeftIcon as bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpLeft.es.js";
85
- import { CheckIcon as yo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Check.es.js";
86
- import { ChartPieIcon as Fo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartPie.es.js";
87
- import { PercentIcon as Ro } from "../../../node_modules/@phosphor-icons/react/dist/csr/Percent.es.js";
88
- import { HashIcon as Mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Hash.es.js";
89
- import { CurrencyCircleDollarIcon as xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyCircleDollar.es.js";
90
- import { CurrencyDollarIcon as vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyDollar.es.js";
91
- import { ChartBarIcon as No } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartBar.es.js";
92
- import { ArrowsClockwiseIcon as qo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsClockwise.es.js";
93
- import { CopySimpleIcon as Eo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CopySimple.es.js";
94
- import { FlagBannerIcon as Go } from "../../../node_modules/@phosphor-icons/react/dist/csr/FlagBanner.es.js";
95
- import { CalendarBlankIcon as Wo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CalendarBlank.es.js";
96
- import { MoneyIcon as Oo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Money.es.js";
97
- import { PlayIcon as Vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Play.es.js";
98
- import { FlagIcon as Ho } from "../../../node_modules/@phosphor-icons/react/dist/csr/Flag.es.js";
99
- import { CaretDoubleLeftIcon as Ko } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDoubleLeft.es.js";
100
- import { CaretDoubleRightIcon as Qo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDoubleRight.es.js";
101
- import { ShareNetworkIcon as Xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShareNetwork.es.js";
102
- import { ToggleLeftIcon as zo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleLeft.es.js";
103
- import { PlusCircleIcon as jo } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlusCircle.es.js";
104
- import { UserCircleIcon as Zo } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserCircle.es.js";
105
- import { CaretCircleRightIcon as Jo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretCircleRight.es.js";
106
- import { MinusCircleIcon as Yo } from "../../../node_modules/@phosphor-icons/react/dist/csr/MinusCircle.es.js";
107
- import { ArchiveIcon as _o } from "../../../node_modules/@phosphor-icons/react/dist/csr/Archive.es.js";
108
- import { DesktopIcon as or } from "../../../node_modules/@phosphor-icons/react/dist/csr/Desktop.es.js";
109
- import { SunIcon as rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sun.es.js";
110
- import { TranslateIcon as ir } from "../../../node_modules/@phosphor-icons/react/dist/csr/Translate.es.js";
111
- import { CheckSquareIcon as er } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckSquare.es.js";
112
- import { CheckSquareOffsetIcon as mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckSquareOffset.es.js";
113
- import { UploadSimpleIcon as ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/UploadSimple.es.js";
114
- import { FileArrowUpIcon as tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileArrowUp.es.js";
115
- import { FileCsvIcon as nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileCsv.es.js";
116
- import { DownloadSimpleIcon as sr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DownloadSimple.es.js";
117
- import { ArrowCounterClockwiseIcon as cr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCounterClockwise.es.js";
118
- import { BankIcon as pr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Bank.es.js";
119
- import { ShieldWarningIcon as lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldWarning.es.js";
120
- import { UserSwitchIcon as fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserSwitch.es.js";
121
- import { LightningIcon as Ir } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightning.es.js";
122
- import { MapPinIcon as $r } from "../../../node_modules/@phosphor-icons/react/dist/csr/MapPin.es.js";
123
- import { EraserIcon as Cr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eraser.es.js";
124
- import { VaultIcon as ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/Vault.es.js";
125
- import { ClockClockwiseIcon as hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockClockwise.es.js";
126
- import { RepeatIcon as wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Repeat.es.js";
127
- import { EyeIcon as Sr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eye.es.js";
128
- import { EyeSlashIcon as gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeSlash.es.js";
129
- import { EyeClosedIcon as dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeClosed.es.js";
130
- import { DotsSixVerticalIcon as kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsSixVertical.es.js";
131
- import { DotsNineIcon as Pr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsNine.es.js";
132
- import { CardsIcon as Ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/Cards.es.js";
133
- import { ArrowCircleUpLeftIcon as Dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUpLeft.es.js";
134
- import { WalletIcon as Br } from "../../../node_modules/@phosphor-icons/react/dist/csr/Wallet.es.js";
135
- import { ArrowBendUpRightIcon as Lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpRight.es.js";
136
- import { IdentificationCardIcon as Tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/IdentificationCard.es.js";
137
- import { NotificationIcon as Ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/Notification.es.js";
138
- import { ListBulletsIcon as br } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListBullets.es.js";
139
- import { DownloadIcon as yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Download.es.js";
140
- import { ArrowsOutSimpleIcon as Fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsOutSimple.es.js";
141
- import { ClockCountdownIcon as Rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCountdown.es.js";
142
- import { ClockCounterClockwiseIcon as Mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCounterClockwise.es.js";
143
- import { ImageIcon as xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Image.es.js";
144
- import { ToggleRightIcon as vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleRight.es.js";
145
- import { ArrowCircleUpIcon as Nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUp.es.js";
146
- import { ArrowUpIcon as qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUp.es.js";
147
- import { ArrowDownIcon as Er } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowDown.es.js";
148
- import { ArrowUpRightIcon as Gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUpRight.es.js";
149
- import { PlayCircleIcon as Wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlayCircle.es.js";
150
- import { PauseCircleIcon as Or } from "../../../node_modules/@phosphor-icons/react/dist/csr/PauseCircle.es.js";
151
- import { SquaresFourIcon as Vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/SquaresFour.es.js";
152
- import { LinkSimpleHorizontalIcon as Hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkSimpleHorizontal.es.js";
153
- import { KeyIcon as Kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Key.es.js";
154
- import { LockKeyIcon as Qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/LockKey.es.js";
155
- import { DetectiveIcon as Xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Detective.es.js";
156
- import { CalendarIcon as zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Calendar.es.js";
157
- import { TextColumnsIcon as jr } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextColumns.es.js";
158
- import { ColumnsIcon as Zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Columns.es.js";
159
- import { ImageSquareIcon as Jr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ImageSquare.es.js";
160
- import { PushPinIcon as Yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPin.es.js";
161
- import { PushPinSimpleIcon as _r } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimple.es.js";
162
- import { PushPinSimpleSlashIcon as oi } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimpleSlash.es.js";
163
- import { ShieldCheckIcon as ri } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldCheck.es.js";
164
- import { PackageIcon as ii } from "../../../node_modules/@phosphor-icons/react/dist/csr/Package.es.js";
165
- import { ArrowElbowDownRightIcon as ei } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowElbowDownRight.es.js";
166
- import { BellSimpleSlashIcon as mi } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellSimpleSlash.es.js";
167
- import { BellRingingIcon as ai } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellRinging.es.js";
168
- import { GearSixIcon as ti } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearSix.es.js";
169
- import { TextTIcon as ni } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextT.es.js";
170
- import { NumberCircleOneIcon as si } from "../../../node_modules/@phosphor-icons/react/dist/csr/NumberCircleOne.es.js";
171
- import { ListNumbersIcon as ci } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListNumbers.es.js";
172
- import { WarningIcon as pi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Warning.es.js";
173
- import { SortAscendingIcon as li } from "../../../node_modules/@phosphor-icons/react/dist/csr/SortAscending.es.js";
174
- import { ArrowClockwiseIcon as fi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowClockwise.es.js";
175
- import { SparkleIcon as Ii } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sparkle.es.js";
176
- import { ThumbsUpIcon as $i } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsUp.es.js";
177
- import { ThumbsDownIcon as Ci } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsDown.es.js";
178
- import { DotsThreeCircleVerticalIcon as ui } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeCircleVertical.es.js";
179
- import { BugBeetleIcon as hi } from "../../../node_modules/@phosphor-icons/react/dist/csr/BugBeetle.es.js";
180
- import { EnvelopeIcon as wi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Envelope.es.js";
181
- import { ShieldSlashIcon as Si } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldSlash.es.js";
182
- import { ArrowSquareInIcon as gi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowSquareIn.es.js";
183
- import { RowsIcon as di } from "../../../node_modules/@phosphor-icons/react/dist/csr/Rows.es.js";
184
- import { GearFineIcon as ki } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearFine.es.js";
185
- import { MoonIcon as Pi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Moon.es.js";
186
- import { TrendDownIcon as Ai } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendDown.es.js";
187
- import { TrendUpIcon as Di } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendUp.es.js";
188
- import { IntersectIcon as Bi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Intersect.es.js";
189
- import { MagicWandIcon as Li } from "../../../node_modules/@phosphor-icons/react/dist/csr/MagicWand.es.js";
190
- import { PasswordIcon as Ti } from "../../../node_modules/@phosphor-icons/react/dist/csr/Password.es.js";
191
- import { BuildingsIcon as Ui } from "../../../node_modules/@phosphor-icons/react/dist/csr/Buildings.es.js";
192
- import { ArrowRightIcon as bi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowRight.es.js";
193
- import { HeadsetIcon as yi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Headset.es.js";
194
- import { NetworkIcon as Fi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Network.es.js";
195
- import { NetworkSlashIcon as Ri } from "../../../node_modules/@phosphor-icons/react/dist/csr/NetworkSlash.es.js";
196
- import { TrafficSignalIcon as Mi } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrafficSignal.es.js";
197
- import { FileMagnifyingGlassIcon as xi } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileMagnifyingGlass.es.js";
198
- import { ArrowsInSimpleIcon as vi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsInSimple.es.js";
199
- import { QueueIcon as Ni } from "../../../node_modules/@phosphor-icons/react/dist/csr/Queue.es.js";
200
- import { DeviceMobileSpeakerIcon as qi } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileSpeaker.es.js";
201
- import { CameraIcon as Ei } from "../../../node_modules/@phosphor-icons/react/dist/csr/Camera.es.js";
202
- const Dt = {
203
- AidaLogo: r,
204
- Activity: Mi,
205
- FileSearch: xi,
206
- MagnifyingGlass: i,
207
- CaretDown: e,
208
- CaretUpDown: m,
209
- Info: a,
210
- BellSimple: t,
211
- Monitor: n,
212
- ChartLine: s,
213
- ArrowsLeftRight: c,
214
- Phone: p,
215
- LinkSimple: l,
216
- Swap: f,
217
- FileArchive: I,
218
- FilePdf: $,
219
- BoundingBox: C,
220
- TreeStructure: u,
221
- ShoppingCart: h,
222
- Code: w,
223
- FileTxt: S,
224
- FileZip: g,
225
- TerminalWindow: d,
32
+ import { PlugsIcon as b } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plugs.es.js";
33
+ import { PlugIcon as F } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plug.es.js";
34
+ import { ListIcon as R } from "../../../node_modules/@phosphor-icons/react/dist/csr/List.es.js";
35
+ import { ArrowCircleLeftIcon as M } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleLeft.es.js";
36
+ import { ArrowCircleRightIcon as x } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleRight.es.js";
37
+ import { RadioButtonIcon as v } from "../../../node_modules/@phosphor-icons/react/dist/csr/RadioButton.es.js";
38
+ import { GearIcon as N } from "../../../node_modules/@phosphor-icons/react/dist/csr/Gear.es.js";
39
+ import { UserPlusIcon as q } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserPlus.es.js";
40
+ import { ArrowLeftIcon as E } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowLeft.es.js";
41
+ import { CircleIcon as G } from "../../../node_modules/@phosphor-icons/react/dist/csr/Circle.es.js";
42
+ import { StarIcon as W } from "../../../node_modules/@phosphor-icons/react/dist/csr/Star.es.js";
43
+ import { NotepadIcon as O } from "../../../node_modules/@phosphor-icons/react/dist/csr/Notepad.es.js";
44
+ import { ExportIcon as V } from "../../../node_modules/@phosphor-icons/react/dist/csr/Export.es.js";
45
+ import { StopIcon as H } from "../../../node_modules/@phosphor-icons/react/dist/csr/Stop.es.js";
46
+ import { MicrophoneIcon as K } from "../../../node_modules/@phosphor-icons/react/dist/csr/Microphone.es.js";
47
+ import { BinocularsIcon as Q } from "../../../node_modules/@phosphor-icons/react/dist/csr/Binoculars.es.js";
48
+ import { GitBranchIcon as X } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitBranch.es.js";
49
+ import { PencilIcon as z } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pencil.es.js";
50
+ import { LinkBreakIcon as j } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkBreak.es.js";
51
+ import { PauseIcon as Z } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pause.es.js";
52
+ import { DotsThreeVerticalIcon as J } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeVertical.es.js";
53
+ import { PencilSimpleIcon as Y } from "../../../node_modules/@phosphor-icons/react/dist/csr/PencilSimple.es.js";
54
+ import { TrashIcon as _ } from "../../../node_modules/@phosphor-icons/react/dist/csr/Trash.es.js";
55
+ import { EqualsIcon as oo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Equals.es.js";
56
+ import { BracketsAngleIcon as ro } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsAngle.es.js";
57
+ import { BracketsSquareIcon as io } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsSquare.es.js";
58
+ import { SelectionInverseIcon as eo } from "../../../node_modules/@phosphor-icons/react/dist/csr/SelectionInverse.es.js";
59
+ import { BracketsCurlyIcon as mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsCurly.es.js";
60
+ import { CaretRightIcon as ao } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretRight.es.js";
61
+ import { ArrowsDownUpIcon as to } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsDownUp.es.js";
62
+ import { DotsThreeIcon as no } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThree.es.js";
63
+ import { ClockIcon as so } from "../../../node_modules/@phosphor-icons/react/dist/csr/Clock.es.js";
64
+ import { ProhibitIcon as co } from "../../../node_modules/@phosphor-icons/react/dist/csr/Prohibit.es.js";
65
+ import { ListPlusIcon as po } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListPlus.es.js";
66
+ import { SquareIcon as lo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Square.es.js";
67
+ import { CaretLeftIcon as fo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretLeft.es.js";
68
+ import { UploadIcon as Io } from "../../../node_modules/@phosphor-icons/react/dist/csr/Upload.es.js";
69
+ import { CloudSlashIcon as $o } from "../../../node_modules/@phosphor-icons/react/dist/csr/CloudSlash.es.js";
70
+ import { GitForkIcon as Co } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitFork.es.js";
71
+ import { TextboxIcon as uo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Textbox.es.js";
72
+ import { DeviceMobileCameraIcon as ho } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileCamera.es.js";
73
+ import { CaretUpIcon as wo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUp.es.js";
74
+ import { SwatchesIcon as So } from "../../../node_modules/@phosphor-icons/react/dist/csr/Swatches.es.js";
75
+ import { CreditCardIcon as go } from "../../../node_modules/@phosphor-icons/react/dist/csr/CreditCard.es.js";
76
+ import { PaletteIcon as ko } from "../../../node_modules/@phosphor-icons/react/dist/csr/Palette.es.js";
77
+ import { CircleNotchIcon as Po } from "../../../node_modules/@phosphor-icons/react/dist/csr/CircleNotch.es.js";
78
+ import { PencilSimpleLineIcon as Ao } from "../../../node_modules/@phosphor-icons/react/dist/csr/PencilSimpleLine.es.js";
79
+ import { CopyIcon as Do } from "../../../node_modules/@phosphor-icons/react/dist/csr/Copy.es.js";
80
+ import { LightbulbIcon as Bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightbulb.es.js";
81
+ import { ArrowBendUpLeftIcon as Lo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpLeft.es.js";
82
+ import { CheckIcon as To } from "../../../node_modules/@phosphor-icons/react/dist/csr/Check.es.js";
83
+ import { ChartPieIcon as Uo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartPie.es.js";
84
+ import { PercentIcon as yo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Percent.es.js";
85
+ import { HashIcon as bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Hash.es.js";
86
+ import { CurrencyCircleDollarIcon as Fo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyCircleDollar.es.js";
87
+ import { CurrencyDollarIcon as Ro } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyDollar.es.js";
88
+ import { ChartBarIcon as Mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartBar.es.js";
89
+ import { ArrowsClockwiseIcon as xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsClockwise.es.js";
90
+ import { CopySimpleIcon as vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CopySimple.es.js";
91
+ import { FlagBannerIcon as No } from "../../../node_modules/@phosphor-icons/react/dist/csr/FlagBanner.es.js";
92
+ import { CalendarBlankIcon as qo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CalendarBlank.es.js";
93
+ import { MoneyIcon as Eo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Money.es.js";
94
+ import { PlayIcon as Go } from "../../../node_modules/@phosphor-icons/react/dist/csr/Play.es.js";
95
+ import { FlagIcon as Wo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Flag.es.js";
96
+ import { CaretDoubleLeftIcon as Oo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDoubleLeft.es.js";
97
+ import { CaretDoubleRightIcon as Vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDoubleRight.es.js";
98
+ import { ShareNetworkIcon as Ho } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShareNetwork.es.js";
99
+ import { ToggleLeftIcon as Ko } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleLeft.es.js";
100
+ import { PlusCircleIcon as Qo } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlusCircle.es.js";
101
+ import { UserCircleIcon as Xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserCircle.es.js";
102
+ import { CaretCircleRightIcon as zo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretCircleRight.es.js";
103
+ import { MinusCircleIcon as jo } from "../../../node_modules/@phosphor-icons/react/dist/csr/MinusCircle.es.js";
104
+ import { ArchiveIcon as Zo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Archive.es.js";
105
+ import { DesktopIcon as Jo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Desktop.es.js";
106
+ import { SunIcon as Yo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sun.es.js";
107
+ import { TranslateIcon as _o } from "../../../node_modules/@phosphor-icons/react/dist/csr/Translate.es.js";
108
+ import { CheckSquareIcon as or } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckSquare.es.js";
109
+ import { CheckSquareOffsetIcon as rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckSquareOffset.es.js";
110
+ import { UploadSimpleIcon as ir } from "../../../node_modules/@phosphor-icons/react/dist/csr/UploadSimple.es.js";
111
+ import { FileArrowUpIcon as er } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileArrowUp.es.js";
112
+ import { FileCsvIcon as mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileCsv.es.js";
113
+ import { DownloadSimpleIcon as ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/DownloadSimple.es.js";
114
+ import { ArrowCounterClockwiseIcon as tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCounterClockwise.es.js";
115
+ import { BankIcon as nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Bank.es.js";
116
+ import { ShieldWarningIcon as sr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldWarning.es.js";
117
+ import { UserSwitchIcon as cr } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserSwitch.es.js";
118
+ import { LightningIcon as pr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightning.es.js";
119
+ import { MapPinIcon as lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/MapPin.es.js";
120
+ import { EraserIcon as fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eraser.es.js";
121
+ import { VaultIcon as Ir } from "../../../node_modules/@phosphor-icons/react/dist/csr/Vault.es.js";
122
+ import { ClockClockwiseIcon as $r } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockClockwise.es.js";
123
+ import { RepeatIcon as Cr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Repeat.es.js";
124
+ import { EyeIcon as ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eye.es.js";
125
+ import { EyeSlashIcon as hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeSlash.es.js";
126
+ import { EyeClosedIcon as wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeClosed.es.js";
127
+ import { DotsSixVerticalIcon as Sr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsSixVertical.es.js";
128
+ import { DotsNineIcon as gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsNine.es.js";
129
+ import { CardsIcon as kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Cards.es.js";
130
+ import { ArrowCircleUpLeftIcon as dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUpLeft.es.js";
131
+ import { WalletIcon as Pr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Wallet.es.js";
132
+ import { ArrowBendUpRightIcon as Ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpRight.es.js";
133
+ import { IdentificationCardIcon as Dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/IdentificationCard.es.js";
134
+ import { NotificationIcon as Br } from "../../../node_modules/@phosphor-icons/react/dist/csr/Notification.es.js";
135
+ import { ListBulletsIcon as Lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListBullets.es.js";
136
+ import { DownloadIcon as Tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Download.es.js";
137
+ import { ArrowsOutSimpleIcon as Ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsOutSimple.es.js";
138
+ import { ClockCountdownIcon as yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCountdown.es.js";
139
+ import { ClockCounterClockwiseIcon as br } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCounterClockwise.es.js";
140
+ import { ImageIcon as Fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Image.es.js";
141
+ import { ToggleRightIcon as Rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleRight.es.js";
142
+ import { ArrowCircleUpIcon as Mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUp.es.js";
143
+ import { ArrowUpIcon as xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUp.es.js";
144
+ import { ArrowDownIcon as vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowDown.es.js";
145
+ import { ArrowUpRightIcon as Nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUpRight.es.js";
146
+ import { PlayCircleIcon as qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlayCircle.es.js";
147
+ import { PauseCircleIcon as Er } from "../../../node_modules/@phosphor-icons/react/dist/csr/PauseCircle.es.js";
148
+ import { SquaresFourIcon as Gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/SquaresFour.es.js";
149
+ import { LinkSimpleHorizontalIcon as Wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkSimpleHorizontal.es.js";
150
+ import { KeyIcon as Or } from "../../../node_modules/@phosphor-icons/react/dist/csr/Key.es.js";
151
+ import { LockKeyIcon as Vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/LockKey.es.js";
152
+ import { DetectiveIcon as Hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Detective.es.js";
153
+ import { CalendarIcon as Kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Calendar.es.js";
154
+ import { TextColumnsIcon as Qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextColumns.es.js";
155
+ import { ColumnsIcon as Xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Columns.es.js";
156
+ import { ImageSquareIcon as zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ImageSquare.es.js";
157
+ import { PushPinIcon as jr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPin.es.js";
158
+ import { PushPinSimpleIcon as Zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimple.es.js";
159
+ import { PushPinSimpleSlashIcon as Jr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimpleSlash.es.js";
160
+ import { ShieldCheckIcon as Yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldCheck.es.js";
161
+ import { PackageIcon as _r } from "../../../node_modules/@phosphor-icons/react/dist/csr/Package.es.js";
162
+ import { ArrowElbowDownRightIcon as oi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowElbowDownRight.es.js";
163
+ import { BellSimpleSlashIcon as ri } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellSimpleSlash.es.js";
164
+ import { BellRingingIcon as ii } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellRinging.es.js";
165
+ import { GearSixIcon as ei } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearSix.es.js";
166
+ import { TextTIcon as mi } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextT.es.js";
167
+ import { NumberCircleOneIcon as ai } from "../../../node_modules/@phosphor-icons/react/dist/csr/NumberCircleOne.es.js";
168
+ import { ListNumbersIcon as ti } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListNumbers.es.js";
169
+ import { WarningIcon as ni } from "../../../node_modules/@phosphor-icons/react/dist/csr/Warning.es.js";
170
+ import { SortAscendingIcon as si } from "../../../node_modules/@phosphor-icons/react/dist/csr/SortAscending.es.js";
171
+ import { ArrowClockwiseIcon as ci } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowClockwise.es.js";
172
+ import { SparkleIcon as pi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sparkle.es.js";
173
+ import { ThumbsUpIcon as li } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsUp.es.js";
174
+ import { ThumbsDownIcon as fi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsDown.es.js";
175
+ import { DotsThreeCircleVerticalIcon as Ii } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeCircleVertical.es.js";
176
+ import { BugBeetleIcon as $i } from "../../../node_modules/@phosphor-icons/react/dist/csr/BugBeetle.es.js";
177
+ import { EnvelopeIcon as Ci } from "../../../node_modules/@phosphor-icons/react/dist/csr/Envelope.es.js";
178
+ import { ShieldSlashIcon as ui } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldSlash.es.js";
179
+ import { ArrowSquareInIcon as hi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowSquareIn.es.js";
180
+ import { RowsIcon as wi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Rows.es.js";
181
+ import { GearFineIcon as Si } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearFine.es.js";
182
+ import { MoonIcon as gi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Moon.es.js";
183
+ import { TrendDownIcon as ki } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendDown.es.js";
184
+ import { TrendUpIcon as di } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendUp.es.js";
185
+ import { IntersectIcon as Pi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Intersect.es.js";
186
+ import { MagicWandIcon as Ai } from "../../../node_modules/@phosphor-icons/react/dist/csr/MagicWand.es.js";
187
+ import { PasswordIcon as Di } from "../../../node_modules/@phosphor-icons/react/dist/csr/Password.es.js";
188
+ import { BuildingsIcon as Bi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Buildings.es.js";
189
+ import { ArrowRightIcon as Li } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowRight.es.js";
190
+ import { HeadsetIcon as Ti } from "../../../node_modules/@phosphor-icons/react/dist/csr/Headset.es.js";
191
+ import { NetworkIcon as Ui } from "../../../node_modules/@phosphor-icons/react/dist/csr/Network.es.js";
192
+ import { NetworkSlashIcon as yi } from "../../../node_modules/@phosphor-icons/react/dist/csr/NetworkSlash.es.js";
193
+ import { TrafficSignalIcon as bi } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrafficSignal.es.js";
194
+ import { FileMagnifyingGlassIcon as Fi } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileMagnifyingGlass.es.js";
195
+ import { ArrowsInSimpleIcon as Ri } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsInSimple.es.js";
196
+ import { QueueIcon as Mi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Queue.es.js";
197
+ import { DeviceMobileSpeakerIcon as xi } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileSpeaker.es.js";
198
+ import { CameraIcon as vi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Camera.es.js";
199
+ const St = {
200
+ Activity: bi,
201
+ FileSearch: Fi,
202
+ MagnifyingGlass: r,
203
+ CaretDown: i,
204
+ CaretUpDown: e,
205
+ Info: m,
206
+ BellSimple: a,
207
+ Monitor: t,
208
+ ChartLine: n,
209
+ ArrowsLeftRight: s,
210
+ Phone: c,
211
+ LinkSimple: p,
212
+ Swap: l,
213
+ FileArchive: f,
214
+ FilePdf: I,
215
+ BoundingBox: $,
216
+ TreeStructure: C,
217
+ ShoppingCart: u,
218
+ Code: h,
219
+ FileTxt: w,
220
+ FileZip: S,
221
+ TerminalWindow: g,
226
222
  User: k,
227
- Lock: P,
228
- FileDoc: A,
229
- Question: D,
230
- SignOut: B,
223
+ Lock: d,
224
+ FileDoc: P,
225
+ Question: A,
226
+ SignOut: D,
231
227
  X: o,
232
- FunnelSimple: L,
233
- Plus: T,
234
- WarningCircle: U,
235
- XCircle: b,
228
+ FunnelSimple: B,
229
+ Plus: L,
230
+ WarningCircle: T,
231
+ XCircle: U,
236
232
  CheckCircle: y,
237
- Plugs: F,
238
- Plug: R,
239
- List: M,
240
- ArrowCircleLeft: x,
241
- ArrowCircleRight: v,
242
- RadioButton: N,
243
- Gear: q,
244
- UserPlus: E,
245
- ArrowLeft: G,
246
- Circle: W,
247
- Star: O,
248
- Notepad: V,
249
- Export: H,
250
- Binoculars: j,
251
- GitBranch: Z,
252
- Pencil: J,
253
- LinkBreak: Y,
254
- Pause: _,
255
- DotsThreeVertical: oo,
256
- PencilSimple: ro,
257
- Trash: io,
258
- Equals: eo,
259
- BracketsAngle: mo,
260
- BracketsSquare: ao,
261
- SelectionInverse: to,
262
- BracketsCurly: no,
263
- CaretRight: so,
264
- ArrowsDownUp: co,
265
- DotsThree: po,
266
- Clock: lo,
267
- Prohibit: fo,
268
- ListPlus: Io,
269
- Square: $o,
270
- CaretLeft: Co,
271
- Upload: uo,
272
- CloudSlash: ho,
273
- GitFork: wo,
274
- Textbox: So,
275
- DeviceMobileCamera: go,
276
- CaretUp: ko,
277
- Swatches: Po,
278
- CreditCard: Ao,
279
- Palette: Do,
280
- CircleNotch: Bo,
281
- PencilSimpleLine: Lo,
282
- Copy: To,
283
- Lightbulb: Uo,
284
- ArrowBendUpLeft: bo,
285
- Check: yo,
286
- ChartPie: Fo,
287
- Percent: Ro,
288
- Hash: Mo,
289
- CurrencyCircleDollar: xo,
290
- CurrencyDollar: vo,
291
- ChartBar: No,
292
- ArrowsClockwise: qo,
293
- CopySimple: Eo,
294
- FlagBanner: Go,
295
- CalendarBlank: Wo,
296
- Money: Oo,
297
- Play: Vo,
298
- Flag: Ho,
299
- CaretDoubleLeft: Ko,
300
- CaretDoubleRight: Qo,
301
- ShareNetwork: Xo,
302
- ToggleLeft: zo,
303
- PlusCircle: jo,
304
- UserCircle: Zo,
305
- CaretCircleRight: Jo,
306
- MinusCircle: Yo,
307
- Archive: _o,
308
- Desktop: or,
309
- Sun: rr,
310
- Translate: ir,
311
- CheckSquare: er,
312
- CheckSquareOffset: mr,
313
- UploadSimple: ar,
314
- FileArrowUp: tr,
315
- FileCsv: nr,
316
- DownloadSimple: sr,
317
- ArrowCounterClockwise: cr,
318
- Bank: pr,
319
- ShieldWarning: lr,
320
- UserSwitch: fr,
321
- Lightning: Ir,
322
- MapPin: $r,
323
- Eraser: Cr,
324
- Vault: ur,
325
- ClockClockwise: hr,
326
- Repeat: wr,
327
- Eye: Sr,
328
- EyeSlash: gr,
329
- EyeClosed: dr,
330
- DotsSixVertical: kr,
331
- DotsNine: Pr,
332
- Cards: Ar,
333
- ArrowCircleUpLeft: Dr,
334
- Wallet: Br,
335
- ArrowBendUpRight: Lr,
336
- IdentificationCard: Tr,
337
- Notification: Ur,
338
- ListBullets: br,
339
- Download: yr,
340
- ArrowsOutSimple: Fr,
341
- ClockCountdown: Rr,
342
- ClockCounterClockwise: Mr,
343
- Image: xr,
344
- ToggleRight: vr,
345
- ArrowCircleUp: Nr,
346
- ArrowUp: qr,
347
- File: X,
348
- Table: z,
349
- ArrowDown: Er,
350
- ArrowUpRight: Gr,
351
- PlayCircle: Wr,
352
- PauseCircle: Or,
353
- SquaresFour: Vr,
354
- LinkSimpleHorizontal: Hr,
355
- Key: Kr,
356
- LockKey: Qr,
357
- Detective: Xr,
358
- Calendar: zr,
359
- TextColumns: jr,
360
- Columns: Zr,
361
- ImageSquare: Jr,
362
- PushPin: Yr,
363
- PushPinSimple: _r,
364
- PushPinSimpleSlash: oi,
365
- ShieldCheck: ri,
366
- Package: ii,
367
- ArrowElbowDownRight: ei,
368
- BellSimpleSlash: mi,
369
- BellRinging: ai,
370
- GearSix: ti,
371
- TextT: ni,
372
- NumberCircleOne: si,
373
- ListNumbers: ci,
374
- Warning: pi,
375
- SortAscending: li,
376
- ArrowClockwise: fi,
377
- Sparkle: Ii,
378
- ThumbsUp: $i,
379
- ThumbsDown: Ci,
380
- DotsThreeCircleVertical: ui,
381
- BugBeetle: hi,
382
- Envelope: wi,
383
- ShieldSlash: Si,
384
- ArrowSquareIn: gi,
385
- Rows: di,
386
- GearFine: ki,
387
- Moon: Pi,
388
- TrendDown: Ai,
389
- TrendUp: Di,
390
- Intersect: Bi,
233
+ Plugs: b,
234
+ Plug: F,
235
+ List: R,
236
+ ArrowCircleLeft: M,
237
+ ArrowCircleRight: x,
238
+ RadioButton: v,
239
+ Gear: N,
240
+ UserPlus: q,
241
+ ArrowLeft: E,
242
+ Circle: G,
243
+ Star: W,
244
+ Notepad: O,
245
+ Export: V,
246
+ Binoculars: Q,
247
+ GitBranch: X,
248
+ Pencil: z,
249
+ LinkBreak: j,
250
+ Pause: Z,
251
+ DotsThreeVertical: J,
252
+ PencilSimple: Y,
253
+ Trash: _,
254
+ Equals: oo,
255
+ BracketsAngle: ro,
256
+ BracketsSquare: io,
257
+ SelectionInverse: eo,
258
+ BracketsCurly: mo,
259
+ CaretRight: ao,
260
+ ArrowsDownUp: to,
261
+ DotsThree: no,
262
+ Clock: so,
263
+ Prohibit: co,
264
+ ListPlus: po,
265
+ Square: lo,
266
+ CaretLeft: fo,
267
+ Upload: Io,
268
+ CloudSlash: $o,
269
+ GitFork: Co,
270
+ Textbox: uo,
271
+ DeviceMobileCamera: ho,
272
+ CaretUp: wo,
273
+ Swatches: So,
274
+ CreditCard: go,
275
+ Palette: ko,
276
+ CircleNotch: Po,
277
+ PencilSimpleLine: Ao,
278
+ Copy: Do,
279
+ Lightbulb: Bo,
280
+ ArrowBendUpLeft: Lo,
281
+ Check: To,
282
+ ChartPie: Uo,
283
+ Percent: yo,
284
+ Hash: bo,
285
+ CurrencyCircleDollar: Fo,
286
+ CurrencyDollar: Ro,
287
+ ChartBar: Mo,
288
+ ArrowsClockwise: xo,
289
+ CopySimple: vo,
290
+ FlagBanner: No,
291
+ CalendarBlank: qo,
292
+ Money: Eo,
293
+ Play: Go,
294
+ Flag: Wo,
295
+ CaretDoubleLeft: Oo,
296
+ CaretDoubleRight: Vo,
297
+ ShareNetwork: Ho,
298
+ ToggleLeft: Ko,
299
+ PlusCircle: Qo,
300
+ UserCircle: Xo,
301
+ CaretCircleRight: zo,
302
+ MinusCircle: jo,
303
+ Archive: Zo,
304
+ Desktop: Jo,
305
+ Sun: Yo,
306
+ Translate: _o,
307
+ CheckSquare: or,
308
+ CheckSquareOffset: rr,
309
+ UploadSimple: ir,
310
+ FileArrowUp: er,
311
+ FileCsv: mr,
312
+ DownloadSimple: ar,
313
+ ArrowCounterClockwise: tr,
314
+ Bank: nr,
315
+ ShieldWarning: sr,
316
+ UserSwitch: cr,
317
+ Lightning: pr,
318
+ MapPin: lr,
319
+ Eraser: fr,
320
+ Vault: Ir,
321
+ ClockClockwise: $r,
322
+ Repeat: Cr,
323
+ Eye: ur,
324
+ EyeSlash: hr,
325
+ EyeClosed: wr,
326
+ DotsSixVertical: Sr,
327
+ DotsNine: gr,
328
+ Cards: kr,
329
+ ArrowCircleUpLeft: dr,
330
+ Wallet: Pr,
331
+ ArrowBendUpRight: Ar,
332
+ IdentificationCard: Dr,
333
+ Notification: Br,
334
+ ListBullets: Lr,
335
+ Download: Tr,
336
+ ArrowsOutSimple: Ur,
337
+ ClockCountdown: yr,
338
+ ClockCounterClockwise: br,
339
+ Image: Fr,
340
+ ToggleRight: Rr,
341
+ ArrowCircleUp: Mr,
342
+ ArrowUp: xr,
343
+ ArrowDown: vr,
344
+ ArrowUpRight: Nr,
345
+ PlayCircle: qr,
346
+ PauseCircle: Er,
347
+ SquaresFour: Gr,
348
+ LinkSimpleHorizontal: Wr,
349
+ Key: Or,
350
+ LockKey: Vr,
351
+ Detective: Hr,
352
+ Calendar: Kr,
353
+ TextColumns: Qr,
354
+ Columns: Xr,
355
+ ImageSquare: zr,
356
+ PushPin: jr,
357
+ PushPinSimple: Zr,
358
+ PushPinSimpleSlash: Jr,
359
+ ShieldCheck: Yr,
360
+ Package: _r,
361
+ ArrowElbowDownRight: oi,
362
+ BellSimpleSlash: ri,
363
+ BellRinging: ii,
364
+ GearSix: ei,
365
+ TextT: mi,
366
+ NumberCircleOne: ai,
367
+ ListNumbers: ti,
368
+ Warning: ni,
369
+ SortAscending: si,
370
+ ArrowClockwise: ci,
371
+ Sparkle: pi,
372
+ ThumbsUp: li,
373
+ ThumbsDown: fi,
374
+ DotsThreeCircleVertical: Ii,
375
+ BugBeetle: $i,
376
+ Envelope: Ci,
377
+ ShieldSlash: ui,
378
+ ArrowSquareIn: hi,
379
+ Rows: wi,
380
+ GearFine: Si,
381
+ Moon: gi,
382
+ TrendDown: ki,
383
+ TrendUp: di,
384
+ Intersect: Pi,
391
385
  close: o,
392
- MagicWand: Li,
393
- Stop: K,
394
- Microphone: Q,
395
- Password: Ti,
396
- Buildings: Ui,
397
- ArrowRight: bi,
398
- Headset: yi,
399
- Network: Fi,
400
- NetworkSlash: Ri,
401
- ArrowsInSimple: vi,
402
- Queue: Ni,
403
- DeviceMobileSpeaker: qi,
404
- Camera: Ei
386
+ MagicWand: Ai,
387
+ Stop: H,
388
+ Microphone: K,
389
+ Password: Di,
390
+ Buildings: Bi,
391
+ ArrowRight: Li,
392
+ Headset: Ti,
393
+ Network: Ui,
394
+ NetworkSlash: yi,
395
+ ArrowsInSimple: Ri,
396
+ Queue: Mi,
397
+ DeviceMobileSpeaker: xi,
398
+ Camera: vi
405
399
  };
406
400
  export {
407
- Dt as IconList
401
+ St as IconList
408
402
  };