@epilot360/icons 1.12.6 → 1.13.0

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.12.6",
3
+ "version": "1.13.0",
4
4
  "author": "epilot GmbH",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -75,8 +75,8 @@
75
75
  "ts-node": "^10.9.1",
76
76
  "typescript": "^5.2.2"
77
77
  },
78
- "dependencies": {},
79
78
  "peerDependencies": {
80
79
  "react": ">=17.0.0"
81
- }
80
+ },
81
+ "packageManager": "yarn@1.22.21"
82
82
  }
@@ -15,6 +15,8 @@ import { Help } from './Help';
15
15
  import { ContentCopy } from './ContentCopy';
16
16
  import { FileCopy } from './FileCopy';
17
17
  import { FileCopyOff } from './FileCopyOff';
18
+ import { FilterAlt } from './FilterAlt';
19
+ import { FilterAltOff } from './FilterAltOff';
18
20
  import { DataObject } from './DataObject';
19
21
  import { Notifications } from './Notifications';
20
22
  import { Visibility } from './Visibility';
@@ -153,6 +155,8 @@ export declare const IconComponentsMap: {
153
155
  content_copy: typeof ContentCopy;
154
156
  file_copy: typeof FileCopy;
155
157
  file_copy_off: typeof FileCopyOff;
158
+ filter_alt: typeof FilterAlt;
159
+ filter_alt_off: typeof FilterAltOff;
156
160
  data_object: typeof DataObject;
157
161
  notifications: typeof Notifications;
158
162
  visibility: typeof Visibility;