import React from 'react'; const LightModeIcon = ({ className, onClick }) => ( ); export default LightModeIcon;