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