@epilot360/icons 1.16.19 → 1.16.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot360/icons",
3
- "version": "1.16.19",
3
+ "version": "1.16.20",
4
4
  "author": "epilot GmbH",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -53,6 +53,7 @@ import { Account } from './Account';
53
53
  import { Contract } from './Contract';
54
54
  import { Request } from './Request';
55
55
  import { Message } from './Message';
56
+ import { Thread } from './Thread';
56
57
  import { MarkMessageUnread } from './MarkMessageUnread';
57
58
  import { MarkMessageRead } from './MarkMessageRead';
58
59
  import { MoveToInbox } from './MoveToInbox';
@@ -235,6 +236,7 @@ export declare const IconComponentsMap: {
235
236
  contract: typeof Contract;
236
237
  request: typeof Request;
237
238
  message: typeof Message;
239
+ thread: typeof Thread;
238
240
  mark_email_unread: typeof MarkMessageUnread;
239
241
  mark_email_read: typeof MarkMessageRead;
240
242
  move_to_inbox: typeof MoveToInbox;