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