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