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