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