We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e13e8 commit eeb5878Copy full SHA for eeb5878
1 file changed
src/lib/components/icons/Icon.svelte
@@ -137,8 +137,7 @@
137
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
138
<polyline points="17 8 12 3 7 8"/>
139
<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"/>
+ <circle cx="22" cy="3" r="1.5" fill="currentColor" stroke="none"/>
142
</svg>
143
{:else if name === 'play'}
144
<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