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