aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/components/icons/exclamation-triangle.svelte
blob: 8d807db93440216ec395afde2a637a6d52aab248 (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="M8.485 3.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.17 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 3.495zM10 6a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 0110 6zm0 9a1 1 0 100-2 1 1 0 000 2z"
        clip-rule="evenodd"
    />
</svg>