@epilot360/icons 1.16.5 → 1.16.6

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.5",
3
+ "version": "1.16.6",
4
4
  "author": "epilot GmbH",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -159,6 +159,9 @@ import { KeepOff } from './KeepOff';
159
159
  import { AutoDelete } from './AutoDelete';
160
160
  import { DeleteForever } from './DeleteForever';
161
161
  import { Restore } from './Restore';
162
+ import { Forest } from './Forest';
163
+ import { Fuel } from './Fuel';
164
+ import { Recycling } from './Recycling';
162
165
  import type { IconPropsReact } from './types';
163
166
  export declare const IconComponentsMap: {
164
167
  epilot: typeof Epilot;
@@ -321,6 +324,9 @@ export declare const IconComponentsMap: {
321
324
  auto_delete: typeof AutoDelete;
322
325
  delete_forever: typeof DeleteForever;
323
326
  history: typeof Restore;
327
+ forest: typeof Forest;
328
+ fuel: typeof Fuel;
329
+ recycling: typeof Recycling;
324
330
  };
325
331
  export type IconName = keyof typeof IconComponentsMap;
326
332
  type Props = IconPropsReact & {