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