import { Icon } from '@wordpress/components'; import { LogoPayPal } from '../../../ReusableComponents/Icons'; const OnboardingHeader = ( props ) => { return (

{ props.title }

{ props.description && (

) }
); }; export default OnboardingHeader;