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