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