{{!-- BEGIN-SNIPPET nypr-m-share-tools-share.hbs --}}
<button class="c-share-tools__link o-icon" {{action 'openShare'}} aria-label={{@ariaLabel}} ...attributes>
  {{#if (has-block)}}
    {{yield}}
  {{else}}
    <Icon @icon={{@service}} @title={{@ariaLabel}}/>
  {{/if}}
</button>
{{!-- END-SNIPPET --}}
