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