Web: Changed rooms icon

This commit is contained in:
Alexey Safronov 2023-06-28 14:52:31 +04:00
parent a6543ccc14
commit a1df1be7c6
2 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,7 @@
import CatalogFolderReactSvgUrl from "PUBLIC_DIR/images/catalog.folder.react.svg?url";
import ClearTrashReactSvgUrl from "PUBLIC_DIR/images/clear.trash.react.svg?url";
import CatalogUserReactSvgUrl from "PUBLIC_DIR/images/catalog.user.react.svg?url";
import CatalogRoomsReactSvgUrl from "PUBLIC_DIR/images/catalog.rooms.react.svg?url";
import CatalogArchiveReactSvgUrl from "PUBLIC_DIR/images/catalog.archive.react.svg?url";
import CatalogSharedReactSvgUrl from "PUBLIC_DIR/images/catalog.shared.react.svg?url";
import CatalogPortfolioReactSvgUrl from "PUBLIC_DIR/images/catalog.portfolio.react.svg?url";
@ -234,7 +235,7 @@ const Items = ({
iconUrl = CatalogUserReactSvgUrl;
break;
case FolderType.Rooms:
iconUrl = CatalogFolderReactSvgUrl;
iconUrl = CatalogRoomsReactSvgUrl;
break;
case FolderType.Archive:
iconUrl = CatalogArchiveReactSvgUrl;

View File

@ -0,0 +1,10 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_7189_193045)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 3C0 1.34315 1.34315 0 3 0H13C14.6569 0 16 1.34315 16 3V13C16 14.6569 14.6569 16 13 16H3C1.34315 16 0 14.6569 0 13V3ZM3 2C2.44772 2 2 2.44772 2 3V13C2 13.5523 2.44772 14 3 14H13C13.5523 14 14 13.5523 14 13V3C14 2.44772 13.5523 2 13 2H3ZM4 5C4 4.44772 4.44772 4 5 4H6C6.55228 4 7 4.44772 7 5V6C7 6.55228 6.55228 7 6 7H5C4.44772 7 4 6.55228 4 6V5ZM5 9C4.44772 9 4 9.44771 4 10V11C4 11.5523 4.44772 12 5 12H6C6.55228 12 7 11.5523 7 11V10C7 9.44772 6.55228 9 6 9H5ZM9 5C9 4.44772 9.44772 4 10 4H11C11.5523 4 12 4.44772 12 5V6C12 6.55228 11.5523 7 11 7H10C9.44771 7 9 6.55228 9 6V5ZM10 9C9.44772 9 9 9.44771 9 10V11C9 11.5523 9.44771 12 10 12H11C11.5523 12 12 11.5523 12 11V10C12 9.44772 11.5523 9 11 9H10Z" fill="#657077"/>
</g>
<defs>
<clipPath id="clip0_7189_193045">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB