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