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