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