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