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