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