aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/components/icons/bars-3-center-left.svelte
blob: 785ece332bef412fc5a3e6822d84f3858472fbba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<svg
    class="h-6 w-6 {$$restProps.class ?? ''}"
    xmlns="http://www.w3.org/2000/svg"
    fill="none"
    viewBox="0 0 24 24"
    stroke-width="1.5"
    stroke="currentColor"
    aria-hidden="true"
>
    <path
        stroke-linecap="round"
        stroke-linejoin="round"
        d="M3.75 6.75h16.5M3.75 12H12m-8.25 5.25h16.5"
    />
</svg>