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