@epilot360/icons 1.17.12 → 1.17.14

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.17.12",
3
+ "version": "1.17.14",
4
4
  "author": "epilot GmbH",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -6,6 +6,7 @@ import { Share } from './Share';
6
6
  import { Delete } from './Delete';
7
7
  import { Add } from './Add';
8
8
  import { AddCircle } from './AddCircle';
9
+ import { Purpose } from './Purpose';
9
10
  import { Check } from './Check';
10
11
  import { CheckCircle } from './CheckCircle';
11
12
  import { Warning } from './Warning';
@@ -193,6 +194,7 @@ import { Undo } from './Undo';
193
194
  import { ChipExtraction } from './ChipExtraction';
194
195
  import { Target } from './Target';
195
196
  import { Campaign } from './Campaign';
197
+ import { Ticket } from './Ticket';
196
198
  import type { IconPropsReact } from './types';
197
199
  export declare const IconComponentsMap: {
198
200
  epilot: typeof Epilot;
@@ -202,6 +204,7 @@ export declare const IconComponentsMap: {
202
204
  delete: typeof Delete;
203
205
  add: typeof Add;
204
206
  add_circle: typeof AddCircle;
207
+ purpose: typeof Purpose;
205
208
  check: typeof Check;
206
209
  check_circle: typeof CheckCircle;
207
210
  warning: typeof Warning;
@@ -389,6 +392,7 @@ export declare const IconComponentsMap: {
389
392
  chip_extraction: typeof ChipExtraction;
390
393
  target: typeof Target;
391
394
  campaign: typeof Campaign;
395
+ ticket: typeof Ticket;
392
396
  };
393
397
  export type IconName = keyof typeof IconComponentsMap;
394
398
  type Props = IconPropsReact & {