@epilot360/icons 1.17.13 → 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/svg/svgIcon.d.ts CHANGED
@@ -7,6 +7,7 @@ export declare const svgMap: {
7
7
  delete: (opts?: IconProps) => string;
8
8
  add: (opts?: IconProps) => string;
9
9
  add_circle: (opts?: IconProps) => string;
10
+ purpose: (opts?: IconProps) => string;
10
11
  check: (opts?: IconProps) => string;
11
12
  check_circle: (opts?: IconProps) => string;
12
13
  warning: (opts?: IconProps) => string;
@@ -194,6 +195,7 @@ export declare const svgMap: {
194
195
  chip_extraction: (opts?: IconProps) => string;
195
196
  target: (opts?: IconProps) => string;
196
197
  campaign: (opts?: IconProps) => string;
198
+ ticket: (opts?: IconProps) => string;
197
199
  };
198
200
  export type IconSVGName = keyof typeof svgMap;
199
201
  type Opts = IconProps & {