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