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