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