@rotki/ui-library 1.8.1 → 1.8.3
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_10.d.ts +4 -0
- package/dist/icons/icons_10.es.js +190 -174
- package/dist/icons/icons_7.d.ts +2 -2
- package/dist/icons/icons_7.es.js +900 -900
- package/dist/icons/icons_8.d.ts +5 -5
- package/dist/icons/icons_8.es.js +1014 -1014
- package/dist/icons/icons_9.d.ts +4 -4
- package/dist/icons/icons_9.es.js +1012 -1012
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +1313 -1309
- package/dist/index.es.js +1542 -1538
- package/dist/web-types.json +1 -1
- package/package.json +32 -32
package/dist/icons/icons_8.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const LuCornerDownRight: GeneratedIcon;
|
|
3
|
+
export declare const LuCornerLeftDown: GeneratedIcon;
|
|
2
4
|
export declare const LuCornerLeftUp: GeneratedIcon;
|
|
3
5
|
export declare const LuCornerRightDown: GeneratedIcon;
|
|
4
6
|
export declare const LuCornerRightUp: GeneratedIcon;
|
|
@@ -54,6 +56,7 @@ export declare const LuDraftingCompass: GeneratedIcon;
|
|
|
54
56
|
export declare const LuDrama: GeneratedIcon;
|
|
55
57
|
export declare const LuDribbble: GeneratedIcon;
|
|
56
58
|
export declare const LuDrill: GeneratedIcon;
|
|
59
|
+
export declare const LuDropletOff: GeneratedIcon;
|
|
57
60
|
export declare const LuDroplet: GeneratedIcon;
|
|
58
61
|
export declare const LuDroplets: GeneratedIcon;
|
|
59
62
|
export declare const LuDrum: GeneratedIcon;
|
|
@@ -314,6 +317,7 @@ export declare const LuImageOff: GeneratedIcon;
|
|
|
314
317
|
export declare const LuImagePlay: GeneratedIcon;
|
|
315
318
|
export declare const LuImagePlus: GeneratedIcon;
|
|
316
319
|
export declare const LuImageUp: GeneratedIcon;
|
|
320
|
+
export declare const LuImageUpscale: GeneratedIcon;
|
|
317
321
|
export declare const LuImage: GeneratedIcon;
|
|
318
322
|
export declare const LuImages: GeneratedIcon;
|
|
319
323
|
export declare const LuImport: GeneratedIcon;
|
|
@@ -353,7 +357,6 @@ export declare const LuLassoSelect: GeneratedIcon;
|
|
|
353
357
|
export declare const LuLasso: GeneratedIcon;
|
|
354
358
|
export declare const LuLaugh: GeneratedIcon;
|
|
355
359
|
export declare const LuLayers2: GeneratedIcon;
|
|
356
|
-
export declare const LuLayers3: GeneratedIcon;
|
|
357
360
|
export declare const LuLayers: GeneratedIcon;
|
|
358
361
|
export declare const LuLayoutDashboard: GeneratedIcon;
|
|
359
362
|
export declare const LuLayoutGrid: GeneratedIcon;
|
|
@@ -379,6 +382,7 @@ export declare const LuListCheck: GeneratedIcon;
|
|
|
379
382
|
export declare const LuListChecks: GeneratedIcon;
|
|
380
383
|
export declare const LuListCollapse: GeneratedIcon;
|
|
381
384
|
export declare const LuListEnd: GeneratedIcon;
|
|
385
|
+
export declare const LuListFilterPlus: GeneratedIcon;
|
|
382
386
|
export declare const LuListFilter: GeneratedIcon;
|
|
383
387
|
export declare const LuListMinus: GeneratedIcon;
|
|
384
388
|
export declare const LuListMusic: GeneratedIcon;
|
|
@@ -495,7 +499,3 @@ export declare const LuMonitorUp: GeneratedIcon;
|
|
|
495
499
|
export declare const LuMonitorX: GeneratedIcon;
|
|
496
500
|
export declare const LuMonitor: GeneratedIcon;
|
|
497
501
|
export declare const LuMoonStar: GeneratedIcon;
|
|
498
|
-
export declare const LuMoon: GeneratedIcon;
|
|
499
|
-
export declare const LuMountainSnow: GeneratedIcon;
|
|
500
|
-
export declare const LuMountain: GeneratedIcon;
|
|
501
|
-
export declare const LuMouseOff: GeneratedIcon;
|