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