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