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