Encountering an issue when attempting to utilize the icon specified in the Manifest: http://localhost:3000/logo192.png (Download error or invalid image resource) from the console?
import React from 'react';
import Logo from '../Images/logo192.png';
<div>
<img src={Logo} style={{width: '80px', height: '80px'}} alt='react logo' />
</div>
An example of the image being passed through is shown above.