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