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