Sets the icon path for this layout definition.
string|null $icon: The icon path.
$this
public function setIconPath($icon) { $this->icon = $icon; return $this; }