import { FaPlay } from "react-icons/fa"; const PlayButton = () => { return ( ); } export default PlayButton;