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