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