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