diff --git a/apps/web/src/components/icons/brand.tsx b/apps/web/src/components/icons/brand.tsx index 26aabf86..91be84bf 100644 --- a/apps/web/src/components/icons/brand.tsx +++ b/apps/web/src/components/icons/brand.tsx @@ -1,4 +1,6 @@ -export function OcVercelIcon({ className }: { className?: string }) { +import type { IconProps } from "./types"; + +export function OcVercelIcon({ className }: IconProps) { return ( ); } +