/// import { IconProps } from '../../types'; declare const PlayCircle: (allProps: IconProps) => JSX.Element; export default PlayCircle;