@epilot360/icons 1.15.1 → 1.15.3

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;
@@ -152,6 +153,8 @@ export declare const svgMap: {
152
153
  schedule: (opts?: IconProps) => string;
153
154
  calendar_clock: (opts?: IconProps) => string;
154
155
  read_more: (opts?: IconProps) => string;
156
+ keep: (opts?: IconProps) => string;
157
+ keep_off: (opts?: IconProps) => string;
155
158
  };
156
159
  export type IconSVGName = keyof typeof svgMap;
157
160
  type Opts = IconProps & {