<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
    <t t-name="mail.ActivityButton">
        <a class="o-mail-ActivityButton" role="button" t-on-click.prevent.stop="onClick" t-ref="button" t-att-aria-label="title" t-att-title="title">
            <i class="fa fa-fw fa-lg" t-att-class="buttonClass" role="img"/>
        </a>
    </t>
</templates>
