<?php
/**
 * View: Re-run Icon
 *
 * @var string $icon_title A *pre-translated* replacement title for the default.
 *
 * @version 6.0.0
 *
 */
$svg_classes = [ 'tribe-common-c-svgicon', 'tribe-common-c-svgicon--rerun' ];

if ( empty( $icon_title ) ) {
	$icon_title = __( 'Re-run preview', 'the-events-calendar' );
}
?>
<svg <?php tec_classes( $svg_classes ); ?> width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
	<path d="M10.2153 7.76C9.53956 9.39672 7.79773 10.9283 5.44026 10.6731C2.69237 10.3727 1.11572 7.79003 1.35597 5.58271C1.51325 4.44063 2.07221 3.39192 2.93263 2.62461C3.40562 2.1995 3.96327 1.87937 4.56888 1.68526C5.17448 1.49116 5.81433 1.42748 6.44631 1.49843C7.93288 1.6636 9.05906 2.54953 9.71975 3.43546H6.95685V4.3364H10.9811V0.31218H10.0801V2.45943C9.16508 1.4279 7.90499 0.765825 6.53641 0.597479C5.77874 0.513186 5.0118 0.591466 4.28678 0.827097C3.56176 1.06273 2.89534 1.45029 2.33199 1.96391C1.2991 2.86731 0.631647 4.11679 0.455024 5.4776C0.169724 8.13539 2.06171 11.1986 5.33515 11.559C5.54404 11.5889 5.75479 11.604 5.96581 11.604C8.45843 11.604 10.2904 9.90725 11.0411 8.10536L10.2153 7.76Z" fill="black"/>
</svg>
