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