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