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