@epilot360/icons 1.16.0 → 1.16.1

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
@@ -156,6 +156,8 @@ export declare const svgMap: {
156
156
  keep: (opts?: IconProps) => string;
157
157
  keep_off: (opts?: IconProps) => string;
158
158
  auto_delete: (opts?: IconProps) => string;
159
+ delete_forever: (opts?: IconProps) => string;
160
+ history: (opts?: IconProps) => string;
159
161
  };
160
162
  export type IconSVGName = keyof typeof svgMap;
161
163
  type Opts = IconProps & {