@rotki/ui-library 2.5.3 → 2.6.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.
@@ -1,4 +1,6 @@
1
1
  import { type GeneratedIcon } from '../types/icons';
2
+ export declare const LuMessageSquareShare: GeneratedIcon;
3
+ export declare const LuMessageSquareText: GeneratedIcon;
2
4
  export declare const LuMessageSquareWarning: GeneratedIcon;
3
5
  export declare const LuMessageSquareX: GeneratedIcon;
4
6
  export declare const LuMessageSquare: GeneratedIcon;
@@ -497,5 +499,3 @@ export declare const LuThermometerSun: GeneratedIcon;
497
499
  export declare const LuThermometer: GeneratedIcon;
498
500
  export declare const LuThumbsDown: GeneratedIcon;
499
501
  export declare const LuThumbsUp: GeneratedIcon;
500
- export declare const LuTicketCheck: GeneratedIcon;
501
- export declare const LuTicketMinus: GeneratedIcon;