@yuno-payments/dashboard-design-system 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/atoms/icon/icon-list.d.ts +3 -0
- package/dist/components/atoms/icon/icon-list.js +192 -186
- package/dist/dashboard-design-system.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.esm.min.js +4043 -3947
- package/dist/index.umd.min.js +12 -12
- package/dist/node_modules/@phosphor-icons/react/dist/csr/ArrowSquareOut.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/SquareHalf.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/SquareHalfBottom.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/ArrowSquareOut.es.js +36 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/SquareHalf.es.js +36 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/SquareHalfBottom.es.js +30 -0
- package/package.json +1 -1
|
@@ -208,6 +208,9 @@ declare const IconList: {
|
|
|
208
208
|
Queue: import('@phosphor-icons/react').Icon;
|
|
209
209
|
DeviceMobileSpeaker: import('@phosphor-icons/react').Icon;
|
|
210
210
|
Camera: import('@phosphor-icons/react').Icon;
|
|
211
|
+
ArrowSquareOut: import('@phosphor-icons/react').Icon;
|
|
212
|
+
SquareHalf: import('@phosphor-icons/react').Icon;
|
|
213
|
+
SquareHalfBottom: import('@phosphor-icons/react').Icon;
|
|
211
214
|
};
|
|
212
215
|
export type IconName = Exclude<keyof typeof IconList, "Icon" | "IconProps" | "IconWeight" | "IconContext">;
|
|
213
216
|
export { IconList };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import r from "./aida-logo.js";
|
|
2
|
-
import { MagnifyingGlassIcon as
|
|
3
|
-
import { CaretDownIcon as
|
|
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";
|
|
4
4
|
import { CaretUpDownIcon as m } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUpDown.es.js";
|
|
5
5
|
import { InfoIcon as a } from "../../../node_modules/@phosphor-icons/react/dist/csr/Info.es.js";
|
|
6
6
|
import { BellSimpleIcon as t } 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
|
|
17
|
-
import { SwapIcon as
|
|
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";
|
|
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";
|
|
@@ -23,8 +23,8 @@ import { ShoppingCartIcon as k } from "../../../node_modules/@phosphor-icons/rea
|
|
|
23
23
|
import { CodeIcon as P } from "../../../node_modules/@phosphor-icons/react/dist/csr/Code.es.js";
|
|
24
24
|
import { FileTxtIcon as A } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileTxt.es.js";
|
|
25
25
|
import { FileZipIcon as D } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileZip.es.js";
|
|
26
|
-
import { TerminalWindowIcon as
|
|
27
|
-
import { UserIcon as
|
|
26
|
+
import { TerminalWindowIcon as B } from "../../../node_modules/@phosphor-icons/react/dist/csr/TerminalWindow.es.js";
|
|
27
|
+
import { UserIcon as L } from "../../../node_modules/@phosphor-icons/react/dist/csr/User.es.js";
|
|
28
28
|
import { LockIcon as T } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lock.es.js";
|
|
29
29
|
import { FileDocIcon as U } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileDoc.es.js";
|
|
30
30
|
import { QuestionIcon as b } from "../../../node_modules/@phosphor-icons/react/dist/csr/Question.es.js";
|
|
@@ -32,17 +32,17 @@ import { SignOutIcon as y } from "../../../node_modules/@phosphor-icons/react/di
|
|
|
32
32
|
import { XIcon as o } from "../../../node_modules/@phosphor-icons/react/dist/csr/X.es.js";
|
|
33
33
|
import { FunnelSimpleIcon as F } 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
|
|
36
|
-
import { XCircleIcon as
|
|
37
|
-
import { CheckCircleIcon as
|
|
38
|
-
import { PlugsIcon as
|
|
39
|
-
import { PlugIcon as
|
|
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";
|
|
38
|
+
import { PlugsIcon as v } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plugs.es.js";
|
|
39
|
+
import { PlugIcon as N } 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
|
|
43
|
-
import { ArrowCircleRightIcon as
|
|
44
|
-
import { RadioButtonIcon as
|
|
45
|
-
import { GearIcon as
|
|
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
46
|
import { UserPlusIcon as X } 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";
|
|
@@ -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
|
|
58
|
-
import { PencilIcon as
|
|
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";
|
|
59
59
|
import { LinkBreakIcon as mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkBreak.es.js";
|
|
60
60
|
import { PauseIcon as ao } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pause.es.js";
|
|
61
61
|
import { DotsThreeVerticalIcon as to } 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
|
|
72
|
-
import { ClockIcon as
|
|
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";
|
|
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";
|
|
@@ -77,25 +77,25 @@ import { CaretLeftIcon as ko } from "../../../node_modules/@phosphor-icons/react
|
|
|
77
77
|
import { UploadIcon as Po } from "../../../node_modules/@phosphor-icons/react/dist/csr/Upload.es.js";
|
|
78
78
|
import { CloudSlashIcon as Ao } from "../../../node_modules/@phosphor-icons/react/dist/csr/CloudSlash.es.js";
|
|
79
79
|
import { GitForkIcon as Do } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitFork.es.js";
|
|
80
|
-
import { TextboxIcon as
|
|
81
|
-
import { DeviceMobileCameraIcon as
|
|
80
|
+
import { TextboxIcon as Bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Textbox.es.js";
|
|
81
|
+
import { DeviceMobileCameraIcon as Lo } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileCamera.es.js";
|
|
82
82
|
import { CaretUpIcon as To } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUp.es.js";
|
|
83
83
|
import { SwatchesIcon as Uo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Swatches.es.js";
|
|
84
84
|
import { CreditCardIcon as bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CreditCard.es.js";
|
|
85
85
|
import { PaletteIcon as yo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Palette.es.js";
|
|
86
86
|
import { CircleNotchIcon as Fo } 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
|
|
89
|
-
import { LightbulbIcon as
|
|
90
|
-
import { ArrowBendUpLeftIcon as
|
|
91
|
-
import { CheckIcon as
|
|
92
|
-
import { ChartPieIcon as
|
|
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";
|
|
91
|
+
import { CheckIcon as vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Check.es.js";
|
|
92
|
+
import { ChartPieIcon as No } 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
|
|
96
|
-
import { CurrencyDollarIcon as
|
|
97
|
-
import { ChartBarIcon as
|
|
98
|
-
import { ArrowsClockwiseIcon as
|
|
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
99
|
import { CopySimpleIcon as Xo } 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";
|
|
@@ -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
|
|
111
|
-
import { CaretCircleRightIcon as
|
|
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";
|
|
112
112
|
import { MinusCircleIcon as mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/MinusCircle.es.js";
|
|
113
113
|
import { ArchiveIcon as ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/Archive.es.js";
|
|
114
114
|
import { DesktopIcon as tr } 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 { BankIcon as
|
|
125
|
-
import { ShieldWarningIcon as
|
|
124
|
+
import { BankIcon as ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/Bank.es.js";
|
|
125
|
+
import { ShieldWarningIcon as hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldWarning.es.js";
|
|
126
126
|
import { UserSwitchIcon as Sr } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserSwitch.es.js";
|
|
127
127
|
import { LightningIcon as wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightning.es.js";
|
|
128
128
|
import { MapPinIcon as gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/MapPin.es.js";
|
|
@@ -131,25 +131,25 @@ import { VaultIcon as kr } from "../../../node_modules/@phosphor-icons/react/dis
|
|
|
131
131
|
import { ClockClockwiseIcon as Pr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockClockwise.es.js";
|
|
132
132
|
import { RepeatIcon as Ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/Repeat.es.js";
|
|
133
133
|
import { EyeIcon as Dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eye.es.js";
|
|
134
|
-
import { EyeSlashIcon as
|
|
135
|
-
import { EyeClosedIcon as
|
|
134
|
+
import { EyeSlashIcon as Br } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeSlash.es.js";
|
|
135
|
+
import { EyeClosedIcon as Lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeClosed.es.js";
|
|
136
136
|
import { DotsSixVerticalIcon as Tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsSixVertical.es.js";
|
|
137
137
|
import { DotsNineIcon as Ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsNine.es.js";
|
|
138
138
|
import { CardsIcon as br } from "../../../node_modules/@phosphor-icons/react/dist/csr/Cards.es.js";
|
|
139
139
|
import { ArrowCircleUpLeftIcon as yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUpLeft.es.js";
|
|
140
140
|
import { WalletIcon as Fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Wallet.es.js";
|
|
141
141
|
import { ArrowBendUpRightIcon as Rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpRight.es.js";
|
|
142
|
-
import { IdentificationCardIcon as
|
|
143
|
-
import { NotificationIcon as
|
|
144
|
-
import { ListBulletsIcon as
|
|
145
|
-
import { DownloadIcon as
|
|
146
|
-
import { ArrowsOutSimpleIcon as
|
|
142
|
+
import { IdentificationCardIcon as qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/IdentificationCard.es.js";
|
|
143
|
+
import { NotificationIcon as Mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Notification.es.js";
|
|
144
|
+
import { ListBulletsIcon as xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListBullets.es.js";
|
|
145
|
+
import { DownloadIcon as vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Download.es.js";
|
|
146
|
+
import { ArrowsOutSimpleIcon as Nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsOutSimple.es.js";
|
|
147
147
|
import { ClockCountdownIcon as Er } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCountdown.es.js";
|
|
148
148
|
import { ClockCounterClockwiseIcon as Gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCounterClockwise.es.js";
|
|
149
|
-
import { ImageIcon as
|
|
150
|
-
import { ToggleRightIcon as
|
|
151
|
-
import { ArrowCircleUpIcon as
|
|
152
|
-
import { ArrowUpIcon as
|
|
149
|
+
import { ImageIcon as Or } from "../../../node_modules/@phosphor-icons/react/dist/csr/Image.es.js";
|
|
150
|
+
import { ToggleRightIcon as Wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleRight.es.js";
|
|
151
|
+
import { ArrowCircleUpIcon as Hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUp.es.js";
|
|
152
|
+
import { ArrowUpIcon as Vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUp.es.js";
|
|
153
153
|
import { ArrowDownIcon as Xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowDown.es.js";
|
|
154
154
|
import { ArrowUpRightIcon as Kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUpRight.es.js";
|
|
155
155
|
import { PlayCircleIcon as Qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlayCircle.es.js";
|
|
@@ -159,59 +159,62 @@ import { LinkSimpleHorizontalIcon as Zr } from "../../../node_modules/@phosphor-
|
|
|
159
159
|
import { KeyIcon as Jr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Key.es.js";
|
|
160
160
|
import { LockKeyIcon as Yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/LockKey.es.js";
|
|
161
161
|
import { DetectiveIcon as _r } from "../../../node_modules/@phosphor-icons/react/dist/csr/Detective.es.js";
|
|
162
|
-
import { CalendarIcon as
|
|
163
|
-
import { TextColumnsIcon as
|
|
164
|
-
import { ColumnsIcon as
|
|
165
|
-
import { ImageSquareIcon as
|
|
166
|
-
import { PushPinIcon as
|
|
167
|
-
import { PushPinSimpleIcon as
|
|
168
|
-
import { PushPinSimpleSlashIcon as
|
|
169
|
-
import { ShieldCheckIcon as
|
|
170
|
-
import { PackageIcon as
|
|
171
|
-
import { ArrowElbowDownRightIcon as
|
|
172
|
-
import { BellSimpleSlashIcon as
|
|
173
|
-
import { BellRingingIcon as
|
|
174
|
-
import { GearSixIcon as
|
|
175
|
-
import { TextTIcon as
|
|
176
|
-
import { NumberCircleOneIcon as $
|
|
177
|
-
import { ListNumbersIcon as
|
|
178
|
-
import { WarningIcon as
|
|
179
|
-
import { SortAscendingIcon as
|
|
180
|
-
import { SortDescendingIcon as
|
|
181
|
-
import { ArrowClockwiseIcon as
|
|
182
|
-
import { SparkleIcon as
|
|
183
|
-
import { ThumbsUpIcon as
|
|
184
|
-
import { ThumbsDownIcon as
|
|
185
|
-
import { DotsThreeCircleVerticalIcon as
|
|
186
|
-
import { BugBeetleIcon as
|
|
187
|
-
import { EnvelopeIcon as
|
|
188
|
-
import { ShieldSlashIcon as
|
|
189
|
-
import { ArrowSquareInIcon as
|
|
190
|
-
import { RowsIcon as
|
|
191
|
-
import { GearFineIcon as
|
|
192
|
-
import { MoonIcon as
|
|
193
|
-
import { TrendDownIcon as
|
|
194
|
-
import { TrendUpIcon as
|
|
195
|
-
import { IntersectIcon as
|
|
196
|
-
import { MagicWandIcon as
|
|
197
|
-
import { PasswordIcon as
|
|
198
|
-
import { BuildingsIcon as
|
|
199
|
-
import { ArrowRightIcon as
|
|
200
|
-
import { HeadsetIcon as
|
|
201
|
-
import { NetworkIcon as
|
|
202
|
-
import { NetworkSlashIcon as
|
|
203
|
-
import { TrafficSignalIcon as
|
|
204
|
-
import { FileMagnifyingGlassIcon as
|
|
205
|
-
import { ArrowsInSimpleIcon as
|
|
206
|
-
import { QueueIcon as
|
|
207
|
-
import { DeviceMobileSpeakerIcon as
|
|
208
|
-
import { CameraIcon as
|
|
209
|
-
|
|
162
|
+
import { CalendarIcon as oe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Calendar.es.js";
|
|
163
|
+
import { TextColumnsIcon as re } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextColumns.es.js";
|
|
164
|
+
import { ColumnsIcon as ee } from "../../../node_modules/@phosphor-icons/react/dist/csr/Columns.es.js";
|
|
165
|
+
import { ImageSquareIcon as ie } from "../../../node_modules/@phosphor-icons/react/dist/csr/ImageSquare.es.js";
|
|
166
|
+
import { PushPinIcon as me } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPin.es.js";
|
|
167
|
+
import { PushPinSimpleIcon as ae } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimple.es.js";
|
|
168
|
+
import { PushPinSimpleSlashIcon as te } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimpleSlash.es.js";
|
|
169
|
+
import { ShieldCheckIcon as ne } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldCheck.es.js";
|
|
170
|
+
import { PackageIcon as se } from "../../../node_modules/@phosphor-icons/react/dist/csr/Package.es.js";
|
|
171
|
+
import { ArrowElbowDownRightIcon as ce } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowElbowDownRight.es.js";
|
|
172
|
+
import { BellSimpleSlashIcon as pe } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellSimpleSlash.es.js";
|
|
173
|
+
import { BellRingingIcon as le } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellRinging.es.js";
|
|
174
|
+
import { GearSixIcon as fe } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearSix.es.js";
|
|
175
|
+
import { TextTIcon as Ie } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextT.es.js";
|
|
176
|
+
import { NumberCircleOneIcon as $e } from "../../../node_modules/@phosphor-icons/react/dist/csr/NumberCircleOne.es.js";
|
|
177
|
+
import { ListNumbersIcon as Ce } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListNumbers.es.js";
|
|
178
|
+
import { WarningIcon as ue } from "../../../node_modules/@phosphor-icons/react/dist/csr/Warning.es.js";
|
|
179
|
+
import { SortAscendingIcon as he } from "../../../node_modules/@phosphor-icons/react/dist/csr/SortAscending.es.js";
|
|
180
|
+
import { SortDescendingIcon as Se } from "../../../node_modules/@phosphor-icons/react/dist/csr/SortDescending.es.js";
|
|
181
|
+
import { ArrowClockwiseIcon as we } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowClockwise.es.js";
|
|
182
|
+
import { SparkleIcon as ge } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sparkle.es.js";
|
|
183
|
+
import { ThumbsUpIcon as de } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsUp.es.js";
|
|
184
|
+
import { ThumbsDownIcon as ke } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsDown.es.js";
|
|
185
|
+
import { DotsThreeCircleVerticalIcon as Pe } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeCircleVertical.es.js";
|
|
186
|
+
import { BugBeetleIcon as Ae } from "../../../node_modules/@phosphor-icons/react/dist/csr/BugBeetle.es.js";
|
|
187
|
+
import { EnvelopeIcon as De } from "../../../node_modules/@phosphor-icons/react/dist/csr/Envelope.es.js";
|
|
188
|
+
import { ShieldSlashIcon as Be } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldSlash.es.js";
|
|
189
|
+
import { ArrowSquareInIcon as Le } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowSquareIn.es.js";
|
|
190
|
+
import { RowsIcon as Te } from "../../../node_modules/@phosphor-icons/react/dist/csr/Rows.es.js";
|
|
191
|
+
import { GearFineIcon as Ue } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearFine.es.js";
|
|
192
|
+
import { MoonIcon as be } from "../../../node_modules/@phosphor-icons/react/dist/csr/Moon.es.js";
|
|
193
|
+
import { TrendDownIcon as ye } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendDown.es.js";
|
|
194
|
+
import { TrendUpIcon as Fe } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendUp.es.js";
|
|
195
|
+
import { IntersectIcon as Re } from "../../../node_modules/@phosphor-icons/react/dist/csr/Intersect.es.js";
|
|
196
|
+
import { MagicWandIcon as qe } from "../../../node_modules/@phosphor-icons/react/dist/csr/MagicWand.es.js";
|
|
197
|
+
import { PasswordIcon as Me } from "../../../node_modules/@phosphor-icons/react/dist/csr/Password.es.js";
|
|
198
|
+
import { BuildingsIcon as xe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Buildings.es.js";
|
|
199
|
+
import { ArrowRightIcon as ve } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowRight.es.js";
|
|
200
|
+
import { HeadsetIcon as Ne } from "../../../node_modules/@phosphor-icons/react/dist/csr/Headset.es.js";
|
|
201
|
+
import { NetworkIcon as Ee } from "../../../node_modules/@phosphor-icons/react/dist/csr/Network.es.js";
|
|
202
|
+
import { NetworkSlashIcon as Ge } from "../../../node_modules/@phosphor-icons/react/dist/csr/NetworkSlash.es.js";
|
|
203
|
+
import { TrafficSignalIcon as Oe } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrafficSignal.es.js";
|
|
204
|
+
import { FileMagnifyingGlassIcon as We } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileMagnifyingGlass.es.js";
|
|
205
|
+
import { ArrowsInSimpleIcon as He } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsInSimple.es.js";
|
|
206
|
+
import { QueueIcon as Ve } from "../../../node_modules/@phosphor-icons/react/dist/csr/Queue.es.js";
|
|
207
|
+
import { DeviceMobileSpeakerIcon as Xe } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileSpeaker.es.js";
|
|
208
|
+
import { CameraIcon as Ke } from "../../../node_modules/@phosphor-icons/react/dist/csr/Camera.es.js";
|
|
209
|
+
import { ArrowSquareOutIcon as Qe } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowSquareOut.es.js";
|
|
210
|
+
import { SquareHalfIcon as ze } from "../../../node_modules/@phosphor-icons/react/dist/csr/SquareHalf.es.js";
|
|
211
|
+
import { SquareHalfBottomIcon as je } from "../../../node_modules/@phosphor-icons/react/dist/csr/SquareHalfBottom.es.js";
|
|
212
|
+
const Xt = {
|
|
210
213
|
AidaLogo: r,
|
|
211
|
-
Activity:
|
|
212
|
-
FileSearch:
|
|
213
|
-
MagnifyingGlass:
|
|
214
|
-
CaretDown:
|
|
214
|
+
Activity: Oe,
|
|
215
|
+
FileSearch: We,
|
|
216
|
+
MagnifyingGlass: e,
|
|
217
|
+
CaretDown: i,
|
|
215
218
|
CaretUpDown: m,
|
|
216
219
|
Info: a,
|
|
217
220
|
BellSimple: t,
|
|
@@ -224,8 +227,8 @@ const Et = {
|
|
|
224
227
|
PhoneX: I,
|
|
225
228
|
PhoneOutgoing: $,
|
|
226
229
|
PhoneSlash: C,
|
|
227
|
-
LinkSimple:
|
|
228
|
-
Swap:
|
|
230
|
+
LinkSimple: u,
|
|
231
|
+
Swap: h,
|
|
229
232
|
FileArchive: S,
|
|
230
233
|
FilePdf: w,
|
|
231
234
|
BoundingBox: g,
|
|
@@ -234,8 +237,8 @@ const Et = {
|
|
|
234
237
|
Code: P,
|
|
235
238
|
FileTxt: A,
|
|
236
239
|
FileZip: D,
|
|
237
|
-
TerminalWindow:
|
|
238
|
-
User:
|
|
240
|
+
TerminalWindow: B,
|
|
241
|
+
User: L,
|
|
239
242
|
Lock: T,
|
|
240
243
|
FileDoc: U,
|
|
241
244
|
Question: b,
|
|
@@ -243,16 +246,16 @@ const Et = {
|
|
|
243
246
|
X: o,
|
|
244
247
|
FunnelSimple: F,
|
|
245
248
|
Plus: R,
|
|
246
|
-
WarningCircle:
|
|
247
|
-
XCircle:
|
|
248
|
-
CheckCircle:
|
|
249
|
-
Plugs:
|
|
250
|
-
Plug:
|
|
249
|
+
WarningCircle: q,
|
|
250
|
+
XCircle: M,
|
|
251
|
+
CheckCircle: x,
|
|
252
|
+
Plugs: v,
|
|
253
|
+
Plug: N,
|
|
251
254
|
List: E,
|
|
252
|
-
ArrowCircleLeft:
|
|
253
|
-
ArrowCircleRight:
|
|
254
|
-
RadioButton:
|
|
255
|
-
Gear:
|
|
255
|
+
ArrowCircleLeft: O,
|
|
256
|
+
ArrowCircleRight: W,
|
|
257
|
+
RadioButton: H,
|
|
258
|
+
Gear: V,
|
|
256
259
|
UserPlus: X,
|
|
257
260
|
ArrowLeft: K,
|
|
258
261
|
Circle: Q,
|
|
@@ -260,8 +263,8 @@ const Et = {
|
|
|
260
263
|
Notepad: j,
|
|
261
264
|
Export: Z,
|
|
262
265
|
Binoculars: ro,
|
|
263
|
-
GitBranch:
|
|
264
|
-
Pencil:
|
|
266
|
+
GitBranch: eo,
|
|
267
|
+
Pencil: io,
|
|
265
268
|
LinkBreak: mo,
|
|
266
269
|
Pause: ao,
|
|
267
270
|
DotsThreeVertical: to,
|
|
@@ -274,8 +277,8 @@ const Et = {
|
|
|
274
277
|
BracketsCurly: Io,
|
|
275
278
|
CaretRight: $o,
|
|
276
279
|
ArrowsDownUp: Co,
|
|
277
|
-
DotsThree:
|
|
278
|
-
Clock:
|
|
280
|
+
DotsThree: uo,
|
|
281
|
+
Clock: ho,
|
|
279
282
|
Prohibit: So,
|
|
280
283
|
ListPlus: wo,
|
|
281
284
|
Square: go,
|
|
@@ -283,26 +286,26 @@ const Et = {
|
|
|
283
286
|
Upload: Po,
|
|
284
287
|
CloudSlash: Ao,
|
|
285
288
|
GitFork: Do,
|
|
286
|
-
Textbox:
|
|
287
|
-
DeviceMobileCamera:
|
|
289
|
+
Textbox: Bo,
|
|
290
|
+
DeviceMobileCamera: Lo,
|
|
288
291
|
CaretUp: To,
|
|
289
292
|
Swatches: Uo,
|
|
290
293
|
CreditCard: bo,
|
|
291
294
|
Palette: yo,
|
|
292
295
|
CircleNotch: Fo,
|
|
293
296
|
PencilSimpleLine: Ro,
|
|
294
|
-
Copy:
|
|
295
|
-
Lightbulb:
|
|
297
|
+
Copy: qo,
|
|
298
|
+
Lightbulb: Mo,
|
|
296
299
|
ListChecks: G,
|
|
297
|
-
ArrowBendUpLeft:
|
|
298
|
-
Check:
|
|
299
|
-
ChartPie:
|
|
300
|
+
ArrowBendUpLeft: xo,
|
|
301
|
+
Check: vo,
|
|
302
|
+
ChartPie: No,
|
|
300
303
|
Percent: Eo,
|
|
301
304
|
Hash: Go,
|
|
302
|
-
CurrencyCircleDollar:
|
|
303
|
-
CurrencyDollar:
|
|
304
|
-
ChartBar:
|
|
305
|
-
ArrowsClockwise:
|
|
305
|
+
CurrencyCircleDollar: Oo,
|
|
306
|
+
CurrencyDollar: Wo,
|
|
307
|
+
ChartBar: Ho,
|
|
308
|
+
ArrowsClockwise: Vo,
|
|
306
309
|
CopySimple: Xo,
|
|
307
310
|
FlagBanner: Ko,
|
|
308
311
|
CalendarBlank: Qo,
|
|
@@ -314,8 +317,8 @@ const Et = {
|
|
|
314
317
|
ShareNetwork: _o,
|
|
315
318
|
ToggleLeft: or,
|
|
316
319
|
PlusCircle: rr,
|
|
317
|
-
UserCircle:
|
|
318
|
-
CaretCircleRight:
|
|
320
|
+
UserCircle: er,
|
|
321
|
+
CaretCircleRight: ir,
|
|
319
322
|
MinusCircle: mr,
|
|
320
323
|
Archive: ar,
|
|
321
324
|
Desktop: tr,
|
|
@@ -328,8 +331,8 @@ const Et = {
|
|
|
328
331
|
FileCsv: Ir,
|
|
329
332
|
DownloadSimple: $r,
|
|
330
333
|
ArrowCounterClockwise: Cr,
|
|
331
|
-
Bank:
|
|
332
|
-
ShieldWarning:
|
|
334
|
+
Bank: ur,
|
|
335
|
+
ShieldWarning: hr,
|
|
333
336
|
UserSwitch: Sr,
|
|
334
337
|
Lightning: wr,
|
|
335
338
|
MapPin: gr,
|
|
@@ -338,25 +341,25 @@ const Et = {
|
|
|
338
341
|
ClockClockwise: Pr,
|
|
339
342
|
Repeat: Ar,
|
|
340
343
|
Eye: Dr,
|
|
341
|
-
EyeSlash:
|
|
342
|
-
EyeClosed:
|
|
344
|
+
EyeSlash: Br,
|
|
345
|
+
EyeClosed: Lr,
|
|
343
346
|
DotsSixVertical: Tr,
|
|
344
347
|
DotsNine: Ur,
|
|
345
348
|
Cards: br,
|
|
346
349
|
ArrowCircleUpLeft: yr,
|
|
347
350
|
Wallet: Fr,
|
|
348
351
|
ArrowBendUpRight: Rr,
|
|
349
|
-
IdentificationCard:
|
|
350
|
-
Notification:
|
|
351
|
-
ListBullets:
|
|
352
|
-
Download:
|
|
353
|
-
ArrowsOutSimple:
|
|
352
|
+
IdentificationCard: qr,
|
|
353
|
+
Notification: Mr,
|
|
354
|
+
ListBullets: xr,
|
|
355
|
+
Download: vr,
|
|
356
|
+
ArrowsOutSimple: Nr,
|
|
354
357
|
ClockCountdown: Er,
|
|
355
358
|
ClockCounterClockwise: Gr,
|
|
356
|
-
Image:
|
|
357
|
-
ToggleRight:
|
|
358
|
-
ArrowCircleUp:
|
|
359
|
-
ArrowUp:
|
|
359
|
+
Image: Or,
|
|
360
|
+
ToggleRight: Wr,
|
|
361
|
+
ArrowCircleUp: Hr,
|
|
362
|
+
ArrowUp: Vr,
|
|
360
363
|
File: _,
|
|
361
364
|
Table: oo,
|
|
362
365
|
ArrowDown: Xr,
|
|
@@ -368,55 +371,58 @@ const Et = {
|
|
|
368
371
|
Key: Jr,
|
|
369
372
|
LockKey: Yr,
|
|
370
373
|
Detective: _r,
|
|
371
|
-
Calendar:
|
|
372
|
-
TextColumns:
|
|
373
|
-
Columns:
|
|
374
|
-
ImageSquare:
|
|
375
|
-
PushPin:
|
|
376
|
-
PushPinSimple:
|
|
377
|
-
PushPinSimpleSlash:
|
|
378
|
-
ShieldCheck:
|
|
379
|
-
Package:
|
|
380
|
-
ArrowElbowDownRight:
|
|
381
|
-
BellSimpleSlash:
|
|
382
|
-
BellRinging:
|
|
383
|
-
GearSix:
|
|
384
|
-
TextT:
|
|
385
|
-
NumberCircleOne: $
|
|
386
|
-
ListNumbers:
|
|
387
|
-
Warning:
|
|
388
|
-
SortAscending:
|
|
389
|
-
SortDescending:
|
|
390
|
-
ArrowClockwise:
|
|
391
|
-
Sparkle:
|
|
392
|
-
ThumbsUp:
|
|
393
|
-
ThumbsDown:
|
|
394
|
-
DotsThreeCircleVertical:
|
|
395
|
-
BugBeetle:
|
|
396
|
-
Envelope:
|
|
397
|
-
ShieldSlash:
|
|
398
|
-
ArrowSquareIn:
|
|
399
|
-
Rows:
|
|
400
|
-
GearFine:
|
|
401
|
-
Moon:
|
|
402
|
-
TrendDown:
|
|
403
|
-
TrendUp:
|
|
404
|
-
Intersect:
|
|
374
|
+
Calendar: oe,
|
|
375
|
+
TextColumns: re,
|
|
376
|
+
Columns: ee,
|
|
377
|
+
ImageSquare: ie,
|
|
378
|
+
PushPin: me,
|
|
379
|
+
PushPinSimple: ae,
|
|
380
|
+
PushPinSimpleSlash: te,
|
|
381
|
+
ShieldCheck: ne,
|
|
382
|
+
Package: se,
|
|
383
|
+
ArrowElbowDownRight: ce,
|
|
384
|
+
BellSimpleSlash: pe,
|
|
385
|
+
BellRinging: le,
|
|
386
|
+
GearSix: fe,
|
|
387
|
+
TextT: Ie,
|
|
388
|
+
NumberCircleOne: $e,
|
|
389
|
+
ListNumbers: Ce,
|
|
390
|
+
Warning: ue,
|
|
391
|
+
SortAscending: he,
|
|
392
|
+
SortDescending: Se,
|
|
393
|
+
ArrowClockwise: we,
|
|
394
|
+
Sparkle: ge,
|
|
395
|
+
ThumbsUp: de,
|
|
396
|
+
ThumbsDown: ke,
|
|
397
|
+
DotsThreeCircleVertical: Pe,
|
|
398
|
+
BugBeetle: Ae,
|
|
399
|
+
Envelope: De,
|
|
400
|
+
ShieldSlash: Be,
|
|
401
|
+
ArrowSquareIn: Le,
|
|
402
|
+
Rows: Te,
|
|
403
|
+
GearFine: Ue,
|
|
404
|
+
Moon: be,
|
|
405
|
+
TrendDown: ye,
|
|
406
|
+
TrendUp: Fe,
|
|
407
|
+
Intersect: Re,
|
|
405
408
|
close: o,
|
|
406
|
-
MagicWand:
|
|
409
|
+
MagicWand: qe,
|
|
407
410
|
Stop: J,
|
|
408
411
|
Microphone: Y,
|
|
409
|
-
Password:
|
|
410
|
-
Buildings:
|
|
411
|
-
ArrowRight:
|
|
412
|
-
Headset:
|
|
413
|
-
Network:
|
|
414
|
-
NetworkSlash:
|
|
415
|
-
ArrowsInSimple:
|
|
416
|
-
Queue:
|
|
417
|
-
DeviceMobileSpeaker:
|
|
418
|
-
Camera:
|
|
412
|
+
Password: Me,
|
|
413
|
+
Buildings: xe,
|
|
414
|
+
ArrowRight: ve,
|
|
415
|
+
Headset: Ne,
|
|
416
|
+
Network: Ee,
|
|
417
|
+
NetworkSlash: Ge,
|
|
418
|
+
ArrowsInSimple: He,
|
|
419
|
+
Queue: Ve,
|
|
420
|
+
DeviceMobileSpeaker: Xe,
|
|
421
|
+
Camera: Ke,
|
|
422
|
+
ArrowSquareOut: Qe,
|
|
423
|
+
SquareHalf: ze,
|
|
424
|
+
SquareHalfBottom: je
|
|
419
425
|
};
|
|
420
426
|
export {
|
|
421
|
-
|
|
427
|
+
Xt as IconList
|
|
422
428
|
};
|