@epilot360/icons 1.15.2 → 1.16.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/svg/svgIcon.d.ts CHANGED
@@ -67,6 +67,7 @@ export declare const svgMap: {
67
67
  webhook: (opts?: IconProps) => string;
68
68
  design: (opts?: IconProps) => string;
69
69
  workflow: (opts?: IconProps) => string;
70
+ blueprint: (opts?: IconProps) => string;
70
71
  phase: (opts?: IconProps) => string;
71
72
  automation: (opts?: IconProps) => string;
72
73
  journey: (opts?: IconProps) => string;
@@ -154,6 +155,7 @@ export declare const svgMap: {
154
155
  read_more: (opts?: IconProps) => string;
155
156
  keep: (opts?: IconProps) => string;
156
157
  keep_off: (opts?: IconProps) => string;
158
+ auto_delete: (opts?: IconProps) => string;
157
159
  };
158
160
  export type IconSVGName = keyof typeof svgMap;
159
161
  type Opts = IconProps & {