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