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