@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_7.d.ts
CHANGED
|
@@ -93,6 +93,9 @@ export declare const LuManageAssets: GeneratedIcon;
|
|
|
93
93
|
export declare const LuManagePrices: GeneratedIcon;
|
|
94
94
|
export declare const LuManualBalances: GeneratedIcon;
|
|
95
95
|
export declare const LuMoreAssets: GeneratedIcon;
|
|
96
|
+
export declare const LuOsApple: GeneratedIcon;
|
|
97
|
+
export declare const LuOsWindows: GeneratedIcon;
|
|
98
|
+
export declare const LuPaypal: GeneratedIcon;
|
|
96
99
|
export declare const LuRadioButtonFill: GeneratedIcon;
|
|
97
100
|
export declare const LuReceiveDonationFill: GeneratedIcon;
|
|
98
101
|
export declare const LuRefund: GeneratedIcon;
|
|
@@ -496,6 +499,3 @@ export declare const LuClock7: GeneratedIcon;
|
|
|
496
499
|
export declare const LuClock8: GeneratedIcon;
|
|
497
500
|
export declare const LuClock9: GeneratedIcon;
|
|
498
501
|
export declare const LuClockAlert: GeneratedIcon;
|
|
499
|
-
export declare const LuClockArrowDown: GeneratedIcon;
|
|
500
|
-
export declare const LuClockArrowUp: GeneratedIcon;
|
|
501
|
-
export declare const LuClock: GeneratedIcon;
|