@rotki/ui-library 2.6.0 → 2.6.2
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 +1460 -1462
- package/dist/icons/icons_1.d.ts +2 -2
- package/dist/icons/icons_1.es.js +953 -953
- package/dist/icons/icons_2.d.ts +2 -2
- package/dist/icons/icons_2.es.js +985 -985
- package/dist/icons/icons_3.d.ts +2 -2
- package/dist/icons/icons_3.es.js +1003 -1003
- package/dist/icons/icons_4.d.ts +2 -0
- package/dist/icons/icons_4.es.js +301 -293
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +1164 -1162
- package/dist/index.es.js +1163 -1161
- package/dist/style.css +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/icons/icons_1.d.ts
CHANGED
|
@@ -26,6 +26,8 @@ export declare const LuDropletTrendingDown: GeneratedIcon;
|
|
|
26
26
|
export declare const LuEvmAccounts: GeneratedIcon;
|
|
27
27
|
export declare const LuExport: GeneratedIcon;
|
|
28
28
|
export declare const LuEyeSemiOff: GeneratedIcon;
|
|
29
|
+
export declare const LuFolderShrink1: GeneratedIcon;
|
|
30
|
+
export declare const LuFolderShrink2: GeneratedIcon;
|
|
29
31
|
export declare const LuHistoricPrices: GeneratedIcon;
|
|
30
32
|
export declare const LuHistoryEventsFill: GeneratedIcon;
|
|
31
33
|
export declare const LuLatestPrices: GeneratedIcon;
|
|
@@ -497,5 +499,3 @@ export declare const LuCompass: GeneratedIcon;
|
|
|
497
499
|
export declare const LuComponent: GeneratedIcon;
|
|
498
500
|
export declare const LuComputer: GeneratedIcon;
|
|
499
501
|
export declare const LuConciergeBell: GeneratedIcon;
|
|
500
|
-
export declare const LuCone: GeneratedIcon;
|
|
501
|
-
export declare const LuConstruction: GeneratedIcon;
|