import React from 'react'; const Logo = ({ width = 111, height = 20, color = '#DF444B' }) => ( ); export default Logo;