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