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