aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/components/icons/information-circle.svelte
blob: 68dbc60988a9b3ed4029cd361c4305d0aa0fce2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<svg
    class="h-5 w-5 {$$restProps.class ?? ''}"
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 20 20"
    fill="currentColor"
    aria-hidden="true"
>
    <path
        fill-rule="evenodd"
        d="M19 10.5a8.5 8.5 0 11-17 0 8.5 8.5 0 0117 0zM8.25 9.75A.75.75 0 019 9h.253a1.75 1.75 0 011.709 2.13l-.46 2.066a.25.25 0 00.245.304H11a.75.75 0 010 1.5h-.253a1.75 1.75 0 01-1.709-2.13l.46-2.066a.25.25 0 00-.245-.304H9a.75.75 0 01-.75-.75zM10 7a1 1 0 100-2 1 1 0 000 2z"
        clip-rule="evenodd"
    />
</svg>