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