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