?AlkantarClanX12

Your IP : 216.73.216.177


Current Path : /home/rankinh/villavanille/wp-content/plugins/qi-blocks/inc/slider/templates/parts/
Upload File :
Current File : /home/rankinh/villavanille/wp-content/plugins/qi-blocks/inc/slider/templates/parts/arrow-left.php

<?php
$icon = ! empty( $navigationPrevIcon ) ? $navigationPrevIcon : '';

if ( ! empty( $icon['html'] ) ) {
	echo qi_blocks_get_svg_icon_content( $icon['html'] );
} else {
	?>
	<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 34.2 32.3" xml:space="preserve" style="stroke-width: 2;"><line x1="0.5" y1="16" x2="33.5" y2="16"/><line x1="0.3" y1="16.5" x2="16.2" y2="0.7"/><line x1="0" y1="15.4" x2="16.2" y2="31.6"/></svg>
	<?php
}