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