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