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