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