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