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