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