Added more icons

This commit is contained in:
Jan Meinl
2026-05-15 21:17:14 +02:00
parent 1da43adfe7
commit cdfef62f64
159 changed files with 114 additions and 0 deletions
@@ -0,0 +1,6 @@
import { svg } from "lit";
export const icon = svg`
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15m0-3-3-3m0 0-3 3m3-3V15" />
</svg>
`;