@huntflow/ui 0.2.30 → 0.2.32

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,8 +1,8 @@
1
1
  export declare const icons: {
2
2
  readonly default: string;
3
3
  readonly avatar: string;
4
- readonly pdf_and_docx: string;
5
- readonly xlsx: string;
4
+ readonly document: string;
5
+ readonly spreadsheet: string;
6
6
  readonly image: string;
7
7
  readonly json: string;
8
8
  };