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