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