Make more icons reusable in global SVG sprite
This commit is contained in:
@@ -118,8 +118,8 @@
|
||||
style="--x: {$arrowPosition.x}px; --y: {$arrowPosition.y}px;"
|
||||
class:is-flipped={arrowDirection === 'prev' && !isFirstSlide || isLastSlide}
|
||||
>
|
||||
<svg width="29" height="32" viewBox="0 0 29 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.82 28.275a2.182 2.182 0 0 0 3.086 3.086l13.818-13.818a2.182 2.182 0 0 0 0-3.086L13.906.64a2.182 2.182 0 1 0-3.085 3.086l10.093 10.093H2.182a2.182 2.182 0 1 0 0 4.364h18.732L10.821 28.275Z" />
|
||||
<svg width="29" height="32">
|
||||
<use xlink:href="#arrow" />
|
||||
</svg>
|
||||
</span>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user