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