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