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