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