I feel like this should not be too difficult, but I cannot get any results with the solutions proposed in this forum. Currently I have this, which does not appear to scale the sprite at all.
public GameObject Icon;
Icon.transform.localScale += new Vector3(1.5f, .1f, 0);
Is there another way to change the dimensions of a slicedsprite so I can keep changing it throughout my script?