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