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