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