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