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