{% load lb_tags lbr_tags %}
{% parse_icon attrs as i %}
{% lbr_props "text" attrs=attrs as rx %}
<{{ as }}
class="{% if i.name %}flex items-center gap-2{% endif %} {{ rx.classes }}"
{{ rx.attrs }}
>
{% if i.name and not i.end %}
{% endif %}
{{ slot }}
{% if i.name and i.end %}
{% endif %}
{{ as }}>