import { IconProps } from '../types'; import React from 'react'; declare const PlayArrowIcon: React.FC; export default PlayArrowIcon;