Skip to content

Commit eeb5878

Browse files
committed
Replace plus with dot aligned to arrow tip and container edge
1 parent f1e13e8 commit eeb5878

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/lib/components/icons/Icon.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@
137137
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
138138
<polyline points="17 8 12 3 7 8"/>
139139
<line x1="12" y1="3" x2="12" y2="15"/>
140-
<line x1="20.5" y1="-1" x2="20.5" y2="4"/>
141-
<line x1="18" y1="1.5" x2="23" y2="1.5"/>
140+
<circle cx="22" cy="3" r="1.5" fill="currentColor" stroke="none"/>
142141
</svg>
143142
{:else if name === 'play'}
144143
<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)