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