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