@epilot360/icons 1.13.7 → 1.13.8

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.7",
3
+ "version": "1.13.8",
4
4
  "author": "epilot GmbH",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -145,6 +145,7 @@ import { Remove } from './Remove';
145
145
  import { FileManager } from './FileManager';
146
146
  import { Bolt } from './Bolt';
147
147
  import { ViewDay } from './ViewDay';
148
+ import { Flip } from './Flip';
148
149
  import type { IconPropsReact } from './types';
149
150
  export declare const IconComponentsMap: {
150
151
  epilot: typeof Epilot;
@@ -293,6 +294,7 @@ export declare const IconComponentsMap: {
293
294
  file_manager: typeof FileManager;
294
295
  bolt: typeof Bolt;
295
296
  viewDay: typeof ViewDay;
297
+ flip: typeof Flip;
296
298
  };
297
299
  export type IconName = keyof typeof IconComponentsMap;
298
300
  type Props = IconPropsReact & {