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