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