@yuno-payments/dashboard-design-system 1.2.2 → 1.2.4-BETA.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/atoms/icon/icon-list.d.ts +1 -0
- package/dist/components/atoms/icon/icon-list.js +174 -172
- package/dist/dashboard-design-system.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.esm.min.js +2733 -2705
- package/dist/index.umd.min.js +10 -10
- package/dist/node_modules/@phosphor-icons/react/dist/csr/ArrowsCounterClockwise.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/ArrowsCounterClockwise.es.js +30 -0
- package/package.json +1 -1
|
@@ -120,6 +120,7 @@ declare const IconList: {
|
|
|
120
120
|
FileCsv: import('@phosphor-icons/react').Icon;
|
|
121
121
|
DownloadSimple: import('@phosphor-icons/react').Icon;
|
|
122
122
|
ArrowCounterClockwise: import('@phosphor-icons/react').Icon;
|
|
123
|
+
ArrowsCounterClockwise: import('@phosphor-icons/react').Icon;
|
|
123
124
|
Bank: import('@phosphor-icons/react').Icon;
|
|
124
125
|
ShieldWarning: import('@phosphor-icons/react').Icon;
|
|
125
126
|
UserSwitch: import('@phosphor-icons/react').Icon;
|
|
@@ -18,8 +18,8 @@ import { SwapIcon as u } from "../../../node_modules/@phosphor-icons/react/dist/
|
|
|
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";
|
|
21
|
-
import { TreeStructureIcon as
|
|
22
|
-
import { ShoppingCartIcon as
|
|
21
|
+
import { TreeStructureIcon as k } from "../../../node_modules/@phosphor-icons/react/dist/csr/TreeStructure.es.js";
|
|
22
|
+
import { ShoppingCartIcon as d } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShoppingCart.es.js";
|
|
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";
|
|
@@ -121,95 +121,96 @@ 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 {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
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
|
+
import { ShieldWarningIcon as Sr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldWarning.es.js";
|
|
127
|
+
import { UserSwitchIcon as wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserSwitch.es.js";
|
|
128
|
+
import { LightningIcon as gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightning.es.js";
|
|
129
|
+
import { MapPinIcon as kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/MapPin.es.js";
|
|
129
130
|
import { EraserIcon as dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eraser.es.js";
|
|
130
|
-
import { VaultIcon as
|
|
131
|
-
import { ClockClockwiseIcon as
|
|
132
|
-
import { RepeatIcon as
|
|
133
|
-
import { EyeIcon as
|
|
134
|
-
import { EyeSlashIcon as
|
|
135
|
-
import { EyeClosedIcon as
|
|
136
|
-
import { DotsSixVerticalIcon as
|
|
137
|
-
import { DotsNineIcon as
|
|
138
|
-
import { CardsIcon as
|
|
139
|
-
import { ArrowCircleUpLeftIcon as
|
|
140
|
-
import { WalletIcon as
|
|
141
|
-
import { ArrowBendUpRightIcon as
|
|
142
|
-
import { IdentificationCardIcon as
|
|
143
|
-
import { NotificationIcon as
|
|
144
|
-
import { ListBulletsIcon as
|
|
145
|
-
import { DownloadIcon as
|
|
146
|
-
import { ArrowsOutSimpleIcon as
|
|
147
|
-
import { ClockCountdownIcon as
|
|
148
|
-
import { ClockCounterClockwiseIcon as
|
|
149
|
-
import { ImageIcon as
|
|
150
|
-
import { ToggleRightIcon as
|
|
151
|
-
import { ArrowCircleUpIcon as
|
|
152
|
-
import { ArrowUpIcon as
|
|
153
|
-
import { ArrowDownIcon as
|
|
154
|
-
import { ArrowUpRightIcon as
|
|
155
|
-
import { PlayCircleIcon as
|
|
156
|
-
import { PauseCircleIcon as
|
|
157
|
-
import { SquaresFourIcon as
|
|
158
|
-
import { LinkSimpleHorizontalIcon as
|
|
159
|
-
import { KeyIcon as
|
|
160
|
-
import { LockKeyIcon as
|
|
161
|
-
import { DetectiveIcon as
|
|
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
|
|
131
|
+
import { VaultIcon as Pr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Vault.es.js";
|
|
132
|
+
import { ClockClockwiseIcon as Ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockClockwise.es.js";
|
|
133
|
+
import { RepeatIcon as Dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Repeat.es.js";
|
|
134
|
+
import { EyeIcon as Lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eye.es.js";
|
|
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 Ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsSixVertical.es.js";
|
|
138
|
+
import { DotsNineIcon as br } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsNine.es.js";
|
|
139
|
+
import { CardsIcon as yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Cards.es.js";
|
|
140
|
+
import { ArrowCircleUpLeftIcon as Fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUpLeft.es.js";
|
|
141
|
+
import { WalletIcon as Rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Wallet.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
|
+
import { ListBulletsIcon as Nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListBullets.es.js";
|
|
146
|
+
import { DownloadIcon as qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Download.es.js";
|
|
147
|
+
import { ArrowsOutSimpleIcon as Er } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsOutSimple.es.js";
|
|
148
|
+
import { ClockCountdownIcon as Gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCountdown.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 Hr } 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
|
+
import { ArrowDownIcon as Kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowDown.es.js";
|
|
155
|
+
import { ArrowUpRightIcon as Qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUpRight.es.js";
|
|
156
|
+
import { PlayCircleIcon as zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlayCircle.es.js";
|
|
157
|
+
import { PauseCircleIcon as jr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PauseCircle.es.js";
|
|
158
|
+
import { SquaresFourIcon as Zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/SquaresFour.es.js";
|
|
159
|
+
import { LinkSimpleHorizontalIcon as Jr } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkSimpleHorizontal.es.js";
|
|
160
|
+
import { KeyIcon as Yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Key.es.js";
|
|
161
|
+
import { LockKeyIcon as _r } from "../../../node_modules/@phosphor-icons/react/dist/csr/LockKey.es.js";
|
|
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 ai } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPin.es.js";
|
|
168
|
+
import { PushPinSimpleIcon as ti } 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 ki } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sparkle.es.js";
|
|
183
184
|
import { ThumbsUpIcon as di } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsUp.es.js";
|
|
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
|
-
const
|
|
185
|
+
import { ThumbsDownIcon as Pi } 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 Ti } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowSquareIn.es.js";
|
|
191
|
+
import { RowsIcon as Ui } from "../../../node_modules/@phosphor-icons/react/dist/csr/Rows.es.js";
|
|
192
|
+
import { GearFineIcon as bi } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearFine.es.js";
|
|
193
|
+
import { MoonIcon as yi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Moon.es.js";
|
|
194
|
+
import { TrendDownIcon as Fi } 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 Hi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsInSimple.es.js";
|
|
207
|
+
import { QueueIcon as Xi } 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
|
+
const Wt = {
|
|
210
211
|
AidaLogo: r,
|
|
211
|
-
Activity:
|
|
212
|
-
FileSearch:
|
|
212
|
+
Activity: Oi,
|
|
213
|
+
FileSearch: Vi,
|
|
213
214
|
MagnifyingGlass: i,
|
|
214
215
|
CaretDown: e,
|
|
215
216
|
CaretUpDown: m,
|
|
@@ -229,8 +230,8 @@ const Et = {
|
|
|
229
230
|
FileArchive: S,
|
|
230
231
|
FilePdf: w,
|
|
231
232
|
BoundingBox: g,
|
|
232
|
-
TreeStructure:
|
|
233
|
-
ShoppingCart:
|
|
233
|
+
TreeStructure: k,
|
|
234
|
+
ShoppingCart: d,
|
|
234
235
|
Code: P,
|
|
235
236
|
FileTxt: A,
|
|
236
237
|
FileZip: D,
|
|
@@ -328,95 +329,96 @@ const Et = {
|
|
|
328
329
|
FileCsv: Ir,
|
|
329
330
|
DownloadSimple: $r,
|
|
330
331
|
ArrowCounterClockwise: Cr,
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
332
|
+
ArrowsCounterClockwise: hr,
|
|
333
|
+
Bank: ur,
|
|
334
|
+
ShieldWarning: Sr,
|
|
335
|
+
UserSwitch: wr,
|
|
336
|
+
Lightning: gr,
|
|
337
|
+
MapPin: kr,
|
|
336
338
|
Eraser: dr,
|
|
337
|
-
Vault:
|
|
338
|
-
ClockClockwise:
|
|
339
|
-
Repeat:
|
|
340
|
-
Eye:
|
|
341
|
-
EyeSlash:
|
|
342
|
-
EyeClosed:
|
|
343
|
-
DotsSixVertical:
|
|
344
|
-
DotsNine:
|
|
345
|
-
Cards:
|
|
346
|
-
ArrowCircleUpLeft:
|
|
347
|
-
Wallet:
|
|
348
|
-
ArrowBendUpRight:
|
|
349
|
-
IdentificationCard:
|
|
350
|
-
Notification:
|
|
351
|
-
ListBullets:
|
|
352
|
-
Download:
|
|
353
|
-
ArrowsOutSimple:
|
|
354
|
-
ClockCountdown:
|
|
355
|
-
ClockCounterClockwise:
|
|
356
|
-
Image:
|
|
357
|
-
ToggleRight:
|
|
358
|
-
ArrowCircleUp:
|
|
359
|
-
ArrowUp:
|
|
339
|
+
Vault: Pr,
|
|
340
|
+
ClockClockwise: Ar,
|
|
341
|
+
Repeat: Dr,
|
|
342
|
+
Eye: Lr,
|
|
343
|
+
EyeSlash: Br,
|
|
344
|
+
EyeClosed: Tr,
|
|
345
|
+
DotsSixVertical: Ur,
|
|
346
|
+
DotsNine: br,
|
|
347
|
+
Cards: yr,
|
|
348
|
+
ArrowCircleUpLeft: Fr,
|
|
349
|
+
Wallet: Rr,
|
|
350
|
+
ArrowBendUpRight: Mr,
|
|
351
|
+
IdentificationCard: xr,
|
|
352
|
+
Notification: vr,
|
|
353
|
+
ListBullets: Nr,
|
|
354
|
+
Download: qr,
|
|
355
|
+
ArrowsOutSimple: Er,
|
|
356
|
+
ClockCountdown: Gr,
|
|
357
|
+
ClockCounterClockwise: Wr,
|
|
358
|
+
Image: Or,
|
|
359
|
+
ToggleRight: Vr,
|
|
360
|
+
ArrowCircleUp: Hr,
|
|
361
|
+
ArrowUp: Xr,
|
|
360
362
|
File: _,
|
|
361
363
|
Table: oo,
|
|
362
|
-
ArrowDown:
|
|
363
|
-
ArrowUpRight:
|
|
364
|
-
PlayCircle:
|
|
365
|
-
PauseCircle:
|
|
366
|
-
SquaresFour:
|
|
367
|
-
LinkSimpleHorizontal:
|
|
368
|
-
Key:
|
|
369
|
-
LockKey:
|
|
370
|
-
Detective:
|
|
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:
|
|
364
|
+
ArrowDown: Kr,
|
|
365
|
+
ArrowUpRight: Qr,
|
|
366
|
+
PlayCircle: zr,
|
|
367
|
+
PauseCircle: jr,
|
|
368
|
+
SquaresFour: Zr,
|
|
369
|
+
LinkSimpleHorizontal: Jr,
|
|
370
|
+
Key: Yr,
|
|
371
|
+
LockKey: _r,
|
|
372
|
+
Detective: oi,
|
|
373
|
+
Calendar: ri,
|
|
374
|
+
TextColumns: ii,
|
|
375
|
+
Columns: ei,
|
|
376
|
+
ImageSquare: mi,
|
|
377
|
+
PushPin: ai,
|
|
378
|
+
PushPinSimple: ti,
|
|
379
|
+
PushPinSimpleSlash: ni,
|
|
380
|
+
ShieldCheck: si,
|
|
381
|
+
Package: ci,
|
|
382
|
+
ArrowElbowDownRight: pi,
|
|
383
|
+
BellSimpleSlash: li,
|
|
384
|
+
BellRinging: fi,
|
|
385
|
+
GearSix: Ii,
|
|
386
|
+
TextT: $i,
|
|
387
|
+
NumberCircleOne: Ci,
|
|
388
|
+
ListNumbers: hi,
|
|
389
|
+
Warning: ui,
|
|
390
|
+
SortAscending: Si,
|
|
391
|
+
SortDescending: wi,
|
|
392
|
+
ArrowClockwise: gi,
|
|
393
|
+
Sparkle: ki,
|
|
392
394
|
ThumbsUp: di,
|
|
393
|
-
ThumbsDown:
|
|
394
|
-
DotsThreeCircleVertical:
|
|
395
|
-
BugBeetle:
|
|
396
|
-
Envelope:
|
|
397
|
-
ShieldSlash:
|
|
398
|
-
ArrowSquareIn:
|
|
399
|
-
Rows:
|
|
400
|
-
GearFine:
|
|
401
|
-
Moon:
|
|
402
|
-
TrendDown:
|
|
403
|
-
TrendUp:
|
|
404
|
-
Intersect:
|
|
395
|
+
ThumbsDown: Pi,
|
|
396
|
+
DotsThreeCircleVertical: Ai,
|
|
397
|
+
BugBeetle: Di,
|
|
398
|
+
Envelope: Li,
|
|
399
|
+
ShieldSlash: Bi,
|
|
400
|
+
ArrowSquareIn: Ti,
|
|
401
|
+
Rows: Ui,
|
|
402
|
+
GearFine: bi,
|
|
403
|
+
Moon: yi,
|
|
404
|
+
TrendDown: Fi,
|
|
405
|
+
TrendUp: Ri,
|
|
406
|
+
Intersect: Mi,
|
|
405
407
|
close: o,
|
|
406
|
-
MagicWand:
|
|
408
|
+
MagicWand: xi,
|
|
407
409
|
Stop: J,
|
|
408
410
|
Microphone: Y,
|
|
409
|
-
Password:
|
|
410
|
-
Buildings:
|
|
411
|
-
ArrowRight:
|
|
412
|
-
Headset:
|
|
413
|
-
Network:
|
|
414
|
-
NetworkSlash:
|
|
415
|
-
ArrowsInSimple:
|
|
416
|
-
Queue:
|
|
417
|
-
DeviceMobileSpeaker:
|
|
418
|
-
Camera:
|
|
411
|
+
Password: vi,
|
|
412
|
+
Buildings: Ni,
|
|
413
|
+
ArrowRight: qi,
|
|
414
|
+
Headset: Ei,
|
|
415
|
+
Network: Gi,
|
|
416
|
+
NetworkSlash: Wi,
|
|
417
|
+
ArrowsInSimple: Hi,
|
|
418
|
+
Queue: Xi,
|
|
419
|
+
DeviceMobileSpeaker: Ki,
|
|
420
|
+
Camera: Qi
|
|
419
421
|
};
|
|
420
422
|
export {
|
|
421
|
-
|
|
423
|
+
Wt as IconList
|
|
422
424
|
};
|