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