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