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