Clean up unused icons and deduplicate (#31382)
* Remove unused icons Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Consolidate brand icons Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Remove unused icons Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1acef76d2d
commit
2e87f7cb90
@@ -12,9 +12,9 @@ import { Flex } from "@element-hq/web-shared-components";
|
||||
|
||||
import SdkConfig from "../../SdkConfig";
|
||||
import { _t } from "../../languageHandler";
|
||||
import { Icon as AppleIcon } from "../../../res/themes/element/img/compound/apple.svg";
|
||||
import { Icon as MicrosoftIcon } from "../../../res/themes/element/img/compound/microsoft.svg";
|
||||
import { Icon as LinuxIcon } from "../../../res/themes/element/img/compound/linux.svg";
|
||||
import { Icon as AppleIcon } from "../../../res/img/element-icons/brands/apple.svg";
|
||||
import { Icon as MicrosoftIcon } from "../../../res/img/element-icons/brands/microsoft.svg";
|
||||
import { Icon as LinuxIcon } from "../../../res/img/element-icons/brands/linux.svg";
|
||||
|
||||
// directly import the style here as this layer does not support rethemedex at this time so no matrix-react-sdk
|
||||
// PostCSS variables will be accessible.
|
||||
|
||||
Reference in New Issue
Block a user