Unity Ui Change Sprite

// TO change the sprite of an UI image, se below
GameObject.GetComponent<Image>().sprite = sprite;
SkelliBoi