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