% hidden = !icon && !iconClassName && !label %>
<<%- tagName %> href="<%= link %>" class="<%- className %><% if (hidden) { %> AknIconButton--hide<% } %><% if (!enabled) { %> disabled<% } %>"
<% _.each(attributes, function(attribute, name) { %>
<%- name %>="<%- attribute %>"
<% }) %>
title="<%- label %>"
>
<% if (icon) { %>
<% } else { %>
<% if (iconClassName) { %>
<% } %>
<%- label %>
<% } %>
<%- tagName %>>