import { ReactIconComponentType } from '../types';

declare const PlayArrow: ReactIconComponentType;
export default PlayArrow;
            