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