File tree Expand file tree Collapse file tree
src/OSPSuite.Assets.Images Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ public static class ApplicationIcons
7575 public static readonly ApplicationIcon CompoundError = AddNamedIcon ( "MoleculeError" , "CompoundError" ) ;
7676 public static readonly ApplicationIcon CompoundFolder = AddNamedIcon ( "MoleculeFolder" , "CompoundFolder" ) ;
7777 public static readonly ApplicationIcon CompoundGreen = AddNamedIcon ( "MoleculeGreen" , "CompoundGreen" ) ;
78+ public static readonly ApplicationIcon CompoundGreenOrange = AddNamedIcon ( "MoleculeGreenOrange" , "CompoundGreenOrange" ) ;
7879 public static readonly ApplicationIcon CompoundRed = AddNamedIcon ( "MoleculeRed" , "CompoundRed" ) ;
7980 public static readonly ApplicationIcon CompoundRedOrange = AddNamedIcon ( "MoleculeRedOrange" , "CompoundRedOrange" ) ;
8081 public static readonly ApplicationIcon SimulationConfigure = AddNamedIcon ( "SimulationConfigure" ) ;
@@ -216,6 +217,7 @@ public static class ApplicationIcons
216217 public static readonly ApplicationIcon Molecule = AddNamedIcon ( "Molecule" , IconNames . MOLECULE ) ;
217218 public static readonly ApplicationIcon MoleculeFolder = AddNamedIcon ( "MoleculeFolder" ) ;
218219 public static readonly ApplicationIcon MoleculeGreen = AddNamedIcon ( "MoleculeGreen" ) ;
220+ public static readonly ApplicationIcon MoleculeGreenOrange = AddNamedIcon ( "MoleculeGreenOrange" ) ;
219221 public static readonly ApplicationIcon MoleculeRed = AddNamedIcon ( "MoleculeRed" ) ;
220222 public static readonly ApplicationIcon MoleculeRedOrange = AddNamedIcon ( "MoleculeRedOrange" ) ;
221223 public static readonly ApplicationIcon InitialConditions = AddNamedIcon ( "InitialConditions" , IconNames . INITIAL_CONDITIONS ) ;
You can’t perform that action at this time.
0 commit comments