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