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