@epilot360/icons 1.13.6 → 1.13.8

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
@@ -145,6 +145,8 @@ export declare const svgMap: {
145
145
  remove: (opts?: IconProps) => string;
146
146
  file_manager: (opts?: IconProps) => string;
147
147
  bolt: (opts?: IconProps) => string;
148
+ viewDay: (opts?: IconProps) => string;
149
+ flip: (opts?: IconProps) => string;
148
150
  };
149
151
  export type IconSVGName = keyof typeof svgMap;
150
152
  type Opts = IconProps & {