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