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