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