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
+10 -10
View File
@@ -1,12 +1,12 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 22H16" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5 19H19" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M2 16H22" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 6C8.68629 6 6 8.68629 6 12C6 13.5217 6.56645 14.911 7.5 15.9687H16.5C17.4335 14.911 18 13.5217 18 12C18 8.68629 15.3137 6 12 6Z" stroke="#1C274C" stroke-width="1.5"/>
<path d="M12 6V12M12 12L14 10M12 12L10 10" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 2V3" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M22 12L21 12" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M3 12L2 12" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M19.0708 4.9292L18.678 5.32204" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M5.32178 5.32178L4.92894 4.92894" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M8 22H16" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5 19H19" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M2 16H22" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 6C8.68629 6 6 8.68629 6 12C6 13.5217 6.56645 14.911 7.5 15.9687H16.5C17.4335 14.911 18 13.5217 18 12C18 8.68629 15.3137 6 12 6Z" stroke="#000000" stroke-width="1.5"/>
<path d="M12 6V12M12 12L14 10M12 12L10 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 2V3" stroke="#000000" stroke-width="1.5" stroke-linecap="round"/>
<path d="M22 12L21 12" stroke="#000000" stroke-width="1.5" stroke-linecap="round"/>
<path d="M3 12L2 12" stroke="#000000" stroke-width="1.5" stroke-linecap="round"/>
<path d="M19.0708 4.9292L18.678 5.32204" stroke="#000000" stroke-width="1.5" stroke-linecap="round"/>
<path d="M5.32178 5.32178L4.92894 4.92894" stroke="#000000" stroke-width="1.5" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB