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