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