import * as React from 'react'; export interface Alien-2916Props extends React.SVGProps { ariaLabel?: string } export default function Alien-2916({ ariaLabel, ...props }: Alien-2916Props) { return ( ); }