Skip to content

Commit e91a400

Browse files
committed
Center plus vertical arm to match horizontal midpoint
1 parent e6ece95 commit e91a400

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
@@ -137,7 +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="21" y1="0" x2="21" y2="5"/>
140+
<line x1="20.5" y1="0" x2="20.5" y2="5"/>
141141
<line x1="18" y1="2.5" x2="23" y2="2.5"/>
142142
</svg>
143143
{:else if name === 'play'}

0 commit comments

Comments
 (0)