import React from 'react'; const LandingLogo = ({ id = '', width = 48, height = 48, color = '#DCF31C', }) => ( ); export default LandingLogo;