Added more icons

This commit is contained in:
Jan Meinl
2026-05-15 21:33:46 +02:00
parent b1b0c72b21
commit f53823bc5c
3 changed files with 12 additions and 4 deletions
-4
View File
@@ -1,4 +0,0 @@
import { svg } from "lit";
export const icon = svg`
`;
+6
View File
@@ -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="M11.412 15.655 9.75 21.75l3.745-4.012M9.257 13.5H3.75l2.659-2.849m2.048-2.194L14.25 2.25 12 10.5h8.25l-4.707 5.043M8.457 8.457 3 3m5.457 5.457 7.086 7.086m0 0L21 21" />
</svg>
`;
+6
View File
@@ -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="m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z" />
</svg>
`;