chore: update caret icons

This commit is contained in:
Eric Liu 2022-04-03 11:35:27 -07:00
commit ab04f5900d
2 changed files with 4 additions and 4 deletions

View file

@ -22,5 +22,5 @@
{...$$restProps} {...$$restProps}
> >
{#if title}<title>{title}</title>{/if} {#if title}<title>{title}</title>{/if}
<path d="M5 8L0 4 5 0z"></path> <path d="M20 24L10 16 20 8z"></path>
</svg>/svg> </svg>

View file

@ -22,5 +22,5 @@
{...$$restProps} {...$$restProps}
> >
{#if title}<title>{title}</title>{/if} {#if title}<title>{title}</title>{/if}
<path d="M0 0L5 4 0 8z"></path> <path d="M12 8L22 16 12 24z"></path>
</svg>/svg> </svg>