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