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