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