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