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