From 55915322a4782d6b0d4a618f9a5f1635c3b707ca Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 19 Feb 2026 14:29:32 +0200 Subject: [PATCH] fix icon import --- src/view/shell/desktop/Search.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/shell/desktop/Search.tsx b/src/view/shell/desktop/Search.tsx index 1f7b88d7f2..ad15e84a8f 100644 --- a/src/view/shell/desktop/Search.tsx +++ b/src/view/shell/desktop/Search.tsx @@ -16,7 +16,7 @@ import {useActorAutocompleteQuery} from '#/state/queries/actor-autocomplete' import {SearchProfileCard} from '#/screens/Search/components/SearchProfileCard' import {atoms as a, useTheme} from '#/alf' import {SearchInput} from '#/components/forms/SearchInput' -import {MagnifyingGlass2_Stroke2_Corner0_Rounded as SearchIcon} from '#/components/icons/MagnifyingGlass2' +import {MagnifyingGlass_Stroke2_Corner0_Rounded as SearchIcon} from '#/components/icons/MagnifyingGlass' import {Link, type LinkProps} from '#/components/Link' import {Text} from '#/components/Typography'