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