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