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