© 2026 Hedgehog Software, LLC
const weatherIcons = [ 'sun', 'rain', 'snow', ] as const
type Weather = { icon: typeof weatherIcons[number] }