@rotki/ui-library 1.9.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 +1754 -1746
- package/dist/icons/icons_10.d.ts +7 -0
- package/dist/icons/icons_10.es.js +311 -283
- package/dist/icons/icons_7.d.ts +11 -11
- package/dist/icons/icons_7.es.js +920 -920
- package/dist/icons/icons_8.d.ts +6 -6
- package/dist/icons/icons_8.es.js +1011 -1011
- package/dist/icons/icons_9.d.ts +6 -6
- package/dist/icons/icons_9.es.js +1013 -1013
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +2182 -2175
- package/dist/index.es.js +1327 -1320
- 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,8 @@
|
|
|
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;
|
|
2
6
|
export declare const LuCloudFog: GeneratedIcon;
|
|
3
7
|
export declare const LuCloudHail: GeneratedIcon;
|
|
4
8
|
export declare const LuCloudLightning: GeneratedIcon;
|
|
@@ -356,6 +360,7 @@ export declare const LuHotel: GeneratedIcon;
|
|
|
356
360
|
export declare const LuHourglass: GeneratedIcon;
|
|
357
361
|
export declare const LuHousePlug: GeneratedIcon;
|
|
358
362
|
export declare const LuHousePlus: GeneratedIcon;
|
|
363
|
+
export declare const LuHouseWifi: GeneratedIcon;
|
|
359
364
|
export declare const LuHouse: GeneratedIcon;
|
|
360
365
|
export declare const LuIceCreamBowl: GeneratedIcon;
|
|
361
366
|
export declare const LuIceCreamCone: GeneratedIcon;
|
|
@@ -483,6 +488,7 @@ export declare const LuMapPinXInside: GeneratedIcon;
|
|
|
483
488
|
export declare const LuMapPinX: GeneratedIcon;
|
|
484
489
|
export declare const LuMapPin: GeneratedIcon;
|
|
485
490
|
export declare const LuMapPinned: GeneratedIcon;
|
|
491
|
+
export declare const LuMapPlus: GeneratedIcon;
|
|
486
492
|
export declare const LuMap: GeneratedIcon;
|
|
487
493
|
export declare const LuMartini: GeneratedIcon;
|
|
488
494
|
export declare const LuMaximize2: GeneratedIcon;
|
|
@@ -493,9 +499,3 @@ export declare const LuMegaphone: GeneratedIcon;
|
|
|
493
499
|
export declare const LuMeh: GeneratedIcon;
|
|
494
500
|
export declare const LuMemoryStick: GeneratedIcon;
|
|
495
501
|
export declare const LuMenu: GeneratedIcon;
|
|
496
|
-
export declare const LuMerge: GeneratedIcon;
|
|
497
|
-
export declare const LuMessageCircleCode: GeneratedIcon;
|
|
498
|
-
export declare const LuMessageCircleDashed: GeneratedIcon;
|
|
499
|
-
export declare const LuMessageCircleHeart: GeneratedIcon;
|
|
500
|
-
export declare const LuMessageCircleMore: GeneratedIcon;
|
|
501
|
-
export declare const LuMessageCircleOff: GeneratedIcon;
|