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