How to add more than one gutter icon for a block inlay

I added a custom block inlay using the inlayModel and EditorCustomElementRenderer. This interface EditorCustomElementRenderer has a method called calcGutterIconRenderer, which allows me to set a custom GutterIconRenderer. However, I couldn’t find a way to add two gutter icons. Is there any other API that allows adding multiple GutterIcons?