// Extra icons for new screens
const IconGear = ({ size = 22 }) => (
);
const IconBell = ({ size = 48 }) => (
);
const IconShare = ({ size = 18 }) => (
);
const IconBack = ({ size = 22 }) => (
);
const IconMoon = ({ size = 40 }) => (
);
const IconMic = ({ size = 28 }) => (
);
Object.assign(window, { IconGear, IconBell, IconShare, IconBack, IconMoon, IconMic });