Something else discovered in D17074 but not directly related
The disabled prop is optional, we do not require disabled prop on every button.
The name prop is required for CopyIconButton. Propagate this.
Note this was not caught until D17074 because tslinter only finds this in ts files, and Cashtab has not completely converted yet.