import Link from "next/link"; import { Search, Home, ArrowLeft } from "lucide-react"; export default function NotFound() { return (
{/* Animated SVG illustration */}
{/* Broken icon frame */} {/* Question mark */} ? {/* Floating search icon */}
{/* Text */}

404 - Icon Not Found

This icon might have been moved, renamed, or doesn't exist yet.

We have 6,030+ icons across brands, AWS, Azure, and GCP. Try searching for what you need.

{/* Actions */}
Browse Icons AWS Icons Azure Icons GCP Icons
{/* Back link */} Back to home
); }