@rotki/ui-library 1.10.0 → 1.11.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/components/index.es.js +1793 -1785
- package/dist/icons/icons_10.d.ts +10 -0
- package/dist/icons/icons_10.es.js +317 -277
- package/dist/icons/icons_7.d.ts +10 -10
- package/dist/icons/icons_7.es.js +915 -915
- package/dist/icons/icons_8.d.ts +9 -9
- package/dist/icons/icons_8.es.js +1017 -1017
- package/dist/icons/icons_9.d.ts +9 -9
- package/dist/icons/icons_9.es.js +1019 -1019
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +2274 -2264
- package/dist/index.es.js +1447 -1437
- package/dist/style.css +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +32 -32
package/dist/icons/icons_8.d.ts
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const LuCloudAlert: GeneratedIcon;
|
|
3
|
+
export declare const LuCloudCog: GeneratedIcon;
|
|
4
|
+
export declare const LuCloudDownload: GeneratedIcon;
|
|
5
|
+
export declare const LuCloudDrizzle: GeneratedIcon;
|
|
6
|
+
export declare const LuCloudFog: GeneratedIcon;
|
|
7
|
+
export declare const LuCloudHail: GeneratedIcon;
|
|
8
|
+
export declare const LuCloudLightning: GeneratedIcon;
|
|
2
9
|
export declare const LuCloudMoonRain: GeneratedIcon;
|
|
3
10
|
export declare const LuCloudMoon: GeneratedIcon;
|
|
4
11
|
export declare const LuCloudOff: GeneratedIcon;
|
|
@@ -353,6 +360,7 @@ export declare const LuHotel: GeneratedIcon;
|
|
|
353
360
|
export declare const LuHourglass: GeneratedIcon;
|
|
354
361
|
export declare const LuHousePlug: GeneratedIcon;
|
|
355
362
|
export declare const LuHousePlus: GeneratedIcon;
|
|
363
|
+
export declare const LuHouseWifi: GeneratedIcon;
|
|
356
364
|
export declare const LuHouse: GeneratedIcon;
|
|
357
365
|
export declare const LuIceCreamBowl: GeneratedIcon;
|
|
358
366
|
export declare const LuIceCreamCone: GeneratedIcon;
|
|
@@ -480,6 +488,7 @@ export declare const LuMapPinXInside: GeneratedIcon;
|
|
|
480
488
|
export declare const LuMapPinX: GeneratedIcon;
|
|
481
489
|
export declare const LuMapPin: GeneratedIcon;
|
|
482
490
|
export declare const LuMapPinned: GeneratedIcon;
|
|
491
|
+
export declare const LuMapPlus: GeneratedIcon;
|
|
483
492
|
export declare const LuMap: GeneratedIcon;
|
|
484
493
|
export declare const LuMartini: GeneratedIcon;
|
|
485
494
|
export declare const LuMaximize2: GeneratedIcon;
|
|
@@ -490,12 +499,3 @@ export declare const LuMegaphone: GeneratedIcon;
|
|
|
490
499
|
export declare const LuMeh: GeneratedIcon;
|
|
491
500
|
export declare const LuMemoryStick: GeneratedIcon;
|
|
492
501
|
export declare const LuMenu: GeneratedIcon;
|
|
493
|
-
export declare const LuMerge: GeneratedIcon;
|
|
494
|
-
export declare const LuMessageCircleCode: GeneratedIcon;
|
|
495
|
-
export declare const LuMessageCircleDashed: GeneratedIcon;
|
|
496
|
-
export declare const LuMessageCircleHeart: GeneratedIcon;
|
|
497
|
-
export declare const LuMessageCircleMore: GeneratedIcon;
|
|
498
|
-
export declare const LuMessageCircleOff: GeneratedIcon;
|
|
499
|
-
export declare const LuMessageCirclePlus: GeneratedIcon;
|
|
500
|
-
export declare const LuMessageCircleQuestion: GeneratedIcon;
|
|
501
|
-
export declare const LuMessageCircleReply: GeneratedIcon;
|