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