import largeIcon from './icons/icons-large.mjs'; import smallIcon from './icons/icons-small.mjs'; import hourlyIcon from './icons/icons-hourly.mjs'; export { largeIcon as getLargeIcon, smallIcon as getSmallIcon, hourlyIcon as getHourlyIcon, };