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