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