@epilot360/icons 1.13.8 → 1.13.9

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.13.8",
3
+ "version": "1.13.9",
4
4
  "author": "epilot GmbH",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -49,6 +49,7 @@ import { Order } from './Order';
49
49
  import { Contact } from './Contact';
50
50
  import { Account } from './Account';
51
51
  import { Contract } from './Contract';
52
+ import { Request } from './Request';
52
53
  import { Message } from './Message';
53
54
  import { File } from './File';
54
55
  import { Note } from './Note';
@@ -146,6 +147,7 @@ import { FileManager } from './FileManager';
146
147
  import { Bolt } from './Bolt';
147
148
  import { ViewDay } from './ViewDay';
148
149
  import { Flip } from './Flip';
150
+ import { Update } from './Update';
149
151
  import type { IconPropsReact } from './types';
150
152
  export declare const IconComponentsMap: {
151
153
  epilot: typeof Epilot;
@@ -198,6 +200,7 @@ export declare const IconComponentsMap: {
198
200
  contact: typeof Contact;
199
201
  account: typeof Account;
200
202
  contract: typeof Contract;
203
+ request: typeof Request;
201
204
  message: typeof Message;
202
205
  file: typeof File;
203
206
  note: typeof Note;
@@ -295,6 +298,7 @@ export declare const IconComponentsMap: {
295
298
  bolt: typeof Bolt;
296
299
  viewDay: typeof ViewDay;
297
300
  flip: typeof Flip;
301
+ update: typeof Update;
298
302
  };
299
303
  export type IconName = keyof typeof IconComponentsMap;
300
304
  type Props = IconPropsReact & {