@yuno-payments/dashboard-design-system 2.2.1 → 2.2.2-beta.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.
Files changed (24) hide show
  1. package/dist/components/atoms/icon/icon-list.d.ts +0 -5
  2. package/dist/components/atoms/icon/icon-list.js +196 -206
  3. package/dist/components/organisms/data-table/components/cells/data-table-resize-handle.js +18 -12
  4. package/dist/components/organisms/data-table/utils/data-table-constants.d.ts +2 -2
  5. package/dist/components/organisms/data-table/utils/data-table-constants.js +5 -5
  6. package/dist/components/organisms/dialog/dialog.d.ts +0 -5
  7. package/dist/components/organisms/dialog/dialog.js +80 -90
  8. package/dist/components/organisms/tutorial/tutorial.js +42 -21
  9. package/dist/dashboard-design-system.css +1 -1
  10. package/dist/index.css +1 -1
  11. package/dist/index.esm.min.js +5914 -6055
  12. package/dist/index.umd.min.js +14 -14
  13. package/package.json +3 -3
  14. package/registry/components-registry.json +2 -2
  15. package/dist/node_modules/@phosphor-icons/react/dist/csr/ArrowSquareOut.es.js +0 -8
  16. package/dist/node_modules/@phosphor-icons/react/dist/csr/Lifebuoy.es.js +0 -8
  17. package/dist/node_modules/@phosphor-icons/react/dist/csr/NotePencil.es.js +0 -8
  18. package/dist/node_modules/@phosphor-icons/react/dist/csr/SquareHalf.es.js +0 -8
  19. package/dist/node_modules/@phosphor-icons/react/dist/csr/SquareHalfBottom.es.js +0 -8
  20. package/dist/node_modules/@phosphor-icons/react/dist/defs/ArrowSquareOut.es.js +0 -36
  21. package/dist/node_modules/@phosphor-icons/react/dist/defs/Lifebuoy.es.js +0 -36
  22. package/dist/node_modules/@phosphor-icons/react/dist/defs/NotePencil.es.js +0 -30
  23. package/dist/node_modules/@phosphor-icons/react/dist/defs/SquareHalf.es.js +0 -36
  24. package/dist/node_modules/@phosphor-icons/react/dist/defs/SquareHalfBottom.es.js +0 -30
@@ -213,11 +213,6 @@ declare const IconList: {
213
213
  FilePng: import('@phosphor-icons/react').Icon;
214
214
  FileJpg: import('@phosphor-icons/react').Icon;
215
215
  FilePpt: import('@phosphor-icons/react').Icon;
216
- ArrowSquareOut: import('@phosphor-icons/react').Icon;
217
- SquareHalf: import('@phosphor-icons/react').Icon;
218
- SquareHalfBottom: import('@phosphor-icons/react').Icon;
219
- NotePencil: import('@phosphor-icons/react').Icon;
220
- Lifebuoy: import('@phosphor-icons/react').Icon;
221
216
  };
222
217
  export type IconName = Exclude<keyof typeof IconList, "Icon" | "IconProps" | "IconWeight" | "IconContext">;
223
218
  export { IconList };
@@ -1,6 +1,6 @@
1
1
  import r from "./aida-logo.js";
2
- import { MagnifyingGlassIcon as e } from "../../../node_modules/@phosphor-icons/react/dist/csr/MagnifyingGlass.es.js";
3
- import { CaretDownIcon as i } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDown.es.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
4
  import { CaretUpDownIcon as m } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUpDown.es.js";
5
5
  import { InfoIcon as t } from "../../../node_modules/@phosphor-icons/react/dist/csr/Info.es.js";
6
6
  import { BellSimpleIcon as a } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellSimple.es.js";
@@ -13,8 +13,8 @@ import { PhonePlusIcon as f } from "../../../node_modules/@phosphor-icons/react/
13
13
  import { PhoneXIcon as I } from "../../../node_modules/@phosphor-icons/react/dist/csr/PhoneX.es.js";
14
14
  import { PhoneOutgoingIcon as $ } from "../../../node_modules/@phosphor-icons/react/dist/csr/PhoneOutgoing.es.js";
15
15
  import { PhoneSlashIcon as C } from "../../../node_modules/@phosphor-icons/react/dist/csr/PhoneSlash.es.js";
16
- import { LinkSimpleIcon as u } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkSimple.es.js";
17
- import { SwapIcon as h } from "../../../node_modules/@phosphor-icons/react/dist/csr/Swap.es.js";
16
+ import { LinkSimpleIcon as h } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkSimple.es.js";
17
+ import { SwapIcon as u } from "../../../node_modules/@phosphor-icons/react/dist/csr/Swap.es.js";
18
18
  import { FileArchiveIcon as S } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileArchive.es.js";
19
19
  import { FilePdfIcon as w } from "../../../node_modules/@phosphor-icons/react/dist/csr/FilePdf.es.js";
20
20
  import { BoundingBoxIcon as g } from "../../../node_modules/@phosphor-icons/react/dist/csr/BoundingBox.es.js";
@@ -25,25 +25,25 @@ import { FileTxtIcon as A } from "../../../node_modules/@phosphor-icons/react/di
25
25
  import { FileZipIcon as D } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileZip.es.js";
26
26
  import { TerminalWindowIcon as L } from "../../../node_modules/@phosphor-icons/react/dist/csr/TerminalWindow.es.js";
27
27
  import { UserIcon as B } from "../../../node_modules/@phosphor-icons/react/dist/csr/User.es.js";
28
- import { LockIcon as T } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lock.es.js";
29
- import { FileDocIcon as F } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileDoc.es.js";
28
+ import { LockIcon as F } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lock.es.js";
29
+ import { FileDocIcon as T } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileDoc.es.js";
30
30
  import { QuestionIcon as U } from "../../../node_modules/@phosphor-icons/react/dist/csr/Question.es.js";
31
31
  import { SignOutIcon as b } from "../../../node_modules/@phosphor-icons/react/dist/csr/SignOut.es.js";
32
32
  import { XIcon as o } from "../../../node_modules/@phosphor-icons/react/dist/csr/X.es.js";
33
33
  import { FunnelSimpleIcon as y } from "../../../node_modules/@phosphor-icons/react/dist/csr/FunnelSimple.es.js";
34
34
  import { PlusIcon as R } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plus.es.js";
35
- import { WarningCircleIcon as q } from "../../../node_modules/@phosphor-icons/react/dist/csr/WarningCircle.es.js";
36
- import { XCircleIcon as M } from "../../../node_modules/@phosphor-icons/react/dist/csr/XCircle.es.js";
37
- import { CheckCircleIcon as x } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckCircle.es.js";
35
+ import { WarningCircleIcon as M } from "../../../node_modules/@phosphor-icons/react/dist/csr/WarningCircle.es.js";
36
+ import { XCircleIcon as x } from "../../../node_modules/@phosphor-icons/react/dist/csr/XCircle.es.js";
37
+ import { CheckCircleIcon as v } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckCircle.es.js";
38
38
  import { PlugsIcon as N } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plugs.es.js";
39
- import { PlugIcon as v } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plug.es.js";
39
+ import { PlugIcon as q } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plug.es.js";
40
40
  import { ListIcon as E } from "../../../node_modules/@phosphor-icons/react/dist/csr/List.es.js";
41
41
  import { ListChecksIcon as G } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListChecks.es.js";
42
- import { ArrowCircleLeftIcon as O } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleLeft.es.js";
43
- import { ArrowCircleRightIcon as W } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleRight.es.js";
44
- import { RadioButtonIcon as H } from "../../../node_modules/@phosphor-icons/react/dist/csr/RadioButton.es.js";
45
- import { GearIcon as V } from "../../../node_modules/@phosphor-icons/react/dist/csr/Gear.es.js";
46
- import { UserPlusIcon as X } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserPlus.es.js";
42
+ import { ArrowCircleLeftIcon as W } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleLeft.es.js";
43
+ import { ArrowCircleRightIcon as O } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleRight.es.js";
44
+ import { RadioButtonIcon as V } from "../../../node_modules/@phosphor-icons/react/dist/csr/RadioButton.es.js";
45
+ import { GearIcon as X } from "../../../node_modules/@phosphor-icons/react/dist/csr/Gear.es.js";
46
+ import { UserPlusIcon as H } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserPlus.es.js";
47
47
  import { ArrowLeftIcon as K } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowLeft.es.js";
48
48
  import { CircleIcon as Q } from "../../../node_modules/@phosphor-icons/react/dist/csr/Circle.es.js";
49
49
  import { StarIcon as z } from "../../../node_modules/@phosphor-icons/react/dist/csr/Star.es.js";
@@ -54,8 +54,8 @@ import { MicrophoneIcon as Y } from "../../../node_modules/@phosphor-icons/react
54
54
  import { FileIcon as _ } from "../../../node_modules/@phosphor-icons/react/dist/csr/File.es.js";
55
55
  import { TableIcon as oo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Table.es.js";
56
56
  import { BinocularsIcon as ro } from "../../../node_modules/@phosphor-icons/react/dist/csr/Binoculars.es.js";
57
- import { GitBranchIcon as eo } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitBranch.es.js";
58
- import { PencilIcon as io } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pencil.es.js";
57
+ import { GitBranchIcon as io } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitBranch.es.js";
58
+ import { PencilIcon as eo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pencil.es.js";
59
59
  import { LinkBreakIcon as mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkBreak.es.js";
60
60
  import { PauseIcon as to } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pause.es.js";
61
61
  import { DotsThreeVerticalIcon as ao } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeVertical.es.js";
@@ -68,8 +68,8 @@ import { SelectionInverseIcon as fo } from "../../../node_modules/@phosphor-icon
68
68
  import { BracketsCurlyIcon as Io } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsCurly.es.js";
69
69
  import { CaretRightIcon as $o } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretRight.es.js";
70
70
  import { ArrowsDownUpIcon as Co } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsDownUp.es.js";
71
- import { DotsThreeIcon as uo } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThree.es.js";
72
- import { ClockIcon as ho } from "../../../node_modules/@phosphor-icons/react/dist/csr/Clock.es.js";
71
+ import { DotsThreeIcon as ho } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThree.es.js";
72
+ import { ClockIcon as uo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Clock.es.js";
73
73
  import { ProhibitIcon as So } from "../../../node_modules/@phosphor-icons/react/dist/csr/Prohibit.es.js";
74
74
  import { ListPlusIcon as wo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListPlus.es.js";
75
75
  import { SquareIcon as go } from "../../../node_modules/@phosphor-icons/react/dist/csr/Square.es.js";
@@ -79,24 +79,24 @@ import { CloudSlashIcon as Ao } from "../../../node_modules/@phosphor-icons/reac
79
79
  import { GitForkIcon as Do } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitFork.es.js";
80
80
  import { TextboxIcon as Lo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Textbox.es.js";
81
81
  import { DeviceMobileCameraIcon as Bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileCamera.es.js";
82
- import { CaretUpIcon as To } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUp.es.js";
83
- import { SwatchesIcon as Fo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Swatches.es.js";
82
+ import { CaretUpIcon as Fo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUp.es.js";
83
+ import { SwatchesIcon as To } from "../../../node_modules/@phosphor-icons/react/dist/csr/Swatches.es.js";
84
84
  import { CreditCardIcon as Uo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CreditCard.es.js";
85
85
  import { PaletteIcon as bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Palette.es.js";
86
86
  import { CircleNotchIcon as yo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CircleNotch.es.js";
87
87
  import { PencilSimpleLineIcon as Ro } from "../../../node_modules/@phosphor-icons/react/dist/csr/PencilSimpleLine.es.js";
88
- import { CopyIcon as qo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Copy.es.js";
89
- import { LightbulbIcon as Mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightbulb.es.js";
90
- import { ArrowBendUpLeftIcon as xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpLeft.es.js";
88
+ import { CopyIcon as Mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Copy.es.js";
89
+ import { LightbulbIcon as xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightbulb.es.js";
90
+ import { ArrowBendUpLeftIcon as vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpLeft.es.js";
91
91
  import { CheckIcon as No } from "../../../node_modules/@phosphor-icons/react/dist/csr/Check.es.js";
92
- import { ChartPieIcon as vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartPie.es.js";
92
+ import { ChartPieIcon as qo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartPie.es.js";
93
93
  import { PercentIcon as Eo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Percent.es.js";
94
94
  import { HashIcon as Go } from "../../../node_modules/@phosphor-icons/react/dist/csr/Hash.es.js";
95
- import { CurrencyCircleDollarIcon as Oo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyCircleDollar.es.js";
96
- import { CurrencyDollarIcon as Wo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyDollar.es.js";
97
- import { ChartBarIcon as Ho } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartBar.es.js";
98
- import { ArrowsClockwiseIcon as Vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsClockwise.es.js";
99
- import { CopySimpleIcon as Xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CopySimple.es.js";
95
+ import { CurrencyCircleDollarIcon as Wo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyCircleDollar.es.js";
96
+ import { CurrencyDollarIcon as Oo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyDollar.es.js";
97
+ import { ChartBarIcon as Vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartBar.es.js";
98
+ import { ArrowsClockwiseIcon as Xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsClockwise.es.js";
99
+ import { CopySimpleIcon as Ho } from "../../../node_modules/@phosphor-icons/react/dist/csr/CopySimple.es.js";
100
100
  import { FlagBannerIcon as Ko } from "../../../node_modules/@phosphor-icons/react/dist/csr/FlagBanner.es.js";
101
101
  import { CalendarBlankIcon as Qo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CalendarBlank.es.js";
102
102
  import { MoneyIcon as zo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Money.es.js";
@@ -107,8 +107,8 @@ import { CaretDoubleRightIcon as Yo } from "../../../node_modules/@phosphor-icon
107
107
  import { ShareNetworkIcon as _o } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShareNetwork.es.js";
108
108
  import { ToggleLeftIcon as or } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleLeft.es.js";
109
109
  import { PlusCircleIcon as rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlusCircle.es.js";
110
- import { UserCircleIcon as er } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserCircle.es.js";
111
- import { CaretCircleRightIcon as ir } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretCircleRight.es.js";
110
+ import { UserCircleIcon as ir } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserCircle.es.js";
111
+ import { CaretCircleRightIcon as er } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretCircleRight.es.js";
112
112
  import { MinusCircleIcon as mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/MinusCircle.es.js";
113
113
  import { ArchiveIcon as tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Archive.es.js";
114
114
  import { DesktopIcon as ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/Desktop.es.js";
@@ -121,8 +121,8 @@ import { FileArrowUpIcon as fr } from "../../../node_modules/@phosphor-icons/rea
121
121
  import { FileCsvIcon as Ir } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileCsv.es.js";
122
122
  import { DownloadSimpleIcon as $r } from "../../../node_modules/@phosphor-icons/react/dist/csr/DownloadSimple.es.js";
123
123
  import { ArrowCounterClockwiseIcon as Cr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCounterClockwise.es.js";
124
- import { ArrowsCounterClockwiseIcon as ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsCounterClockwise.es.js";
125
- import { BankIcon as hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Bank.es.js";
124
+ import { ArrowsCounterClockwiseIcon as hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsCounterClockwise.es.js";
125
+ import { BankIcon as ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/Bank.es.js";
126
126
  import { ShieldWarningIcon as Sr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldWarning.es.js";
127
127
  import { UserSwitchIcon as wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserSwitch.es.js";
128
128
  import { LightningIcon as gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightning.es.js";
@@ -133,24 +133,24 @@ import { ClockClockwiseIcon as Ar } from "../../../node_modules/@phosphor-icons/
133
133
  import { RepeatIcon as Dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Repeat.es.js";
134
134
  import { EyeIcon as Lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eye.es.js";
135
135
  import { EyeSlashIcon as Br } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeSlash.es.js";
136
- import { EyeClosedIcon as Tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeClosed.es.js";
137
- import { DotsSixVerticalIcon as Fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsSixVertical.es.js";
136
+ import { EyeClosedIcon as Fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeClosed.es.js";
137
+ import { DotsSixVerticalIcon as Tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsSixVertical.es.js";
138
138
  import { DotsNineIcon as Ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsNine.es.js";
139
139
  import { CardsIcon as br } from "../../../node_modules/@phosphor-icons/react/dist/csr/Cards.es.js";
140
140
  import { ArrowCircleUpLeftIcon as yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUpLeft.es.js";
141
141
  import { WalletIcon as Rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Wallet.es.js";
142
- import { ArrowBendUpRightIcon as qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpRight.es.js";
143
- import { IdentificationCardIcon as Mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/IdentificationCard.es.js";
144
- import { NotificationIcon as xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Notification.es.js";
142
+ import { ArrowBendUpRightIcon as Mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpRight.es.js";
143
+ import { IdentificationCardIcon as xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/IdentificationCard.es.js";
144
+ import { NotificationIcon as vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Notification.es.js";
145
145
  import { ListBulletsIcon as Nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListBullets.es.js";
146
- import { DownloadIcon as vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Download.es.js";
146
+ import { DownloadIcon as qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Download.es.js";
147
147
  import { ArrowsOutSimpleIcon as Er } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsOutSimple.es.js";
148
148
  import { ClockCountdownIcon as Gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCountdown.es.js";
149
- import { ClockCounterClockwiseIcon as Or } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCounterClockwise.es.js";
150
- import { ImageIcon as Wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Image.es.js";
151
- import { ToggleRightIcon as Hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleRight.es.js";
152
- import { ArrowCircleUpIcon as Vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUp.es.js";
153
- import { ArrowUpIcon as Xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUp.es.js";
149
+ import { ClockCounterClockwiseIcon as Wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCounterClockwise.es.js";
150
+ import { ImageIcon as Or } from "../../../node_modules/@phosphor-icons/react/dist/csr/Image.es.js";
151
+ import { ToggleRightIcon as Vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleRight.es.js";
152
+ import { ArrowCircleUpIcon as Xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUp.es.js";
153
+ import { ArrowUpIcon as Hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUp.es.js";
154
154
  import { ArrowDownIcon as Kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowDown.es.js";
155
155
  import { ArrowUpRightIcon as Qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUpRight.es.js";
156
156
  import { PlayCircleIcon as zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlayCircle.es.js";
@@ -159,69 +159,64 @@ import { SquaresFourIcon as jr } from "../../../node_modules/@phosphor-icons/rea
159
159
  import { LinkSimpleHorizontalIcon as Zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkSimpleHorizontal.es.js";
160
160
  import { KeyIcon as Yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Key.es.js";
161
161
  import { LockKeyIcon as _r } from "../../../node_modules/@phosphor-icons/react/dist/csr/LockKey.es.js";
162
- import { DetectiveIcon as oe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Detective.es.js";
163
- import { CalendarIcon as re } from "../../../node_modules/@phosphor-icons/react/dist/csr/Calendar.es.js";
164
- import { TextColumnsIcon as ee } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextColumns.es.js";
165
- import { ColumnsIcon as ie } from "../../../node_modules/@phosphor-icons/react/dist/csr/Columns.es.js";
166
- import { ImageSquareIcon as me } from "../../../node_modules/@phosphor-icons/react/dist/csr/ImageSquare.es.js";
167
- import { PushPinIcon as te } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPin.es.js";
168
- import { PushPinSimpleIcon as ae } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimple.es.js";
169
- import { PushPinSimpleSlashIcon as ne } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimpleSlash.es.js";
170
- import { ShieldCheckIcon as se } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldCheck.es.js";
171
- import { PackageIcon as ce } from "../../../node_modules/@phosphor-icons/react/dist/csr/Package.es.js";
172
- import { ArrowElbowDownRightIcon as pe } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowElbowDownRight.es.js";
173
- import { BellSimpleSlashIcon as le } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellSimpleSlash.es.js";
174
- import { BellRingingIcon as fe } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellRinging.es.js";
175
- import { GearSixIcon as Ie } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearSix.es.js";
176
- import { TextTIcon as $e } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextT.es.js";
177
- import { NumberCircleOneIcon as Ce } from "../../../node_modules/@phosphor-icons/react/dist/csr/NumberCircleOne.es.js";
178
- import { ListNumbersIcon as ue } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListNumbers.es.js";
179
- import { WarningIcon as he } from "../../../node_modules/@phosphor-icons/react/dist/csr/Warning.es.js";
180
- import { SortAscendingIcon as Se } from "../../../node_modules/@phosphor-icons/react/dist/csr/SortAscending.es.js";
181
- import { SortDescendingIcon as we } from "../../../node_modules/@phosphor-icons/react/dist/csr/SortDescending.es.js";
182
- import { ArrowClockwiseIcon as ge } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowClockwise.es.js";
183
- import { SparkleIcon as Pe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sparkle.es.js";
184
- import { ThumbsUpIcon as ke } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsUp.es.js";
185
- import { ThumbsDownIcon as de } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsDown.es.js";
186
- import { DotsThreeCircleVerticalIcon as Ae } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeCircleVertical.es.js";
187
- import { BugBeetleIcon as De } from "../../../node_modules/@phosphor-icons/react/dist/csr/BugBeetle.es.js";
188
- import { EnvelopeIcon as Le } from "../../../node_modules/@phosphor-icons/react/dist/csr/Envelope.es.js";
189
- import { ShieldSlashIcon as Be } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldSlash.es.js";
190
- import { ArrowSquareInIcon as Te } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowSquareIn.es.js";
191
- import { RowsIcon as Fe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Rows.es.js";
192
- import { GearFineIcon as Ue } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearFine.es.js";
193
- import { MoonIcon as be } from "../../../node_modules/@phosphor-icons/react/dist/csr/Moon.es.js";
194
- import { TrendDownIcon as ye } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendDown.es.js";
195
- import { TrendUpIcon as Re } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendUp.es.js";
196
- import { IntersectIcon as qe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Intersect.es.js";
197
- import { MagicWandIcon as Me } from "../../../node_modules/@phosphor-icons/react/dist/csr/MagicWand.es.js";
198
- import { PasswordIcon as xe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Password.es.js";
199
- import { BuildingsIcon as Ne } from "../../../node_modules/@phosphor-icons/react/dist/csr/Buildings.es.js";
200
- import { ArrowRightIcon as ve } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowRight.es.js";
201
- import { HeadsetIcon as Ee } from "../../../node_modules/@phosphor-icons/react/dist/csr/Headset.es.js";
202
- import { NetworkIcon as Ge } from "../../../node_modules/@phosphor-icons/react/dist/csr/Network.es.js";
203
- import { NetworkSlashIcon as Oe } from "../../../node_modules/@phosphor-icons/react/dist/csr/NetworkSlash.es.js";
204
- import { TrafficSignalIcon as We } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrafficSignal.es.js";
205
- import { FileMagnifyingGlassIcon as He } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileMagnifyingGlass.es.js";
206
- import { ArrowsInSimpleIcon as Ve } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsInSimple.es.js";
207
- import { QueueIcon as Xe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Queue.es.js";
208
- import { DeviceMobileSpeakerIcon as Ke } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileSpeaker.es.js";
209
- import { CameraIcon as Qe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Camera.es.js";
210
- import { FileXlsIcon as ze } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileXls.es.js";
211
- import { FilePngIcon as Je } from "../../../node_modules/@phosphor-icons/react/dist/csr/FilePng.es.js";
212
- import { FileJpgIcon as je } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileJpg.es.js";
213
- import { FilePptIcon as Ze } from "../../../node_modules/@phosphor-icons/react/dist/csr/FilePpt.es.js";
214
- import { ArrowSquareOutIcon as Ye } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowSquareOut.es.js";
215
- import { SquareHalfIcon as _e } from "../../../node_modules/@phosphor-icons/react/dist/csr/SquareHalf.es.js";
216
- import { SquareHalfBottomIcon as oi } from "../../../node_modules/@phosphor-icons/react/dist/csr/SquareHalfBottom.es.js";
217
- import { NotePencilIcon as ri } from "../../../node_modules/@phosphor-icons/react/dist/csr/NotePencil.es.js";
218
- import { LifebuoyIcon as ei } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lifebuoy.es.js";
219
- const an = {
162
+ import { DetectiveIcon as oi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Detective.es.js";
163
+ import { CalendarIcon as ri } from "../../../node_modules/@phosphor-icons/react/dist/csr/Calendar.es.js";
164
+ import { TextColumnsIcon as ii } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextColumns.es.js";
165
+ import { ColumnsIcon as ei } from "../../../node_modules/@phosphor-icons/react/dist/csr/Columns.es.js";
166
+ import { ImageSquareIcon as mi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ImageSquare.es.js";
167
+ import { PushPinIcon as ti } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPin.es.js";
168
+ import { PushPinSimpleIcon as ai } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimple.es.js";
169
+ import { PushPinSimpleSlashIcon as ni } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimpleSlash.es.js";
170
+ import { ShieldCheckIcon as si } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldCheck.es.js";
171
+ import { PackageIcon as ci } from "../../../node_modules/@phosphor-icons/react/dist/csr/Package.es.js";
172
+ import { ArrowElbowDownRightIcon as pi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowElbowDownRight.es.js";
173
+ import { BellSimpleSlashIcon as li } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellSimpleSlash.es.js";
174
+ import { BellRingingIcon as fi } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellRinging.es.js";
175
+ import { GearSixIcon as Ii } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearSix.es.js";
176
+ import { TextTIcon as $i } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextT.es.js";
177
+ import { NumberCircleOneIcon as Ci } from "../../../node_modules/@phosphor-icons/react/dist/csr/NumberCircleOne.es.js";
178
+ import { ListNumbersIcon as hi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListNumbers.es.js";
179
+ import { WarningIcon as ui } from "../../../node_modules/@phosphor-icons/react/dist/csr/Warning.es.js";
180
+ import { SortAscendingIcon as Si } from "../../../node_modules/@phosphor-icons/react/dist/csr/SortAscending.es.js";
181
+ import { SortDescendingIcon as wi } from "../../../node_modules/@phosphor-icons/react/dist/csr/SortDescending.es.js";
182
+ import { ArrowClockwiseIcon as gi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowClockwise.es.js";
183
+ import { SparkleIcon as Pi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sparkle.es.js";
184
+ import { ThumbsUpIcon as ki } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsUp.es.js";
185
+ import { ThumbsDownIcon as di } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsDown.es.js";
186
+ import { DotsThreeCircleVerticalIcon as Ai } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeCircleVertical.es.js";
187
+ import { BugBeetleIcon as Di } from "../../../node_modules/@phosphor-icons/react/dist/csr/BugBeetle.es.js";
188
+ import { EnvelopeIcon as Li } from "../../../node_modules/@phosphor-icons/react/dist/csr/Envelope.es.js";
189
+ import { ShieldSlashIcon as Bi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldSlash.es.js";
190
+ import { ArrowSquareInIcon as Fi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowSquareIn.es.js";
191
+ import { RowsIcon as Ti } from "../../../node_modules/@phosphor-icons/react/dist/csr/Rows.es.js";
192
+ import { GearFineIcon as Ui } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearFine.es.js";
193
+ import { MoonIcon as bi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Moon.es.js";
194
+ import { TrendDownIcon as yi } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendDown.es.js";
195
+ import { TrendUpIcon as Ri } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendUp.es.js";
196
+ import { IntersectIcon as Mi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Intersect.es.js";
197
+ import { MagicWandIcon as xi } from "../../../node_modules/@phosphor-icons/react/dist/csr/MagicWand.es.js";
198
+ import { PasswordIcon as vi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Password.es.js";
199
+ import { BuildingsIcon as Ni } from "../../../node_modules/@phosphor-icons/react/dist/csr/Buildings.es.js";
200
+ import { ArrowRightIcon as qi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowRight.es.js";
201
+ import { HeadsetIcon as Ei } from "../../../node_modules/@phosphor-icons/react/dist/csr/Headset.es.js";
202
+ import { NetworkIcon as Gi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Network.es.js";
203
+ import { NetworkSlashIcon as Wi } from "../../../node_modules/@phosphor-icons/react/dist/csr/NetworkSlash.es.js";
204
+ import { TrafficSignalIcon as Oi } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrafficSignal.es.js";
205
+ import { FileMagnifyingGlassIcon as Vi } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileMagnifyingGlass.es.js";
206
+ import { ArrowsInSimpleIcon as Xi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsInSimple.es.js";
207
+ import { QueueIcon as Hi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Queue.es.js";
208
+ import { DeviceMobileSpeakerIcon as Ki } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileSpeaker.es.js";
209
+ import { CameraIcon as Qi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Camera.es.js";
210
+ import { FileXlsIcon as zi } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileXls.es.js";
211
+ import { FilePngIcon as Ji } from "../../../node_modules/@phosphor-icons/react/dist/csr/FilePng.es.js";
212
+ import { FileJpgIcon as ji } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileJpg.es.js";
213
+ import { FilePptIcon as Zi } from "../../../node_modules/@phosphor-icons/react/dist/csr/FilePpt.es.js";
214
+ const Ja = {
220
215
  AidaLogo: r,
221
- Activity: We,
222
- FileSearch: He,
223
- MagnifyingGlass: e,
224
- CaretDown: i,
216
+ Activity: Oi,
217
+ FileSearch: Vi,
218
+ MagnifyingGlass: i,
219
+ CaretDown: e,
225
220
  CaretUpDown: m,
226
221
  Info: t,
227
222
  BellSimple: a,
@@ -234,8 +229,8 @@ const an = {
234
229
  PhoneX: I,
235
230
  PhoneOutgoing: $,
236
231
  PhoneSlash: C,
237
- LinkSimple: u,
238
- Swap: h,
232
+ LinkSimple: h,
233
+ Swap: u,
239
234
  FileArchive: S,
240
235
  FilePdf: w,
241
236
  BoundingBox: g,
@@ -246,32 +241,32 @@ const an = {
246
241
  FileZip: D,
247
242
  TerminalWindow: L,
248
243
  User: B,
249
- Lock: T,
250
- FileDoc: F,
244
+ Lock: F,
245
+ FileDoc: T,
251
246
  Question: U,
252
247
  SignOut: b,
253
248
  X: o,
254
249
  FunnelSimple: y,
255
250
  Plus: R,
256
- WarningCircle: q,
257
- XCircle: M,
258
- CheckCircle: x,
251
+ WarningCircle: M,
252
+ XCircle: x,
253
+ CheckCircle: v,
259
254
  Plugs: N,
260
- Plug: v,
255
+ Plug: q,
261
256
  List: E,
262
- ArrowCircleLeft: O,
263
- ArrowCircleRight: W,
264
- RadioButton: H,
265
- Gear: V,
266
- UserPlus: X,
257
+ ArrowCircleLeft: W,
258
+ ArrowCircleRight: O,
259
+ RadioButton: V,
260
+ Gear: X,
261
+ UserPlus: H,
267
262
  ArrowLeft: K,
268
263
  Circle: Q,
269
264
  Star: z,
270
265
  Notepad: J,
271
266
  Export: j,
272
267
  Binoculars: ro,
273
- GitBranch: eo,
274
- Pencil: io,
268
+ GitBranch: io,
269
+ Pencil: eo,
275
270
  LinkBreak: mo,
276
271
  Pause: to,
277
272
  DotsThreeVertical: ao,
@@ -284,8 +279,8 @@ const an = {
284
279
  BracketsCurly: Io,
285
280
  CaretRight: $o,
286
281
  ArrowsDownUp: Co,
287
- DotsThree: uo,
288
- Clock: ho,
282
+ DotsThree: ho,
283
+ Clock: uo,
289
284
  Prohibit: So,
290
285
  ListPlus: wo,
291
286
  Square: go,
@@ -295,25 +290,25 @@ const an = {
295
290
  GitFork: Do,
296
291
  Textbox: Lo,
297
292
  DeviceMobileCamera: Bo,
298
- CaretUp: To,
299
- Swatches: Fo,
293
+ CaretUp: Fo,
294
+ Swatches: To,
300
295
  CreditCard: Uo,
301
296
  Palette: bo,
302
297
  CircleNotch: yo,
303
298
  PencilSimpleLine: Ro,
304
- Copy: qo,
305
- Lightbulb: Mo,
299
+ Copy: Mo,
300
+ Lightbulb: xo,
306
301
  ListChecks: G,
307
- ArrowBendUpLeft: xo,
302
+ ArrowBendUpLeft: vo,
308
303
  Check: No,
309
- ChartPie: vo,
304
+ ChartPie: qo,
310
305
  Percent: Eo,
311
306
  Hash: Go,
312
- CurrencyCircleDollar: Oo,
313
- CurrencyDollar: Wo,
314
- ChartBar: Ho,
315
- ArrowsClockwise: Vo,
316
- CopySimple: Xo,
307
+ CurrencyCircleDollar: Wo,
308
+ CurrencyDollar: Oo,
309
+ ChartBar: Vo,
310
+ ArrowsClockwise: Xo,
311
+ CopySimple: Ho,
317
312
  FlagBanner: Ko,
318
313
  CalendarBlank: Qo,
319
314
  Money: zo,
@@ -324,8 +319,8 @@ const an = {
324
319
  ShareNetwork: _o,
325
320
  ToggleLeft: or,
326
321
  PlusCircle: rr,
327
- UserCircle: er,
328
- CaretCircleRight: ir,
322
+ UserCircle: ir,
323
+ CaretCircleRight: er,
329
324
  MinusCircle: mr,
330
325
  Archive: tr,
331
326
  Desktop: ar,
@@ -338,8 +333,8 @@ const an = {
338
333
  FileCsv: Ir,
339
334
  DownloadSimple: $r,
340
335
  ArrowCounterClockwise: Cr,
341
- ArrowsCounterClockwise: ur,
342
- Bank: hr,
336
+ ArrowsCounterClockwise: hr,
337
+ Bank: ur,
343
338
  ShieldWarning: Sr,
344
339
  UserSwitch: wr,
345
340
  Lightning: gr,
@@ -350,24 +345,24 @@ const an = {
350
345
  Repeat: Dr,
351
346
  Eye: Lr,
352
347
  EyeSlash: Br,
353
- EyeClosed: Tr,
354
- DotsSixVertical: Fr,
348
+ EyeClosed: Fr,
349
+ DotsSixVertical: Tr,
355
350
  DotsNine: Ur,
356
351
  Cards: br,
357
352
  ArrowCircleUpLeft: yr,
358
353
  Wallet: Rr,
359
- ArrowBendUpRight: qr,
360
- IdentificationCard: Mr,
361
- Notification: xr,
354
+ ArrowBendUpRight: Mr,
355
+ IdentificationCard: xr,
356
+ Notification: vr,
362
357
  ListBullets: Nr,
363
- Download: vr,
358
+ Download: qr,
364
359
  ArrowsOutSimple: Er,
365
360
  ClockCountdown: Gr,
366
- ClockCounterClockwise: Or,
367
- Image: Wr,
368
- ToggleRight: Hr,
369
- ArrowCircleUp: Vr,
370
- ArrowUp: Xr,
361
+ ClockCounterClockwise: Wr,
362
+ Image: Or,
363
+ ToggleRight: Vr,
364
+ ArrowCircleUp: Xr,
365
+ ArrowUp: Hr,
371
366
  File: _,
372
367
  Table: oo,
373
368
  ArrowDown: Kr,
@@ -378,65 +373,60 @@ const an = {
378
373
  LinkSimpleHorizontal: Zr,
379
374
  Key: Yr,
380
375
  LockKey: _r,
381
- Detective: oe,
382
- Calendar: re,
383
- TextColumns: ee,
384
- Columns: ie,
385
- ImageSquare: me,
386
- PushPin: te,
387
- PushPinSimple: ae,
388
- PushPinSimpleSlash: ne,
389
- ShieldCheck: se,
390
- Package: ce,
391
- ArrowElbowDownRight: pe,
392
- BellSimpleSlash: le,
393
- BellRinging: fe,
394
- GearSix: Ie,
395
- TextT: $e,
396
- NumberCircleOne: Ce,
397
- ListNumbers: ue,
398
- Warning: he,
399
- SortAscending: Se,
400
- SortDescending: we,
401
- ArrowClockwise: ge,
402
- Sparkle: Pe,
403
- ThumbsUp: ke,
404
- ThumbsDown: de,
405
- DotsThreeCircleVertical: Ae,
406
- BugBeetle: De,
407
- Envelope: Le,
408
- ShieldSlash: Be,
409
- ArrowSquareIn: Te,
410
- Rows: Fe,
411
- GearFine: Ue,
412
- Moon: be,
413
- TrendDown: ye,
414
- TrendUp: Re,
415
- Intersect: qe,
376
+ Detective: oi,
377
+ Calendar: ri,
378
+ TextColumns: ii,
379
+ Columns: ei,
380
+ ImageSquare: mi,
381
+ PushPin: ti,
382
+ PushPinSimple: ai,
383
+ PushPinSimpleSlash: ni,
384
+ ShieldCheck: si,
385
+ Package: ci,
386
+ ArrowElbowDownRight: pi,
387
+ BellSimpleSlash: li,
388
+ BellRinging: fi,
389
+ GearSix: Ii,
390
+ TextT: $i,
391
+ NumberCircleOne: Ci,
392
+ ListNumbers: hi,
393
+ Warning: ui,
394
+ SortAscending: Si,
395
+ SortDescending: wi,
396
+ ArrowClockwise: gi,
397
+ Sparkle: Pi,
398
+ ThumbsUp: ki,
399
+ ThumbsDown: di,
400
+ DotsThreeCircleVertical: Ai,
401
+ BugBeetle: Di,
402
+ Envelope: Li,
403
+ ShieldSlash: Bi,
404
+ ArrowSquareIn: Fi,
405
+ Rows: Ti,
406
+ GearFine: Ui,
407
+ Moon: bi,
408
+ TrendDown: yi,
409
+ TrendUp: Ri,
410
+ Intersect: Mi,
416
411
  close: o,
417
- MagicWand: Me,
412
+ MagicWand: xi,
418
413
  Stop: Z,
419
414
  Microphone: Y,
420
- Password: xe,
421
- Buildings: Ne,
422
- ArrowRight: ve,
423
- Headset: Ee,
424
- Network: Ge,
425
- NetworkSlash: Oe,
426
- ArrowsInSimple: Ve,
427
- Queue: Xe,
428
- DeviceMobileSpeaker: Ke,
429
- Camera: Qe,
430
- FileXls: ze,
431
- FilePng: Je,
432
- FileJpg: je,
433
- FilePpt: Ze,
434
- ArrowSquareOut: Ye,
435
- SquareHalf: _e,
436
- SquareHalfBottom: oi,
437
- NotePencil: ri,
438
- Lifebuoy: ei
415
+ Password: vi,
416
+ Buildings: Ni,
417
+ ArrowRight: qi,
418
+ Headset: Ei,
419
+ Network: Gi,
420
+ NetworkSlash: Wi,
421
+ ArrowsInSimple: Xi,
422
+ Queue: Hi,
423
+ DeviceMobileSpeaker: Ki,
424
+ Camera: Qi,
425
+ FileXls: zi,
426
+ FilePng: Ji,
427
+ FileJpg: ji,
428
+ FilePpt: Zi
439
429
  };
440
430
  export {
441
- an as IconList
431
+ Ja as IconList
442
432
  };