@epilot360/icons 1.17.26 → 1.17.27

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
@@ -158,6 +158,7 @@ export declare const svgMap: {
158
158
  pause_circle: (opts?: IconProps) => string;
159
159
  condition: (opts?: IconProps) => string;
160
160
  condition_circle: (opts?: IconProps) => string;
161
+ condition_graph: (opts?: IconProps) => string;
161
162
  note_stack: (opts?: IconProps) => string;
162
163
  double_thumbs_up: (opts?: IconProps) => string;
163
164
  ai_star: (opts?: IconProps) => string;