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
+5 -5
View File
@@ -1,7 +1,7 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 10.9118C3 10.8188 3 10.7723 3.00057 10.7309C3.0385 7.98082 4.94139 5.60864 7.61778 4.97504C7.65803 4.96551 7.70344 4.95542 7.79425 4.93524C7.87787 4.91666 7.91968 4.90737 7.96109 4.89836C10.6226 4.31936 13.3774 4.31936 16.0389 4.89836C16.0803 4.90737 16.1221 4.91666 16.2057 4.93524C16.2966 4.95542 16.342 4.96551 16.3822 4.97504C19.0586 5.60864 20.9615 7.98082 20.9994 10.7309C21 10.7723 21 10.8188 21 10.9118V16.3758C21 18.4937 19.529 20.3275 17.4615 20.787C13.8644 21.5863 10.1356 21.5863 6.53853 20.787C4.47101 20.3275 3 18.4937 3 16.3758V10.9118Z" stroke="#1C274C" stroke-width="1.5"/>
<path d="M17.5 15.5006V17.0006" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M15.9585 4.50061C15.7205 3.08175 14.4865 2.00061 13 2.00061H11C9.51353 2.00061 8.27954 3.08175 8.0415 4.50061" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M3 14.0006C8.72979 16.5472 15.2702 16.5472 21 14.0006" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10 13.0006H14" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M3 10.9118C3 10.8188 3 10.7723 3.00057 10.7309C3.0385 7.98082 4.94139 5.60864 7.61778 4.97504C7.65803 4.96551 7.70344 4.95542 7.79425 4.93524C7.87787 4.91666 7.91968 4.90737 7.96109 4.89836C10.6226 4.31936 13.3774 4.31936 16.0389 4.89836C16.0803 4.90737 16.1221 4.91666 16.2057 4.93524C16.2966 4.95542 16.342 4.96551 16.3822 4.97504C19.0586 5.60864 20.9615 7.98082 20.9994 10.7309C21 10.7723 21 10.8188 21 10.9118V16.3758C21 18.4937 19.529 20.3275 17.4615 20.787C13.8644 21.5863 10.1356 21.5863 6.53853 20.787C4.47101 20.3275 3 18.4937 3 16.3758V10.9118Z" stroke="#000000" stroke-width="1.5"/>
<path d="M17.5 15.5006V17.0006" stroke="#000000" stroke-width="1.5" stroke-linecap="round"/>
<path d="M15.9585 4.50061C15.7205 3.08175 14.4865 2.00061 13 2.00061H11C9.51353 2.00061 8.27954 3.08175 8.0415 4.50061" stroke="#000000" stroke-width="1.5" stroke-linecap="round"/>
<path d="M3 14.0006C8.72979 16.5472 15.2702 16.5472 21 14.0006" stroke="#000000" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10 13.0006H14" stroke="#000000" stroke-width="1.5" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB