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