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