aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/components/icons/queue-list.svelte
blob: 6148394fb34321742c26b58613bc25481e49fced (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<svg
    xmlns="http://www.w3.org/2000/svg"
    fill="none"
    viewBox="0 0 24 24"
    stroke-width="1.5"
    stroke="currentColor"
    class="w-6 h-6 {$$restProps.class ?? ''}"
>
    <path
        stroke-linecap="round"
        stroke-linejoin="round"
        d="M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 010 3.75H5.625a1.875 1.875 0 010-3.75z"
    />
</svg>