import { IconProps } from '../lib';
declare function Play(props: IconProps): JSX.Element;
export default Play;
