@epilot360/icons 1.15.1 → 1.15.2

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.15.1",
3
+ "version": "1.15.2",
4
4
  "author": "epilot GmbH",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -151,6 +151,8 @@ import { Update } from './Update';
151
151
  import { Schedule } from './Schedule';
152
152
  import { CalendarClock } from './CalendarClock';
153
153
  import { ReadMore } from './ReadMore';
154
+ import { Keep } from './Keep';
155
+ import { KeepOff } from './KeepOff';
154
156
  import type { IconPropsReact } from './types';
155
157
  export declare const IconComponentsMap: {
156
158
  epilot: typeof Epilot;
@@ -305,6 +307,8 @@ export declare const IconComponentsMap: {
305
307
  schedule: typeof Schedule;
306
308
  calendar_clock: typeof CalendarClock;
307
309
  read_more: typeof ReadMore;
310
+ keep: typeof Keep;
311
+ keep_off: typeof KeepOff;
308
312
  };
309
313
  export type IconName = keyof typeof IconComponentsMap;
310
314
  type Props = IconPropsReact & {