2025-05-14 15:03:35 -05:00
|
|
|
import largeIcon from './icons/icons-large.mjs';
|
|
|
|
|
import smallIcon from './icons/icons-small.mjs';
|
|
|
|
|
import hourlyIcon from './icons/icons-hourly.mjs';
|
2022-11-22 16:19:10 -06:00
|
|
|
|
|
|
|
|
export {
|
2025-05-14 15:03:35 -05:00
|
|
|
largeIcon as getLargeIcon,
|
|
|
|
|
smallIcon as getSmallIcon,
|
|
|
|
|
hourlyIcon as getHourlyIcon,
|
2022-11-22 16:19:10 -06:00
|
|
|
};
|