@epilot360/icons 1.13.4 → 1.13.6

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