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