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