@epilot360/icons 1.13.7 → 1.13.9

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
@@ -50,6 +50,7 @@ export declare const svgMap: {
50
50
  contact: (opts?: IconProps) => string;
51
51
  account: (opts?: IconProps) => string;
52
52
  contract: (opts?: IconProps) => string;
53
+ request: (opts?: IconProps) => string;
53
54
  message: (opts?: IconProps) => string;
54
55
  file: (opts?: IconProps) => string;
55
56
  note: (opts?: IconProps) => string;
@@ -146,6 +147,8 @@ export declare const svgMap: {
146
147
  file_manager: (opts?: IconProps) => string;
147
148
  bolt: (opts?: IconProps) => string;
148
149
  viewDay: (opts?: IconProps) => string;
150
+ flip: (opts?: IconProps) => string;
151
+ update: (opts?: IconProps) => string;
149
152
  };
150
153
  export type IconSVGName = keyof typeof svgMap;
151
154
  type Opts = IconProps & {