@rotki/ui-library 1.8.1 → 1.8.2
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 +1 -0
- package/dist/icons/icons_10.es.js +173 -169
- package/dist/icons/icons_7.d.ts +1 -1
- package/dist/icons/icons_7.es.js +881 -881
- package/dist/icons/icons_8.d.ts +1 -1
- package/dist/icons/icons_8.es.js +983 -983
- package/dist/icons/icons_9.d.ts +1 -1
- package/dist/icons/icons_9.es.js +983 -983
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +1108 -1107
- package/dist/index.es.js +1107 -1106
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/icons/icons_8.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const LuCornerLeftDown: GeneratedIcon;
|
|
2
3
|
export declare const LuCornerLeftUp: GeneratedIcon;
|
|
3
4
|
export declare const LuCornerRightDown: GeneratedIcon;
|
|
4
5
|
export declare const LuCornerRightUp: GeneratedIcon;
|
|
@@ -498,4 +499,3 @@ export declare const LuMoonStar: GeneratedIcon;
|
|
|
498
499
|
export declare const LuMoon: GeneratedIcon;
|
|
499
500
|
export declare const LuMountainSnow: GeneratedIcon;
|
|
500
501
|
export declare const LuMountain: GeneratedIcon;
|
|
501
|
-
export declare const LuMouseOff: GeneratedIcon;
|