Files
clientsflow/research/chatwoot/app/views/icons/_chevron-right.html.erb

12 lines
341 B
Plaintext

<svg
class="w-4 h-4 fill-current text-slate-500 dark:text-slate-400"
width="24"
height="24"
fill="none"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path
d="M8.47 4.22a.75.75 0 0 0 0 1.06L15.19 12l-6.72 6.72a.75.75 0 1 0 1.06 1.06l7.25-7.25a.75.75 0 0 0 0-1.06L9.53 4.22a.75.75 0 0 0-1.06 0Z"
/>
</svg>