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