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