{% set contact = contact ?: false %}
<div class="socialIcon">
<a class="socialIcon-link {{ contact ? "socialIcon-link_contact" : "" }}" href="{{link}}" target="{{contact ? '' : '_blank'}}">
{% if not contact %}
<div class="socialIcon-link-icon" style="background: no-repeat url(/assets/images/svg/{{icon[0]}}.svg) center / 100%"></div>
<div class="socialIcon-link-hover" style="background: no-repeat url(/assets/images/svg/{{icon[1]}}.svg) center / 100%"></div>
{% endif %}
{% if contact %}
<svg width="24px" height="16px" viewBox="0 0 24 16">
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="cta/contact" transform="translate(-13.000000, -17.000000)">
<g transform="translate(13.000000, 17.000000)" id="Group">
<g>
<rect id="Rectangle-12" fill="#FFFFFF" x="1" y="0" width="22" height="16" rx="2"></rect>
<path d="M0.5390625,2 L11.4801268,8.68247693 C11.7994198,8.87749155 12.2008653,8.87795956 12.5206121,8.68368992 L23.5212402,2" id="z" stroke="#4D9BFB" stroke-width="2"></path>
</g>
</g>
</g>
</g>
</svg>
<span>contact</span>
{% endif %}
</a>
</div>