@epilot360/icons 1.13.6 → 1.13.7

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