diff --git a/plugins/search/src/alpha.tsx b/plugins/search/src/alpha.tsx
index 913a96d094..14e7067dfa 100644
--- a/plugins/search/src/alpha.tsx
+++ b/plugins/search/src/alpha.tsx
@@ -69,25 +69,6 @@ import { SearchType } from './components/SearchType';
import { UrlUpdater } from './components/SearchPage/SearchPage';
import { convertLegacyRouteRef } from '@backstage/core-plugin-api/alpha';
-/** @internal */
-const StackOverflowIcon = () => {
- return (
-
- );
-};
-
/** @alpha */
export const SearchApi = createApiExtension({
factory: {
@@ -172,11 +153,6 @@ export const SearchPage = createPageExtension({
name: 'Architecture Decision Records',
icon: ,
},
- {
- value: 'stack-overflow',
- name: 'Stack Overflow',
- icon: ,
- },
]}
/>