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