Icon Circle Frame

No notes defined.

<span class="sds-iconCircle">

    <img src="../../mediaundefined.html" alt="">

</span>
<span class="{{ namespace }}iconCircle{% for mod in modifiers %} {{ mod }}{% endfor %}{% for mod in classes %} {{ mod }}{% endfor %}"{% for attrKey, attr in attrs %} {{ attrKey }}="{{ attr }}"{% endfor %}>
	{% if icon %}
		<span class="{{ namespace }}icon {{ namespace }}{{ icon }}"></span>
	{% else %}
		<img src="{{ (mediaPath+img) | path }}" alt="">
	{% endif %}
	{% if helperText %}
		<span class="sr-only">{{ helperText }}</span>
	{% endif %}
</span>