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