@rotki/ui-library 1.10.0 → 1.11.1
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 +916 -916
- 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_9.d.ts
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const LuMerge: GeneratedIcon;
|
|
3
|
+
export declare const LuMessageCircleCode: GeneratedIcon;
|
|
4
|
+
export declare const LuMessageCircleDashed: GeneratedIcon;
|
|
5
|
+
export declare const LuMessageCircleHeart: GeneratedIcon;
|
|
6
|
+
export declare const LuMessageCircleMore: GeneratedIcon;
|
|
7
|
+
export declare const LuMessageCircleOff: GeneratedIcon;
|
|
8
|
+
export declare const LuMessageCirclePlus: GeneratedIcon;
|
|
9
|
+
export declare const LuMessageCircleQuestion: GeneratedIcon;
|
|
10
|
+
export declare const LuMessageCircleReply: GeneratedIcon;
|
|
2
11
|
export declare const LuMessageCircleWarning: GeneratedIcon;
|
|
3
12
|
export declare const LuMessageCircleX: GeneratedIcon;
|
|
4
13
|
export declare const LuMessageCircle: GeneratedIcon;
|
|
@@ -490,12 +499,3 @@ export declare const LuTextQuote: GeneratedIcon;
|
|
|
490
499
|
export declare const LuTextSearch: GeneratedIcon;
|
|
491
500
|
export declare const LuTextSelect: GeneratedIcon;
|
|
492
501
|
export declare const LuText: GeneratedIcon;
|
|
493
|
-
export declare const LuTheater: GeneratedIcon;
|
|
494
|
-
export declare const LuThermometerSnowflake: GeneratedIcon;
|
|
495
|
-
export declare const LuThermometerSun: GeneratedIcon;
|
|
496
|
-
export declare const LuThermometer: GeneratedIcon;
|
|
497
|
-
export declare const LuThumbsDown: GeneratedIcon;
|
|
498
|
-
export declare const LuThumbsUp: GeneratedIcon;
|
|
499
|
-
export declare const LuTicketCheck: GeneratedIcon;
|
|
500
|
-
export declare const LuTicketMinus: GeneratedIcon;
|
|
501
|
-
export declare const LuTicketPercent: GeneratedIcon;
|