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