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