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