import SwiftUI struct AppIconPlaceholder: View { var size: CGFloat = 120 var body: some View { MealMoodLogoMark(size: size) } }