import React from 'react'; const MoonIcon = () => { return ( ); }; export default MoonIcon;