const PlusIcon = () => ( ); const FloatingActionButton = ({ onClick }) => { return ( ); }; export default FloatingActionButton;