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