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