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