Skip to content

Commit 62728b9

Browse files
committed
Fix stage icon: arrow with large arrowhead into flat line
1 parent b3c9011 commit 62728b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/icons/Icon.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,9 +423,9 @@
423423
{:else if name === 'stage'}
424424
<!-- Arrow pointing down into a horizontal line (apply/stage changes) -->
425425
<svg width={size} height={size} viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
426-
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
427426
<polyline points="7 10 12 15 17 10"/>
428427
<line x1="12" y1="15" x2="12" y2="3"/>
428+
<line x1="4" y1="21" x2="20" y2="21"/>
429429
</svg>
430430
{:else if name === 'font-size-increase'}
431431
<svg width={size} height={size} viewBox="0 0 24 24" fill="currentColor" stroke="none">

0 commit comments

Comments
 (0)