From a1df1be7c6b3a16695b8186a06023aa3b167433f Mon Sep 17 00:00:00 2001 From: Alexey Safronov Date: Wed, 28 Jun 2023 14:52:31 +0400 Subject: [PATCH] Web: Changed rooms icon --- packages/client/src/components/Article/Body/Items.js | 3 ++- public/images/catalog.rooms.react.svg | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 public/images/catalog.rooms.react.svg diff --git a/packages/client/src/components/Article/Body/Items.js b/packages/client/src/components/Article/Body/Items.js index 25b3961b62..daf04a0f72 100644 --- a/packages/client/src/components/Article/Body/Items.js +++ b/packages/client/src/components/Article/Body/Items.js @@ -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; diff --git a/public/images/catalog.rooms.react.svg b/public/images/catalog.rooms.react.svg new file mode 100644 index 0000000000..81dad6b5f8 --- /dev/null +++ b/public/images/catalog.rooms.react.svg @@ -0,0 +1,10 @@ + + + + + + + + + +