package K2;

import p0.C2714u;
import v0.C3068f;

/* JADX INFO: loaded from: classes.dex */
public final class y {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final C3068f f4148a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final long f4149b;

    public y(C3068f c3068f, long j4) {
        this.f4148a = c3068f;
        this.f4149b = j4;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof y)) {
            return false;
        }
        y yVar = (y) obj;
        return kotlin.jvm.internal.o.c(this.f4148a, yVar.f4148a) && C2714u.d(this.f4149b, yVar.f4149b);
    }

    public final int hashCode() {
        int iHashCode = this.f4148a.hashCode() * 31;
        int i6 = C2714u.f22946n;
        return Long.hashCode(this.f4149b) + iHashCode;
    }

    public final String toString() {
        return "TypeStyle(icon=" + this.f4148a + ", iconTint=" + C2714u.j(this.f4149b) + ")";
    }
}
