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