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