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