ketcher-react 3.2.0-rc.5 → 3.3.0-rc.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.
@@ -234,4 +234,9 @@ export declare const iconNameToIcon: {
234
234
  readonly 'sequence-layout-mode': ReactComponent;
235
235
  readonly questionMark: ReactComponent;
236
236
  readonly 'no-highlight-cross': ReactComponent;
237
+ readonly arrowsUpDown: ReactComponent;
238
+ readonly plus: ReactComponent;
239
+ readonly antisenseStrand: ReactComponent;
240
+ readonly antisenseRnaStrand: ReactComponent;
241
+ readonly antisenseDnaStrand: ReactComponent;
237
242
  };