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