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