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