import React from 'react'; const BrandLogo = ({ title = 'iMeeting', size = 32, titleSize = 18, gap = 10, titleColor = '#1f2f4a', weight = 700, }) => ( iMeeting {title} ); export default BrandLogo;