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