|
@@ -11,7 +11,6 @@ enum Icon_: String, CaseIterable, Identifiable {
|
|
|
case wilford = "diabeetus"
|
|
case wilford = "diabeetus"
|
|
|
case catWithPod
|
|
case catWithPod
|
|
|
case catWithPodWhite = "catWithPodWhiteBG"
|
|
case catWithPodWhite = "catWithPodWhiteBG"
|
|
|
- case loop = "trioLoop"
|
|
|
|
|
var id: String { rawValue }
|
|
var id: String { rawValue }
|
|
|
}
|
|
}
|
|
|
|
|
|