<span class="animated_circle " aria-hidden="true">
    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve">
        <g class="animated_icon_arrow" fill="none" stroke="#2175FF" stroke-width="1.5">
            <path transform="translate(6, 12)" d="M9.0075 2.25H0V3.75H9.0075V6L12 3L9.0075 0V2.25Z" fill="#002D72" />
        </g>
        <circle class="animated_icon_circle" transform="rotate(-90)" cx="11" cy="11" r="11" fill="transparent" stroke="#2175FF" stroke-width="1" />
    </svg>
</span>
{#
	{% include "@partial-animated-circle-arrow" with {
		class: 'link_class'
	} %}
#}

<span class="animated_circle {{class}}" aria-hidden="true">
	<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve">
		<g class="animated_icon_arrow" fill="none"  stroke="#2175FF" stroke-width="1.5">
			<path transform="translate(6, 12)" d="M9.0075 2.25H0V3.75H9.0075V6L12 3L9.0075 0V2.25Z" fill="#002D72"/>
		</g>
		<circle class="animated_icon_circle" transform="rotate(-90)" cx="11" cy="11" r="11" fill="transparent" stroke="#2175FF" stroke-width="1" />
	</svg>
</span>

No notes defined.