Files
palina-theme/partials/icons/arrow-right.hbs
Sebastian Krüger 64c02b39dc
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
refactor: streamline all icons to use class placeholder and update callers
2026-02-22 08:03:51 +01:00

4 lines
231 B
Handlebars

<svg class="{{class}}" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>