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