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