After reimplementing StateLabel in https://github.com/github/github/pull/96992, @jonrohan and I noticed that there's no need for the fussy `<span>` logic that we do for instances with icons and children. In other words, [this function](https://github.com/primer/primer-react/blob/af308bc/src/StateLabel.js#L31-L38) and [this statement](https://github.com/primer/primer-react/blob/af308bc/src/StateLabel.js#L50) should go away, then [this line](https://github.com/primer/primer-react/blob/af308bc/src/StateLabel.js#L62) should change to `{icon}`.