Add icon picker to room create component

This commit is contained in:
Matthew Remmel
2025-10-20 10:39:53 -04:00
committed by hodlbod
parent a730384baf
commit c3dd997e57
1273 changed files with 4783 additions and 4605 deletions
+6 -6
View File
@@ -1,8 +1,8 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="10" stroke="#1C274C" stroke-width="1.5"/>
<circle cx="12" cy="12" r="4" stroke="#1C274C" stroke-width="1.5"/>
<path d="M15 9L19 5" stroke="#1C274C" stroke-width="1.5"/>
<path d="M5 19L9 15" stroke="#1C274C" stroke-width="1.5"/>
<path d="M9 9L5 5" stroke="#1C274C" stroke-width="1.5"/>
<path d="M19 19L15 15" stroke="#1C274C" stroke-width="1.5"/>
<circle cx="12" cy="12" r="10" stroke="#000000" stroke-width="1.5"/>
<circle cx="12" cy="12" r="4" stroke="#000000" stroke-width="1.5"/>
<path d="M15 9L19 5" stroke="#000000" stroke-width="1.5"/>
<path d="M5 19L9 15" stroke="#000000" stroke-width="1.5"/>
<path d="M9 9L5 5" stroke="#000000" stroke-width="1.5"/>
<path d="M19 19L15 15" stroke="#000000" stroke-width="1.5"/>
</svg>

Before

Width:  |  Height:  |  Size: 476 B

After

Width:  |  Height:  |  Size: 476 B