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