@rotki/ui-library 1.8.0 → 1.8.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/index.es.js +1844 -1841
- package/dist/composables/index-D0JjQG2m.js +478 -0
- package/dist/composables/index.es.js +1 -1
- package/dist/icons/icons_10.d.ts +26 -0
- package/dist/icons/icons_10.es.js +282 -178
- package/dist/icons/icons_7.d.ts +26 -26
- package/dist/icons/icons_7.es.js +1480 -1480
- package/dist/icons/icons_8.d.ts +26 -26
- package/dist/icons/icons_8.es.js +1502 -1502
- package/dist/icons/icons_9.d.ts +26 -26
- package/dist/icons/icons_9.es.js +1496 -1496
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +1788 -1762
- package/dist/index.es.js +1894 -1868
- package/dist/style.css +1 -1
- package/dist/web-types.json +3 -3
- package/package.json +1 -1
- package/dist/composables/index-DPHuaF8f.js +0 -482
package/dist/icons/icons_9.d.ts
CHANGED
|
@@ -1,4 +1,30 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const LuMousePointer2: GeneratedIcon;
|
|
3
|
+
export declare const LuMousePointerBan: GeneratedIcon;
|
|
4
|
+
export declare const LuMousePointerClick: GeneratedIcon;
|
|
5
|
+
export declare const LuMousePointer: GeneratedIcon;
|
|
6
|
+
export declare const LuMouse: GeneratedIcon;
|
|
7
|
+
export declare const LuMove3d: GeneratedIcon;
|
|
8
|
+
export declare const LuMoveDiagonal2: GeneratedIcon;
|
|
9
|
+
export declare const LuMoveDiagonal: GeneratedIcon;
|
|
10
|
+
export declare const LuMoveDownLeft: GeneratedIcon;
|
|
11
|
+
export declare const LuMoveDownRight: GeneratedIcon;
|
|
12
|
+
export declare const LuMoveDown: GeneratedIcon;
|
|
13
|
+
export declare const LuMoveHorizontal: GeneratedIcon;
|
|
14
|
+
export declare const LuMoveLeft: GeneratedIcon;
|
|
15
|
+
export declare const LuMoveRight: GeneratedIcon;
|
|
16
|
+
export declare const LuMoveUpLeft: GeneratedIcon;
|
|
17
|
+
export declare const LuMoveUpRight: GeneratedIcon;
|
|
18
|
+
export declare const LuMoveUp: GeneratedIcon;
|
|
19
|
+
export declare const LuMoveVertical: GeneratedIcon;
|
|
20
|
+
export declare const LuMove: GeneratedIcon;
|
|
21
|
+
export declare const LuMusic2: GeneratedIcon;
|
|
22
|
+
export declare const LuMusic3: GeneratedIcon;
|
|
23
|
+
export declare const LuMusic4: GeneratedIcon;
|
|
24
|
+
export declare const LuMusic: GeneratedIcon;
|
|
25
|
+
export declare const LuNavigation2Off: GeneratedIcon;
|
|
26
|
+
export declare const LuNavigation2: GeneratedIcon;
|
|
27
|
+
export declare const LuNavigationOff: GeneratedIcon;
|
|
2
28
|
export declare const LuNavigation: GeneratedIcon;
|
|
3
29
|
export declare const LuNetwork: GeneratedIcon;
|
|
4
30
|
export declare const LuNewspaper: GeneratedIcon;
|
|
@@ -473,29 +499,3 @@ export declare const LuUmbrellaOff: GeneratedIcon;
|
|
|
473
499
|
export declare const LuUmbrella: GeneratedIcon;
|
|
474
500
|
export declare const LuUnderline: GeneratedIcon;
|
|
475
501
|
export declare const LuUndo2: GeneratedIcon;
|
|
476
|
-
export declare const LuUndoDot: GeneratedIcon;
|
|
477
|
-
export declare const LuUndo: GeneratedIcon;
|
|
478
|
-
export declare const LuUnfoldHorizontal: GeneratedIcon;
|
|
479
|
-
export declare const LuUnfoldVertical: GeneratedIcon;
|
|
480
|
-
export declare const LuUngroup: GeneratedIcon;
|
|
481
|
-
export declare const LuUniversity: GeneratedIcon;
|
|
482
|
-
export declare const LuUnlink2: GeneratedIcon;
|
|
483
|
-
export declare const LuUnlink: GeneratedIcon;
|
|
484
|
-
export declare const LuUnplug: GeneratedIcon;
|
|
485
|
-
export declare const LuUpload: GeneratedIcon;
|
|
486
|
-
export declare const LuUsb: GeneratedIcon;
|
|
487
|
-
export declare const LuUserCheck: GeneratedIcon;
|
|
488
|
-
export declare const LuUserCog: GeneratedIcon;
|
|
489
|
-
export declare const LuUserMinus: GeneratedIcon;
|
|
490
|
-
export declare const LuUserPen: GeneratedIcon;
|
|
491
|
-
export declare const LuUserPlus: GeneratedIcon;
|
|
492
|
-
export declare const LuUserRoundCheck: GeneratedIcon;
|
|
493
|
-
export declare const LuUserRoundCog: GeneratedIcon;
|
|
494
|
-
export declare const LuUserRoundMinus: GeneratedIcon;
|
|
495
|
-
export declare const LuUserRoundPen: GeneratedIcon;
|
|
496
|
-
export declare const LuUserRoundPlus: GeneratedIcon;
|
|
497
|
-
export declare const LuUserRoundSearch: GeneratedIcon;
|
|
498
|
-
export declare const LuUserRoundX: GeneratedIcon;
|
|
499
|
-
export declare const LuUserRound: GeneratedIcon;
|
|
500
|
-
export declare const LuUserSearch: GeneratedIcon;
|
|
501
|
-
export declare const LuUserX: GeneratedIcon;
|