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