@yuno-payments/dashboard-design-system 2.2.0 → 2.2.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.
- package/dist/components/atoms/icon/icon-list.d.ts +5 -0
- package/dist/components/atoms/icon/icon-list.js +206 -196
- package/dist/components/organisms/dialog/dialog.d.ts +5 -0
- package/dist/components/organisms/dialog/dialog.js +90 -80
- package/dist/index.esm.min.js +6047 -5879
- package/dist/index.umd.min.js +14 -14
- package/dist/node_modules/@phosphor-icons/react/dist/csr/ArrowSquareOut.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/Lifebuoy.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/NotePencil.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/Lifebuoy.es.js +36 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/NotePencil.es.js +30 -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 +3 -3
- package/registry/components-registry.json +2 -2
|
@@ -213,6 +213,11 @@ 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;
|
|
216
221
|
};
|
|
217
222
|
export type IconName = Exclude<keyof typeof IconList, "Icon" | "IconProps" | "IconWeight" | "IconContext">;
|
|
218
223
|
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 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
|
|
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";
|
|
@@ -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
|
|
29
|
-
import { FileDocIcon as
|
|
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";
|
|
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
|
|
36
|
-
import { XCircleIcon as
|
|
37
|
-
import { CheckCircleIcon 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
38
|
import { PlugsIcon as N } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plugs.es.js";
|
|
39
|
-
import { PlugIcon as
|
|
39
|
+
import { PlugIcon as v } 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
|
|
46
|
-
import { UserPlusIcon 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
|
+
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";
|
|
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
|
|
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 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
|
|
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";
|
|
@@ -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
|
|
83
|
-
import { SwatchesIcon as
|
|
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";
|
|
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
|
|
89
|
-
import { LightbulbIcon as
|
|
90
|
-
import { ArrowBendUpLeftIcon 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
91
|
import { CheckIcon as No } from "../../../node_modules/@phosphor-icons/react/dist/csr/Check.es.js";
|
|
92
|
-
import { ChartPieIcon as
|
|
92
|
+
import { ChartPieIcon as vo } 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
|
|
99
|
-
import { CopySimpleIcon 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
|
+
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";
|
|
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
|
|
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 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
|
|
125
|
-
import { BankIcon as
|
|
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";
|
|
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
|
|
137
|
-
import { DotsSixVerticalIcon as
|
|
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";
|
|
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
|
|
143
|
-
import { IdentificationCardIcon as
|
|
144
|
-
import { NotificationIcon as
|
|
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";
|
|
145
145
|
import { ListBulletsIcon as Nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListBullets.es.js";
|
|
146
|
-
import { DownloadIcon as
|
|
146
|
+
import { DownloadIcon as vr } 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
|
|
150
|
-
import { ImageIcon as
|
|
151
|
-
import { ToggleRightIcon as
|
|
152
|
-
import { ArrowCircleUpIcon as
|
|
153
|
-
import { ArrowUpIcon as
|
|
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";
|
|
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,64 +159,69 @@ 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
|
|
163
|
-
import { CalendarIcon as
|
|
164
|
-
import { TextColumnsIcon as
|
|
165
|
-
import { ColumnsIcon as
|
|
166
|
-
import { ImageSquareIcon as
|
|
167
|
-
import { PushPinIcon as
|
|
168
|
-
import { PushPinSimpleIcon as
|
|
169
|
-
import { PushPinSimpleSlashIcon as
|
|
170
|
-
import { ShieldCheckIcon as
|
|
171
|
-
import { PackageIcon as
|
|
172
|
-
import { ArrowElbowDownRightIcon as
|
|
173
|
-
import { BellSimpleSlashIcon as
|
|
174
|
-
import { BellRingingIcon as
|
|
175
|
-
import { GearSixIcon as
|
|
176
|
-
import { TextTIcon as $
|
|
177
|
-
import { NumberCircleOneIcon as
|
|
178
|
-
import { ListNumbersIcon as
|
|
179
|
-
import { WarningIcon as
|
|
180
|
-
import { SortAscendingIcon as
|
|
181
|
-
import { SortDescendingIcon as
|
|
182
|
-
import { ArrowClockwiseIcon as
|
|
183
|
-
import { SparkleIcon as
|
|
184
|
-
import { ThumbsUpIcon as
|
|
185
|
-
import { ThumbsDownIcon as
|
|
186
|
-
import { DotsThreeCircleVerticalIcon as
|
|
187
|
-
import { BugBeetleIcon as
|
|
188
|
-
import { EnvelopeIcon as
|
|
189
|
-
import { ShieldSlashIcon as
|
|
190
|
-
import { ArrowSquareInIcon as
|
|
191
|
-
import { RowsIcon as
|
|
192
|
-
import { GearFineIcon as
|
|
193
|
-
import { MoonIcon as
|
|
194
|
-
import { TrendDownIcon as
|
|
195
|
-
import { TrendUpIcon as
|
|
196
|
-
import { IntersectIcon as
|
|
197
|
-
import { MagicWandIcon as
|
|
198
|
-
import { PasswordIcon as
|
|
199
|
-
import { BuildingsIcon as
|
|
200
|
-
import { ArrowRightIcon as
|
|
201
|
-
import { HeadsetIcon as
|
|
202
|
-
import { NetworkIcon as
|
|
203
|
-
import { NetworkSlashIcon as
|
|
204
|
-
import { TrafficSignalIcon as
|
|
205
|
-
import { FileMagnifyingGlassIcon as
|
|
206
|
-
import { ArrowsInSimpleIcon as
|
|
207
|
-
import { QueueIcon as
|
|
208
|
-
import { DeviceMobileSpeakerIcon as
|
|
209
|
-
import { CameraIcon as
|
|
210
|
-
import { FileXlsIcon as
|
|
211
|
-
import { FilePngIcon as
|
|
212
|
-
import { FileJpgIcon as
|
|
213
|
-
import { FilePptIcon as
|
|
214
|
-
|
|
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 = {
|
|
215
220
|
AidaLogo: r,
|
|
216
|
-
Activity:
|
|
217
|
-
FileSearch:
|
|
218
|
-
MagnifyingGlass:
|
|
219
|
-
CaretDown:
|
|
221
|
+
Activity: We,
|
|
222
|
+
FileSearch: He,
|
|
223
|
+
MagnifyingGlass: e,
|
|
224
|
+
CaretDown: i,
|
|
220
225
|
CaretUpDown: m,
|
|
221
226
|
Info: t,
|
|
222
227
|
BellSimple: a,
|
|
@@ -229,8 +234,8 @@ const Ja = {
|
|
|
229
234
|
PhoneX: I,
|
|
230
235
|
PhoneOutgoing: $,
|
|
231
236
|
PhoneSlash: C,
|
|
232
|
-
LinkSimple:
|
|
233
|
-
Swap:
|
|
237
|
+
LinkSimple: u,
|
|
238
|
+
Swap: h,
|
|
234
239
|
FileArchive: S,
|
|
235
240
|
FilePdf: w,
|
|
236
241
|
BoundingBox: g,
|
|
@@ -241,32 +246,32 @@ const Ja = {
|
|
|
241
246
|
FileZip: D,
|
|
242
247
|
TerminalWindow: L,
|
|
243
248
|
User: B,
|
|
244
|
-
Lock:
|
|
245
|
-
FileDoc:
|
|
249
|
+
Lock: T,
|
|
250
|
+
FileDoc: F,
|
|
246
251
|
Question: U,
|
|
247
252
|
SignOut: b,
|
|
248
253
|
X: o,
|
|
249
254
|
FunnelSimple: y,
|
|
250
255
|
Plus: R,
|
|
251
|
-
WarningCircle:
|
|
252
|
-
XCircle:
|
|
253
|
-
CheckCircle:
|
|
256
|
+
WarningCircle: q,
|
|
257
|
+
XCircle: M,
|
|
258
|
+
CheckCircle: x,
|
|
254
259
|
Plugs: N,
|
|
255
|
-
Plug:
|
|
260
|
+
Plug: v,
|
|
256
261
|
List: E,
|
|
257
|
-
ArrowCircleLeft:
|
|
258
|
-
ArrowCircleRight:
|
|
259
|
-
RadioButton:
|
|
260
|
-
Gear:
|
|
261
|
-
UserPlus:
|
|
262
|
+
ArrowCircleLeft: O,
|
|
263
|
+
ArrowCircleRight: W,
|
|
264
|
+
RadioButton: H,
|
|
265
|
+
Gear: V,
|
|
266
|
+
UserPlus: X,
|
|
262
267
|
ArrowLeft: K,
|
|
263
268
|
Circle: Q,
|
|
264
269
|
Star: z,
|
|
265
270
|
Notepad: J,
|
|
266
271
|
Export: j,
|
|
267
272
|
Binoculars: ro,
|
|
268
|
-
GitBranch:
|
|
269
|
-
Pencil:
|
|
273
|
+
GitBranch: eo,
|
|
274
|
+
Pencil: io,
|
|
270
275
|
LinkBreak: mo,
|
|
271
276
|
Pause: to,
|
|
272
277
|
DotsThreeVertical: ao,
|
|
@@ -279,8 +284,8 @@ const Ja = {
|
|
|
279
284
|
BracketsCurly: Io,
|
|
280
285
|
CaretRight: $o,
|
|
281
286
|
ArrowsDownUp: Co,
|
|
282
|
-
DotsThree:
|
|
283
|
-
Clock:
|
|
287
|
+
DotsThree: uo,
|
|
288
|
+
Clock: ho,
|
|
284
289
|
Prohibit: So,
|
|
285
290
|
ListPlus: wo,
|
|
286
291
|
Square: go,
|
|
@@ -290,25 +295,25 @@ const Ja = {
|
|
|
290
295
|
GitFork: Do,
|
|
291
296
|
Textbox: Lo,
|
|
292
297
|
DeviceMobileCamera: Bo,
|
|
293
|
-
CaretUp:
|
|
294
|
-
Swatches:
|
|
298
|
+
CaretUp: To,
|
|
299
|
+
Swatches: Fo,
|
|
295
300
|
CreditCard: Uo,
|
|
296
301
|
Palette: bo,
|
|
297
302
|
CircleNotch: yo,
|
|
298
303
|
PencilSimpleLine: Ro,
|
|
299
|
-
Copy:
|
|
300
|
-
Lightbulb:
|
|
304
|
+
Copy: qo,
|
|
305
|
+
Lightbulb: Mo,
|
|
301
306
|
ListChecks: G,
|
|
302
|
-
ArrowBendUpLeft:
|
|
307
|
+
ArrowBendUpLeft: xo,
|
|
303
308
|
Check: No,
|
|
304
|
-
ChartPie:
|
|
309
|
+
ChartPie: vo,
|
|
305
310
|
Percent: Eo,
|
|
306
311
|
Hash: Go,
|
|
307
|
-
CurrencyCircleDollar:
|
|
308
|
-
CurrencyDollar:
|
|
309
|
-
ChartBar:
|
|
310
|
-
ArrowsClockwise:
|
|
311
|
-
CopySimple:
|
|
312
|
+
CurrencyCircleDollar: Oo,
|
|
313
|
+
CurrencyDollar: Wo,
|
|
314
|
+
ChartBar: Ho,
|
|
315
|
+
ArrowsClockwise: Vo,
|
|
316
|
+
CopySimple: Xo,
|
|
312
317
|
FlagBanner: Ko,
|
|
313
318
|
CalendarBlank: Qo,
|
|
314
319
|
Money: zo,
|
|
@@ -319,8 +324,8 @@ const Ja = {
|
|
|
319
324
|
ShareNetwork: _o,
|
|
320
325
|
ToggleLeft: or,
|
|
321
326
|
PlusCircle: rr,
|
|
322
|
-
UserCircle:
|
|
323
|
-
CaretCircleRight:
|
|
327
|
+
UserCircle: er,
|
|
328
|
+
CaretCircleRight: ir,
|
|
324
329
|
MinusCircle: mr,
|
|
325
330
|
Archive: tr,
|
|
326
331
|
Desktop: ar,
|
|
@@ -333,8 +338,8 @@ const Ja = {
|
|
|
333
338
|
FileCsv: Ir,
|
|
334
339
|
DownloadSimple: $r,
|
|
335
340
|
ArrowCounterClockwise: Cr,
|
|
336
|
-
ArrowsCounterClockwise:
|
|
337
|
-
Bank:
|
|
341
|
+
ArrowsCounterClockwise: ur,
|
|
342
|
+
Bank: hr,
|
|
338
343
|
ShieldWarning: Sr,
|
|
339
344
|
UserSwitch: wr,
|
|
340
345
|
Lightning: gr,
|
|
@@ -345,24 +350,24 @@ const Ja = {
|
|
|
345
350
|
Repeat: Dr,
|
|
346
351
|
Eye: Lr,
|
|
347
352
|
EyeSlash: Br,
|
|
348
|
-
EyeClosed:
|
|
349
|
-
DotsSixVertical:
|
|
353
|
+
EyeClosed: Tr,
|
|
354
|
+
DotsSixVertical: Fr,
|
|
350
355
|
DotsNine: Ur,
|
|
351
356
|
Cards: br,
|
|
352
357
|
ArrowCircleUpLeft: yr,
|
|
353
358
|
Wallet: Rr,
|
|
354
|
-
ArrowBendUpRight:
|
|
355
|
-
IdentificationCard:
|
|
356
|
-
Notification:
|
|
359
|
+
ArrowBendUpRight: qr,
|
|
360
|
+
IdentificationCard: Mr,
|
|
361
|
+
Notification: xr,
|
|
357
362
|
ListBullets: Nr,
|
|
358
|
-
Download:
|
|
363
|
+
Download: vr,
|
|
359
364
|
ArrowsOutSimple: Er,
|
|
360
365
|
ClockCountdown: Gr,
|
|
361
|
-
ClockCounterClockwise:
|
|
362
|
-
Image:
|
|
363
|
-
ToggleRight:
|
|
364
|
-
ArrowCircleUp:
|
|
365
|
-
ArrowUp:
|
|
366
|
+
ClockCounterClockwise: Or,
|
|
367
|
+
Image: Wr,
|
|
368
|
+
ToggleRight: Hr,
|
|
369
|
+
ArrowCircleUp: Vr,
|
|
370
|
+
ArrowUp: Xr,
|
|
366
371
|
File: _,
|
|
367
372
|
Table: oo,
|
|
368
373
|
ArrowDown: Kr,
|
|
@@ -373,60 +378,65 @@ const Ja = {
|
|
|
373
378
|
LinkSimpleHorizontal: Zr,
|
|
374
379
|
Key: Yr,
|
|
375
380
|
LockKey: _r,
|
|
376
|
-
Detective:
|
|
377
|
-
Calendar:
|
|
378
|
-
TextColumns:
|
|
379
|
-
Columns:
|
|
380
|
-
ImageSquare:
|
|
381
|
-
PushPin:
|
|
382
|
-
PushPinSimple:
|
|
383
|
-
PushPinSimpleSlash:
|
|
384
|
-
ShieldCheck:
|
|
385
|
-
Package:
|
|
386
|
-
ArrowElbowDownRight:
|
|
387
|
-
BellSimpleSlash:
|
|
388
|
-
BellRinging:
|
|
389
|
-
GearSix:
|
|
390
|
-
TextT: $
|
|
391
|
-
NumberCircleOne:
|
|
392
|
-
ListNumbers:
|
|
393
|
-
Warning:
|
|
394
|
-
SortAscending:
|
|
395
|
-
SortDescending:
|
|
396
|
-
ArrowClockwise:
|
|
397
|
-
Sparkle:
|
|
398
|
-
ThumbsUp:
|
|
399
|
-
ThumbsDown:
|
|
400
|
-
DotsThreeCircleVertical:
|
|
401
|
-
BugBeetle:
|
|
402
|
-
Envelope:
|
|
403
|
-
ShieldSlash:
|
|
404
|
-
ArrowSquareIn:
|
|
405
|
-
Rows:
|
|
406
|
-
GearFine:
|
|
407
|
-
Moon:
|
|
408
|
-
TrendDown:
|
|
409
|
-
TrendUp:
|
|
410
|
-
Intersect:
|
|
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,
|
|
411
416
|
close: o,
|
|
412
|
-
MagicWand:
|
|
417
|
+
MagicWand: Me,
|
|
413
418
|
Stop: Z,
|
|
414
419
|
Microphone: Y,
|
|
415
|
-
Password:
|
|
416
|
-
Buildings:
|
|
417
|
-
ArrowRight:
|
|
418
|
-
Headset:
|
|
419
|
-
Network:
|
|
420
|
-
NetworkSlash:
|
|
421
|
-
ArrowsInSimple:
|
|
422
|
-
Queue:
|
|
423
|
-
DeviceMobileSpeaker:
|
|
424
|
-
Camera:
|
|
425
|
-
FileXls:
|
|
426
|
-
FilePng:
|
|
427
|
-
FileJpg:
|
|
428
|
-
FilePpt:
|
|
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
|
|
429
439
|
};
|
|
430
440
|
export {
|
|
431
|
-
|
|
441
|
+
an as IconList
|
|
432
442
|
};
|