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