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