help wantedtype: feature request
Métricas do repositório
- Stars
- (17.256 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
Is there a way to stack ionicons to make more complex icons? Looking for exact same functionality as fontawesome supports with class= "icon-stack".
Example from fontawesome:
<span class="icon-stack">
<i class="icon-camera"></i>
<i class="icon-ban-circle icon-stack-base text-error"></i>
</span>
