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