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