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 b3c9011 commit 62728b9Copy full SHA for 62728b9
1 file changed
src/lib/components/icons/Icon.svelte
@@ -423,9 +423,9 @@
423
{:else if name === 'stage'}
424
<!-- Arrow pointing down into a horizontal line (apply/stage changes) -->
425
<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"/>
427
<polyline points="7 10 12 15 17 10"/>
428
<line x1="12" y1="15" x2="12" y2="3"/>
+ <line x1="4" y1="21" x2="20" y2="21"/>
429
</svg>
430
{:else if name === 'font-size-increase'}
431
<svg width={size} height={size} viewBox="0 0 24 24" fill="currentColor" stroke="none">
0 commit comments