import { SVGProps } from "react"; declare const PlayCircleIcon: (props: SVGProps) => JSX.Element; export default PlayCircleIcon;