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