7 lines
306 B
PHP
7 lines
306 B
PHP
<svg {{ $attributes }} width="4" height="14" xmlns="http://www.w3.org/2000/svg">
|
|
<g class="fill-current" fill-rule="evenodd">
|
|
<path d="M1.615 0h.77A1.5 1.5 0 013.88 1.61l-.45 6.06a1.436 1.436 0 01-2.863 0L.12 1.61A1.5 1.5 0 011.615 0z"/>
|
|
<circle cx="2" cy="12" r="2"/>
|
|
</g>
|
|
</svg>
|