/// import { BaseIconProps } from '../../types'; declare function SvgPlay({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgPlay;