diff --git a/IBPSA/Electrical/package.mo b/IBPSA/Electrical/package.mo index c39c13adf6..d39c3c4fa3 100644 --- a/IBPSA/Electrical/package.mo +++ b/IBPSA/Electrical/package.mo @@ -2,8 +2,33 @@ within IBPSA; package Electrical "Package with models for electrical systems and components" extends Modelica.Icons.Package; -annotation (Icon(graphics={Line(points={{8,84},{-58,2},{18,2},{-22,-60},{-36, - -52},{-26,-88},{10,-76},{-6,-68},{60,20},{48,20},{-18,20},{36,84},{ - 8,84}}, - color={0,0,0})})); +annotation (Icon(graphics={ + Rectangle( + lineColor={128,128,128}, + extent={{-100,-100},{100,100}}, + radius=25.0), + Rectangle( + origin={20.3125,82.8571}, + extent={{-45.3125,-57.8571},{4.6875,-27.8571}}), + Line( + origin={8,48}, + points={{32.0,-58.0},{72.0,-58.0}}), + Line( + origin={9,54}, + points={{31.0,-49.0},{71.0,-49.0}}), + Line( + origin={-2,55}, + points={{-83.0,-50.0},{-33.0,-50.0}}), + Line( + origin={-3,45}, + points={{-72.0,-55.0},{-42.0,-55.0}}), + Line( + origin={1,50}, + points={{-61.0,-45.0},{-61.0,-10.0},{-26.0,-10.0}}), + Line( + origin={7,50}, + points={{18.0,-10.0},{53.0,-10.0},{53.0,-45.0}}), + Line( + origin={6.2593,48}, + points={{53.7407,-58.0},{53.7407,-93.0},{-66.2593,-93.0},{-66.2593,-58.0}})})); end Electrical;