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