// Yes, this is literally just logo.svg pasted into a function. // Doing this so that fill="currentColor" actually takes effect. function Logo() { return ( ); } export default Logo;