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