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