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