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