import * as React from "react"; import { SVGProps } from "react"; const SvgPlayOutline = (props: SVGProps) => ( ); export default SvgPlayOutline;