How can I create an ion-chip with an icon only.
I.e.: No ion-label and still make it look circular?
If I leave the label empty not have one and only use an icon, I get unexpected paddings/margins making the chip/icon look un-centered:



I want something that looks more like this:

(example taken from google)
Ideally there would be an option to set: slot="icon-only" to stick to the same api that I am already used to for ion-buttons. 
Any ideas?