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