mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 07:39:29 -07:00
10 lines
248 B
JavaScript
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,
|
|
};
|