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