<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
    <t t-name="im_livechat.LivechatChannelCommand">
        <div class="o_command_default d-flex align-items-center justify-content-between px-4 py-2">
            <i class="me-2" t-att-class="props.iconClass"/>
            <span class="flex-grow-1 text-ellipsis">
                <t t-slot="name"/>
            </span>
        </div>
    </t>
</templates>
