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