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