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