You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/segments/preloader/PreloaderCircle/PreloaderCircle.blade.php

11 lines
459 B
PHTML

<div id='PreloaderCircle'>
<div class="preloader">
<svg viewBox="0 0 102 102" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="big-circle" d="M101 51C101 78.6142 78.6142 101 51 101C23.3858 101 1 78.6142 1 51"
stroke-width="2"/>
<path class="small-circle" d="M91 51C91 28.9086 73.0914 11 51 11C28.9086 11 11 28.9086 11 51"
stroke-width="2"/>
</svg>
</div>
</div>