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