// **THIS IS AN AUTO-GENERATED FILE (`npm run build:svg-to-react`) - DO NOT EDIT MANUALLY.** import React from 'react' const BrandFtMasthead = ({ title, ...props }) => ( {title === undefined ? {'brand-ft-masthead'} : title ? {title} : null} ) export default BrandFtMasthead