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