I'm trying to set an Icon for a MenuItem in a ContextMenu Extension, but the icon is set with defects:

Code to set Icon:
polyline_item1.Icon = ACADConstructionPit.Properties.Resources.exchangeProfile;
How to properly set the Icon on MenuItem in ContextMenuExtension?
