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