Files
WeatherStar4000/server/scripts/modules/icons.mjs
2025-05-14 15:03:35 -05:00

10 lines
248 B
JavaScript

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,
};