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