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