@rotki/ui-library 2.6.4 → 2.7.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_1.d.ts +1 -1
- package/dist/icons/icons_1.es.js +896 -896
- package/dist/icons/icons_2.d.ts +1 -1
- package/dist/icons/icons_2.es.js +1002 -1002
- package/dist/icons/icons_3.d.ts +1 -1
- package/dist/icons/icons_3.es.js +982 -982
- package/dist/icons/icons_4.d.ts +1 -0
- package/dist/icons/icons_4.es.js +358 -354
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +1219 -1218
- package/dist/index.es.js +1217 -1216
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/icons/icons_1.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ export declare const LuRadioButtonFill: GeneratedIcon;
|
|
|
46
46
|
export declare const LuReceiveDonationFill: GeneratedIcon;
|
|
47
47
|
export declare const LuRefund: GeneratedIcon;
|
|
48
48
|
export declare const LuSlashDivider: GeneratedIcon;
|
|
49
|
+
export declare const LuSolanaAccountsFill: GeneratedIcon;
|
|
49
50
|
export declare const LuSubstrateAccounts: GeneratedIcon;
|
|
50
51
|
export declare const LuTagManager: GeneratedIcon;
|
|
51
52
|
export declare const LuXTwitter: GeneratedIcon;
|
|
@@ -498,4 +499,3 @@ export declare const LuCoffee: GeneratedIcon;
|
|
|
498
499
|
export declare const LuCog: GeneratedIcon;
|
|
499
500
|
export declare const LuCoins: GeneratedIcon;
|
|
500
501
|
export declare const LuColumns2: GeneratedIcon;
|
|
501
|
-
export declare const LuColumns3Cog: GeneratedIcon;
|