@epilot360/icons 1.13.0 → 1.13.2

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
@@ -138,6 +138,8 @@ export declare const svgMap: {
138
138
  pause_circle: (opts?: IconProps) => string;
139
139
  condition: (opts?: IconProps) => string;
140
140
  note_stack: (opts?: IconProps) => string;
141
+ double_thumbs_up: (opts?: IconProps) => string;
142
+ ai_star: (opts?: IconProps) => string;
141
143
  };
142
144
  export type IconSVGName = keyof typeof svgMap;
143
145
  type Opts = IconProps & {