aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/components/icons/chevron-down.svelte
blob: 5b29ece5701378114bd42dfa62cdd6f48ad4b914 (plain) (blame)
1
2
3
4
5
6
7
<svg class="h-5 w-5 {$$restProps.class ?? ''}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
    <path
        fill-rule="evenodd"
        d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z"
        clip-rule="evenodd"
    />
</svg>