GlEmptyState: img invalid role fails axe test

The problem

The GlEmptyState component contains an img, which has a role="img" attribute on it.

This is not required, as img already has the role of img.

Further, it causes axe accessibility tests to fail when encountering GlEmptyState:

image

Proposal

Just remove the redundant role.