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