@rotki/ui-library 1.11.1 → 1.12.0
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/icons/icons_10.d.ts +3 -0
- package/dist/icons/icons_10.es.js +309 -297
- package/dist/icons/icons_7.d.ts +3 -3
- package/dist/icons/icons_7.es.js +825 -825
- package/dist/icons/icons_8.d.ts +3 -3
- package/dist/icons/icons_8.es.js +1005 -1005
- package/dist/icons/icons_9.d.ts +3 -3
- package/dist/icons/icons_9.es.js +1005 -1005
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +1200 -1197
- package/dist/index.es.js +1199 -1196
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/icons/icons_8.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const LuClockArrowDown: GeneratedIcon;
|
|
3
|
+
export declare const LuClockArrowUp: GeneratedIcon;
|
|
4
|
+
export declare const LuClock: GeneratedIcon;
|
|
2
5
|
export declare const LuCloudAlert: GeneratedIcon;
|
|
3
6
|
export declare const LuCloudCog: GeneratedIcon;
|
|
4
7
|
export declare const LuCloudDownload: GeneratedIcon;
|
|
@@ -496,6 +499,3 @@ export declare const LuMaximize: GeneratedIcon;
|
|
|
496
499
|
export declare const LuMedal: GeneratedIcon;
|
|
497
500
|
export declare const LuMegaphoneOff: GeneratedIcon;
|
|
498
501
|
export declare const LuMegaphone: GeneratedIcon;
|
|
499
|
-
export declare const LuMeh: GeneratedIcon;
|
|
500
|
-
export declare const LuMemoryStick: GeneratedIcon;
|
|
501
|
-
export declare const LuMenu: GeneratedIcon;
|