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