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