Skip to content

Commit e6ece95

Browse files
committed
Pull plus horizontal arm inward to prevent right-side clipping
1 parent c4f7081 commit e6ece95

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
@@ -138,7 +138,7 @@
138138
<polyline points="17 8 12 3 7 8"/>
139139
<line x1="12" y1="3" x2="12" y2="15"/>
140140
<line x1="21" y1="0" x2="21" y2="5"/>
141-
<line x1="18.5" y1="2.5" x2="23.5" y2="2.5"/>
141+
<line x1="18" y1="2.5" x2="23" y2="2.5"/>
142142
</svg>
143143
{:else if name === 'play'}
144144
<svg width={size} height={size} viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">

0 commit comments

Comments
 (0)