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