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