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