@epilot360/icons 1.17.39 → 1.17.40

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
@@ -64,6 +64,7 @@ export declare const svgMap: {
64
64
  mark_email_read: (opts?: IconProps) => string;
65
65
  move_to_inbox: (opts?: IconProps) => string;
66
66
  file: (opts?: IconProps) => string;
67
+ email_template: (opts?: IconProps) => string;
67
68
  file_shared: (opts?: IconProps) => string;
68
69
  note: (opts?: IconProps) => string;
69
70
  document: (opts?: IconProps) => string;
@@ -231,6 +232,7 @@ export declare const svgMap: {
231
232
  sync: (opts?: IconProps) => string;
232
233
  sync_disabled: (opts?: IconProps) => string;
233
234
  do_not_disturb_on: (opts?: IconProps) => string;
235
+ swap: (opts?: IconProps) => string;
234
236
  };
235
237
  export type IconSVGName = keyof typeof svgMap;
236
238
  type Opts = IconProps & {