import React from 'react'; const LogoSmallIcon: React.FC = () => { return ( ); }; export default LogoSmallIcon;